Services

social.isopod.cool My personal Akkoma instance. Run by me, for me. Feel free to register for an account if we know each other, though.
search.isopod.cool An instance of SearXNG, a metasearch engine that aggregates results from several other search engines.
rss-bridge.isopod.cool An rss-bridge instance. Generates RSS feeds for websites that don't have them.
rssfilter.php A basic RSS feed filtering tool. Works on RSS and Atom feeds and can take both plain text and regex.
firefoxrss/ An RSS bridge for Firefox release notes
feed.php Download the source code
git.isopod.cool My personal Forgejo instance. The source code for my websites is on there.

Items

../ Go back
EnchantedToolsPack v1.zip A custom resource pack I made for Minecraft that uses the Optifine mod's custom texture functionality to add custom textures for enchanted tools and weapons. Works as of 1.19.
../old/ Previous iterations of my website
1 The final form of the first iteration. Little more than a glorified link directory.
2 The final form of the second iteration. Scrapped mainly because it was too dependent on Javascript.
webpkiller/ Various scripts I've written to intercept .webp images on opening and replace them with a superior format, because fuck webp. Use by setting them as the default program for opening .webp files. They'll make a copy of the image converted to .png, delete the original, and open the new one in your default program. Untested with animated webp files. These are all open source, so feel free to edit and redistribute.
webpkiller.sh Bash script for Linux. Only works on .webp files. Requires ImageMagick to be installed.
webpkiller.cmd Batch script for Windows. Only works on .webp files. Requires ImageMagick to be installed. Replaces every instance of ".webp" in the filepath because I couldn't figure out how to do string manipulation properly in Windows batch language, so watch out for that.
webpkiller.py Platform-agnostic Python script. Requires Python 3 and the pillow library to be installed. Works on any image format supported by pillow.
webpkiller_win.zip webpkiller.py, but compiled for Windows with pyinstaller.
neon_boost_times.html A table of my level times in the game Neon Boost, in case you care.
userstyles.world/style/5238
/status-cafe-latte
Stylus theme I made for status.cafe, the site behind the little status widget on my blog.
dirtomp3.sh Linux Bash script I wrote to recursively convert my entire music library to mp3s to reduce the amount of space it takes up on my phone. Copies the entire directory structure, keeping images, converting audio if needed, and discarding everything else. Requires ffmpeg.