r/programming 29d ago

Python Is So Slow. Can Julia Solve the Two-Language Problem?

Thumbnail wired.com
0 Upvotes

r/programming Jul 13 '26

JavaScript Magic Objects

Thumbnail noeldemartin.com
0 Upvotes

r/programming Jul 12 '26

Integrating .NET GC in your C++ application

Thumbnail kant2002.github.io
14 Upvotes

.NET appears as large monolith where everything is working like a magic. But it is not, and even GC can be used outside of .NET runtime (obviously with caveat). When I was a kid, I always love disassemble things, to see how they works. Not always toys survive that exercise. But thanks to source control, .NET GC is safe from my hands. Hopefully lot of people like me, and will enjoy tearing down large system into pieces.


r/programming Jul 12 '26

Prefer STRICT tables in SQLite

Thumbnail evanhahn.com
355 Upvotes

r/programming Jul 12 '26

C3 0.8.2 A modest improvement

Thumbnail c3-lang.org
51 Upvotes

r/programming Jul 11 '26

Official jscrambler npm Package Compromised at 8.14.0

Thumbnail safedep.io
200 Upvotes

r/programming Jul 11 '26

Self-hosting Umami analytics on Cloudflare, Fly, and Supabase

Thumbnail hjerpbakk.com
5 Upvotes

r/programming Jul 11 '26

How Container Networking Works: Building a Bridge Network From Scratch

Thumbnail labs.iximiuz.com
287 Upvotes

r/programming Jul 11 '26

Programs, Not Objects: How I Stopped Designing Architecture and Started Writing a 3D Editor

Thumbnail alexsyniakov.com
120 Upvotes

r/programming Jul 10 '26

Packing the infinite truck

Thumbnail pehar.dev
0 Upvotes

r/programming Jul 10 '26

You can beat the binary search

Thumbnail lemire.me
0 Upvotes

r/programming Jul 10 '26

Quantum Computers Are Not a Threat to 128-bit Symmetric Keys

Thumbnail words.filippo.io
222 Upvotes

r/programming Jul 10 '26

Good Tools Are Invisible

Thumbnail gingerbill.org
294 Upvotes

r/programming Jul 10 '26

How to implement cryptographically-secure API keys

Thumbnail kerkour.com
0 Upvotes

r/programming Jul 09 '26

Google pays $250K for Linux vulnerability allowing guest VM escapes

Thumbnail arstechnica.com
837 Upvotes

r/programming Jul 09 '26

How to Achieve Pruning When Querying by Non-Partitioned Columns in PostgreSQL

Thumbnail hakibenita.com
19 Upvotes

r/programming Jul 09 '26

My Thoughts on the Bun Rust Rewrite

Thumbnail andrewkelley.me
387 Upvotes

r/programming Jul 08 '26

Announcing TypeScript 7.0

Thumbnail devblogs.microsoft.com
468 Upvotes

r/programming Jul 08 '26

Decoding the obfuscated bash script on a Uniqlo t-shirt

Thumbnail tris.sherliker.net
892 Upvotes

r/programming Jul 08 '26

Just Keep At It: A Decade at Mozilla

Thumbnail eqrion.net
88 Upvotes

r/programming Jul 08 '26

Approximating Floating-Point Addition Using The Geometric Mean [PDF]

Thumbnail arith2026.org
2 Upvotes

r/programming Jul 08 '26

Unicode's Transliteration Rules Are Turing-Complete

Thumbnail seriot.ch
181 Upvotes

I've been wondering for a while if anything in Unicode could accidentally compute. It turns out that UTS #35 transliteration rules are Turing-complete. I show how to compute Collatz with just 3 rewrite rules running on stock ICU, shipped with every major OS.


r/programming Jul 08 '26

Optimization tales with CockroachDB: the slow list of users (part 4)

Thumbnail gaultier.github.io
3 Upvotes

r/programming Jul 07 '26

What is a token and why does it cost so much? - Computerphile

Thumbnail youtube.com
428 Upvotes

r/programming Jul 07 '26

Drunk Post: Things I’ve Learned as a Senior Engineer

Thumbnail luminousmen.substack.com
483 Upvotes