Commit Diff


commit - 0f314435e92e5de2639579ab3820067a8bc029f5
commit + b0b683f689910f2d21abbce667cde8e963e282b0
blob - 5d52f2081eb1d39a757b1b25cd95514d5823368c
blob + 9934c1e5cdae9b7bac632333df020035627d8352
--- www-cgi/posts/projects.md
+++ www-cgi/posts/projects.md
@@ -8,7 +8,7 @@ This is a somewhat chronological list of my current an
 - [Generator for endian-safe encoding/decoding of C structs](https://got.stuerz.xyz/?action=summary&path=destruct.git) (2024)
 - [Automata Visualization Utility](https://got.stuerz.xyz/?action=summary&path=autovis.git) (2024)
 - [FUSE-based Simple Unix File System](https://got.stuerz.xyz/?action=summary&path=sufs.git) (2024)
-- [read-only FUSE driver for UFS](https://github.com/riscygeek/fuse-ufs) for [GSoC 2024](https://summerofcode.withgoogle.com/programs/2024/projects/mCAcivuH)
+- [read-only FUSE driver for UFS](https://github.com/realchonk/fuse-ufs) for [GSoC 2024](https://summerofcode.withgoogle.com/programs/2024/projects/mCAcivuH)
 - [Forth for OpenBSD/riscv64](https://got.stuerz.xyz/?action=summary&path=rvforth.git) (2024)
 - [64-Bit Linux Userspace RISC-V Emulator](https://got.stuerz.xyz/?action=summary&path=linurv.git) (2024)
 - [16-Bit custom CPU written in Verilog](https://got.stuerz.xyz/?action=summary&path=cpu.git) (2024)
@@ -17,17 +17,17 @@ This is a somewhat chronological list of my current an
 - [Minimal implementation of make(1) written in awk(1)](https://got.stuerz.xyz/?action=summary&path=junk.git) (2024)
 - [Rust Accounting Solution](https://got.stuerz.xyz/?action=summary&path=accounthing2.git) (2023-2024)
 - [Clone of lsblk(8) for OpenBSD](https://got.stuerz.xyz/?action=summary&path=lsblk.git) (2023)
-- [C++ std::format-like standalone header library](https://github.com/riscygeek/safmatlib) (2022)
-- [read-only tarfs FUSE implementation](https://github.com/riscygeek/fuse-tar) (2021)
-- [Minimal implementation of POSIX userspace for Linux](https://github.com/riscygeek/microcoreutils) (2021)
-- [Brainlet C Compiler](https://github.com/riscygeek/bcc) (2021-2022)
-- [32-Bit RISC-V CPU written in Verilog](https://github.com/riscygeek/rv32-cpu) (2020-2021)
-- [Compiler for a B-like language targeting i386-linux](https://github.com/riscygeek/benc) (2020)
-- [Ben Eater's 8-Bit CPU written in Verilog](https://github.com/riscygeek/eater-8bit) (2020)
-- [Assembler & VM for the Cosmos CP1](https://github.com/riscygeek/Cosmos-CP1) (2020)
-- [My first virtual machine for an imaginary CPU architecture](https://github.com/riscygeek/MicroVM-8) (2018)
-- [Minecraft Spigot Plugin for automatic tool leveling](https://github.com/riscygeek/ToolLeveling) (2017)
-- [My first attempt at creating a programming language](https://github.com/riscygeek/CAlpha) (2017)
+- [C++ std::format-like standalone header library](https://github.com/realchonk/safmatlib) (2022)
+- [read-only tarfs FUSE implementation](https://github.com/realchonk/fuse-tar) (2021)
+- [Minimal implementation of POSIX userspace for Linux](https://github.com/realchonk/microcoreutils) (2021)
+- [Brainlet C Compiler](https://github.com/realchonk/bcc) (2021-2022)
+- [32-Bit RISC-V CPU written in Verilog](https://github.com/realchonk/rv32-cpu) (2020-2021)
+- [Compiler for a B-like language targeting i386-linux](https://github.com/realchonk/benc) (2020)
+- [Ben Eater's 8-Bit CPU written in Verilog](https://github.com/realchonk/eater-8bit) (2020)
+- [Assembler & VM for the Cosmos CP1](https://github.com/realchonk/Cosmos-CP1) (2020)
+- [My first virtual machine for an imaginary CPU architecture](https://github.com/realchonk/MicroVM-8) (2018)
+- [Minecraft Spigot Plugin for automatic tool leveling](https://github.com/realchonk/ToolLeveling) (2017)
+- [My first attempt at creating a programming language](https://github.com/realchonk/CAlpha) (2017)
 - Fake Windows XP written in Lua for the [Computercraft](https://www.computercraft.info/) Minecraft mod (lost, before 2017)
-- [Multiple](https://github.com/riscygeek/BenOS) [attempts](https://github.com/riscygeek/nameless-os) [to](https://github.com/riscygeek/micro-linux) [create](https://gitlab.com/overlay-linux) an operating system (list incomplete)
+- [Multiple](https://github.com/realchonk/BenOS) [attempts](https://github.com/realchonk/nameless-os) [to](https://github.com/realchonk/micro-linux) [create](https://gitlab.com/overlay-linux) an operating system (list incomplete)
 - Many more interesting projects, that were unfortunately lost over time...