ENTRIES
A complete index of projects, experiments, and open source code.
[EXPERIMENTS]21
Publicly disclosed early concepts and experimentations.
HMC::000: HERMES MOTOR CONTROLLER↗High-performance sensored BLDC motor controller built from scratch, including the Rust firmware and FOC, avoiding all previous controller issues. Made for robotic actuators. Highest quality components.
LCH::001: NATIVE LLM GUI↗GPU-powered native graphical user interface for interacting with any AI model, any provider. Supports local and remote backends with real-time model switching and tool calls for agent execution.
ARC::001: ARCHE DISCOVERY SYSTEM↗An automated research and discovery system for structured exploration and understanding of novelty. Utilizes the PTH.001 search engine.
ARC::002: ARCHE TERMINAL + LEAN4↗Arche Discovery System running on the terminal with Lean4 proof validation steps.
PTH::001: THE PYTHIA SEARCH ENGINE↗Pythia is a search engine that utilizes both embeddings and text. All underlying systems are built from scratch, with Rust.
GST::001: GHOST-001 ROBOTIC SERIES↗Quadruped robotics with high torque brushless quasi-direct-drive motors in a custom lightweight 6061 shell and 7075 internals.
MOV::001: MOOV MP4 PARSER↗The fastest MP4 parser, with 100% ISO box and ~95% optional box coverage. Built in Rust on an io_uring backend, with strict and lenient validation.
BRS::001: BRASCI VIDEO FORMAT↗New video format that allows you to efficiently play video in every device that can display text, including the terminal. No shader or image rendering. Both mono/color.
WVE::001: WEBGPU VIDEO EDITOR↗WebGPU video editor with the ability to compose video, audio and WGSL shaders using multiple inputs. Real-time preview and decode on the GPU using the CMP::001 parser.
TMB::001: TERMINAL BROWSER↗Lightweight, fast, web-page browsing minus javascript, straight into your terminal. Complements the ARC::001 discovery workflow.
UNM::001: UNUM LOCAL VAULT↗Local secret and TOTP vault with VmLck memory protection and secure cleanups. Nothing stays in memory unencrypted.
CRD::001: CERIDWEN UNIFIED TRANSFORMATIONS↗Unified transformation library across HTML, Markdown, PDF and embeddings. Includes file identification utilizing byte, magic and Magika models.
CMP::001: CUSTOM MP4 PARSER↗High-performance mp4 container parser written in Rust and compiled to wasm generating WebEncoder compatible packets.
CMP::002: WEBGPU MP4 PLAYER↗WebGPU worker that renders the parsed video on the canvas. Offloads decoding to separate worker threads.
ACL::001: ACTUATOR CONTROL LIBRARY↗Rust library that controls actuators through the CAN protocol. Precise motion, safety constraints and intuitive interface.
ACL::002: ROBOTIC LIMB & FACETRACKING↗3D printed chassis that combines two BLDC motors controlled by the xy positions and confidence of the face-tracking output.
LSA::001: LLM SPRITE ANIMATOR↗Uses a set of large language model constraints to generate cohesive sprite sets or image sequences for animation.
LSA::002: LLM IMGSEQ ANIMATOR↗Applying similar constraints (LSA.001) but with a base-image to start with for controlled generation.
PNS::001: PARALLEL NNs & SHADERS↗Exploring GLSL and its ability to train a neural network as well as visualise it. All runs on the GPU.
TPA::001: 3D PRINTED ACTUATOR↗3D printed actuator assembly and tests with potential to evolve into its own quasi-direct-drive motor.
RDL::001: REDSOIL↗Rogue-like top-down shooter with procedural generation, built in Rust with both native and web wasm clients. Playable in-browser.
[OPENSOURCE]4
Publicly released libraries and code.
SHM::001: SHAMIRS↗A cryptographic library for splitting and reconstructing secrets using shamir's secret sharing scheme.
ISP::001: ISUP↗Configurable library for monitoring, ranking, and evaluating network endpoints with preset or custom ranking algorithms.
ACT::001: AUDIO CTRL SHADERS↗Audio-reactive shader implementation in odin-lang, using miniaudio and raylib. Uses FFT to manipulate the visualisation.
SGM::001: SIGMUND↗A tool for quickly collecting function selectors and decoding signatures from bytecode. Useful for contract analysis.