Agree with you. That last paragraph reeks of Reddit-like monetisation of community goodwill.
Agree with you. That last paragraph reeks of Reddit-like monetisation of community goodwill.
Nice. :)
But next you’ll be saying you don’t know how to use the 3 seashells…
This is what FAFO in public looks like. Gold!
RES for Lemmy when? 😄
They’re designed to deliver the maximum amount of flavour in ~20 seconds.
So: bag first, then just-boiled water. Wait/steep for 20-60 seconds, fish out the bag with a teaspoon and squeeze against the cup, and then milk.
You may be right, but I worked around this using https://wiki.archlinux.org/title/NetworkManager#Network_services_with_NetworkManager_dispatcher
I added the CIFS shares to my fstab with the _netdev
option and created /etc/NetworkManager/dispatcher.d/30-nas-shares.sh containing (got the WiFi UUID using nmcli con show
):
#!/bin/sh
WANTED_CON_UUID="UUID-OF-MY-WIFI"
if [ "$CONNECTION_UUID" = "$WANTED_CON_UUID" ]; then
case "$2" in
"up"|"vpn-up")
mount -a -t cifs
;;
esac
fi
This waits for my WiFi to come up, ensures it’s my home WiFi, and then mounts my shares.
There are probably other and better ways to do it, but it works.
I don’t mind it with companies that produce multiple products, as nesting them does make sense.
But for one-hit-wonders it’s a bit… 😬
I was thinking more of one product companies using a $XDG_CONFIG_HOME/Boop Snoot Partners, Inc/<Software Name You Remember Installing>/
convention, which seems to be the norm inside APPDATA%
.
But I take your point. 😊
So much this. It’s like these clowns don’t read the XDG directory spec and think $XDG_CONFIG_HOME
and $XDG_DATA_HOME
are interchangeable, and even that cache files can be in either or both. No, one directory you need to backup for when things go sideways, and the other can go to /nev/dull.
I’m not a fan of ~/.local/share/
being the data directory (two directories deep seems stupid), but it’s definitely where regular data belongs.
Never mind developers who, in 2025, still think their project is special enough for a $HOME
dotfile/dotdir or - somehow worse - those who put $XDG_CONFIG_HOME/<weird-name>/subdir/[subdir/]
. The latter strikes me as well-meaning Windows developers trying to follow best-practice-like-Microsoft-does, but it makes my teeth itch.
Rant over. :)
"I don’t like it…
It’s a simple heuristic that works in almost every situation.
You don’t know what value something you don’t like provides to others.
I did a search here before posting, so thought it was a new issue. Then later remembered I had my view set to 1 day… 🤦🏻♂️
The “What’s New” link to the GitHub repo? I see now it’s mentioned as a fix in the most recent version. 👍🏻
I’d wondered if that might be it, thanks.
I know the developer is active here, so thought it night be a good opportunity for them to address it ahead of more questions. 😊
I’ve worked with both in my career. Tell me more…
Email? So its just encrypted SMS?
Might come down to the metadata, then, like SFTP vs FTPES or GET vs POST.
Your original question was answered by numerous people in the spirit of the community, so you have got best answers it can provide at the moment, but your follow-up comments suggest that you don’t think so.
But I may have misjudged your intent, as looking further I can see you’ve been replying to comments individually. My initial impression was that you were masquerading statements as questions. If I have that wrong, then my apologies.
Yes, but what’s your point here? “Oh no, someone preserve us from… *checks notes* a group of subject matter experts!”?
If that annoys you for some reason, you’d best not learn how the overwhelming majority of products and services see the light of day. Rage aplenty awaits.
Have you seen the list of safety features on UK plugs and sockets? The sockets have shutters in them that prevents anything being inserted into the live or neutral sockets unless the (longer) earth pin of a matching plug is inserted first.
Having said that, I agree: seems to be a belt-and-braces approach. No downsides.
And it allows you to cut power to an appliance without having to remove the plug.
Safety and convenience versus the cost of including them, I expect.
The Wikipedia page for BS 1363 says they’re optional and weren’t added to the standard until 1967. I can’t recall having seen a domestic socket without one.
But it seems the only legal way to read the actual standard is to pay for it, and even the HSE website isn’t much help.
Sophos. During their “edge protection is ALL the malware security you need or should have [and just happens to be what we sell now]” phase ~20 years ago.
Had a stand-up argument with one of their clowns when I worked as a security consultant. Ensured I would never do business with them. The guy was a mindless cultist before it became popular.