峰采 #5

PS

2018年Agile是什么情况?

巴黎圣母院注定要着火?

“米”字为什么是012345678?

Go成为企业级编程语言新宠?

Read on…

The List

  1. https://martinfowler.com/arti…

    • Martin Fowler做的The State of Agile in 2018。是根据 https://www.infoq.com/present… 这个视频整理的。
    • 划重点: Raise the importance of technical excellence, and never forget that when writing software, the technology side is really vital, and organize around products. 通篇没有一次提scrum。现在的scrum,已经被项目经理绑架,偏离了Agile的初心

《峰采 #5》

  1. https://drewdevault.com/2019/…

    • Rust is not a good C replacement
    • 金句:_Go is the result of C programmers designing a new programming language, and Rust is the result of C++ programmers designing a new programming language_
    • 我尝试过学Rust,真是不好学啊。是不是除了Haskel之外最难学的语言?
  2. Webassembly on the server is the future of computing.

    • 最近Mozilla发布了WASI。Docker创始人Solomon Hykes发帖说了上面的话。我有点懵bi。这是肿么肥私?只能表示密切关注一下🧐
  3. https://github.com/LingDong-/…

    • 用RRPL来描述中文字符
    • 你不知道RRPL是啥?俺也不知道。全拼是Recursive Radical Packing Language。清楚了吗?没有?只能帮你到这里了。剩下的自己看项目。。。反正我知道“米”这个字是 {0, 1, 2, 3, 4, 5, 6, 7, 8}
                1 2 3
                 \|/
               8 -+- 4
                 /|\
                7 6 5

  1. https://drewdevault.com/2018/…

    • Anatomy of a Shell
    • 用C语言实现一个Shell。解释了parsing,AST, execution等等。对底层有兴趣的值得一读。
  2. 大神Guido star了996.icu。发文的时候,所有人都知道了吧。但还是贴一下

《峰采 #5》

  1. https://github.com/kubernetes…

    • Kubernetes Perl client! 这是进一步证明Kubernetes一统江湖还是一部分人闲得蛋疼呢?我选后者🤐。但是开源人就是这么任性。还好只有8颗星。这是说明还有8个人在等Perl 6吗😭?
  2. https://www.infoq.com/article…

    • Simplicity, Please – A Manifesto for Software Development
    • 金句:_A large code base (Google’s is some 2 billion lines) need not be complex, and a small code base may not exhibit simplicity._
    • 文章写的有些不好懂,读一下前面的几个bullet也就行了。

《峰采 #5》

  1. https://medium.com/netflix-te…

    • Full Cycle Developers at Netflix — Operate What You Build
    • 跟着Netflix不仅能追神剧,还能学习软件工程😏。记住这个词:Full Cycle Development,也许以后会火。

《峰采 #5》

  1. https://github.com/vugu/vugu

    • Vugu: A modern UI library for Go+WebAssembly (experimental)
    • 对Go程序猿来说,这是Go进一步统治世界的证明。但是。。。还早吧。

《峰采 #5》

  1. https://www.infoq.com/present…

    • ▶️ Go – A Key Language in Enterprise Application Development?
    • Go会成为企业应用的关键语言吗?我认为会。除非web被什么东西替代了。
  2. https://www.nytimes.com/inter…

    • Why Notre-Dame Was a Tinderbox
    • NYT认为圣母院注定要着火。论防火墙的重要性。这样的文章真好啊,图文并茂。

《峰采 #5》

PPS

这篇拖了一段时间。一来忙,二来懒,三来写这个时间成本变高了。又是一个在咖啡馆里面充实的早上☕️。且写且珍惜

    原文作者:西北那个峰
    原文地址: https://segmentfault.com/a/1190000018930901
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞