已发布 / Published 2017-03-02T23:43:52+08:00

千天计划之第984天——进阶

I am prepared for the worst, but hope for the best.


图片



这月开始研究李笑来老师的博客网站,预期一个月。


http://lixiaolai.com/tags/

总览


自我介绍里是:

an ever-growing brain

终生只有一个职业:学生

学习是一种生活方式。


共13个日志,6个标签,7本著作:

把时间当朋友

新生——七年就是一辈子

人人都能用英语

成长——YC创业课(CS183B)学习笔记

坐享其成——最简单的大脑锻炼方式

得到:通往财富自由之路


开启


首页里第一个内容是:

最简单直接的Javascript开发环境


工具:

Google Chrome


第一步——搭建开发环境;


这里用最简单的,直接在浏览器上操作。

  1. 打开 Google Chrome;

  2. 用快捷键 Option + Command + i 呼出 Developer’s Panel

  3. 选择 Source 标签;

  4. 在左侧边栏选择 Snippets 标签;

  5. 创建 .js 文件,比如,test.js

  6. 在中间的代码书写区域编写代码;

  7. 使用 Command + Enter 执行代码……


老师用的是MAC,在Windows端呼出Developer's Panel用的快捷键是Ctrl+shift。


另外,这个可能是我个人手机的问题:用小米MAX自带浏览器打开的网站无法加载出第二页面内容,所以我换用谷歌浏览器。



第二步——阅读经典教材;


全英文版的经典原生权威教材

  1. 硬着头皮一章一章地读完,

  2. 每个代码示例都要自己动手敲,直到获得正确结果;

  3. 读不懂的地方先放下,接着读下去;

  4. 反复回头重新阅读读不懂的地方,实在搞不定再放在一边;

  5. 把这本书反复阅读很多遍……

  6. 不断整理其中的重要概念,以及重要概念之间的必要联系……



图片


教材地址:

http://eloquentjavascript.net/


我打算明天白天阅读,再整理笔记。


补充


今天打开火狐时随即打开这样一个页面

图片


链接:https://developer.mozilla.org/en-US/docs/Tools/Style_Editor


看起来相当不错,适合谷歌相仿,对浏览器样式进行调试,又一处宝藏,等待挖掘~


不过这也显现出了另一个问题:

宝藏挖的太慢了。


因为调试样式CSS和对文章排版进行调整都差不多——很浪费时间。


这个时候不是做内容,只是为了提升阅读体验,但这一点细节就需要反复调试-纠正。


而且还涉及到另一个问题:美感设计是需要有大量的认知基础的,这样过你的审美能力才能上去,否则你看哪一个,都会觉得非常好看。


这需要时间慢慢累积,是急不得的,点滴培养吧。


朗读




Startup = Growth


By Paul Graham


A startup is a company designed to grow fast. Being newly founded does not in itself make a company a startup. Nor is it necessary for a startup to work on technology, or take venture funding, or have some sort of "exit." The only essential thing is growth. Everything else we associate with startups follows from growth.


If you want to start one it's important to understand that. Startups are so hard that you can't be pointed off to the side and hope to succeed. You have to know that growth is what you're after. The good news is, if you get growth, everything else tends to fall into place. Which means you can use growth like a compass to make almost every decision you face.


Let's start with a distinction that should be obvious but is often overlooked: not every newly founded company is a startup. Millions of companies are started every year in the US. Only a tiny fraction are startups. Most are service businesses—restaurants, barbershops, plumbers, and so on. These are not startups, except in a few unusual cases. A barbershop isn't designed to grow fast. Whereas a search engine, for example, is.


When I say startups are designed to grow fast, I mean it in two senses. Partly I mean designed in the sense of intended, because most startups fail. But I also mean startups are different by nature, in the same way a redwood seedling has a different destiny from a bean sprout.


That difference is why there's a distinct word, "startup," for companies designed to grow fast. If all companies were essentially similar, but some through luck or the efforts of their founders ended up growing very fast, we wouldn't need a separate word. We could just talk about super-successful companies and less successful ones. But in fact startups do have a different sort of DNA from other businesses. Google is not just a barbershop whose founders were unusually lucky and hard-working. Google was different from the beginning.


To grow rapidly, you need to make something you can sell to a big market. That's the difference between Google and a barbershop. A barbershop doesn't scale.



http://www.paulgraham.com/growth.html


朗读十年,才出效果。

思考


思维懒惰”所带来的“低认知水平”才是“低品质勤奋者”产生的原因。
“深度思考”才能带来“认知升级”,从而成为“高品质勤奋者”。


我最近发现,自己的日程基本相同:

每天就是上课,英语练习,写作,跑步和竹笛穿插其中。


枯燥?

也没有,每天也算是接触到新的事物,包括惊喜和烦恼;

习惯?

算是吧,大部分都是靠这个支撑着,同时有一些也没有完成,然后过去了就过去了;

常态?

这或许是一段时间内的,比如一个学期,因为学生必然是有假期的,这个时候就会有不同的节奏。


说说我的写作吧:

  • 笔记本记录日志形式:时间+事件+反思+优化+调整


  • 简书:
    一、
    反思,调整,主要是个别事件
    二、
    五件小确幸


  • 微信公众号:
    计划类,长篇反思类,鼓励类,杂谈类


  • 另外,晨间一般会规划下当天的事情,不过只是在大脑里想下。笔记本上只是比较重要的事情


希望对你有所帮助毕竟复盘和记录是进步的最大利器。


我发现由于每天记录,自己的记忆力都变好了耶,能清楚地记得最近发生的事儿,不像以前那样的马虎匠。@_@.