LISTED 7 ACTIVE 2 COMPLETED 3 ARCHIVED 2
| Name | Stack | Status | Summary |
|---|---|---|---|
| AlternativeProto | AT Protocol | ACTIVE | Directory of alternative web applications for the AT protocol. |
| Webcomic Reader | HTML / CSS / JS | ACTIVE | Digital comic reader for the Curse of Strahd: Gestalt comic. |
| YA6502 | C++ | COMPLETED | 6502 microprocessor emulator covering the full documented opcode set. |
| Newline | Node.js / Socket.io | COMPLETED | Multiplayer text-based space station survival horror. |
| Spider | Electron / Discord.js | COMPLETED | Terminal-style console for managing a Discord bot via its API. |
| Cohost Tools | Node.js / Userscript | ARCHIVED | API wrapper and custom styling utility script for Cohost.org. |
| Codelocker | Lua | ARCHIVED | Bytecode interpreter and obfuscator written entirely in Lua. |
AlternativeProto
A comprehensive directory cataloging alternatives to mainstream centralized web applications. All listed platforms are built on top of the decentralized AT Protocol (Authenticated Transfer Protocol).
- Protocol: ATProto
- Target: Decentralization
- Format: Web Index
YA6502 CPU Emulator
A lightweight 6502 CPU emulator written in C++, made for the satisfaction of finishing one. Implements memory mapping, the interrupt vectors, status flags, and the full documented opcode set, and passes Klaus Dormann's 6502 functional test. Execution is driven through a GDB-like command interface.
- Language: C++
- Opcodes: Documented Set
- Interface: CLI (GDB-like)
Webcomic Reader (CoS: Gestalt)
A webcomic reader and website created for Curse of Strahd: Gestalt, an original Dungeons & Dragons fan campaign webcomic.
- Type: Client Project
- Stack: HTML/CSS/JS
- Navigation: Custom JS
Newline Space Simulator
A real-time, text-based multiplayer game set on a space station in lunar orbit. Players log into a shared station to explore it room by room, operate its systems, and survive a mysterious entity that corrodes metal.
- UI: Text Terminal
- Engine: Node.js / WebSockets
- Mechanics: Cooperation
Cohost Tools
Developed Cohostinator (a browser styling userscript) and cohost-api (a TypeScript API wrapper) for the blogging platform Cohost.org.
* Archival Note: Cohost.org ceased operations in late 2024. Code remains public for archival purposes.- Stack: TypeScript / JS
- Scope: API + Injector
- Status: Read-Only
Spider: Bot Console
A developer console for managing a Discord bot through a terminal-like interface. Bot developers log in with their bot token, then send messages, watch the bot's usage live, and navigate the guilds and channels it can access. Built as a frameless Electron app on top of Discord.js.
- Interface: Command Shell
- Stack: Electron / Discord.js
- Login: Bot Token
Codelocker Obfuscator
A Lua script obfuscator built on a custom virtual machine. It compiles Lua source to bytecode, runs that bytecode through transformations to make it harder to read, and embeds it in a custom Lua VM written entirely in Lua — so the obfuscated output is a drop-in replacement for the original script.
- Scope: Compilers / VM
- Target: Source Protection
- Compliance: Lua 5.1