42clownfish
game servers. mods. worldgen.
#####
##@@@@@@@@@@#
#@@@@@@@@@@@@@@@@#
#@@@@@@@@@@@@@@@@@@@@@#####
#@@@@@@@@@@@@@@@@@@@@@@@@@@@@%%%%###
%%%@@@@@@@@@@@@@@@@@@@@@@@@@@%%%%%%%@@@@@##
#@@@@@@@@@@@@###%%%%%%%%%@@@@@@@@@@@@@@@@@@@@@#%%%%%%#@#####@@@@#
#@@@@@@@@@@@@@@@@%%%%%%%%%%%%%%%@@@@@@@@@@@@@@@@%%%%%%#@######@@@@@@#
#@@@@@@@@@@@@@@@@@@#%%%%%%%%%%%%%%%%%%%@@@@@@@@@#%%%%%%#@@####@@@@@@@#
#@@@@@@@@@@@@@@@@@@@#%%%%%%%%%%%%%%%%%%%%#@@@@@@#%%%%%%#@@@@@@@@@@@###
##### #@@@@@@@@@@@@@@@@@@@@%%%%%%%%%%%@@@@@@@@@@@@@@@@@#%%%%%%@@@@@@@@@@@@#
@@@@@@@@@@## ##@@@@@@@@@@@@@@@@@@@@%%%%%%%%#@@@@@@@@@@@@@@@@@@@#%%%%%%%@@@@@@@@#
@@@@@@@@@@@@@%%%%%@@@@@@@@@@@@@@@@@@@@#%%%%%%%#@@@@@@@@@@@@@@@@@@@@#%%%%%%%%@@@##
@@@@@@@@@@@@@#%%%%#@@@@@@@@@@@@@@@@@@@@%%%%%%%#@@@@@@@@@@@@@@@@@@@@@@%%%%###
#@@@@@@@@@@@@#%%%%%@@@@@@@@@@@@@@@@@@@@#%%%%%%%@@@@@@@@@@@@@@@@@@@@@@##
@@@@@@@@@@@@@@%%%%@@@@@@@@@@@@@@@@@@@@@%%%%%%%%#@@@#@@@@@@@@@@@###
#@@@@@@@@@@@@@@%%%#@@@@@@@@@@@@@@@@@@@@#%%%%#################@@@
@@@@@@@@@@@@@### @@@@@@@@@@@@@@@@@@@@## @@@@@@@@@@@@@#
@@@@@@@@@@@# @@@@@@@@@@@@@@@@@@# #@@@@@@@@@@@@@
#@@@@@@@ @@@@@@@@@@@@@@## @@@@@@@@@@@@#
### ###@@@@@@@## #@@@@@@@@@@
#######
I fix the parts that lag, crash, desync, or turn into maintenance debt.
Commit pulse
500 GitHub contributions in the last year. Last 13 weeks. Busiest week: 187. Updated 2026-05-31 10:19 UTC.
| month | mar | . | . | . | apr | . | . | . | may | . | . | . | . |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| week | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| sun | . | . | . | . | . | : | @ | : | . | # | . | . | @ |
| mon | . | . | . | . | . | @ | @ | . | . | . | . | . | . |
| tue | . | . | . | . | . | # | # | . | . | = | . | . | . |
| wed | . | . | . | # | = | @ | @ | . | . | @ | . | . | . |
| thu | . | . | . | . | . | # | # | . | . | = | . | # | . |
| fri | . | . | . | . | = | @ | @ | . | . | . | . | @ | . |
| sat | . | . | . | . | = | @ | @ | . | @ | . | . | @ | . |
. quiet : notes = fixes # shipped @ fire
FAQ
Why 42clownfish?
Short name. Simple work. Make the hard parts behave.
Game-server work?
Ticks, packets, commands, saves, rollouts. The stuff that breaks when people actually show up.
Modding?
Features, compatibility, cleanup, and fixes that do not fight the next update.
Worldgen?
Deterministic seeds, fast paths, and no mystery randomness.
How I work?
Small changes. Measure it. Ship it. Repeat.
What
I work on multiplayer and game code that has to keep running. Simple systems win because they are easier to debug when something is on fire.
Focus
- server loops and tick cost
- networking and command flow
- mod compatibility and cleanup
- worldgen, seeds, terrain, spawns
- logs, crash paths, safer rollouts
When
When it works locally but falls apart under real load. When a mod needs to stop breaking every update. When worldgen needs to be fast, stable, and explainable.
Contact
Send the repo, what broke, what changed, and what good looks like.