

i think it’s really wholesome that a lot of 126 year old people use linux
sapphic. hater of capital letters. bunny and cat mum. renn faire enjoyer. theatre kid. squishmallows enthusiast. taylor swift lover era appreciator. marisha ray defender. houseplant addict. multiple social accounts haver. i’m also on lemmy.blahaj.zone :)


i think it’s really wholesome that a lot of 126 year old people use linux


the worst thing about electron apps besides everything about election apps are the fact that there’s no shared libraries so you basically have to have a billion of the same node modules on your system for every electron app that you have.


i just got 29 core i7 32gb rtx 5060 gpu for a about $500 more apple isn’t really a threat here


incredible how iran is more of an opposition party than the democrats. and i’m supposed to hate them?


stop dont come back


“unskippable” laughs in ublock/revanced


Does anyone know what desitions he made at Automattic?
given the way automattic has run for the last 15 years, probably the bad ones.


it wasn’t started by jack; it was an incubator project at twitter with the original twitter devs and jack remained on the board.


honestly the best part about working at a supermarket was delivery day when i could weave through the maze of pallets and sleep on the paper towels behind everything like a fort. i sure as fuck aren’t going to report anyone shoplifting food.


remember if you see someone shoplifting food no the fuck you didnt


why bet on polymarket when you can just invest in kleenex and ky jelly due to the neocons and chicken hawks crawling out from under the rocks these next few weeks?


us gets bogged down into a war and all they get for it is killing an 86 year old man iran had a contingency plan for


something something onion headline


common ladybird l


makes note of this since it will make tagging a lot easier and also cataloging for jellyfin


does --write-thumbnail save a jpg with the video? or is it something else?


usually i just like older videos but in this case i was saving a bunch of wcw vault videos to my jellyfin library and i prefer 480 since it was as close to tv as can be (also i’ve never been a fan of hd and tv after 2000 because i felt that’s when it went downhill)


this isn’t perfect but i made one when i wanted to fetch a video for a specific resolution (because i prefer 480)
ytgrab() {
local id="$1"
local res="${2:-480}" # default to 480
local url="https://www.youtube.com/watch?v=%24id"
# fetch formats
local fmt
fmt=$(yt-dlp -F --cookies-from-browser vivaldi "$url")
# printing the format output
echo "$fmt"
# pick video format matching the requested resolution
local vfmt
vfmt=$(echo "$fmt" | awk -v r="${res}p" '$0 ~ r && /video/ {print $1}' | head -n1)
# pick best m4a audio
local afmt
afmt=$(echo "$fmt" | awk '/m4a/ && /audio/ {print $1}' | head -n1)
# safety check
if [ -z "$vfmt" ] || [ -z "$afmt" ]; then
echo "Could not find matching formats (video ${res}p or m4a audio)."
return 1
fi
echo fetching: yt-dlp -f ${vfmt}+${afmt} --cookies-from-browser vivaldi --write-subs --no-write-auto-subs --sub-lang "en.*" $url
yt-dlp -f "${vfmt}+${afmt}" --write-subs --cookies-from-browser vivaldi --no-write-auto-subs --sub-lang "en.*" "$url"
}


its the reason why i turned off auto software updates on my phone
reads better when you read it like the spongebob meme: oUr CoMmItMeNt To WiNdOwS qUaLiTy