Hi :) My repositories are spread out; there's one or two big repos hosted here, and lots of forks. Most of my smaller work is at nΓ³ssa.
- Comrak rust library β CommonMark + GFM implementation, used by Reddit, docs.rs, crates.io, GitLab, and many more
 - gjtorikian/commonmarker ruby library β CommonMark + GFM implementation; wraps Comrak
 - koino zig library β CommonMark + GFM implementation (port of Comrak)
 
- zxxrtl yosys zig β bindings to Yosys' CXXRTL for Zig
 
- vyx nix β my laptop & server Nix configuration, and cluster Flux CD configuration
 - comenzar ruby β my personal search assistant
 - htmlentities.zig zig library β HTML entity data
 - libpcre.zig zig library β bindings to libpcre
 - furpoll nix furry β polls your FurAffinity for notes and emails you about it
 
- Ava amaranth python basic β BASIC compiler, stack machine, SoC and IDE
 - Niar amaranth python β framework for building Amaranth projects
 - Sae amaranth β RV32I softcore -- testbed for Niar
 - ili9341spi amaranth zig driver β previous testbed for Niar: ILI9341 SPI LCD driver, plus virtual hardware testbench
 - Chryse chisel scala β framework for building Chisel projects
 - sh1107 amaranth zig driver β SH1107 OLED driver, plus the IΒ²C driver it uses, with virtual hardware testbench
 - i2c_obs amaranth tool β IΒ²C clock stretcher
 - hdx amaranth nix β development environment for HDL
 
- daintree zig kernel β ARMv8-A and RV64GS kernel and UEFI bootloader
 - dtb.zig zig library β device tree blob (flattened device tree) parser
 - armv8a ruby tool β some calculators to help with ARMv8a debugging
 - akari c++ kernel β baby's first Real C++ microkernel (antique)
 
- cmark-gfm-hs haskell library β bindings to cmark-gfm
 
- beffast arduino eink β has Lily been fed yet?
 - recogedor rust imap nix β cursed IMAP forwarding service containing a Lisp and bytecode VM
 - kaksikud zig library β a Gemini server framework
 - golex go tool β flex but Go (antique)
 - what-version-of-asciidoctor-is-github-on tool β sometimes you may wanna know?
 
- ex-markdown elixir library β my fork of ex-markdown targetting modern Comrak
 - akkoma elixir activitypub β my fork of Akkoma
 
Thanks to my co-authors. :)
- TheConner/diesel_ltree rust library β PostgreSQL ltree extension support for Diesel