Maintaining the code of the man who wrote "How To Write Unmaintainable Code"
https://lexvalo.hashnode.dev/maintaining-the-code-of-the-man-who-wrote-how-to-write-unmaintainable-code
https://redd.it/1uyz5eo
@r_coding
https://lexvalo.hashnode.dev/maintaining-the-code-of-the-man-who-wrote-how-to-write-unmaintainable-code
https://redd.it/1uyz5eo
@r_coding
Maintaining the code of the man who wrote "How To Write Unmaintainable Code"
Today I accidentally became the maintainer of software that was already almost three decades old.
I was looking for a way to submit my AI app RiverScript to old desktop software directories and ended
I was looking for a way to submit my AI app RiverScript to old desktop software directories and ended
Sometimes the most resilient thing a system can do isn’t retry
https://open.substack.com/pub/madflojo/p/sometimes-the-most-resilient-thing?r=mtxfe&utm_medium=ios
https://redd.it/1uzu6aw
@r_coding
https://open.substack.com/pub/madflojo/p/sometimes-the-most-resilient-thing?r=mtxfe&utm_medium=ios
https://redd.it/1uzu6aw
@r_coding
Substack
Sometimes the most resilient thing a system can do isn’t retry
Practical notes on building fast, reliable software systems that scale. Posts are a mirror of my LinkedIn & Blog content.
We fit a full offline voice agent into 1.2 GB on Android (measured breakdown)
https://huggingface.co/blog/aufklarer/offline-voice-agent-android
https://redd.it/1v0jkk2
@r_coding
https://huggingface.co/blog/aufklarer/offline-voice-agent-android
https://redd.it/1v0jkk2
@r_coding
huggingface.co
We fit a full offline voice agent into 1.2 GB on Android
A Blog post by Ivan on Hugging Face
New GitHub Language Trends Index but TypeScript at #1?
https://guenhter.github.io/githubstats/
https://redd.it/1v0wax7
@r_coding
https://guenhter.github.io/githubstats/
https://redd.it/1v0wax7
@r_coding
Debugging Apache Iceberg: A Production Guide
https://itnext.io/debugging-apache-iceberg-a-production-guide-6d43df767c06
https://redd.it/1v1ovcj
@r_coding
https://itnext.io/debugging-apache-iceberg-a-production-guide-6d43df767c06
https://redd.it/1v1ovcj
@r_coding
Medium
Debugging Apache Iceberg: A Production Guide
Apache Iceberg gives you ACID semantics, schema evolution, partition evolution, and time travel on object storage. What it does not give…
Why design matters for a web framework: a 7-year evolution
https://wasp.sh/blog/2026/07/13/why-design-matters-for-a-web-framework
https://redd.it/1v1xjst
@r_coding
https://wasp.sh/blog/2026/07/13/why-design-matters-for-a-web-framework
https://redd.it/1v1xjst
@r_coding
wasp.sh
Why design matters for a web framework: a 7-year evolution | Wasp
Wasp is a full-stack web framework. After five years of treating design as second-tier, we rebranded it as a technical spec: blueprints, monospace, three colors. Here's why design ended up mattering more for us than for our users.
7 Managed Iceberg Lakehouse Solutions You Should Know
https://levelup.gitconnected.com/7-managed-iceberg-lakehouse-solutions-you-should-know-e20a9ccd778a
https://redd.it/1v29bar
@r_coding
https://levelup.gitconnected.com/7-managed-iceberg-lakehouse-solutions-you-should-know-e20a9ccd778a
https://redd.it/1v29bar
@r_coding
Medium
7 Managed Iceberg Lakehouse Solutions You Should Know
Apache Iceberg is the default table format for the modern lakehouse. In the State of Apache Iceberg in the Enterprise (2026) survey of 252…
How to Pass a System Design Interview (The 45-Minute Blueprint)
https://youtu.be/HcC9Du6RWwk
https://redd.it/1v2aym6
@r_coding
https://youtu.be/HcC9Du6RWwk
https://redd.it/1v2aym6
@r_coding
YouTube
How to Pass a System Design Interview (The 45-Minute Blueprint)
0:00 - Introduction
1:10 - The Scope Trap
3:12 - Back-of-the-Envelope & Contracts
5:34 - High-Level Architecture
7:23 - Deep Dives and Bottlenecks
10:57 - Resilience & Wrap-up
1:10 - The Scope Trap
3:12 - Back-of-the-Envelope & Contracts
5:34 - High-Level Architecture
7:23 - Deep Dives and Bottlenecks
10:57 - Resilience & Wrap-up
Gamified Pull Request Web App - Fun way to stay engaged when reviewing code!
https://prgamified.com/
https://redd.it/1v28ugm
@r_coding
https://prgamified.com/
https://redd.it/1v28ugm
@r_coding
The Circuit Breaker Pattern | How one slow dependency kills the whole service
https://youtu.be/e72tGgsBVxo?si=5zkSYtxDgvIeaWME
https://redd.it/1v2catz
@r_coding
https://youtu.be/e72tGgsBVxo?si=5zkSYtxDgvIeaWME
https://redd.it/1v2catz
@r_coding
YouTube
The Circuit Breaker Pattern | Why One Slow Dependency Kills Your Whole Service
One slow dependency, not a crashed one, is what takes down a whole service. Every request that waits holds a thread, the pool starves, and a perfectly healthy service dies next to a merely sluggish one. The circuit breaker is the pattern that stops it.
In…
In…
Lucen: parallelize Python loops with two comments, guaranteed bit-identical to sequential
https://github.com/fcmv/lucen
https://redd.it/1v2l5gm
@r_coding
https://github.com/fcmv/lucen
https://redd.it/1v2l5gm
@r_coding
GitHub
GitHub - fcmv/lucen: Parallelize Python loops by adding two comments - and it's guaranteed bit-identical to running sequentially.…
Parallelize Python loops by adding two comments - and it's guaranteed bit-identical to running sequentially. Same floats, same order. No rewrite, no locks, no wrong answers. - fcmv/lucen
Remade my old warehouse system of 10 years in to a newer one (a lot of usefull bussiness insights) MIT
https://github.com/TMBeaver/openstock
https://redd.it/1v2ng54
@r_coding
https://github.com/TMBeaver/openstock
https://redd.it/1v2ng54
@r_coding
GitHub
GitHub - TMBeaver/openstock: Self-hosted warehouse and invoicing system for small manufacturers. Multi-location stock, weighted…
Self-hosted warehouse and invoicing system for small manufacturers. Multi-location stock, weighted-average costing, VAT invoices, production BOMs, quotes, and role-based access. Python, Flask, SQLi...
The PR Shipped. Did the Engineer Grow?
https://newsletter.thelongcommit.com/p/the-pr-shipped-did-the-engineer-grow?r=2y2tl0&utm_medium=ios&triedRedirect=true
https://redd.it/1v2mzmv
@r_coding
https://newsletter.thelongcommit.com/p/the-pr-shipped-did-the-engineer-grow?r=2y2tl0&utm_medium=ios&triedRedirect=true
https://redd.it/1v2mzmv
@r_coding
Thelongcommit
The PR Shipped. Did the Engineer Grow?
AI can improve engineering output while weakening the signals managers use to evaluate growth.
Design notes: a crash-safe, append-only state protocol for AI coding agents, in plain markdown
https://github.com/vacterro/saipen
https://redd.it/1v2zlpu
@r_coding
https://github.com/vacterro/saipen
https://redd.it/1v2zlpu
@r_coding
GitHub
GitHub - vacterro/saipen: Portable, vendor-neutral continuation protocol for AI coding agents -- resume any project with any agent…
Portable, vendor-neutral continuation protocol for AI coding agents -- resume any project with any agent (Claude, Gemini, Codex, Aider...) with zero rebriefing. Plain markdown, zero dependencies. -...
Reviewing code you didn't write · coles.codes
https://coles.codes/posts/reviewing-code-you-didnt-write/
https://redd.it/1v3hepx
@r_coding
https://coles.codes/posts/reviewing-code-you-didnt-write/
https://redd.it/1v3hepx
@r_coding
coles.codes
Reviewing code you didn't write · coles.codes
Reviewing code is a separate skill from writing it. How to find the issue that matters, especially when an AI produced the change.