• 6 Posts
  • 122 Comments
Joined 2 years ago
cake
Cake day: February 16th, 2024

help-circle




  • Ah, I think there’s a bit of a disagreement here between what types of art are respectable and what types aren’t. For context, I subscribe to the definition of art that says “everything made with intent” is some form or other of art.

    Suppose you go to a gallery. Would you consider handicap-hostile architecture, which is part of the exhibit itself, to be worth respecting as a art enthusiast? (Stairs required to be used in order to see a painting, specifically because the artist wants you tired from walking, not pushing a wheelchair, which they don’t like, when you look at it, for example.)

    I could see it both ways, but I fall more on the side of accessibility. If an artist requires someone to use stairs to see their art, they are an asshole, regardless of how good their paintings actually are.



  • I’ll give you ‘satire’. But I don’t really agree with ‘critiques’. The lesson i got from the movie was “stupid people can’t really have empathy, so they just need to shut up and let actual smart people do the important work”, and also eugenics.

    If it was critiquing the modern corporate structure, it would have included actual critiques of the modern corporate structure, rather than a single poor idiot in charge of a big company who should have just let the smart guy fix it all for him. In short, comapnies as they are would’ve worked if only the smart people were in charge of them.










  • Honestly? Don’t do the whole switch, or even a big switch from a few services to another.

    Start small. Very small. Try doing just one service you rely on, like your images or music. Immich just announced their first stable release. I use navidrome for my music. Make sure to test these on a copy of your data, not your actual data.

    Once you’ve got one service working as you want it to do, then you can try your hand at another service. This way, you don’t get stuck trying to do everything all at once.

    It may be worth considering how much (if any) you want to spend at the start, too. That’ll inform your next immediate task; setting up basic backups for your data. A spare drive is a good start, but it may be worth keeping another one at your parents house, or similar.





  • If you aren’t transcoding, and the player is taking too long to cache the video before starting, you might be having some sort of storage issue. You would need to try a couple of different things to figure out what, specifically, is taking so long to send the video out.

    The first thing that comes to mind is that your storage is on an SSD, and it is nearly full. An SSD that is nearly full will usually perform much much worse than it would if it had more space to work with. https://pureinfotech.com/why-solid-state-drive-ssd-performance-slows-down/

    The next thing that comes to mind is that your files are stored on the same drive that jellyfin transcodes onto, and it is not using an SSD. If you have jellyfin reading from a single drive, jellyfin encoding to that same drive, and also everything else also running, you might be causing your hard drive to seek a lot in order to get everything up and running. You could test this by changing the jellyfin transcode location to a different storage device.

    I’ve also found that page and video loading times tend to be directly affected by the storage medium’s seek times. If you had jellyfin installed on the same hard drive as your videos, it will be slower than if you had installed jellyfin on a ssd separate from the drive you store your videos on. This one wouldn’t likely result in minute loading times though.