this post was submitted on 28 Sep 2023
106 points (97.3% liked)

Programming

16797 readers
427 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 27 points 11 months ago (2 children)

Article summary:

Linux: Do this.

Apple: Do this.

Windows: Conspicuously absent.

Config state is an absolute shitshow on windows. Is this application's config in $APPDATA/local? Roaming? The registry? Under HKEY_LOCAL_MACHINE? USERS? In its own folder in Program Files, oh Program Files(x86)? Maybe it's just in a folder in $USER.

Gives me the shits.

Article is good though, just wanted to vent.

[–] [email protected] 7 points 11 months ago* (last edited 11 months ago)

Shit like this just contributes to this overall messy feeling I have on Windows. For many reasons I can't get off the OS completely, but man every time I use Linux (for servers/my personal laptop/etc.) it just feels so clean in comparison.

Feels Good

[–] [email protected] 3 points 11 months ago (1 children)

I don’t even remember the difference between LocalLow, Local, and Roaming anymore. I looked it up some time back, but it didn’t exactly help me find what I was looking for.

[–] [email protected] 5 points 11 months ago* (last edited 11 months ago) (1 children)

All I know is that the stuff in roaming generally follows you around on domain logins. So if you're bouncing around on corporate computers with the same standard set of apps installed, if they save their stuff in roaming they can retrieve it anywhere you log in.

Which can be a blessing and a curse because once roaming fills up with all sorts of crap your logins on new computers take forever as the network has to transfer X gigabytes of stuff in roaming to that PC.

[–] [email protected] 1 points 11 months ago

Interesting. I always was annoyed that the computers at my workplace don’t transfer my settings between machines, but it may be a blessing in disguise with respect to the login times.