

Are you placing your service files in ~/.config/containers/systemd
of the home dir of the user you want them to run as?
Here is a link: https://linuxconfig.org/how-to-run-podman-containers-under-systemd-with-quadlet
Are you placing your service files in ~/.config/containers/systemd
of the home dir of the user you want them to run as?
Here is a link: https://linuxconfig.org/how-to-run-podman-containers-under-systemd-with-quadlet
Not true. I run them rootless on my server as we speak. :)
I mean it could be Mutex, or Rwlock or anything atomic. It’s just when I have to put stuff into an Arc<> to pass around I know trouble is coming.
You’ll be fine. You will learn the lifetime stuff and all will work out. It’s not that bad to be honest.
I mean yah. That’s what it takes. But like when I try to write code around Arc<_> the performance just tanks in highly concurrent work. Maybe it’s an OOP rust skill issue on my end. Lol.
Avoiding this leads, for me at least, to happiness and fearless, performant, concurrent work.
I’m not a huge fan of go-lang but I think they got it right with the don’t communicate by sharing memory thing.
Skill Issue.
For reals though adopting a functional style of programming makes rust extremely pleasant . It’s only when people program in object oriented styles that this gets annoying.
No loops, and no state change make rust devs happy devs.
They probably won’t get specific.
But I will say that the comment here is a quintessential example of an anti Wayland/SystemD complaint.
Nothing specific ever. Just “it’s a mess and buggy and slow”.
This being said by me making this comment the original poster might come up with the some specifics just because they feel called out.
Ohh. Yah. I wonder if it’s few degrees cooler. It would be cool to see some data.
I mean post scarcity means post scarcity. So anyone who wants a chateau gets one. Most people I don’t think would actually want one though. It means being more isolated, maybe one a newly habitable planet.
Personally I wouldn’t want or need one. Give me a truly for real actually sound isolated large apartment in a great location and I would be happy.
This is incorrect. Functional code bases exist in many production environments. Twitter (pre musk) migrated their bloated code base TO Scala because functional code bases are easier to maintain and understand.
If you think about it, it makes sense, side effect free code will be easier to maintain just due to the lack of side effects.
I can’t speak for general use. But use it to:
It works perfectly for me and I have not run into issues. But it might be bad for other people. I just know it works well for me.
I use forjero with forgero runners.
Basicly 100% compatible with GitHub actions and all locally run via podman.
Strong recommend. It’s all designed to work together and everything just works.
I mean if you use the Marxist/Leninist definition of left then obviously not. But I mean left leaning in terms of the societal understanding.
But the fact that the majority (or perhaps less than half now) of the responses literally prove the point I am trying to make proves my point downvotes or not.
You have to remember the people who would literally unironically make such a post that proves my post are the densest of the dense.
Most sexists, while dense, are less dense than a black hole and would not prove my point for me under such a post.
You are extremely dense. It is 100% you in that picture because that is the way your bumbling, rambling posts read like.
Alas I have been shown to be wrong! If not for my womanly ways I would have been the wiser!
Stttooooppp you’re giving me old school internet sexism nostalgia. 😂 That 2008 energy.
Do you miss halo 3 lobbies too?
THIS. EXACTY THIS RIGHT HERE. THIS IS EXACTLY WHAT I MEAN.
Me: talks about issue disproportionately affecting women.
Lemmy User: It’s not really about women. Everyone suffers from this.
EDIT: Look at the responses to this comment for the proof.
100%
It’s really bad and lemmy is really in denial.
Sexism here is much worse than it was on Reddit.
It feels like 2008 Reddit here sexism wise, except instead of Ron Paul libertarians tooting their horns everywhere we have heavy tracked vehicle enthusiasts.
I did hope lemmy having a left leaning culture would help but it does not.
Try making any post that focuses on situations uniquely or disproportionally experienced by women and you get mostly “everyone has that why think about women” or “what about men” or “men have it worst” responses.
You can if you want to. But I don’t think that is best practice. The idea of quadlets is the bring Linux norms to containers. You contain and manage all permissions for that container in that user.
I personally have completely separated users and selinux mls contexts for each container group (formerly docker compose file) and I manage them thusly. It’s more annoying but it substantially more secure.
This being said I think you can do it as root. I think this might work but I am not certain
sudo systemctl --user -M theuser@ status myunit.service