@olafurp@lemmy.world
Caveman
member since 19 Aug 2023 20:50
comments
- on Gamers will have to prove their age under EU Kids Act in c/europe@feddit.org · 6d ago
-
on Queer discourse rule in c/onehundredninetysix@lemmy.blahaj.zone · 17 Sep 2026
Isn’t that just changing it from the Greek pan prefix to Latin omni prefix, both meaning all?
-
on there's mostly only two relentless hardships in programming: networking issues, naming things, and off by one errors. in c/programmer_humor@programming.dev · 15 Sep 2026
Caching and race conditions
-
on Jellyfin External Drive in c/selfhosted@lemmy.world · 12 Sep 2026
It’s easy to setup permissions and what files it can access and you don’t have to worry about an update making Jellyfin incompatible with your system. Might never be an issue and is a bit more work but it has perks.
-
on Jellyfin External Drive in c/selfhosted@lemmy.world · 12 Sep 2026
If you’re on docker:
Could be that the path to the mounted disk isn’t exposed. (Test: Go into docker container with bash and try listing the movies and try doing a
cat textfile.txtto check read access)Could be that even though the path is exposed the media is not writable. (Test: Go into docker container and do a touch command and see if file pops up). Not sure if relevant but is relevant for Sonarr.
Not mounted?
It could have been mounted once but is not anymore. Not sure how Sparky works but on Fedora Bazzite I had to add fstab line to auto mount the drive on power up.
Generally the rule is that if Jellyfin can see and read the files it can play them and will auto add if the path is configured.
-
on Impersonation rule in c/onehundredninetysix@lemmy.blahaj.zone · 5 Sep 2026
Yeah, it’s so bad because it’s so easy to do right.
-
on different design philosophies in c/linuxmemes@lemmy.world · 16 Aug 2026
Very happy they worked on this feature. I done my fair share of shaking when waiting to start meetings and it looks blurry. Will look forward for this update.
-
on I didn't set a cookie. in c/privacy@lemmy.ml · 10 Aug 2026
Yeah, it was intended as a joke, as in they already remember whether you check the box or not based on just the browser fingerprint.
-
on I didn't set a cookie. in c/privacy@lemmy.ml · 9 Aug 2026
“Remember me on this device”
I wonder how the whole age shenanigans are going to be implemented. In my limited understanding it would be tricky to do it double blind while not allowing spamming and have zero trust requirements for data.
Maybe something like service - > user, user scans qr code, signs, sends to provider unique request, user - > EU, EU verifies only user data and signs and service can check.
But then if the service checks in with the EU the EU knows which user accessed which service from the url and you have to trust the EU to not keep track of where the request came from.
I guess if something like this will be open source then GDPR could be used to prevent that from being logged. I don’t know, I’m rambling now.