From Linux to Blockchain: The Infrastructure Behind Modern Financial Systems | Linux Journal
A Legal Identity Foundation Isn't Optional
Modern verification systems force individuals to rely on institutions to prove facts about themselves, creating a
db9: Filesystem + Postgres for Agent Workflows - me.0xffff.me
A practical, SQL-first workflow: file artifacts + Postgres state + fs9 (files as relations) for retrieval, governance, and debuggability.
Choose Boring Technology and Innovative Practices
The famous article Choose Boring Technology lists two problems with using innovative technology: There are too many "unknown unknowns" in a new technology,...
Eddie - Email infrastructure to grow your business
Privacy-first email infrastructure for fast growing companies. Run agents and automations securely on your email and proprietary data.
Spotting and Avoiding ROT in Your Agentic AI
The following article originally appeared on Q McCallum’s blog and is being republished here with the author’s permission.Generative AI agents and rogue
How a $1,000 AWS Bill Made Me Redesign My ECS Architecture | Jordan Hornblow
I deployed a standard ECS architecture for Lush Aural Treats and didn't watch the bill. NAT gateways and ALBs quietly ate $1,000. Here's how I redesigned the whole thing to cost almost nothing.
Why Raft Can’t Safely Commit Old-Term Entries
Raft is a consensus algorithm that allows a group of servers to agree on the order of a sequence of commands.
The objective of this article is not to re-explain RAFT, as this work has already been done in several other places, and the RAFT paper gives enough details to implement it. Instead, my focus will be on two problems that I faced when I voluntarily studied the open distributed systems course from MIT (course code 6584, I didn’t enroll in the course officially, and I wasn’t a student of MIT).
Decoupling Deployment Boundaries from Memory Boundaries in Function Composition
I introduce Memory-Continuous Architecture (MCA), a runtime model that decouples deployment boundaries from memory boundaries in function composition. KubeFn implements MCA across JVM, Python, and Node.js runtimes, demonstrating 4-100x latency reduction in full HTTP benchmarks.
Designing AI Features That Actually Help Users
Learn how to use AI as an intent layer in Phoenix apps to build reliable, structured filtering without replacing your existing UI.
SpacetimeDB: a short technical review | Articles
The database market is harsh, particularly for newcomers. It’s very hard to launch a new product and differentiate yourself from the incumbents. Even …
How many options fit into a boolean?
Funny notes on niche optimizations in Rust, and a few updates.
How Container Images Actually Work: Layers, Configs, Manifests, Indexes, and More | iximiuz Labs
A practical deep dive into container image internals that will help you build a clear mental model of how images are composed, identified, stored, and distributed across registries.
Designing the Built-in AI Web APIs
Creating web standards for AI models means wrestling with questions that didn't exist two years ago. Here's what I've learned building the prompt API and its siblings.
Build Your Own Key-Value Storage Engine
Eight Weeks to a Working Key-Value Storage Engine
nominal types in webassembly — wingolog
wingolog: article: nominal types in webassembly
How reactive streams could be rewritten into plain Java API
Inspired by comments under my recent post where I shared my painful experience from reactive code, I'd like to show how simple it is to write streaming code with plain Java API, avoiding reactive streams API altogether. Handling streams of events is the main concern when people discuss whether react
how AWS S3 serves 1 petabyte per second on top of slow HDDs
Learn how Amazon built the backbone of the modern web that scales to 1 PB/s and 150M QPS on commodity hard drives
Periodic Spaces
One of my favorite SDF techniques is domain repetition:
Spot-Check Testing: How Sampling Makes Expensive Automated Tests Practical | Code101.net
A practical approach to running expensive accessibility and Lighthouse tests in CI without ballooning your time budget.
OTel-Native by Design - Building Backends That Export to Any Observability Stack
Learn how to design an OTel-native backend that seamlessly exports logs, traces, and metrics to any observability stack via OTLP.
Writing an operating system kernel from scratch
Exploring a minimal implementation of a time-sharing kernel on RISC-V, implemented in Zig, on top of OpenSBI.
How eBPF and OpenTelemetry Have Simplified the Observability Function - DevOps.com
Overview arguing that OpenTelemetry eBPF Instrumentation removes barriers to full observability by enabling zero-code, kernel-level telemetry
Demand Convenience
One of my favorite YouTube channels is Reject Convenience. The core premise of the channel is; to engage with the modern technological landscape, consumers need to contend with the tradeoff between convenience and privacy. To be a consumer of any tech product, be it for navigation, entertainment, productivity, or even health, is to cede a treasure trove of data about your lifestyle, habits, and personal thoughts to the Charybdis that is Silicon Valley. The channel focuses on educating consumers about how their privacy is at risk online, available alternatives, and evaluating privacy tools, such as VPNs.
undefined
How do you measure product-market fit for a developer tool? A PMF scoring model from Evil Martians—a product development consultancy for developer tools startups—built on data from 37 devtools companies across AI, infrastructure, and cybersecurity. Five metrics, real benchmarks, and a dual score that tells you whether to invest in product or go-to-market.
undefined
Wire your OpenAPI contract into a Node.js Fastify backend with auto-generated routes, typed handlers, and request validation—no manual route definitions, no type drift, no integration surprises.
5500FP: A 24-Trit Balanced Ternary RISC Processor
We present the 5500FP, a 24-trit balanced ternary RISC processor implemented on FPGA, with a 120-instruction ISA, native atomic synchronization primitives, and an open hardware development board. The design demonstrates the practical feasibility of balanced ternary computing on modern reconfigurable hardware, providing a concrete platform for research into non-binary architectures without the barrier of custom silicon development.
New Kinds of Applications
I’ve said in the past that AI will enable new kinds of applications—but I’ve never had the imagination to guess what those new applications would be. I don’t
Governance: Documentation to support projects
Explore the delirious rantings of Frederick Vanbrabant. A blog focused on the intersection of Enterprise Architecture, product, and business strategy.
The Data Structures of Roads
What is the data structure of procedural roads?