Hacker News
- Python Performance: Why 'if not list' is 2x Faster Than Using len() https://blog.codingconfessions.com/p/python-performance-why-if-not-list 2 comments
- A Software Engineer's Guide to Reading Research Papers https://blog.codingconfessions.com/p/a-software-engineers-guide-to-reading-papers 4 comments
- How Unix spell ran in 64kb RAM https://blog.codingconfessions.com/p/how-unix-spell-ran-in-64kb-ram 51 comments
- Linux Context Switching Internals: Process State and Memory https://blog.codingconfessions.com/p/linux-context-switching-internals 3 comments
- The CAP theorem of Clustering: Why Every Algorithm Must Sacrifice Something https://blog.codingconfessions.com/p/the-cap-theorem-of-clustering 21 comments
- The Pythonic Emptiness https://blog.codingconfessions.com/p/the-pythonic-emptiness 46 comments
- What Every Developer Should Know About GPU Computing (2023) https://blog.codingconfessions.com/p/gpu-computing 44 comments
- The Design and Implementation of the CPython Virtual Machine https://blog.codingconfessions.com/p/cpython-vm-internals 6 comments
- Recent Performance Improvements in Function Calls in CPython https://blog.codingconfessions.com/p/are-function-calls-still-slow-in-python 167 comments
- How simultaneous multithreading works under the hood https://blog.codingconfessions.com/p/simultaneous-multithreading 129 comments
- Substack Has Failed Indian Creators https://blog.codingconfessions.com/p/substack-has-failed-indian-creators 4 comments
Lobsters
- How Unix Spell Ran in 64kB RAM https://blog.codingconfessions.com/p/how-unix-spell-ran-in-64kb-ram 16 comments math , unix
- The CAP Theorem of Clustering: Why Every Algorithm Must Sacrifice Something https://blog.codingconfessions.com/p/the-cap-theorem-of-clustering 2 comments ai , math
- An Unreachable Hidden XKCD Easter Egg inside CPython https://blog.codingconfessions.com/p/cpython-hidden-xkcd-easter-egg 25 comments c , python
- The Pythonic Emptiness https://blog.codingconfessions.com/p/the-pythonic-emptiness 20 comments python
- CPython Runtime Internals: Key Data Structures & Runtime Bootstrapping https://blog.codingconfessions.com/p/cpython-runtime-internals 6 comments c , compilers
- The Design & Implementation of the CPython Virtual Machine https://blog.codingconfessions.com/p/cpython-vm-internals 20 comments c , compilers
- Two Threads, One Core: How Simultaneous Multithreading Works Under the Hood https://blog.codingconfessions.com/p/simultaneous-multithreading 17 comments hardware
- How Python Compares Floats and Ints: When Equals Isn’t Really Equal https://blog.codingconfessions.com/p/how-python-compares-floats-and-ints 25 comments c , python
- CPU Architecture Concepts Every Developer Should Know https://blog.codingconfessions.com/p/hardware-aware-coding 8 comments programming
- A Software Engineer's Guide to Reading Research Papers https://blog.codingconfessions.com/p/a-software-engineers-guide-to-reading-papers 23 comments programming
- The CAP theorem of Clustering: Why Every Algorithm Must Sacrifice Something https://blog.codingconfessions.com/p/the-cap-theorem-of-clustering 5 comments programming
- The CAP Theorem of Clustering: Why Every Algorithm Must Sacrifice Something https://blog.codingconfessions.com/p/the-cap-theorem-of-clustering 5 comments coding
- Two Threads, One Core: How Simultaneous Multithreading Works Under the Hood https://blog.codingconfessions.com/p/simultaneous-multithreading 2 comments coding
- Are Function Calls Still Slow in Python? An Analysis of Recent Optimizations in CPython https://blog.codingconfessions.com/p/are-function-calls-still-slow-in-python 20 comments programming
- How Python Compares Floats and Ints: Why It Can Give Surprising Results https://blog.codingconfessions.com/p/how-python-compares-floats-and-ints 62 comments programming