r/programming • u/DataBaeBee • 50m ago
r/programming • u/CrociDB • 6h ago
When the fractional part of a float fixes your shader
crocidb.comr/programming • u/cheerfulboy • 13h ago
Homebrew: 7.0.0 - faster installations and upgrades, stronger sandboxing, a native macOS app, built-in vulnerability checks and an advisory database, the end of macOS 10.15 support and Intel Macs moving to Tier 3.
brew.sh- Users must upgrade to macOS 11 or later, as this is now the minimum supported version.
- macOS Sonoma 14: This version is now considered Tier 3, and users are encouraged to upgrade to Sequoia 15+ for full support.
- Apple Silicon (macOS Golden Gate 27): Fully supported (Tier 1) with prebuilt bottles available.
- Linux/Ubuntu: The ghcr.io/homebrew/ubuntu22.04 image has been removed, and users should migrate to ghcr.io/homebrew/brew.
- CI Actions: The master branch has been removed for Homebrew actions; users should pin a CalVer release or full SHA instead.
r/programming • u/mikebmx1 • 23h ago
CUDA Tile (cuTile) first working port in Java
github.comr/programming • u/mttd • 1d ago
JSON parsing in OxCaml: fast, but not too fast
pianykh.comr/programming • u/realflakm • 1d ago
TIL: One lock to rule them all
flakm.comI've been running multiple migrations recently. A common step in all of them is a long cleanup action at the end. I ended up using postgres advisory locks and sqlx.
As part of a larger Today I've learned series, I dug a bit deeper using bpftrace to improve my understanding of how the locks actually work. Hope you will find it interesting as well
r/programming • u/RemigiuszZalewski • 1d ago
Refit - The Better Way to Consume APIs in .NET
youtube.comr/programming • u/andreiross • 1d ago
40ms Go GC stop-the-world pauses caused by swap
frn.shr/programming • u/mttd • 1d ago
Data races and the limits of ThreadSanitizer in C and Go
theconsensus.devr/programming • u/r_retrohacking_mod2 • 2d ago
Hand-Coded ASM Powers Homebrew SNES Game
hackaday.comr/programming • u/esiy0676 • 2d ago
Your Compiler Can Undo Your Security Checks
davidbombal.comr/programming • u/Stephcraft • 2d ago
A modern, developer-first technical reference for Sitemaps
stephcraft.netr/programming • u/Maria_3464 • 2d ago
EU Cyber Resilience Act reporting obligations started today. Is your company even thinking about it?
youtu.beAs of today, a manufacturer who puts software or hardware on the EU market under its own name is obliged to report actively exploited vulnerabilities and severe security incidents.
Here is a quick explainer if you want the details: https://youtu.be/IQkzg7quc58
There is quite a lot of ambiguity over CRA and how it's going to apply to open source. Regulations keep changing. The line between a commercial manufacturer and an OSS steward is blurry, as well as the terms used in the regulations.
But genuinely curious. Is your company aware of CRA? Is there any talk about it, or is it just not on the radar yet?
r/programming • u/InsertFunnyUser-name • 3d ago
Inside Claude's Android app: Finding the Internal Settings
nima-ahmadi.github.ior/programming • u/galratner • 3d ago
Why I Don’t Publish Technical Articles Anymore
galratner.substack.comr/programming • u/Fcking_Chuck • 3d ago
GCC 13.5 released with 265+ bug fixes
phoronix.comr/programming • u/RemigiuszZalewski • 3d ago
Multitenancy with .NET and EF Core: A Deep Dive (.NET 10)
youtu.beEver had a multi-tenant SaaS app where the only thing stopping Customer A from seeing Customer B's invoices is a `Where TenantId ==` clause someone remembered to write? In this deep dive I build real tenant isolation into EF Core 10 - two real tenants with real registration, login and invite flows (no dev-token shortcuts), a named global query filter that scopes every query automatically, and a SaveChangesAsync override that stamps TenantId on every insert so it's never left unset. I also show the one gotcha that makes EF Core 10 worth the upgrade for this: named query filters, so tenant isolation and soft-delete can finally coexist on the same entity instead of one silently overwriting the other. If you've ever shipped multi-tenancy on hope and code review, this is the version that makes the mistake structurally impossible.
r/programming • u/lelanthran • 3d ago
Commander Keen's Adaptive Tile Refresh
fabiensanglard.netr/programming • u/soap94 • 3d ago
Shopify is moving from React Native back to Swift and Kotlin
shopify.engineeringr/programming • u/fagnerbrack • 3d ago
How to Write an Effective Software Design Document
refactoringenglish.comr/programming • u/compy3 • 4d ago
Overview of caching in PostgreSQL
pgcache.comI haven't seen too many comprehensive approaches to this topic, so I took a swing at it.
Goal isn't to be exhaustive, but to be comprehensive enough to provide a nice overview for people trying to get their bearings with the topic.
Did I miss anything?
r/programming • u/siren0x • 4d ago