🚀🤯 Apparently, the secret to a faster asin() function was just chilling in plain sight—because who doesn't bury life-changing revelations in a blog cluttered with a thousand unrelated projects? 📚🔍 Congratulations on rediscovering the wheel and making it spin slightly faster. 🤦‍♂️🎉
https://16bpp.net/blog/post/faster-asin-was-hiding-in-plain-sight/ #fasterasin #rediscovery #blogtech #lifehacks #programminginsights #HackerNews #ngated
16BPP.net: Blog / Faster asin() Was Hiding In Plain Sight

Why is my first C++ (m)allocation always 72 KB?

Why is my first C++ (m)allocation always 72 KB?? It’s the ’emergency pool’ for exceptions, here’s how I uncovered it using GDB and digging through the source code of libstdc++, glibc and Valgrind!

Chris Behan

Distinguishing the trees from the forest in software engineering and how not to conduct interviews.

Poking holes into bytecode with peephole optimisations

First optimizations I made while redesigning and semi-porting the purple-garden runtime from C to Rust

The Compiler Is Your Best Friend, Stop Lying to It - Daniel Beskin's Blog

The compiler is a powerful tool, yet many developers have a painful relationship with it. Can we do better?

🎉 Breaking News: Tech Guru Discovers Personal Preference! 🚀 In a groundbreaking revelation, someone learned that 'satisfies' is their favorite #TypeScript keyword. Meanwhile, millions continue to use TypeScript without needing a favorite keyword. 🤔
https://sjer.red/blog/2024-12-21/ #TechNews #Discovery #CodingLife #DeveloperHumor #ProgrammingInsights #HackerNews #ngated
TIL: `satisfies` is my favorite TypeScript keyword

TIL: `satisfies` is my favorite TypeScript keyword

Jerred Shepherd
Bret Victor The Future of Programming

YouTube
The Uselessness of "Fast" and "Slow" in Programming - iRi