✕ Clear all filters
10 articles
▶ Videos →

📰 Dev.to · arcker

10 articles · Updated every 3 hours · View all reads

All Articles 161,071Blog Posts 155,570Tech Tutorials 42,485Research Papers 31,730News 21,029 ⚡ AI Lessons
The fixed point: a compiler written in its own language just reproduced itself, byte for byte
Dev.to · arcker 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
The fixed point: a compiler written in its own language just reproduced itself, byte for byte
Verbose is a small proof-carrying language whose compiler is written in Verbose itself. Its self-hosted emitter, fed its own 855 KB source, produced a binary bi
lithair 1.0 — I'm here, and yet
Dev.to · arcker 📋 Product Management ⚡ AI Lesson 1mo ago
lithair 1.0 — I'm here, and yet
The 1.0 tag is cut: lithair works, tested end-to-end, soaked in prod. And yet it doesn't feel finished. An honest post about the gap between the version and the
A compiler written in its own language just emitted a standalone Linux executable
Dev.to · arcker 🔧 Backend Engineering ⚡ AI Lesson 2mo ago
A compiler written in its own language just emitted a standalone Linux executable
Verbose is a small experimental language whose compiler proves properties (like termination) and emits tiny, readable x86-64 — no runtime, no GC, no libc. On a
Every elevator has a load plate. Tests are supposed to kill fear, not feed it.
Dev.to · arcker ☁️ DevOps & Cloud ⚡ AI Lesson 2mo ago
Every elevator has a load plate. Tests are supposed to kill fear, not feed it.
An elevator's '8 persons — 630 kg' plate is a signed envelope that lets you step in without thinking. That's what a test is for: the right to stop being afraid.
A program is a tree — building a Verbose compiler in Verbose
Dev.to · arcker 🔧 Backend Engineering ⚡ AI Lesson 2mo ago
A program is a tree — building a Verbose compiler in Verbose
Before a compiler can understand a program, it has to turn text into a tree (an AST). Here's how a small proof-carrying language represents a tree — recursive s
TLS 1.3 without a library — a real browser does the handshake against Verbose machine code
Dev.to · arcker 🔐 Cybersecurity ⚡ AI Lesson 2mo ago
TLS 1.3 without a library — a real browser does the handshake against Verbose machine code
A real browser opens an HTTPS page served by a binary whose every cryptographic transform — key exchange, signature, encryption, hash — is machine code emitted