dgv
devlog
curated readings
values
don’t be clever
code is a liability
ask, learn, and teach
design and architecture matter
first make it correct then make it fast
only make it fast if you know it matters
it’s not done until customers are getting value
it’s not done until there’s nothing left to take away
don’t automate something you haven’t done manually
quick incremental progress is better than the alternative
code is shared by the team. there is no such thing as my code
it’s easier to change a dry-erase board than a production system
code is written to be understood by humans first, computers second
culture
- The Crypto Anarchist Manifesto
- The Techno-Optimist Manifesto
- Programming Motherfucker
- Suckless Philosophy
- Protocols, Not Platforms: A Technological Approach to Free Speech
wisdom
- My guiding principles after 20 years of programming
- 26 Lessons From Being a Developer at a Startup
- id Software Programming Principles
- Get the work/life balance you need
- Patterns are not building blocks
- The mythical 10x programmer
- All software sucks
survive
- Write code that is easy to delete, not easy to extend
- A high-velocity style of software development
- How To Learn Cryptography as a Programmer
- Latency Numbers Every Programmer Should Know
- 30 Linux System Monitoring Tools Every SysAdmin Should Know
- My Approach to Building Large Technical Projects
- Contributing to Complex Projects
references
- Awesome lists
- The Twelve-Factor App
- Tiger Style
- Ops School Curriculum
- RFC1925: The Twelve Networking Truths
- Distributed systems theory for the distributed systems engineers
- How to Solder: Through-Hole Soldering
misc
- Why OpenBSD rocks
- How I write software
- Learning to Read x86 Assembly Language
- IO devices and latency
- The Lost Art of Structure Packing
- Things Every Hacker Once Knew
- Post-Quantum Cryptography Basics
- A tcpdump Tutorial with Examples
- Eleven syscalls that rock the world
- How setting the TZ environment variable avoids thousands of system calls