welcome! home creations music games furry music writings podcast personal headspace
links affiliates links website tools tutorials cool websites

website building tools

layoutit!really useful tool for creating 9-slice type layouts for your website. really simple, just uses CSS and a few divs.grid.layoutit.com
matt's script archivenot for me but for those learning javascript or beginner-type web applications this is a good example resourcescriptarchive.com

beginner tutorials

w3schools html tutorialwhere I learned!w3schools.com/html/html_editors.asp

learning resources

Bob's game programming patternsuseful repository of game programming patterns by the creator of the Wren languagelink

cool websites

independently-hosted games and tools

VSTs

cool data

website décor

freebackgrounds.comit's freebackgrounds.comfreebackgrounds.com
smolpxla collection of 16x16 gifs, sorted by colourlink

how to become an unstoppable media demon

i only recommend stuff that is reletavely easy to learn and setup and gives insane benefits for us who work with a lot of audio and video files.

yt-dlpyt-dlp has dug me out of so many holes. yt-dlp https://www.youtube.com/watch?v=dQw4w9WgXcQ -x gives you just the audio stream of anything online with a "play" button. remove the -x for the full video. most issues can be fixed by updating yt-dlp or checking the filename for unsafe characters. age-restrictions and member-only content can be alieviated by passing cookies. works great with playlists and albums!https://github.com/yt-dlp/yt-dlp
ffmpeggreat for converting files without needing to hunt down any encoder executables. works for video and audio amazingly. ffmpeg -i local_file.mov local_file.mp3 is all you need to convert between file types. more options exist if you want to tweak the encoder quality. with some additional powershell or a GUI you can make it run in batch.https://github.com/BtbN/FFmpeg-Builds
handbrakelike a batch ffmpeg but it can re-encode videos with hardly-noticeable compression so you can upload to sites with file limits. i don't use this as often but it's handy when i have a big video file for social media or discord.https://handbrake.fr/
sealfor android, seal has helped me out of a jam when i needed yt-dlp and ffmpeg on my phone. it just works, it's so nice. it even auto-updates and actually is more convenient for me to use than my computer, as convenient as my obscured filesystem allows anyway.https://github.com/JunkFood02/Seal
grayjayi already use ublock origin on firefox, this is an android youtube client that just has ublock origin working all the time, includes a video downloader, and regularly updates to outsmart youtube's attempts to stop it from working. i really hope this app doesn't die because it's the one thing making youtube watchable these days.https://grayjay.app/
jellyfini'm not big about streaming services or their UIs but i will concede that this has worked pretty well for me to stream movies and tv shows from one computer to another. i appreciate that it downloads covers and episode previews and keeps my place between watching sessions. hardest part about setup was knowing how to use ipconfig on my host's console.https://jellyfin.org/
soulseeklook, all i'm saying is it's not just for music, it's great for sample packs and other types of media, including media that's hard to archiveyou're on your own

tools i use for making stuff

  • FL Studio 21
  • foobar2000 (proofing)
  • hUGEtracker
  • bgb emulator
  • REAPER
  • Audacity (in a pinch)
  • ffmpeg
  • yt-dlp