Crisp Minimal Weekly
#20191101
THE STORY OF GETTING SSH PORT 22
SSH 作者设计时想取代 telnet 和 ftp,分别是21和23端口,因此他选择了22
Programming with errors
Go 1.13的错误系统稍微进化了下
SQL queries don't start with SELECT
介绍 SQL 对于语句中的元素的执行顺序
Test Desiderata
Kent Beck: Tests should be coupled to the behavior of code and decoupled from the structure of code. Seeing tests that fail on both counts.
Exciting new features in Vue 3
Vue3新特性
Frustrations with React Hooks
React Hook 带来的困惑
Text Rendering Hates You
如何正确的渲染各种文本
An Illustrated Guide to Some Useful Command Line Tools
推荐一些好用 CLI 工具,可以看出几乎都是 rust 写的
Tmux Tutorial
简洁明了的 Tmux 入门材料
Conventional Commits
commit 提交规范
「Shape Up」 适合中小团队的一种工作方式
basecamp 风格的工作方式,iteration plan 是个比较好的东西
Six Reasons Why iOS 13 and Catalina Are So Buggy
苹果软件质量差的原因有好几个,比较有意思的是 Regression 才修老 bug 不修
Computing pi with bc
如题,使用 BC 计算 Pi