

It’s common with rootless docker/podman. Something needs to start up the services, and you’re not using a root enabled docker/podman socket, so systemd it is.
It’s common with rootless docker/podman. Something needs to start up the services, and you’re not using a root enabled docker/podman socket, so systemd it is.
Sounds like I won’t be using Vanilla because that (obsidian + synching + tailscale) is definitely my primary need.
The last time I played with it, I just remember thinking, cool - but why?
That’s what I was thinking, I know the pain of watching something run for ages, only to finally get past where it failed last time and run straight in to another stumbling block.
I don’t envy you having to work in an SELinux environment with less than stellar developer understanding of policies and contexts.
Is it not possible to run it in audit mode in dev and have it tell you what the would have blocked?
I would trade meticulous handover notes fit in to the working week if it meant I could work one week on, one week off.
I am doing the same, all I need is keepassdx to support passkeys now
It also sounds like clearing your throat, then spitting!
Haugck - Tooie!
Edit: and now I see that was the joke
There is no trick. This will require active repragramming from you for months.
I couldn’t find a quit method that took the fight out of my addiction. You have to want to quit more than your addiction. That’s nice but doesn’t mean much.
I found in practice, this equates to action in meeting cravings with determination. Even if you don’t really feel it. You’re used to feeling anxious/angry/sad/sorry for yourself when you can’t have a cigarette. Take back that moment, that feeling. Redefine it. It’s a battle you’re choosing, and the best thing you can do is practice fighting it.
The plus side is, the battle will change as you fight it. So you won’t get bored!
The first two weeks are the hardest.
You already know the first fight, if you’ve ever had to wait for the shops to open to buy some cigarettes or tobacco. You’ve just got to raw dog that. It’s going to suck, but it will at least suck with purpose.
After about 4 days, I started getting spiky, intense cravings that passed after about 30 mins to an hour. Several times a day.
By week two, I only struggled when I was around smokers, saw it on tv, read about it, had a drink (it’s still hard).
There was a resurgence in cravings in month two. I felt I’d earned a puff or two. This is a trap. Notice it, it’s a useful trigger to double down on deciding not to smoke
I’m now a year in off of vaping and cigarettes. It’s still sometimes hard, but mostly I don’t think about it, except to be glad I don’t need to go for a smoke. I don’t miss things at parties anymore. I don’t miss moments with my daughter. Plane rides are way easier.
Yeah, and the toys sold at bad-dragon.com are plenty firm
The future is getting a QR code tattooed on your forehead so the link bubble blocks your face, and machine learning thinks you’re an avocado. I’m getting mine done tomorrow.
Hell yeah. Every one of these threads makes me more inclined to read man pages
Seems likely! Not me, but my experience mirrors it pretty closely
It’s roughly the same. I never used the tabbing features, so I can’t comment. But until wayland came along, it was always there for me, working away just fine.
I wanted to love it, but I keep getting crashes in mixed dpi environments on wayland.
I moved to foot instead. Bare bones, but unobtrusive enough. Shame the scrollbar is jank.
How does that work for broadcasts from your device, designed to prompt beacons from dorman aps you might have joined before? Once you join it provides a random mac, but before then?
Or even waydroid if you must have the app
ketchup, mustard and relish, mixed in a 3:2:1 ratio is a fair faximilie of the sauce on an A&W’s Mama burger.
It’s my go to now for every burger!
Yeah, though there’s some commandline shenanigans to get a tpm shim set up if you want it for windows 11
Ctrl +a and Ctrl +e for beginning and end of line are from Emacs.
GNU Readline is what provides them in the bash. There’s a bunch of shortcuts worth learning in there!
Most distributions I’ve tried use Emacs as the default shell binding style, some of the bindings are even available in things like appliance cli’s like Cisco IOS and clones.
Bash supports vi mode too, you just have to switch to it.
set -o vi
ZSH uses zle (ZSH Line Editor) instead of Readline, but I assume the Emacs style bindings have been copied over to zle for muscle memory portability. You can switch the keymap in zle,
bindkey -v
or set your own!