FOR PUBLIC RELEASE
SECTION 2.0
PROJECTS
APEX DEVELOPMENT // SOME CODE AVAILABLE UNDER PERMISSIVE LICENSE
LISTED     7
ACTIVE     2
COMPLETED  3
ARCHIVED   2
2.1 Project List
NameStackStatusSummary
AlternativeProtoAT ProtocolACTIVEDirectory of alternative web applications for the AT protocol.
Webcomic ReaderHTML / CSS / JSACTIVEDigital comic reader for the Curse of Strahd: Gestalt comic.
YA6502C++COMPLETED6502 microprocessor emulator covering the full documented opcode set.
NewlineNode.js / Socket.ioCOMPLETEDMultiplayer text-based space station survival horror.
SpiderElectron / Discord.jsCOMPLETEDTerminal-style console for managing a Discord bot via its API.
Cohost ToolsNode.js / UserscriptARCHIVEDAPI wrapper and custom styling utility script for Cohost.org.
CodelockerLuaARCHIVEDBytecode interpreter and obfuscator written entirely in Lua.
2.2 More Detail

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).

View alternativeproto.net ↗

Spec Sheet
  • 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.

Source Repository ↗

Spec Sheet
  • 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.

Local Specifications ↗

Spec Sheet
  • 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.

Local Specifications ↗

Spec Sheet
  • 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.

Local Specifications ↗

* Archival Note: Cohost.org ceased operations in late 2024. Code remains public for archival purposes.
Spec Sheet
  • 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.

Local Specifications ↗

Spec Sheet
  • 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.

Local Specifications ↗

Spec Sheet
  • Scope: Compilers / VM
  • Target: Source Protection
  • Compliance: Lua 5.1