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 homeupdated: MAR-24-2025
for downloading media off tha web.. can do so much with it using "--cookies-from-browser firefox" my little config is in things
yeah
silly gui for mass ffmpeg junk.
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
world's strongest screenshot soldier. necessary for a happy life
nifty collection of tools. i use powerrename, image resizer , text extractor, and file locksmith a lot
nice bulk program uninstaller
junk cleaning
collection of nifty tools. png compressor and base64 tool have been super useful for me.
gui for beloved equalizer apo. i genuinely cannot live without this
my image viewer of choice. imageglass used to be it but it started sucking a bit
favorite media player although i have to use mpv whenever i accidentally download hdr content lol
me enjoy. having quake mode on makes downloading stuff with yt-dlp so fucking easy and i enjoy having ssh profiles
windirstat but cooler
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.
7zip used to take this spot but what this fork adds makes me smile. feels nicer to use to my little brain
nice volume mixer
batch flac re-encoder i used for when i put music on my phone. i heart opus
"acoustic spectrum analyser" honestly i just use this to see if the suspicious flacs i grab are like youtube-to-mp3s in disguise.
self-explanatory
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
cd "grabber" i lovie
yarp
local file sharing program. was able to set it up with tailscale ip's to share files with friends directly. v fun
file searching but awesome and i lovie
crazy that this does things that paid software cannot..
my new music player of choice. goodbye foobar2000
modding windows. i really like the taskbar ones like changing the height and icon sizes
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.
good remote desktopppp i lovie
nice minecraft launcher
mod manager for moddable games that use thunderstore. so good so nice. fuck the thunderstore app fuck overwolf burn in hell
playable archive of almost every flash game and animation
nifty vr overlay. translating text stuff locally is nice
beat saber version and mod manager. kinda awesome..
way better than vrchat's homepage area
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
hover over media to make it go big mode /show full size. mod is a fork of it with some nice additions.
spray maker for source games. love them fade sprays
mans best gif friend
so much shit on twitter that i don't need to see. be gone. twitter spaces. leave my sights
same as above but for tumblr. yippee!!
flash player emulator; god rest its soul
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
nice dns checker
one of the only speed tests that shows packet loss and also isnt annoying
media server!! yippee!!!
server.. i use this to reverse-proxy all of my docker stuff. so nice
self-hosted rabb.it instance
self-hostable discord bot. community has lots of fun plugins/"cogs" like retrigger, deepfry, and notsobot
in-browser media downloader that can be self-hosted
controlling my smart stuff like lights n junk without having to rely on a cloud service is crucial to me
for tracking when my docker containers / services are down. nice being able to be notified via discord bot
non-destructive vrchat avatar tools. so very important
open source alternative to the vrchat creator companion. adding/updating packages is so much fasterrr
vrchat avatar optimizer super nice
great hierarchy tweaks for my vrchat nonsense
let's you view objects in a bunch of lighting conditions sooooo so so so useful so useful so good i love it
so much easier than navigating through each texture or mesh to figure out vram impact
really nice weight transfering. been able to refit vrc assets SUPER fast with this.
syncs clip studio paint's .clip preview file with a blender .png. pretty nifty
some extra shape key management stuff
layers!!! i'm still figuring it out but it's so cool
neat uv tools
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
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 -
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 *.*