Picks:
做產品真是哭夭難! — Marty Cagan 演講 70 分鐘中文逐字翻譯 | by Jason HOU (Q&A 中文逐字翻譯 | Video)
Product
Why This Opportunity Solution Tree is Changing the Way Product Teams Work
Work along both dimensions of product discovery
- discovering opportunities
- discovering solutions
There are in fact many very different forms of prototypes, each with different characteristics and each suited to testing different things.
Programming
- Rust thread-locals are slower than they could be.
- Rust allows cross-language Link Time Optimization.
Why I Scatter Use Statements Throughout My Rust
I support limiting the scope of the extension traits:
let input: Data = { use anyhow::Context as _; serde_yaml::from_reader(std::io::stdin()).context("couldn't read stdin")? };