📰 Reddit r/programming
249 articles · Updated every 3 hours · View all reads
All
Articles 78,885Blog Posts 103,809Tech Tutorials 19,249Research Papers 17,244News 13,550
⚡ AI Lessons
Reddit r/programming
8h ago
The Best Internal Developer Platform Might Be the One Nobody Opens
submitted by /u/wineandcode [link] [comments]
Reddit r/programming
10h ago
Why I chose AOT code-gen over JSON/INI parsing for C configuration files (cfgsafe)
Hey everyone, I got tired of the usual configuration mess in C—manually writing tedious boilerplate to traverse generic JSON/YAML nodes, casting strings to inte
Reddit r/programming
14h ago
Inferencing Text Diffusion Models in Python and C
submitted by /u/DataBaeBee [link] [comments]
Reddit r/programming
14h ago
How to read distributed traces when you didn’t write the code
submitted by /u/elizObserves [link] [comments]
Reddit r/programming
17h ago
someone actually leaked the Miasma supply chain attack toolkit source code on github
we saw that multiple github repos name as Miasma-Open-Source-Release started appearing yesterday which was pushed by a compromised developer accounts. then we p
Reddit r/programming
17h ago
How we sync Postgres to the browser: ElectricSQL for rows, Yjs for documents
submitted by /u/jxd-dev [link] [comments]
Reddit r/programming
18h ago
The 5 most common ClickHouse mistakes and how to fix them
We went through hundreds of StackOverflow + Reddit threads on ClickHouse and after seeing the same pain points surface repeatedly, we wrote up the 5 most common
Reddit r/programming
18h ago
Catlantean 3D - Making Graphics Like It's 1993
submitted by /u/Dear-Economics-315 [link] [comments]
Reddit r/programming
20h ago
SQLite improving performance with pre-sort
submitted by /u/andersmurphy [link] [comments]
Reddit r/programming
23h ago
Clojure If Do When
submitted by /u/Efficient-Public-551 [link] [comments]
Reddit r/programming
1d ago
120,000 Lines of Rust: Inside the Nosdesk Backend
submitted by /u/BlondieCoder [link] [comments]
Reddit r/programming
1d ago
Cache Stampede Prevention: Distributed Locking, Pub/Sub, and Request Coalescing
submitted by /u/Local_Ad_6109 [link] [comments]
Reddit r/programming
1d ago
I analyzed 26 major open source repositories. Every one had at least one bus-factor-1 module
I built a CLI called git-archaeologist to analyze ownership concentration, bus factor, coupling, and change history from git repositories. To validate it, I ben
Reddit r/programming
🧠 Large Language Models
⚡ AI Lesson
1d ago
I'm building local voice dictation that turns talk into finished text — commit messages, tickets, clean prose — all on your own machine
I talk most of my AI-coding prompts now instead of typing them, and I wanted a tool that does more than transcribe: you speak, and it gives you finished text wh
Reddit r/programming
1d ago
An opinionated logging setup in Go
submitted by /u/Mellowww [link] [comments]
Reddit r/programming
1d ago
Building a Detection Layer on PostgreSQL with Sigma Rules
submitted by /u/Happycodeine [link] [comments]
Reddit r/programming
1d ago
Making numpy-ts as fast as native
I started working on numpy-ts last year and began serious performance optimization in February. These are some of the challenges and lessons from this project.
Reddit r/programming
1d ago
You can fork a package, but can you own it?
submitted by /u/Adventurous-Salt8514 [link] [comments]
Reddit r/programming
1d ago
Storing cryptographic hashes on the blockchain for dataset integrity
This article covers a technique my team and I use to work on versioned datasets across organizations (team A works on features, team B) works on other features.
Reddit r/programming
1d ago
Why Compiler Engineers Rarely Use Strassen's Algorithm for Fast Matrix Multiplications
submitted by /u/DataBaeBee [link] [comments]
Reddit r/programming
1d ago
Poor Man's Time Machine: Lazy Evaluation in JavaScript and Haskell
submitted by /u/sayyadirfanali [link] [comments]
Reddit r/programming
1d ago
Lies We Tell Ourselves About Email Addresses
submitted by /u/theghostofm [link] [comments]
Reddit r/programming
1d ago
VS Code Adds 2-Hour Extension Auto-Update Delay to Limit Supply Chain Attacks
submitted by /u/CircumspectCapybara [link] [comments]
Reddit r/programming
1d ago
In Defense of YAML :: Posit Open Source
submitted by /u/Successful_Bowl2564 [link] [comments]
DeepCamp AI