

Oh very neat, that works great! A much better solution.


Oh very neat, that works great! A much better solution.


Good call on DBUS. Setting XDG_RUNTIME_DIR seems to be enough to fix it up, I’ll update my other response.


I know you’re looking for a desktop solution, but here’s something that you can try in case you can’t find one – I’m betting that having a solution is better than having none!
So I just had a quick muck around:
pgrep to detect if a process with a given name is running/dev/pts/0 to trigger a desktop notificationAs a test, the following command will look for a process called syncthing and send a desktop notification if it can’t find it:
pgrep syncthing || echo "Syncthing is not running > /dev/pts/0"
To set up a cron job:
crontab -e (if you need to pick an editor, nano will probably be your best bet, it’s easiest to use)0 * * * * pgrep syncthing || echo "Syncthing is not running" > /dev/pts/0
0 * * * * sets up the schedule (on the 0th minute of every hour, every day of the month, every month, on every day of the week)If you ever want to get rid of it, just open the cron file again (crontab -e) and remove the line.
I gave this a go on KDE under Wayland and it seems to do the trick. Good luck, I hope you find what you’re looking for!
[edit-1] added step (2) to install libnotify-bin in case you don’t have it already.
[edit-2] added XDG_RUNTIME_DIR to step (4)
[edit-3] removed references to libnotify, replace with /dev/pts/0 (Nice one, @sun_is_ra@sh.itjust.works !)


Hello! I don’t know of a desktop watchdog application that will do this for you, but you may be able to achieve this with a simple cron job. Probably just an hourly crontab entry that looks for a running process with the right name, and uses something like notify-send to send an alert if it’s not found.
I’ll jump on the computer and have a quick play, though I run gnome not plasma so I don’t know how well it will translate.


Save you a click:
“He’s actually going to Harvard,” Cranston explained. “He’s really, really smart, and he’s getting his master’s at Harvard right now. He said, ‘Oh God, no, I haven’t acted since I was 9 or something. So I’m not into it.’”
Missed opportunity - the hands on the clock should clearly be at the 6 and 9 positions.


Don’t know much about the training side of things, but I have Piper set up with home assistant using the Wyoming protocol and it just goes. Some of the out-of-the-box voices are pretty decent too.
You may need to log out and log back in for the addition of the sudo group to take effect.
The default config sudo should be fine, but if the above doesn’t work then you may also want to look up “visudo” to check/modify the sudo config.


The Matrix and Jurassic Park come to mind.
I thought that was…
mandated


My partner suggested this to me once and I thought, “nothing to lose” so I gave it a go.
Correlation does not imply causation, so I can’t guarantee that the sugar is doing anything at all, but every time except once I’ve had a teaspoon of sugar with hiccups, they have stopped.
To that end, I’ll be doing it as long as it keeps on seeming to have an effect.


As a large language learning model, I resent the implication. 😂


I’m replying with a sample size of N=1 so don’t take too much from it, but I suspect it’s not the typical response (at least, not yet anyway).
People do often seem to complain about bot accounts but I don’t know how much of those are in the space of stirring up hot topics to generate content, vs informational (or dis-informational) bot accounts posting on requests for help or explanations.
I guess if people are seeking answers for something, having a bot feed responses to suit some kind of agenda is entirely a possibility, so I wouldn’t write it off as something that could happen. To that end, being wary of posts that look like they might be generated due to the tone/content is probably fair enough.


Yeah, already jumped ship when they started the api and mod nonsense. This was a bit before all that.


I was once accused on Reddit of being a bot after spending half an hour crafting a reply to a question with detail and examples. It’s a great way to discourage people from trying to be helpful 🫠


Yep, hence the preface. Just offering up an alternative to using software they’re concerned about in case they don’t know they have the option. 🙂


I’m going to assume that by the way you’re describing it, using an excel alternative is totally out of the question or simply not possible, but just in case it isn’t…
If you haven’t heard of it, check out LibreOffice.


On “we as people can perceive imperial temperatures a lot better than metric,” I’d agree to disagree here - Celsius is pretty straight-forward. Temperate is temperature, it’s just about what numbers you’re assigning to which temperatures.
0°C is when water freezes, and 100°C is when water boils. A 10°C day is cold, a 20°C day is mild, a 30°C day is hot, and a 40°C day is when you melt.
Whatever you grew up with is probably what is going to be easiest for you to comprehend, but Celsius is no more difficult or less perceptible, just a different value range.
Did you read concussy as concussy or concussy?
Any advantages to this over scp, samba/nfs, or even something like LocalSend?