Hello!
I’m a student on the internet who makes (and breaks) things!
I love research and learning new things! I don’t really make a particular kind of thing; my projects are usually just whatever seems cool at the time.
(please ignore the many empty repos, I’ll get around to finishing or deleting them someday, hopefully)
Mostly on hiatus for school
Stuff I’ve done
Research
- Coming soon!
CTFs
-
Cyberthon 2025 (we fell off for this one)
Java
-
Xenon: A (now discontinued) Minecraft Fabric utility mod. Features include FullBright, WAILA, crosshair highlighting and more!
-
Blencord and Potatocord: Two failed attempts at making Discord clients (Blencord only works with bot tokens; I never got around to implementing message sending in Potatocord)
See LiteCord for an actually successful attempt!
-
KeybindsGalore Plus: A fork of KeybindsGalore with many bugfixes and improvements (originally by Cael and updated to 1.20 by HVB007)
-
LiteConfig: A small, simple & lightweight reflection-based general configuration library for Java
-
enchantable-heads: A more fully-featured (configurable) version of the original project; released here because my PR never got merged
I actually did most of the code research for the original project and came up with the original implementation, but we don’t really talk about that
</details>
- Various PaperMC plugins (I lost most of them when my old pc died)
C/C++
Graphics
Web
-
LiteCord: Pure HTML/CSS/JS Discord client using only the REST API. A little janky, but fully functional!
-
SpeedMath: Randomly generated (timed) math questions! Made with Node.js, React and Firebase. Collaboration with Craftless, AustinJason, and Wesley!
-
PaintApp: A basic drawing app with different brush types, shape and text tools. Made in p5.js as a school project.
-
explore.js: Incomplete experiment in procedural world generation
-
Pet Da Fox (aka Blu Petting Simulator): Pet the fox! A PopCat-like thing based on an animation by @blufoxery
-
math: Some math helper tools, mostly for graphics stuff
-
Codebreaker: A (very) basic frequency analyser for simple substitution ciphers. Made for school.
- Documentation and code contributions to MaxiGames.js: I’m the “Professional MaxiGames PR Man” on their Discord! (last checked: June 2023)
Yep, I still am!
- 2D engine: A basic 2D game engine made in p5.js, with sprites, physics and rudimentary circle colliders. Made to pass the time during lessons.
Other:
-
xkcd-qol: Extension that adds stuff to XKCD comic pages (“Explain” button linking to
explainxkcd
, quick-jump-to-index button) -
web-qol: Extension adding stuff to some pages, especially Google Translate (“slash” to select text input, backspace-when-unfocused to clear text input…)
-
cp-solutions: codebreaker.xyz solutions, mostly copied from editorials