buncha things i use often. i'm sure i'll remember more junk later zzz

these are NOT in order of importance to me. very cool things may be at the bottom...

back to home

updated: MAR-24-2025

changelog

general game-related online/browser server vrchat/unity blender things

yt-dlp

for downloading media off tha web.. can do so much with it using "--cookies-from-browser firefox"
my little config is in things

ffmpeg

yeah

ffmpeg batch av converter

silly gui for mass ffmpeg junk.

avidemux

video editor i use for quickly clipping things before actually throwing em into an editor like premiere or whatever. clipping without re-encoding is so useful

sharex

world's strongest screenshot soldier. necessary for a happy life

microsoft powertoys

nifty collection of tools. i use powerrename, image resizer , text extractor, and file locksmith a lot

bulk crap uninstaller

nice bulk program uninstaller

bleachbit

junk cleaning

devtoys

collection of nifty tools. png compressor and base64 tool have been super useful for me.

peace gui for equalizer apo

gui for beloved equalizer apo. i genuinely cannot live without this

nomacs

my image viewer of choice. imageglass used to be it but it started sucking a bit

mpc-hc

favorite media player although i have to use mpv whenever i accidentally download hdr content lol

microsoft terminal

me enjoy. having quake mode on makes downloading stuff with yt-dlp so fucking easy and i enjoy having ssh profiles

wiztree

windirstat but cooler

tailscale

was mostly using this with jellyfin for media streaming to my devices whenever i'm not home but i'm kinda using this for anything i don't wanna risk port forwarding now; super, super nice.

nanazip

7zip used to take this spot but what this fork adds makes me smile. feels nicer to use to my little brain

eartrumpet

nice volume mixer

flacsquisher

batch flac re-encoder i used for when i put music on my phone. i heart opus

spek

"acoustic spectrum analyser" honestly i just use this to see if the suspicious flacs i grab are like youtube-to-mp3s in disguise.

pngtuber plus

self-explanatory

gifski

yummy pngquant gifs. i like making character ref sheet gifs to showcase outfits and i don't want to send someone a ref sheet with a shitty gif color palette

exact audio copy

cd "grabber" i lovie

localsend

local file sharing program. was able to set it up with tailscale ip's to share files with friends directly. v fun

everything

file searching but awesome and i lovie

imagemagick

crazy that this does things that paid software cannot..

wacup

my new music player of choice. goodbye foobar2000

windhawk

modding windows. i really like the taskbar ones like changing the height and icon sizes

librewolf

firefox but it lets me install unsigned extensions. admitting my sin: i did turn off most of their privacy-focused thingies bc i didn't want to change how i use it.

parsec

good remote desktopppp i lovie

prism launcher

nice minecraft launcher

r2modman plus

mod manager for moddable games that use thunderstore. so good so nice. fuck the thunderstore app fuck overwolf burn in hell

flashpoint

playable archive of almost every flash game and animation

vrhandsframe

nifty vr overlay. translating text stuff locally is nice

bsmanager

beat saber version and mod manager. kinda awesome..

vrcx

way better than vrchat's homepage area

twitter native video player

userscript that replaces shitty twitter media player with browser's native one. with firefox, i have to remove "video.focus()" (line 28 at the time of writing) because it scrolls to the bottom of the page for me. shrug works GREAT though love it

imagus mod

hover over media to make it go big mode /show full size. mod is a fork of it with some nice additions.

vtf spray converter

spray maker for source games. love them fade sprays

ezgif.com

mans best gif friend

control panel for twitter

so much shit on twitter that i don't need to see. be gone. twitter spaces. leave my sights

xkit rewritten

same as above but for tumblr. yippee!!

ruffle

flash player emulator; god rest its soul

steamdb extension

adds some nice info to steam store pages like when something was last on sale and playercount. lets you quicksell things real quick in your inventory too +rep

dnscheck.tools

nice dns checker

cloudflare speed test

one of the only speed tests that shows packet loss and also isnt annoying

jellyfin

media server!! yippee!!!

caddy

server.. i use this to reverse-proxy all of my docker stuff. so nice

neko

self-hosted rabb.it instance

discord redbot

self-hostable discord bot. community has lots of fun plugins/"cogs" like retrigger, deepfry, and notsobot

cobalt.tools

in-browser media downloader that can be self-hosted

home assistant

controlling my smart stuff like lights n junk without having to rely on a cloud service is crucial to me

uptime kuma

for tracking when my docker containers / services are down. nice being able to be notified via discord bot

vrcfury

non-destructive vrchat avatar tools. so very important

alcom

open source alternative to the vrchat creator companion. adding/updating packages is so much fasterrr

d4rkavataroptimizer

vrchat avatar optimizer super nice

bluwizard's hierarchy

great hierarchy tweaks for my vrchat nonsense

hai's lightbox viewer

let's you view objects in a bunch of lighting conditions sooooo so so so useful so useful so good i love it

thry's avatar performance tools

so much easier than navigating through each texture or mesh to figure out vram impact

robust weight transfer

really nice weight transfering. been able to refit vrc assets SUPER fast with this.

clipsync

syncs clip studio paint's .clip preview file with a blender .png. pretty nifty

shape keys+

some extra shape key management stuff

ucupaint

layers!!! i'm still figuring it out but it's so cool

mio3

neat uv tools

uv toolkit

more neat uv tools

things i might forget

why cant i ever remember you

DISM /Online /Cleanup-Image /RestoreHealth

shows last 3 power state events. my shit would wake up at like 3am/3pm every day and it drove me mad a little bit

wevtutil qe System "/q:*[System [(EventID=1)][Provider[@Name='Microsoft-Windows-Power-Troubleshooter']]]" /f:text /c:3 /rd:True


script i made to stop tumblr from using webp for gifs

bad script to replace tumblr's explore/trending whatever tab because i dont like it i only touch the "For You" tab

yt-dlp config

-P "C:\your\download\folder" --windows-filenames --trim-filenames 25 --restrict-filenames -o "%(title)s.%(epoch)s.%(ext)s" --exec "AFTER_MOVE:explorer /select, "

ffmpeg command for the spinning character vids

ffmpeg -i Obli.mp4 -c:v libsvtav1 -vf scale=1080:1080 -preset 1 -g 300 -pix_fmt yuv420p -svtav1-params tune=0:film-grain=2:fast-decode=1:tile-columns=1 Obli_yuv420p.webm

command line yt-dlp passing to mpv i use for SAMMI. i have yt-dlp and mpv in my path env variables but you might be able to use sammi's working directory idk where that would be.

yt --ignore-config --quiet --no-warnings --no-playlist -o - "/$realUrl$/" | mpv --really-quiet --keep-open=no --volume=30 --screen=1 --ontop=no --geometry=600x300 --force-seekable=yes -


my eq apo config for my sennheiser hd 6xx's

imagemagick commands for the dithering on the main page

magick background.png -resize 20% -dither FloydSteinberg -colors 16 -posterize 4 background.gif

magick mogrify -dither FloydSteinberg -colors 64 -posterize 8 *.*