- My audio development journey
2021-11-11 - Career
- “Menu reference” shaped solutions
2021-10-28 - Other
- I get asked why I’m into C++ and not Rust.
2021-09-02 - Other
- git diff can natively detect code movement
2021-08-26 - Other
- Linux Internals: How /proc/self/mem writes to unwritable memory
2021-05-12 - C, Favorite, Linux Kernel
- The tradeoffs in using -Weverything
2021-04-13 - C, C++
- Surgical formatting with git-clang-format
2021-04-02 - C, C++
- What you should know before taking your gap year (and lessons from mine)
2021-03-06 - Life
- How to pick a market that will make you money
2021-01-28 - Entrepreneurship
- Open source licensing for supervillains
2021-01-22 - Favorite, Legal
- An actionable framework for yearly goal planning
2021-01-09 - Life, Productivity
- Evergreen tweets
2020-12-28 - Blogging
- How to set up a business email for free
2020-12-16 - Other
- Tips for reading the Linux kernel
2020-12-09 - Linux Kernel
- Tips for effective technical presentations
2020-11-23 - Other
- How to manage your time like a millionaire
2020-11-23 - Productivity
- Double fetches, scheduling algorithms, and onion rings
2020-11-13 - Favorite, Life
- Taking a gap year and working at a fast food restaurant
2020-11-12 - Life
- What they don’t tell you about demand paging in school
2020-10-14 - C++, Favorite, Linux, Linux Kernel
- Tips for submitting your first Linux kernel patch
2020-09-26 - Linux Kernel
- How to set up a minimal Linux kernel dev environment on Ubuntu 20.04
2020-09-26 - Linux, Linux Kernel
- The “Early Stage Founder” Card
2020-09-18 - Entrepreneurship
- Admitting defeat
2020-09-12 - Blogging
- 3 Key Habits I Used to Learn Chinese
2020-09-11 - Language Learning
- The downside of a novel product
2020-09-04 - Entrepreneurship
- Don’t sleep on Google Sheets for backend infra!
2020-09-02 - Web Dev
- Realizing that you are the end of line
2020-08-25 - Entrepreneurship
- Don’t confuse std::move and std::forward
2020-08-05 - C++
- Getting bit by unique_ptr
2020-08-03 - C++
- You can use /proc/*/mem to bypass memory protections
2020-07-22 - Linux
- Read bits are not enforced for memory mappings
2020-07-10 - Linux
- macOS has a native memory leak checker
2020-06-30 - macOS
- How to set up an ARM64 playground on Ubuntu 18.04
2020-06-24 - Assembly, Linux
- 3 Life Skills I Learned From Indie Hackers
2020-06-24 - Entrepreneurship
- Advice for finding mentorship
2020-06-20 - Favorite, Life
- People hate surveys, but like being interviewed
2020-06-18 - Entrepreneurship
- Taking responsibility for lost sales
2020-05-01 - Entrepreneurship
- I landed code in LLDB!
2019-12-21 - Other
- Being pedantic about C++ compilation
2019-11-28 - C++, CMake, Linux
- How setjmp and longjmp work
2016-02-09 - Assembly, C, Favorite, Linux