Crisp Minimal Weekly
#20191225
Compiled vs Interpreted Code Performance
Go才比Python快100倍
Go memory ballast: How I learnt to stop worrying and love the heap
先申请很大的 heap size,然后让 Go 减少 GC 频率,起到性能优化的效果
Only 15% of the Basecamp operations budget is spent on Ruby
机器资源消耗不重要 人员的效率和快乐度才是第一
Modules Part 02: Projects, Dependencies and Gopls
Go module 的交互示例教程
Building a search engine from scratch
从头搭建搜索引擎的科普,比较浅但把需要的都说到了
Challenging projects every programmer should try
一个都没真正弄过 可惜了
Use GitHub actions at your own risk
GitHub Actions 对于 token 的安全隐患
SwiftUI 糟糕的现状和未来的展望
声援一下 支持声讨苹果日渐低下的开发质量和历来不稳的框架大改动
出海必备:盘点国外主流收款服务
转需
How Facebook Avoids Ad Blockers
Facebook 让 dom 元素躲避 adblock 的技巧
Exploring Python through counter-intuitive snippets. If you think you know Python, think once more!
简直 WTF