This profile is from a federated server and may be incomplete. View on remote instance

0x4E4F OP ,
@0x4E4F@sh.itjust.works avatar

Ah, missing sudo, thanks 😊.

0x4E4F OP ,
@0x4E4F@sh.itjust.works avatar

Wiki was unclear...

If the female still doesn't willingly take her clothes off, you're probably dealing with another Arch user.

0x4E4F OP ,
@0x4E4F@sh.itjust.works avatar

What if I aim for just the dongle drivers 🤔...

0x4E4F ,
@0x4E4F@sh.itjust.works avatar

Memes are one of the best source for Linux info 👍.

0x4E4F ,
@0x4E4F@sh.itjust.works avatar

So you either het version or verbose...slick AF 😏.

0x4E4F ,
@0x4E4F@sh.itjust.works avatar

GNU switched to long command switches a while ago. Try bsdtar, it's still just -h.

They kept the short ones for the actual extract/compress commands though, for compatibility reasons I presume.

0x4E4F OP , (edited )
@0x4E4F@sh.itjust.works avatar

Why? Because GUI shell = session...

0x4E4F OP ,
@0x4E4F@sh.itjust.works avatar

Systemd specific, doesn't run in any distro, thus, I probably won't use it.

0x4E4F OP ,
@0x4E4F@sh.itjust.works avatar

Bravo 👏.

0x4E4F OP ,
@0x4E4F@sh.itjust.works avatar

Windows: we'll fuck with you when you can't do it yourself... or even if you can, why not, the more the marrier 😊.

0x4E4F OP ,
@0x4E4F@sh.itjust.works avatar

Set it and forget it... can't argue with that.

0x4E4F OP ,
@0x4E4F@sh.itjust.works avatar

Likewise, we all know what it means, regardless if you say it like this or that.

0x4E4F OP ,
@0x4E4F@sh.itjust.works avatar

Burn the witch!

0x4E4F OP ,
@0x4E4F@sh.itjust.works avatar

While conversing with Linux users, they should know what dir means... I mean, even if they don't use the terminal that often, dir is often used in GUIs as well in Linux.

0x4E4F OP ,
@0x4E4F@sh.itjust.works avatar

I do agree, but I do double check how I wrote and what I wrote when replying on GitHub 😁.

0x4E4F OP ,
@0x4E4F@sh.itjust.works avatar

It's interesting that Windows also uses cd, even though they call them folders 😂.

0x4E4F OP ,
@0x4E4F@sh.itjust.works avatar

Exactly my thoughts.

0x4E4F OP ,
@0x4E4F@sh.itjust.works avatar

Oh, yeah, in that case it does make sense 😁.

0x4E4F OP ,
@0x4E4F@sh.itjust.works avatar

Don't forget cd.

0x4E4F OP ,
@0x4E4F@sh.itjust.works avatar

I know that, the HOTKEY_* part of it was a mystery, why is the key hot… I mean, why does HK have to stand in front of it, it could be simple like just LM, CU, U (Users… still does nothing and nothing in it gets transfered as a setting in new user accounts), CR, etc.

0x4E4F OP , (edited )
@0x4E4F@sh.itjust.works avatar

Nowadays, yes. Go back 15+ years, the registry was used extesively.

My reasoning as to why, Linux was never a targeted platform for software back then, now it is. There was only GTK back then and it didn’t look “nice” (appealing) at all. Plus GTK apps were huge for Windows, since you’d have to also install the GTK runtimes and all that… that just took a lot of disk space, which was expensive back then. Compared to an app that does the same, but spends only 10% of the disk space needed for GTK (you could even go a lot lower with compressors), it’s obvious why GTK was never a viable option when making a GUI app.

And since Linux doesn’t have a registry (or even if it did, it’ll probably be completely optional to have it or not, so you can’t rely on users having it installed), you’d have to just save the settings in a file, just like the rest of the FOSS applications. So, it makes no sense to have completely different codebases for the same app for Windows and everything else. In fact, most apps nowadays that aim to be cross platform just use Qt. You can compile it for watever you like, there is no need to keep separate codebases.

0x4E4F OP ,
@0x4E4F@sh.itjust.works avatar

Probably just log in an out, but still, I fail to see how this is easier than changing some_bool_setting from =true to =false is harder… maybe because you actually know what you’re changing, so that makes it scarier 🤔.

0x4E4F OP ,
@0x4E4F@sh.itjust.works avatar

Or ~/.config/software_name.

0x4E4F OP ,
@0x4E4F@sh.itjust.works avatar

There are symlinks in Windows all over the place for backwards compatibility. Just look at “Documents and Settings”, it’s a symlink to ”Users".

Yet, you still have to install the same libraries with every app over and over, even though they can be shared. Why? Because Windows has no sense of default library locations, except for the things it absolutely needs to work.

0x4E4F OP ,
@0x4E4F@sh.itjust.works avatar

Software actually does store it’s configs in files… sometimes.

0x4E4F OP ,
@0x4E4F@sh.itjust.works avatar

Huh… I don’t know where I’ve read this a long time ago, but I could swear it was HOTKEY, not HKEY… your explanation does make sense though, while what I thought never did make sense.

0x4E4F OP , (edited )
@0x4E4F@sh.itjust.works avatar

Config files that are meant to be used as sane defaults for new user accounts, yes. Config files that are meant to be manually edited, no.

Besides, there are a lot of examples of configs that are saved in ProgramData, like, let’s say, registration info for proprietery programs (of course, this info needs to be shared amongst users, so your safest bet is ProgramData). Hidden by default, makes it perfect for storing everything the program is trying to hide from the user.

0x4E4F OP ,
@0x4E4F@sh.itjust.works avatar

Agreed, but the number of places where to search for the config is not as big as in Windows. And there is the fact that most software is open source, so you could always check where the application saves it’s data.

0x4E4F OP ,
@0x4E4F@sh.itjust.works avatar

Altho who the hell puts config stuff there?

Permanent configs that should be shared amongst users, yes. Like, for example, AnyDesk stores it’s ID and encrypted password there.

0x4E4F OP ,
@0x4E4F@sh.itjust.works avatar

~/.config for local, /etc for global.

0x4E4F OP ,
@0x4E4F@sh.itjust.works avatar

That is good… unless you plan on sharing the app between users, then it sucks, because every user has to be an admin in order to change the config… and then, you have one user that sets it like so and so, and another that sets it completely different. And this is why separate settings for users is a good thing. Sure, have an option for a global config, and let that copy be copied to the local config as sane defaults, but not having the option to actually have separate configs in user directories is, from an IT perspective, insane.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • tech
  • kbinEarth
  • testing
  • interstellar
  • wanderlust
  • All magazines