Bookmarks (13)
language (3)
[nix pills] nixos.org
builds up the nix language and store model from first principles
[the rust performance book] nnethercote.github.io
practical techniques for making rust programs faster
[rustonomicon] doc.rust-lang.org
the dark arts of unsafe rust
systems (2)
[what every programmer should know about memory] people.freebsd.org
[high scalability] highscalability.com
architecture write-ups of large systems
blogs (2)
[julia evans] jvns.ca
debugging, networking and unix internals explained well
[dan luu] danluu.com
hardware, latency and engineering culture essays
blog (1)
[brendan gregg] brendangregg.com
linux performance, flame graphs and observability
books (2)
[crafting interpreters] craftinginterpreters.com
writing a tree-walking and a bytecode interpreter end to end
[designing data-intensive applications] dataintensive.net
storage engines, replication and consensus
tools (3)
[excalidraw] excalidraw.com
quick hand-drawn style diagrams
[godbolt compiler explorer] godbolt.org
see the assembly your code compiles to
[regex101] regex101.com
regex playground with an explanation pane