• 6 Posts
  • 1.23K Comments
Joined 9 months ago
cake
Cake day: June 9th, 2024

help-circle




  • They were NiCad batteries, which would leak, and then completely eat and destroy the charging/temperature board.

    Source: I have one and uh, they did and it’s completely useless because it won’t power on without the batteries attached, and I’m at a total loss as to how to or where even I could get/fix that charging board.

    Shame since you’re right, it’s super cool, but must-have-a-battery was a horrible design choice that’s made repairing it seem like it’s probably not possible - I’d have to buy another one to get a working charger board at which point, well, I have a 2nd one so why fix the first?


  • fax the FBI their plans

    Opsec is not the fediverse’s strenth, no. Anything you post here is going right to the FBI, courtesy of Palantir and Peter Thiel.

    Anything you post online ANYWHERE is likely to end up there: if it’s not e2e encrypted, then you just told the FBI, and even if it is, you probably shouldn’t trust that it’s actually secure unless there’s public audits showing that it is, and you’re using a reproducible build from verified source.

    …also, unrelated rant: stop taking pictures of people at protests and posting it online. Why is everyone doing state security’s job for them?


  • Look, if you can post your way out of this, then we should have been able to post our way into not having to.

    But, judging from the outcomes of all THAT posting, I strongly doubt there’s a single thing anyone can post anywhere that’ll suddenly make people decide to wake up one day and go ‘Oh my! What a mess, I should throw away my entire world view and do ________!’ because that’s very much not how people actually work.

    Best case, there’s enough pain and blood to nudge the lazy fucks into doing something in 2 years, but really, that doesn’t do anyone any good for the next 2 years and also very much isn’t assured: at least some of the lazies are actually in favor of this and the facists have a pretty good grip on the media and social network effects, so you can’t make a toot and expect it’ll do shit.

    We’re past the polite letters to the editor stage, and in the misery and violence phase, even if it’s still being mostly coated in decorum.


  • Mind you the way some of these articles sound is that the whole Xbox gaming division is on its knees and doesn’t sell a machine or make a penny.

    It does feel like they’re using excessively narrow defintions and picking facts to create the narrative they want.

    Okay, the smaller of Microsoft’s gaming platforms isn’t selling as well as the PS5, while the other one is growing so fast even Sony is porting all of their exclusive games to it.

    Doesn’t really feel like a complete market failure to me?



  • I don’t disagree, but if it’s a case where the janky file problem ONLY appears in Jellyfin but not Plex, then, well, jank or not, that’s still Jellyfin doing something weird.

    No reason why Jellyfin would decide the French audio track should be played every 3rd episode, or that it should just pick a random subtitle track when Plex isn’t doing it on exactly the same files.




  • One thing I ran into, though it was a while ago, was that disk caching being on would trash performance for writes on removable media for me.

    The issue ended up being that the kernel would keep flushing the cache to disk, and while it was doing that none of your transfers are happening. So, it’d end up doubling or more the copy time because the write cache wasn’t actually helping removable drives.

    It might be worth remounting without any caching, if it’s on, and seeing if that fixes the mess.

    But, as I said, this has been a few years, so that may no longer be actively the case.






  • If you share access with your media to anyone you’d consider even remotely non-technical, do not drop Jellyfin in their laps.

    The clients aren’t nearly as good as plex, they’re not as universally supported as plex, and the whole thing just has the needs-another-year-or-two-of-polish vibes.

    And before the pitchfork crowd shows up, I’m using Jellyfin exclusively, but I also don’t have people using it who can’t figure out why half the episodes in a tv season pick a different language, or why the subtitles are somtimes english, and sometimes german, or why some videos occasionally don’t have proper audio (l and r are swapped) and how to take care of all of those things.

    I’d also agree your thought that docker is the right approach to go: you don’t need docker swarm, or kubernetes, or whatever other nonsense for your personal plex install, unless you want to learn those technologies.

    Install a base debian via netinstall, install docker, install plex, done.