What I Touched This Week 2018-12-02
Routing and extraction in Tide: a first sketch | Rust Network Services Working Group tide/endpoint.rs is a trick to allow multiple impl for T An Introduction to CKB VM – Nervos Network – Medium…
Routing and extraction in Tide: a first sketch | Rust Network Services Working Group tide/endpoint.rs is a trick to allow multiple impl for T An Introduction to CKB VM – Nervos Network – Medium…
Rewriting History: A Brief Introduction to Long Range Attacks Letting neural networks be weird • When algorithms surprise us I see an oppotunity to use AI in testing. Goodbye, Object Oriented Programming – Charles Scalfani – Medium…
Bookmarks prettytable-rs/README.md at master · phsym/prettytable-rs Pretty print table in Rust. nvzqz/static-assertions-rs: Rust compile-time assertions to ensure that invariants are met and your API remains stable Squoosh Online image compression app. edwardtufte/tufte-css: Style your webpage like Edward Tufte’s handouts.
Papers ♯ Weekly Paper Helix Other 新增自动化支持,让这款防休眠工具更懂你的 Mac 使用习惯:Amphetamine - 少数派 Bookmarks kamranahmedse/pennywise: Cross-platform application to open any website or media in a floating window
♯ Flatbuffers Compatible Table 2018 国内Rust社区调查报告 - 知乎 My release checklist for Rust programs - DEV Community Is Rust functional? Rust is not functional, but Rust does adhere to many of the tenets of functional programming. Thus in many cases, you can easily, naturally, and idiomatically write Rust in a functional style.
Readings A hidden complication for Linux desktop audio 现在 Instagram 还能用来看书了??? - 少数派 Bookmarks 中国宇航出版社 该出版社音频资源在线播放和下载
Office Hours #0: Debugging with GDB Debug Rust with GDB 云风的 BLOG: Lua GC 的工作原理 AMA with Jan Xie, Chief Architect at Nervos (Episode I) - YouTube How Lisp Became God’s Own Programming Language…
Code Must Be Clean. And Clear. The kitchen is clean when there is no dirt in the oven. But if its electric panel speaks French, I can’t use the kitchen. Even if it’s perfectly clean. It’s not clear how to use it—that’s why it’s useless. Resistant protocols: How decentralization evolves – John Backus – Medium Introduce the history of how file sharing protocols evolved. 随谈:软件架构师与数学的关系 软件架构师最重要的一项能力是解决问题,数学同时提供了思路和技巧。 有目标地收集信息,打造个人灵感库 |《灵感从何而来》读书笔记 - 少数派 有目标的收集竞品和相似产品,挖掘原因和模式…
Software disenchantment We developers should have done better in performance. How to Use Only a Dark Menu Bar and Dock in macOS Mojave - TekRevue…
An empirical analysis of anonymity in Zcash | the morning paper Code Review from the Command Line - Bits, Bytes, and Words Code Review using Vim How we organize a complex Rust codebase Adventures in Rust: Futures and Tokio · Bryan Gilbert’s Blog Future is essentially a state machine that does nothing until it’s actively polled. Additionally as futures are composed using combinators such as map and join, we are actually building a more elaborate state machine, not manipulating the result of something that is already running somewhere.