Projects
Fungo
Fungo is a small programming language. It has functions as first-class citizens, and is designed to be simple and have an easy-to-understand syntax.
#rust
Home Server
At home, I run a server that hosts various services. I use NixOS to manage the configuration and isolate the services using containers.
#linux#nixos
Paste
An end-to-end encrypted pastebin. I built this to share screenshots and code snippets with friends. It supports various file formats and pasting syntax-highlighted code.
#go#svelte#crypto
Particles
A generative art project using Rust and WebAssembly. It renders a 2D canvas and dynamically adapts the resolution to maintain a consistent frame rate.
#rust#wasm
Resultopia
A calculator application built with Rust and React. It uses Tauri to create a native desktop application. The UI is inspired by Jupyter and Pluto.
#rust#react#tauri
Kriegspiel
Kriegspiel is a chess variant where each player can only see their own pieces. I haven't found another implementation of this game online, so I decided to build one.
#go#react#websockets