acald-creator/manifest Lockfile catalog with Rails as the web shell and ROM — not ActiveRecord — for projects, snapshots, packages, and dependency edges. Upload a Gemfile.lock, package-lock.json, or Cargo.lock, open a package, and ask why it is in the graph. Single-operator MVP: one ecosystem per snapshot, no accounts.
Ruby on RailsROMSequel
acald-creator/apartment-sim Parses an apartment layout, packs inventory into shipping boxes with 3D First Fit Decreasing (six rotations, weight limits, guillotine space splits), and solves the exact TSP over rooms with active items so moving day starts and ends at the entry. Emits a chronological plan: pack, move unboxed, discard.
PythonTypeScript3D packingTSP
acald-creator/lobste.rs-graph Hourly Flat Data writes newest.json. The Next.js UI (lobsters-graph-app, also a submodule) draws a force graph of submitters, stories, and tags. Falls back from Neo4j Aura to the JSON snapshot to the live Lobste.rs feed.
Next.jsFlat DataNeo4jTypeScript
acald-creator/auth-sdk-generator OCaml-based polyglot OAuth 2.0 SDK generator. Authors type-safe client SDKs across multiple target languages from a single DSL specification. Handles PKCE, refresh flows, and provider-specific quirks (Auth0, Okta, Login.gov patterns).
OCamlOAuth 2.0PKCECode generation
acald-creator/rescript-next-chat OpenAI-compatible chat app written in ReScript on the Next.js 16 App Router, using Bun and Tailwind CSS v4. Streams tokens from a Chat Completions route that works with OpenAI, OpenRouter, Groq, Ollama, and other compatible servers — or a local demo mode with no API key.
Next.js 16ReScriptBunTailwind CSS
acald-creator/formation-rspack-prototype Research prototype migrating the VA's Formation design system from Webpack to Rspack. Explored Lerna monorepo behavior, SCSS compilation parity, and Babel plugin compatibility. Presented findings on module federation and build-time savings to stakeholders.
RspackSCSSLernaBabel
acald-creator/os-kernel-museum Six personal kernel projects documented and preserved. Started with raw assembly experiments after Gentoo taught me to configure my own kernel, progressed through KairosOS, Voleta (toolchain), IsmenaOS, and AstraeaOS. Each kernel is bootable via QEMU with the original build scripts.
Cx86 AssemblyQEMU