Code
I slow down computers in useful ways for a living. Here is a collection of various means by which you can slow down yours too!
Pokemon Blue: Oshawott Edition
what if pokemon blue, but oshawott
Using the extremely neat pret disassembly of the original games, I made a modification where you can play the game with an Oshawott starter!
Oshawott’s moveset largely doesn’t exist in the Gen 1 Pokemon games, so this is still a bit challenging, though I did give the entire line access to Mega Punch and Mega Kick since the place you can get those can be taught to any starter!
Here is a video of it in action if you wanna see what it all looks like~
clj-anki
A way to make Anki flashcards from silly things! Alternatively a way to extract silly things from Anki flashcards~
A Clojure library to read and write Anki files. It’s as simple as running
(let [cards ["3 + 4" "7"
"4 + 5" "9"]
(anki/notes-to-package! cards "math.apkg"))
…and poof! You have a little study deck~
This means you can basically just shove your soup output or whatever right into notes-to-package!
and get a nifty study deck back using any data source you could imagine!
wsl_proxy
So your Windows can accidentally your WSL programs too
wsl_proxy is a little program where, if you rename wsl_proxy.exe
to the name of a command you have in your WSL distro, it will act as if it is that program.
So if you rename wsl_proxy.exe
to nano.exe
, you will be able to associate it with things in Windows!