shaun

u/shaun@lemmy.world
0 posts · 46 comments

Recent posts

No posts.

Recent comments

Different company doing the tracking from your phone, they can monetise it at utilise it in other (nefarious) ways.

Also, a phone is near impossible to get by without. We shouldn't have to accept our phones are tracking us on someone else's behalf, but people have to be a little bit more flexible with those, whereas a "smart-rack" which can track bike journeys is more easily determined to be OTT and can be pushed back against.

While technically correct, I vehemently disagree. I'm on the opposite side of the political spectrum to this man, but if it had been a left-wing supporter going at Noem or Miller, then the left response would be "it's only a food product, it's just to make a point - look at what the Trump Administration is doing killing people". I think it's fair to let someone off with a warning if it's something innocuous.

Hummelgaard evidently attends the same MENSA meetings as the ex-PM of Australia, Malcolm Turnbull, who commented in 2017 on the very same topic: “The laws of mathematics are very commendable, but the only law that applies in Australia is the law of Australia."

I'm using rootless podman, not sure if that will make a big difference.

Add the user running the containers to the video using the following command:

sudo usermod -a -G video [username]

Then I have this in my quadlet for the containers that need HW acceleration. As I understand it, keep-groups means the user rights to use video resources will be passed from the OS into the container.

AddDevice=/dev/dri/renderD128:/dev/dri/renderD128
AddDevice=/dev/dri/card0:/dev/dri/card0
PodmanArgs=--group-add keep-groups

I don't think I have anything else relevant in my set up. Hope it helps!

Are you using rooted or rootless podman? I'm running rootless and am quite sure I needed to add my local user to the video group. I'm out and about, but can investigate later if you want. Otherwise you seem on the right track