See also the short URLs and search.

Tools

Dev

Network

Web

CSS Tricks

flexbox css grid prefetching/preloading image lazy loading

Golang

Rust

  • Borrow checker fight

    AFAICT people who “fight” the borrow checker want to use refs for everything. If you default to move and clone when you need something in two places this gets you 80%+ of the way there IME. Then treat refs or fancy smart pointer types as optimizations or for advanced cases. Over time one gets comfortable using refs for short-lived cases and such

  • Rust #5: Naming conventions
  • Crates finding

Git

NeoVim

SQLite

Blogs

Tweet

Gists

Hacker News