• 0 Posts
  • 16 Comments
Joined 2 months ago
cake
Cake day: January 21st, 2025

help-circle





  • Oh right I totally skipped tv shows haha

    Depends on how picky you are as well to a degree. I’m an “archival” person - I download shit in remux and flac pretty exclusively. When it comes to anime I have some strong opinions about what fan subs are the best and what ones are total shit (to the point where I pretty regularly mux my own releases). If you can get an AB account I would highly recommend, imo best of the three

    tv shows i agree usenet and western movies usenet most of the time. Unless you want a specific high quality release group (wildcats, 3L, etc) instead of framestor and random groups, who dominate usenet releases.

    The only thing with tv shows and usenet: if you want a long running tv show, say the Simpsons. Torrents easier 100% of the time. If you’re manually downloading through an nzb site then it’s still faster because I guarantee you at least one torrent site you’re on will have a set of season or series packs that works; the season packs on Usenet are often the quickest things to die.

    If you’re grabbing with sonarr I guarantee you will get a ton of shit that sucks, especially for an old show like that. Like some of the old episodes will be the ones they upscaled and stretched to 16:9 by zooming in and erasing a third of the image. A bunch will be in German, even with trash guide filters, because German dub people don’t tag their releases in ways that play well with any of trash guides regex. Even if you adjust your regex to scan for it (German in title, basically) then you have the occasional issue if the episode name has the word German (plus other dubs that are labeled poorly)

    And for any hbo tv show and many Netflix tv shows (tho nf is far less aggressive) you will often find a sea of dead postings where torrents are fine. Like a remux of the sopranos? Better hope it was posted very recently, like in the past few days, because hbo monitors usenet like crazy. Netflix does too but not as strictly. Dmcas everywhere.

    It’s still worth having of course and I use it a lot. Like you said it’s my go to for western movies and certain western shows. Especially when they’re actively airing. But there’s a lot of scenarios where it sucks


  • Usenet: you missed the window but Black Friday and Labor Day are in my experience the best time to sign up. I pay $35/yr unlimited.

    Private tracker: it’s not as hard as you think

    Get in red: either via invite (easy mode) or do their interview (not that difficult). Once you do you need to upload 25gb of stuff and have a (I think) 0.7 ratio (maybe 1.0?).

    Easiest way is to rip songs from streaming sites: https://github.com/nathom/streamrip and upload. If you’re fast and get a hot album you can literally get it in like 2 days. Don’t bother with insanely popular albums like if charli xcx or Tyler the creator or whoever drops something. Old heads on the site will have that shit scripted and dropped so fast. Or browse requests with bounty and upload whatever.

    Then you open up the invite forum. Then you ask for invites to wherever. Then you maintain ratio to not fuck over the person who invited you. Then you’re done, basically


  • Usenet is good for some things, torrents are still king for others

    Like if I want a specific release of a movie in a certain quality, like a dv remux then I might pop on blu or ptp. 90% of the time I’ll just grab a dv/hdr10 remux on usenet though

    Anime is all about trackers, ab/baka/nyaa destroy usenet. Animetosho makes usenet passable but still destroyed by the first three

    Music is the same. If I want some basic mainstream release in scene quality then sure usenet is fine. If I want to be sure it’s tagged decently and actually a solid 16bit flac? Red/orpheus. If I want anything remotely niche, international artists, indie shit, like even singles and eps by popular artists? Or I’ll pop on soulseek but the downside there is I can’t figure out how to automate it




  • So many

    Homelab

    Buy broken electronics, repair, resell (so like microsoldering, diagnosing, etc)

    Woodworking but I’m bad at it

    Cooking

    Music but I’m bad at it

    3d printing/cad but I’m bad at cad

    Language study 日本語

    Pcb design and some coding related to this but I’m bad at it

    It’s why I get the anti work people. If I could change careers every few years I would. I love learning about new stuff. I post a lot but most of the time I do that is either when I have idle time at work, before or right after work (although sometimes it leaks into weekends). I hate the phrase jack of all trades master of none, it’s cool to know about a lot of things (as long as you recognize the limitations of your knowledge)



  • https://trash-guides.info/

    This doesn’t cover Jellyfin but the rest of the stack the gets files into it. And frankly I disagree with a number of the ways that they do things but if you want a guide that gives you a setup that works with a community that is helpful (they have a well populated discord) this is a good starting point

    Jellyfin is basically install it, create a library within the app, point said library at a folder on a drive somewhere with media on it.

    You generally want to follow reasonable naming conventions, eg showname.s01e01.mkv but these have gotten fairly flexible over the years. You don’t need to worry about the extra stuff like webdl.1080p.flux.proper etc, that is typically ignored, though there are always edge cases. The bigger headache is making sure your files match thetvdb or themoviedb as this is primarily what Jellyfin will use for scraping. If you use sonarr/radarr you can ensure the files are properly ordered and even rename them to scrape perfectly but this can be a headache for seeding if you torrent as renaming the files will break shit. This gets you into needing to hardlink if you want to keep things automated unless you want to manually go in and rename the files in your torrent client which is a chore, the trash guides describe how to set this up

    Anime can be a chore, especially older releases, because lots of good shows were released by random people and not groups. As a result they decided to just release things with sequential numbered episodes (eg instead of s01e01,02, etc it’s just a folder with 1.mkv, 2.mkv, etc). Or they released them with episode numbering that differs from what tvdb has because they insist that some other source like anidb is gospel. Certain western shows can be a nightmare because of stuff like this too (American dad is the worst)

    From there it depends on how you want to customize your Jellyfin install. I use a kodi as a front end so the only plugin I bother with is Jellyfin for kodi. But before that when I used native clients I used jelly scrub, introskipper, etc. but a lot of those plugins are redundant now because they’ve been built into native Jellyfin.

    You also may need to set up transcoding. This depends on your setup. My setup direct plays everything (ugoos streaming box with Coreelec/kodi). This is really only necessary if you have a setup that benefits from the direct formats, eg a surround sound setup, oled screen that can play dolby vision or a led that can do hdr10+, etc. or if your server is really garbage and can’t handle transcoding. But really it has to truly be awful; intel quicksync going back years can handle most modern files pretty effortlessly (unless you start messing with stuff like av1 or vp9), nvidia transcoding also works fine even with relatively old cards (though using much more power by nature of needing a gpu installed). If you have an amd cpu video core next works too although quicksync is objectively superior, though not necessarily enough to justify buying a whole new setup and creating a bunch of waste when your amd rig will work well enough.

    As you can see transcoding is in and of itself a diverse topic and how you set that up depends on your setup and needs: what’s your hardware, do you need tonemapping, how many concurrent streams do you anticipate having, etc.

    It sounds like a lot but if you play with it for like a weekend you’ll be fine and then you’ll be free of streaming bullshit and the associated data collection



  • preface: conjecture

    musk and zuckerberg benefit from “othering” a group so that the majority of people get caught up in arguing about the rights of that group. While you’re busy being distracted by that they can push for agendas that benefit their companies and personal wealth, which inherently fuck you over.

    musk does seem to have a personal vendetta as well given his issues with his trans daughter but I truly think this is ancillary to enriching his wealth and power. He also seems to love getting involved in topics that rile people up because deep down he’s a 14 year old reddit troll

    rowling is double down and attention. She has a shit take, posts about it, people call her out. She’s a literal billionaire “beloved author” used to being surrounded by hangers on so being challenged wrecks her shit. Rather than reflect and look at scientific consensus she doubles down on her shit take. Because of people like above this gets her increasing amounts of attention and relevance so her beliefs are reaffirmed and deepened constantly. Now she’s consulted to speak authoritatively on the matter despite having no actual qualification other than being a rich lady who got into twitter arguments about it

    Many of these apply to nobodies as well. Your stupid anti trans neighbor benefits from “othering” someone because it gives them someone to deflect blame onto. For most of American history it was black people, or Hispanic people, sometimes Jews, basically any minority. They also will double down when called out on shit takes and will absolutely respond to attention given for shit takes.


  • Is it teflon coated? If so you should be careful. Many of the suggestions here are for increasingly abrasive options which will scratch that coating and cause it to eventually flake off, which means it will get into your food, which definitely not something you want to eat

    On one hand the grease itself is probably not a food safety issue anymore. Similar to a cast iron pan once oil/grease heats enough on a surface it polymerizes and essentially bonds to the surface. This is generally safe unless the oil is exposed to very high temps (beyond what is typically used for cooking) but it looks bad on stuff like sheet pans

    However you do want to be a bit more diligent cleaning as a result. Unlike a cast iron pan where the polymerization layer (seasoning) is generally very smooth this is generally not; it is bumpy and has more nooks and crannies. This means there are more areas where filth and bacteria can be harbored. Not a huge issue, just make sure you clean well.