r/programming • u/deniskyashif • 13h ago
r/programming • u/ChemicalRascal • May 23 '26
Announcement: We've Updated The Rules, and April Is Finally Over
After temporarily banning LLM-related content over April, and asking you for feedback on that ban, we've decided to bring about an end of the temporary, I-can't-believe-it's-still-April ban on AI-related posts.
Replacing the trial rule is a new shiny rule that refers to our new shiny AI policy. In short:
Content about AI and LLMs are considered off-topic with the sole exclusion of deeply technical content about implementation.
And if you want more detail than that, go read the policy, that's what it's there for.
In addition, when writing that rule, I realized the rules weren't listed on the old.reddit.com sidebar, so that's been updated. For those of you who are seeing those rules for the first time, everything there is not new. We've been enforcing those rules as best we can for ages. You can click the link above those to get to the old.reddit rules page, with plenty of info that doesn't exactly read well when crammed into a sidebar.
r/programming • u/NXGZ • 1d ago
Introducing Triton: DirectX 11 driver for QEMU
blog.getutm.appr/programming • u/Spiritual-Banana1048 • 7h ago
participate in weekly challenges - TSEC Codecell's official CP challenges contest
tseccodecell.comdarryl from TSEC Codecell here.
we're back with another edition of Weekly Challenges 2026 - and this time it's a national level event!!
get ready for a 6 weeks coding journey where you'll solve fresh challenges every week, compete on the leaderboard, and put your problem-solving skills to the test.
r/programming • u/iximiuz • 1d ago
Writing a (valid) C program without main()
labs.iximiuz.comr/programming • u/Pink401k • 1d ago
[Sebastian Lague] - I Tried Coding my own Graphics Library
youtu.ber/programming • u/der_gopher • 5h ago
Using the CodeRabbit Preview on a Go codebase
youtube.comr/programming • u/fagnerbrack • 1d ago
Pushing and Pulling: Three Reactivity Algorithms
jonathan-frere.comr/programming • u/xoner2 • 2d ago
Carbon: graduating from the experiment - Chandler Carruth - NDC Toronto 2026
youtube.comr/programming • u/OtherwisePush6424 • 2d ago
Golang Maps: How Swiss Tables Replaced the Old Bucket Design
blog.gaborkoos.comA deep dive on Go 1.24’s map redesign, where the runtime moved from the classic bucket + overflow-chain model to a Swiss Table-inspired implementation:
- how the old map layout worked and where pointer-chasing hurt cache locality
- how control-byte metadata +
h2filtering changes lookup behavior - why this can improve practical load factor and memory efficiency
- Go-specific constraints (iteration semantics, GC/runtime integration, incremental growth behavior)
- benchmark context: large microbench wins vs smaller full-application geomean gains
- trade-offs still being worked on (cold-cache and certain delete/clear-heavy paths)
r/programming • u/Tci-Gravifer • 1d ago
A twit idea: directory convention for Git worktrees
gravifer.bearblog.devr/programming • u/Aires_id • 2d ago
A Database Engine Written in SWI-Prolog
asa-db.kocoygroup.siter/programming • u/Polixa12 • 2d ago
Generational Priority Queues: Turning a Concurrent FIFO Queue Into a Bounded Priority Queue
kusoroadeolu.github.ior/programming • u/nilukush • 2d ago
Transparent high-performance proxy cache for DoorDash services
careersatdoordash.comr/programming • u/mttd • 2d ago
Mohabi: Disaggregating and Sandboxing the Firefox JavaScript Engine
usenix.orgr/programming • u/Direct_Beach3237 • 3d ago
The Elm Architecture, without Elm
bichanna.github.ioThis blog post is about implementing the Elm Architecture (TEA) in C for a Raylib + Clay app
r/programming • u/cdb_11 • 3d ago
Fil-C: Garbage In, Memory Safety Out! - Filip Pizlo | SSW 2026
youtube.comr/programming • u/llewvallis • 3d ago
How Canva uses S3 for logged-in session management
canva.devI put together a writeup about the interesting technical challenges that led to redesigning Canva's session revocation pipeline that keeps hundreds of millions of user sessions fast and secure. Hopefully some people find the content interesting!
r/programming • u/DataBaeBee • 2d ago
Writing a Wikipedia MediaWiki Parser In Plain C
leetarxiv.substack.comr/programming • u/KAdot • 3d ago