• 0 Posts
  • 81 Comments
Joined 3 years ago
cake
Cake day: July 2nd, 2023

help-circle
  • I wonder if anyone ever wrote an update aggregator that would find all package managers, containers and git repos and whatnot and just do all of them.

    Some are a right pain to update, such as Nextcloud. Installing a monthly update should not feel like an enterprise prod deployment.

    It’s kinda ironic that package managers have caused the exact problem that they are supposed to solve.




  • Just start listening to dubstep and you’ll stop noticing 😆.

    Maybe run lm-sensors and make sure the CPU/GPU isn’t being thermothrottled? I’d usually look at dmesg and look for red stuff. Any hardware issues are usually pretty obvious.

    Try other apps. If you youtube or VLC behaves the same, the problem may be outside of jellyfin. If not, it narrows it down.

    If could even be the server not being able to transcode in realtime. Try watching a file known to already be in a suitable format. It should direct stream and be much less load on the server. I’ve seen server encode CPU saturation and it does kinda look the same as client decode stutter. If it’s the server, you’ll probably see the same stutter from another device such as a phone.
















  • The main benenfit is not having to deal with NAT. You get your own address and your traffic is not conflated with other people’s.

    You also get privacy extensions. Your device generates a temporary address for making outgoing connections. The address has no listening sockets. This means that you cannot get portscanned by every website you visit.

    You don’t need to try and figure out your external IP address. There’s no differentiation between internal/external addresses. They’re all global, as the internet was intended.

    You can throw as many IP addresses on an interface as you want. If you want to run two web servers from one machine, you can have multiple addresses with different services on port 443.