📰 Dev.to · arcker
3 articles · Updated every 3 hours · View all reads
All
Articles 87,379Blog Posts 108,009Tech Tutorials 21,637Research Papers 18,891News 14,400
⚡ AI Lessons

Dev.to · arcker
2d 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.

Dev.to · arcker
3d 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

Dev.to · arcker
5d 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
DeepCamp AI