Curvature Beziers - Improving on a timeless recipe
https://acko.net/blog/curvature-beziers/
https://redd.it/1vskauh
@programmingreddit
https://acko.net/blog/curvature-beziers/
https://redd.it/1vskauh
@programmingreddit
Acko.net
Curvature Beziers
Improving on a timeless recipe
Music theory for programmers
https://runjs.app/blog/music-theory-for-programmers
https://redd.it/1vtm44m
@programmingreddit
https://runjs.app/blog/music-theory-for-programmers
https://redd.it/1vtm44m
@programmingreddit
runjs.app
Music theory for programmers
I can't play an instrument, so I worked out music theory in JavaScript instead. Twelve notes, scales and chords, derived from scratch with code you can hear.
Quake Shareware, a CD-ROM just a little too full - Fabien Sanglard
https://fabiensanglard.net/quake_shareware_cd/index.html
https://redd.it/1vtih22
@programmingreddit
https://fabiensanglard.net/quake_shareware_cd/index.html
https://redd.it/1vtih22
@programmingreddit
Reddit
From the programming community on Reddit: Quake Shareware, a CD-ROM just a little too full - Fabien Sanglard
Posted by NXGZ - 155 votes and 18 comments
The August 17 outage, and the work ahead
https://github.blog/news-insights/company-news/the-august-17-outage-and-the-work-ahead/
https://redd.it/1vttlns
@programmingreddit
https://github.blog/news-insights/company-news/the-august-17-outage-and-the-work-ahead/
https://redd.it/1vttlns
@programmingreddit
The GitHub Blog
The August 17 outage, and the work ahead
An update on the August 17 outage and the steps we're taking to improve reliability.
Finding a hidden Mersenne Twister implementation inside a 15 year old game binary
https://medium.com/@jizoskasa/i-reverse-engineered-plants-vs-zombies-to-answer-one-very-specific-question-557637a68a3e
https://redd.it/1vuk4b5
@programmingreddit
https://medium.com/@jizoskasa/i-reverse-engineered-plants-vs-zombies-to-answer-one-very-specific-question-557637a68a3e
https://redd.it/1vuk4b5
@programmingreddit
Medium
I Reverse Engineered Plants vs. Zombies to Answer One Very Specific Question
Plants vs. Zombies has been, since I was a little kid, one of my favorite franchises; from the GOTY winner Plants vs Zombies, to my…
The unlikely Linux macro
https://rushed-reflections.bearblog.dev/an-unlikely-experiment/
https://redd.it/1vvrbyb
@programmingreddit
https://rushed-reflections.bearblog.dev/an-unlikely-experiment/
https://redd.it/1vvrbyb
@programmingreddit
rushed-reflections
An unlikely experiment
There are so many great places to learn about out there on the internet, and one of those great places is the legendary Linux Kernel. If you stumble around s...
How To Report A Bug So It Actually Gets Fixed
https://blog.tymscar.com/posts/howtoreportabug/
https://redd.it/1vwb745
@programmingreddit
https://blog.tymscar.com/posts/howtoreportabug/
https://redd.it/1vwb745
@programmingreddit
The Tymscar Blog
How To Report A Bug So It Actually Gets Fixed
A production ByteBuf leak took me from Netty logs to a fix shipped by Microsoft in a few weeks. Here is the step-by-step process I use to report bugs so they actually get fixed.
What Zig felt like, coming from Rust
https://besok.github.io/posts/what-zig-felt-like-coming-from-rust/
https://redd.it/1vwyjg2
@programmingreddit
https://besok.github.io/posts/what-zig-felt-like-coming-from-rust/
https://redd.it/1vwyjg2
@programmingreddit
besok
What Zig felt like, coming from Rust
What Zig felt like, coming from Rust Intro I’ve spent the last 7 years as a Rust developer, working mostly on open source projects, and I’d like to think I’ve built a solid feel for the language and its ecosystem along the way. I gravitate toward the functional…
Your executable is a SQLite database
https://fzakaria.com/2026/08/23/your-executable-is-a-sqlite-database
https://redd.it/1vx81cr
@programmingreddit
https://fzakaria.com/2026/08/23/your-executable-is-a-sqlite-database
https://redd.it/1vx81cr
@programmingreddit
Farid Zakaria’s Blog
Your executable is a SQLite database
I have been probably obsessed with two things in the last few years: Nix as a tool to explore innovative ideas that require the capability to rebuild the world and replacing ELF with SQLite as an executable format. You might have noticed that these two ideas…
How an Underrated Refactor Saved 90% Memory Usage
https://tanstack.com/blog/tanstack-table-v9-memory-performance
https://redd.it/1vwvdom
@programmingreddit
https://tanstack.com/blog/tanstack-table-v9-memory-performance
https://redd.it/1vwvdom
@programmingreddit
TanStack
How an Underrated Refactor Saved 90% Memory Usage | TanStack Blog
TanStack Table V9 can use dramatically less memory than Table V8 in large tables because row, column, cell, and header APIs now live on shared prototypes instead of every object instance.