Web3D Consortium | Open Standards for Real-Time 3D Communication

System Architecture
Corrosion
Corrosion is distributed service discovery based on Rust, SQLite, and CRDTs.
How Startpage Works
Compare how Startpage stacks up next to non-private search engines.
Disco - Self-hosting that doesn't feel like self-hosting
Disco is an open-source PaaS that turns any Linux server into a deployment platform. Get the git push workflow you love, without the per-app markup.
Common misconceptions about screen readers - TetraLogical
Screen readers are familiar to many in digital, but how they work in practice can be less clear. In this post, we shed some light on the topic.
Scaling Innovation: Building Ecosystems | Hazel Weakly
Innovation is a tricky subject. The precise details of how to do it are not well studied, at least not under the name “innovation”. In addition, multiple...
yonkeltron.com | Post: An Introduction To Event Theory
Jonathan E. Magen's website!
LINQ and Learning To Be Declarative
Good DX isn’t enough: Why your component library still fails your team - LogRocket Blog
Good DX helps developers build faster, but it’s not enough. Learn why component libraries fail teams and how to build design systems that truly scale.
What is good software architecture?
What good architecture looks like, how to improve your skill at building it –and why Architects are not always the answer. Guest post by Matthew Hawthorne, who built large systems at Netflix & Twitter
Using Git Pre-Commit Hooks - Scott's Weblog - The weblog of an IT pro focusing on cloud computing, Kubernetes, Linux, containers, and networking
A while ago I wrote an article about linting Markdown files with markdownlint. In that article, I presented the use case of linting the Markdown source files for this site. While manually running linting checks is fine—there are times and situations when this is appropriate and necessary—this is the sort of task that is ideally suited for a Git pre-commit hook. In this post, I’ll discuss Git pre-commit hooks in the context of using them to run linting checks.
How and Why Netflix Built a Real-Time Distributed Graph: Part 1 — Ingesting and Processing Data…
Authors: Adrian Taruc and James Dalton
General purpose agentic loop in 40 lines of Python
Drop in any well-typed Python function; the loop builds the tool schema and wiring for you. How I build dumb demos and experiments.
Your data model is your destiny
Your product's core abstractions determine whether new features compound into a moat or just add to a feature list. Here's how to get it right.
Conflict-Free Replicated Data Types (CRDTs): Convergence Without Coordination
No matter when or how often the nodes sync, they always end up with the same state.
Inside Cassandra: The Internals That Make It Fast and Massively Scalable
Hi, I’ve been reading about Apache Cassandra since the last 2 weeks.
How Tailscale is improving NAT traversal (Part 1)
Updates on Tailscale's efforts to improve NAT traversal, for its client and for the web at large.
New Method Is the Fastest Way To Find the Best Routes | Quanta Magazine
A canonical problem in computer science is to find the shortest route to every point in a network. A new approach beats the classic algorithm taught in textbooks.
Modern API Design: Balancing Speed, Maintainability, and Developer Experience
A deep dive into best practices for designing APIs today, including async patterns, structured code, deployment strategies, and performance tradeoffs—plus a subtle nod to FastAPI for rapid development.
Memory access is O(N^[1/3])
Introduction - Agent Client Protocol
Get started with the Agent Client Protocol (ACP)
SymmACP: extending Zed's ACP to support Composable Agents · baby steps
pgEdge
Fully distributed PostgreSQL
introducing tangled
a git collaboration platform, built on atproto
Codemia | QUIC and the End of TCP Sockets: How User-Space Transport Rewrites Flow Control
The Handle trait · baby steps
Ghosts of Unix Past: a historical search for design patterns
The exploration of design patterns is importantly a historical search. It is possible to tell [...]
Explainer: inodes and inode numbers
How APFS is the first Mac native file system to have true inodes and inode numbers. What they are, and how you can use them in volume groups and different types of file link.
Threads without Locks (1)
The Real Cost of Server-Side Rendering: Breaking Down the Myths
There’s a growing narrative in the web development community that Server-Side Rendering (SSR) is nothing more than an expensive burden on…