https://github.com/songleo/the-little-go-book_ZH_CN/ 通俗易懂的golang 入门教程 (前提是看过官方的go tour)
GitHub
GitHub - songleo/the-little-go-book_ZH_CN: 《The Little Go Book》中文译本,中文正式名《Go简易教程》
《The Little Go Book》中文译本,中文正式名《Go简易教程》. Contribute to songleo/the-little-go-book_ZH_CN development by creating an account on GitHub.
Forwarded from Pavel Durov
The "capitalism <-> socialism" opposition seems outdated. I prefer to think in terms of "centralization vs decentralization". Humans have evolved to perform best in small groups of less than 150 people. That's why wherever there's centralization and excessive hierarchy, there's inefficiency and underutilized human potential. Capitalist monopolies and socialist dictatorships are equally bad.
In a natural environment, every small community is able to produce an outstanding leader and an independent thinker. In today's world of trillion-dollar monopolies and bloated governments, the potential of hundreds of millions of people is suppressed by the limitations imposed by our artificial societal structures.
That is the reason why tens of thousands of people working at big corporations such as Facebook have failed to keep up with what our small team at Telegram has been implementing. That’s also the reason why countries like Russia fail to generate and retain global brands in their jurisdictions. Genuine creativity is rare in organizations and societies built on excessive hierarchies and lack of personal autonomy.
In a natural environment, every small community is able to produce an outstanding leader and an independent thinker. In today's world of trillion-dollar monopolies and bloated governments, the potential of hundreds of millions of people is suppressed by the limitations imposed by our artificial societal structures.
That is the reason why tens of thousands of people working at big corporations such as Facebook have failed to keep up with what our small team at Telegram has been implementing. That’s also the reason why countries like Russia fail to generate and retain global brands in their jurisdictions. Genuine creativity is rare in organizations and societies built on excessive hierarchies and lack of personal autonomy.
最近觉得人与人交谈的时候,无论谈论什么都会不经意间透露个人最近接触的事物或是思考的问题。 回想一下我的不少朋友都是通过交谈建立的友谊,这个过程之中我从对方身上找到了感兴趣的事物或者是感兴趣的问题。如果把这个现象延展一下,尽量和优秀的人交谈时应该间接的可以学到东西。无法否认有人专门训练“说话”的能力从而达到某种目的,遇到这种人的时候我觉得可以通过分析其表达的内容逻辑是否自洽做出辨别。
编程能力也可以运用到生活当中变成一种思维模式。我时常会把自己理解为一台有机体计算机。例如:我会把生活中遇到的不太对等的问题,直接塞入到队列当中。当队列处理完成之后,就会弹出一个结果。这样说可能会有些抽象,可以更具体的解释下:例如我在做一些决策的时候,很难立马有个结果,这时候我就会把这个问题先把这个问题放置在大脑的event loop之中。大脑处理这个问题的过程可能需要大量时间才能分析出那种结果对于当下来说是一种可供选择的较优解。在这个时候我的主进程可以继续处理其他任务,这样对于时间和资源的利用率达到最大化。而不是只是被一个问题给阻塞住了。