BLOG

Notes on language design, tooling, OS development, security research, and the pipeline-first way of thinking.

53
Posts
250+
Min Read
2023
Since
◇ ALL POSTS
_×

SHIPPING THE EXTENSIONS — MARKETPLACE, OPEN VSX, LATERALUS.DEV

APR 2026

The full distribution stack: dual-publishing three signed VSIX bundles to the VS Code Marketplace and Open VSX, claiming the lateralus namespace, verifying the lateralus.dev publisher domain via DNS TXT, and serving md5-pinned downloads from Cloudflare Pages + R2.

extensionsdistributionrelease

AHO-CORASICK IN 180 LINES OF PURE LATERALUS

APR 2026

Goto, fail, output. The automaton that powers fgrep, Snort, and every serious multi-keyword filter — in one readable stdlib file. Why it beats running regex in a loop, and what the Wave 10 search lane ships alongside it.

searchstdlibwave-10

CHACHA20 + POLY1305 FROM RFC TO RUNNING CODE

APR 2026

Walking RFC 8439 line by line and arriving at a working AEAD in pure Lateralus — 80 lines of ChaCha20, 60 lines of Poly1305, zero OpenSSL. With X25519 and HKDF alongside, a readable WireGuard-shaped handshake in five files.

cryptostdlibwave-9

PARQUET IN THE STDLIB — WHY AND HOW

APR 2026

Apache Parquet without Arrow's 300 MB C++ dependency. RLE, dict encoding, frame-of-reference, Thrift Compact — all in readable pure-Lateralus stdlib modules. The columnar-analytics lane in one post.

analyticscolumnarwave-8

LATERALUS v0.6.0: THE CAPABILITY RELEASE

APR 2026

First-class capability attributes, effect polymorphism, a rewritten borrow checker on polonius, and 12% faster compiles. The capability story now composes across compiler, linker, and LateralusOS kernel.

languagev0.6.0release

LATERALUSOS v1.2: SMP, CAPABILITIES, INSTALLER

APR 2026

Symmetric multiprocessing across 64 cores, capability-enforced syscalls at the trampoline, a graphical installer, Wi-Fi, USB, Intel HDA audio, ext4 read-only, and a signed boot chain. LateralusOS runs on real hardware now.

lateralus-osv1.2release

LATERALUS PENTESTER v2.0 + DEVELOPER EDITION

APR 2026

Engine rewrite on channels + effects, four new modules (AD/Kerberos, Web App, Container, Wireless++), 10k concurrent targets, a new TUI, and free Developer Edition copies for proven contributors.

pentesterv2.0release

INTRODUCING THE LATERALUS AFFILIATES

APR 2026

The grug collective has a verified affiliates page now. Miguel Automate, sleepthegod, and domo — real portfolios, real shipped work, no pay-for-placement. Here's what each of them ships.

communityaffiliatesgrug

TRANSPORT, HASHES, CARTRIDGES, TOOLPATHS

APR 2026

A QUIC framing layer, Argon2id password hashing, an NES ROM parser, a G-code bounding-box tool, and a tail-call elimination pass — five domains, one afternoon.

nicheshowcase

ASKING GITHUB TO RECOGNIZE LATERALUS

APR 2026

The grammar, the 29-file sample corpus, the 200-repo bar, and the two-line .gitattributes trick that flips the language bar today. Status page + daily counter.

linguistcommunitytooling

SIGNATURES, STORAGE, SURFACES

APR 2026

Ed25519, SQLite B-tree reader, Modbus RTU, GPX track stats, and a pipeline-aware constant folder — five first-of-their-kind modules.

nicheshowcase

PROTOCOLS THAT REFUSE TO DIE

APR 2026

CAN bus, EXIF, SNMP, S-expression macros, and a 300-line PostScript interpreter — five first-of-their-kind modules in one afternoon's ecosystem expansion.

nicheshowcase

FIVE NICHES, ONE LANGUAGE

APR 2026

A Game Boy ROM parser, a FASTA toolkit, a LoRa mesh stack, a MIDI pipeline, and a capability-tracking compiler pass — five first-of-their-kind modules shipped together.

nicheshowcase

BORROWING WITHOUT LIFETIMES

APR 2026

Lateralus has a borrow checker but no lifetime syntax. Region inference replaces every 'a<'b annotation you would have written.

ownershipcompiler

HOVERING ON A PIPELINE

APR 2026

The Lateralus LSP shows input and output types at every |> stage. Small feature, surprisingly large quality-of-life win.

toolinglsp

PROPERTY TESTING WITHOUT THE BOILERPLATE

APR 2026

Lateralus' #[property] attribute turns any function into a 100-run randomized test with automatic shrinking — no setup, no generator boilerplate.

testingcompiler

OBSERVABILITY AS A COMPILER PASS

APR 2026

OpenTelemetry in Lateralus is not a library wrapper — it's a compiler pass that instruments pipeline stages for you, with zero runtime tax when tracing is off.

observabilityotel

TALKING TO POSTGRES WITH JUST STD

APR 2026

A Postgres driver in pure Lateralus with no external dependencies — just std::net and std::bin. Extended Query protocol, bind parameters, streaming rows.

databasestdlib

JWTs IN 150 LINES

APR 2026

A complete, constant-time JWT (HS256) implementation in Lateralus with no external dependencies. Issue, verify, reject "alg: none" by construction.

securitycrypto

TIMEZONES ARE NOT A JOKE

APR 2026

Lateralus' new timezone-aware datetime stdlib — IANA zones, wall-clock resolution with explicit ambiguity policies, and why "just store UTC" isn't enough.

stdlibtime

WHY ROLLING SUBSCRIPTION? THE ECONOMICS OF LIVING TOOLING

APR 2026

CVE velocity is accelerating, evasion signatures expire, cloud APIs drift. Why Lateralus Pentester delivers as a rolling subscription instead of a versioned release.

securitypentesterbusiness

LATERALUS PENTESTER VS. THE EXISTING ECOSYSTEM

APR 2026

Honest comparison of Lateralus Pentester against Nmap + Metasploit + manual scripting. Where typed pipelines win, where they don't, and who this is actually for.

securitypentestercomparison

INSIDE LATERALUS PENTESTER: NINE MODULES, ONE PIPELINE

APR 2026

Deep dive into all nine modules: Recon, Scan, Vuln, Exploit, Post, Report, Evasion, Cloud, and Crypto. APIs, design decisions, and composition patterns.

securitypentestermodules

INTRODUCING LATERALUS PENTESTER: PIPELINE-NATIVE SECURITY TESTING

APR 2026

Lateralus Pentester is a fully pipeline-native penetration testing toolkit, written entirely in Lateralus. $25/month rolling subscription. Works best on LateralusOS and NullSec Linux.

securitypentesterlaunch

LATERALUS v0.5.0 — CHANNELS, MACROS, EFFECTS, DECORATORS & COMPTIME

APR 2026

The largest language expansion since launch. Five new feature pillars — channels, macros, effects, decorators, and compile-time evaluation — all pipeline-native.

languagev0.5.0expansion

MARSHALL BROWSER: PRIVACY-FIRST, LATERALUS-AWARE

APR 2026

A privacy-first web browser with built-in Lateralus syntax highlighting, inline REPL, pipeline visualization in DevTools, and zero telemetry.

marshallbrowserprivacy

NULLKIA: A PIPELINE-DRIVEN DESKTOP ENVIRONMENT

APR 2026

A lightweight desktop environment written in Lateralus with tiling/floating WM, GPU compositor, and pipeline-based widgets — under 50 MB RAM.

nullkiadesktopwayland

INTRODUCING NULLSEC LINUX V2.0

APR 2026

NullSec Linux v2.0 Abyssal ships with Nullkia DE, Marshall browser, 200+ security tools, and the full Lateralus SDK on a hardened kernel.

nullseclinuxsecurity

HHO GENESIS: HYDROGEN MACHINES POWERED BY LATERALUS

APR 2026

Introducing the HHO Genesis project — open-source hydrogen-oxygen machine plans for electrolyzers, torches, welders, and heaters, all controlled by Lateralus.

hhohardwareannouncement

NULLSEC GOES ARM64

MAR 2026

Porting NullSec Linux to ARM64 — Raspberry Pi, Apple Silicon VMs, and cloud instances.

nullsecarm64

BUILDING AN INDEFINITE OFF-GRID SYSTEM WITH LATERALUS & HHO

MAR 2026

The practical build guide — component selection, wiring, plumbing, Lateralus firmware, and first hydrogen production for solar-HHO and pure-HHO configs.

hhobuild-guideoff-grid

MULTI-HART SCHEDULING ON RISC-V

FEB 2026

Adding SMP to FRISC OS — hart discovery, IPIs, per-hart run queues, and work stealing.

friscsmp

NO SUN, NO PROBLEM: PURE HHO OFF-GRID WITH LATERALUS

FEB 2026

Running indefinitely without solar — underground bunkers, arctic camps, and disaster trailers powered by HHO with micro-hydro, wind, and alternator bootstrap.

hhooff-gridno-solar

PIPELINE-NATIVE PENTESTING

JAN 2026

Chaining recon, exploit, and exfil stages with |> — reproducible attack workflows in Lateralus.

nullsecpipelines

SOLAR-HHO HYBRID: PIPELINE-NATIVE ENERGY MANAGEMENT

JAN 2026

Solar by day, hydrogen by night. Lateralus manages the energy pipeline for 24/7 off-grid power with zero battery degradation.

hhosolarhybrid

NULLSEC 2.0: THE ARCH REBUILD

DEC 2025

Why we rebuilt NullSec Linux from Debian to Arch — rolling releases, AUR access, and a leaner base.

nullsecrelease

FROM SCRIPTS TO SYSTEMS

NOV 2025

Lateralus scales from 5-line scripts to a full operating system. Here’s how one language works across the entire spectrum.

languagesystems

RUNNING OFF-GRID INDEFINITELY WITH HHO & LATERALUS

NOV 2025

Closed-loop HHO electrolysis controlled by Lateralus pipelines — water in, energy out, water recovered. The fundamentals of indefinite off-grid power.

hhooff-gridfundamentals

BUILDING A VS CODE EXTENSION

OCT 2025

How we built the Lateralus VS Code extension — TextMate grammars, snippets, and lessons learned.

toolingvscode

HARDENING THE NULLSEC KERNEL

OCT 2025

Every CONFIG_ option we changed and why — lockdown LSM, KASLR, stack protectors, and restricted BPF.

nullseckernel

SV39 PAGING ON RISC-V

SEP 2025

Implementing Sv39 virtual memory in FRISC OS — page tables, TLB management, and user-mode isolation.

friscmemory

ASYNC CONCURRENCY

SEP 2025

How Lateralus handles concurrent programming — lightweight tasks, structured concurrency, and pipeline-friendly async.

asyncconcurrency

INSIDE THE COMPILER

AUG 2025

A walkthrough of every compiler phase — lexing, parsing, AST construction, type checking, and code generation.

compilerinternals

HINDLEY-MILNER TYPE INFERENCE

JUL 2025

How Lateralus implements type inference — from constraint generation to unification, and why you rarely need type annotations.

typestheory

INTRODUCING LATERALUS

JUN 2025

We built a language where data flows left to right. Here’s why and how.

announcementlanguage

PIPELINE OPERATOR DEEP DIVE

MAY 2025

Why |> changes how you think about data — from nested calls to linear flows.

pipelinesdesign

BUILDING AN OS

APR 2025

What it takes to write an OS kernel in Lateralus — bootloader to memory management.

oskernel

FRISC OS: FIRST BOOT ON RISC-V

APR 2025

From bare metal to a UART shell — booting a custom OS on QEMU’s RISC-V virt machine.

friscriscv

THE ECOSYSTEM TOUR

MAR 2025

22 repos, 2,400+ .ltl files, a compiler, VS Code extension, and more.

ecosystemtools

SECURITY TOOLS

FEB 2025

How pipeline operators and pattern matching make security tools cleaner.

securitypipelines

DESIGNING A PACKAGE MANAGER

JAN 2025

Building ltl — dependency resolution, lockfiles, and the lateralus.toml manifest format.

toolingpackages

ERROR HANDLING DONE RIGHT

NOV 2024

Why Lateralus uses Result types instead of exceptions, and how |?> makes error propagation painless.

designtypes

THE C99 BACKEND

SEP 2024

How we generate readable, portable C99 from Lateralus — struct layout, function naming, and memory management.

compilerc99

BUILDING A SECURITY DISTRO

AUG 2024

From Debian netinst to a 120-tool pentesting distro — how NullSec Linux v1.0 was born.

nullseclinux

CURATING 200 SECURITY TOOLS

JUL 2024

How we select, test, and maintain every tool in NullSec Linux — and why we dropped 40 of them.

nullsectools

BUILDING THE REPL

JUL 2024

An interactive REPL for a compiled language — incremental parsing, tab completion, and colored output.

toolingrepl

PATTERN MATCHING DEEP DIVE

MAY 2024

Exhaustiveness checking, nested destructuring, and guard clauses — how Lateralus match expressions work under the hood.

languageinternals

DESIGNING THE STANDARD LIBRARY

FEB 2024

80+ functions, all pipeline-friendly. How we designed a standard library where every function works with |>.

stdlibdesign

WRITING THE FIRST COMPILER

NOV 2023

From a tokenizer in a single Python file to a working compiler — the first 1,000 lines of Lateralus.

compilerhistory

WHY ANOTHER LANGUAGE?

SEP 2023

The world has enough programming languages. Here’s why I built one anyway.

philosophydesign

WHY RISC-V FOR AN OS PROJECT

AUG 2023

x86 is a minefield. ARM is proprietary. RISC-V is the clean slate we needed for FRISC OS.

friscriscv

EARLY PIPELINE SKETCHES

JUL 2023

Notebook scribbles, syntax experiments, and the earliest prototypes of what would become Lateralus.

historydesign

FRISC OS: BUILDING A GUI ON BARE METAL

JUN 2023

From framebuffer setup to compositing — how FRISC OS renders a graphical desktop with zero dependencies on RISC-V.

friscgui