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.
https://brew.sh/2026/09/13/homebrew-7.0.0/
https://redd.it/1wftm95
@programmingreddit
https://brew.sh/2026/09/13/homebrew-7.0.0/
https://redd.it/1wftm95
@programmingreddit
Homebrew
7.0.0
Today, I’m proud to announce Homebrew 7.0.0. The most significant changes since 6.0.0 are 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…
Performance Improvements in .NET 11
https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-11/
https://redd.it/1wh0qrf
@programmingreddit
https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-11/
https://redd.it/1wh0qrf
@programmingreddit
Broken Windows, Abstractions and the Cost of Always Keeping Things Simple
https://pgilmartin.substack.com/p/broken-windows-abstractions-and-the
https://redd.it/1wgvjin
@programmingreddit
https://pgilmartin.substack.com/p/broken-windows-abstractions-and-the
https://redd.it/1wgvjin
@programmingreddit
Substack
Broken Windows, Abstractions and the Cost of Always Keeping Things Simple
The Broken Window Theory is the idea that visible disorder encourages more disorder.
git worktree gotchas
https://www.olafalders.com/2026/09/16/git-worktree-gotchas/
https://redd.it/1wi0xi2
@programmingreddit
https://www.olafalders.com/2026/09/16/git-worktree-gotchas/
https://redd.it/1wi0xi2
@programmingreddit
Olaf Alders
git worktree gotchas
git worktrees are no longer a niche tool, but they still come with some gotchas — like the fact that, in a worktree, .git is a file, not a directory.
Unicode 18.0.0 has been released!
https://www.unicode.org/versions/Unicode18.0.0/
https://redd.it/1wifzlx
@programmingreddit
https://www.unicode.org/versions/Unicode18.0.0/
https://redd.it/1wifzlx
@programmingreddit
Be alert: targeted attacks on prominent Rustaceans | Rust Blog
https://blog.rust-lang.org/2026/09/17/targeted-attacks/
https://redd.it/1wj1x9m
@programmingreddit
https://blog.rust-lang.org/2026/09/17/targeted-attacks/
https://redd.it/1wj1x9m
@programmingreddit
blog.rust-lang.org
Be alert: targeted attacks on prominent Rustaceans | Rust Blog
Empowering everyone to build reliable and efficient software.
"the main purpose of unit tests is keeping your code from being violently sh*t on by others"
https://yosefk.com/blog/unit-tests-mark-territory-more-than-squash-bugs.html
https://redd.it/1wk4lod
@programmingreddit
https://yosefk.com/blog/unit-tests-mark-territory-more-than-squash-bugs.html
https://redd.it/1wk4lod
@programmingreddit
You can run git on object storage if you re-make packfiles
https://www.tigrisdata.com/blog/objgit-packfiles/
https://redd.it/1wkrfqw
@programmingreddit
https://www.tigrisdata.com/blog/objgit-packfiles/
https://redd.it/1wkrfqw
@programmingreddit
Tigrisdata
You can run git on object storage if you re-make packfiles | Tigris Object Storage
Git packfiles were designed for mmap and local disk, so pulling one object out
of a bucket means guessing at a byte range. I wrote a new format instead.
of a bucket means guessing at a byte range. I wrote a new format instead.
Saving another 100TB of RAM with math (and Rust)
https://blog.cloudflare.com/saving-100-tb-of-ram-with-math/
https://redd.it/1wlwr9e
@programmingreddit
https://blog.cloudflare.com/saving-100-tb-of-ram-with-math/
https://redd.it/1wlwr9e
@programmingreddit
Cloudflare Blog
Saving another 100TB of RAM with math (and Rust)
Cloudflare's global network is immense but not limitless. As we look for small ways to trim our resource usage, we sometimes get lucky and we can cut significantly more. Here’s how we reduced one of our Pingora-based service's RAM usage with statistics.
CSE 452: Google's Introduction to Distributed System Design
https://courses.cs.washington.edu/courses/cse452/23wi/papers/yegge-platform-rant.html
https://redd.it/1wm24ab
@programmingreddit
https://courses.cs.washington.edu/courses/cse452/23wi/papers/yegge-platform-rant.html
https://redd.it/1wm24ab
@programmingreddit
Back to Coupling and Cohesion
https://bastrich.tech/coupling-and-cohesion/
https://redd.it/1wmckoi
@programmingreddit
https://bastrich.tech/coupling-and-cohesion/
https://redd.it/1wmckoi
@programmingreddit
Daniil Bastrich - Software Development Engineer
Back to Coupling and Cohesion - Daniil Bastrich
Coupling and Cohesion in practice: meaningful quantitative metrics and the common ground behind software design principles.
Android 17 enables certificate transparency, and breaks custom CAs
https://httptoolkit.com/blog/android-17-certificate-transparency/
https://redd.it/1wo04r9
@programmingreddit
https://httptoolkit.com/blog/android-17-certificate-transparency/
https://redd.it/1wo04r9
@programmingreddit
Httptoolkit
Android 17 enables certificate transparency, and breaks custom CAs
Do you want to know what your phone is sending & receiving? Nowadays, that means you need to control who it trusts. In modern connections everything sent &...
We ported the original Doom to SQL
https://cedardb.com/blog/sqldoom/
https://redd.it/1wo7amj
@programmingreddit
https://cedardb.com/blog/sqldoom/
https://redd.it/1wo7amj
@programmingreddit
Cedardb
We ported the original Doom to SQL
CedarDB is a database system that delivers unmatched performance for transactions and analytics, from small writes to handling billions of rows. Built on cutting-edge research to power today’s tools and tomorrow’s challenges.
Railway-Oriented Programming
https://kciter.so/posts/railway-oriented-programming/en/
https://redd.it/1wo3zxx
@programmingreddit
https://kciter.so/posts/railway-oriented-programming/en/
https://redd.it/1wo3zxx
@programmingreddit
kciter.so
Railway-Oriented Programming | kciter.so
When you develop a program, dealing with errors and side effects is unavoidable. However carefully you write the code, there will be…
How GCC and Clang performance changed over 10 years: my experiment
https://medium.com/@kostya27/gcc-vs-clang-10-years-of-evolution-396cd90881c0?postPublishedType=repub
https://redd.it/1wosqbq
@programmingreddit
https://medium.com/@kostya27/gcc-vs-clang-10-years-of-evolution-396cd90881c0?postPublishedType=repub
https://redd.it/1wosqbq
@programmingreddit
Medium
How GCC and Clang performance changed over 10 years: my experiment
I’ve always been fascinated by the history of compilers. So I compiled the same C benchmark(index-c) with GCC from 4 to 16 and Clang from 3…
We still maintain a development tool first released in 1993. Here’s what 30+ years of backwards compatibility looks like
https://visualneo.com/visualneo-win/from-neobook-to-visualneo-win-30-years-of-keeping-a-development-tool-alive
https://redd.it/1wpuggf
@programmingreddit
https://visualneo.com/visualneo-win/from-neobook-to-visualneo-win-30-years-of-keeping-a-development-tool-alive
https://redd.it/1wpuggf
@programmingreddit
VisualNEO. Cross-platform App Development Tool for Windows
From NeoBook to VisualNEO: 30+ Years of a Development Tool
From NeoBook to VisualNEO Win: 30+ Years of Keeping a Development Tool Alive