this post was submitted on 25 Jun 2023
766 points (100.0% liked)

Technology

37702 readers
482 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

I wholeheartedly agree with this blog post. I believe someone on here yesterday was asking about config file locations and setting them manually. This is in the same vein. I can't tell you how many times a command line method for discovering the location of a config file would have saved me 30 minutes of googling.

you are viewing a single comment's thread
view the rest of the comments
[–] araquen@beehaw.org 16 points 1 year ago (3 children)

This is the big thing I miss from my “pre-Unix” Mac days. In OS9 and earlier, apps were self contained, and didn’t spread their garbage everywhere. You deleted an app, you deleted all the app. Granted, there was a tradeoff (the parade of conflicting control panels and extensions you had to manually diagnose when your machine went sideways) but I never understood why in the Windows and Linux worlds devs would code so sloppily. Who told that dev my Documents folder is where their nonsense needs to go? That Documents folder is for my use, not theirs.

Still salty after all these years

[–] nothacking@discuss.tchncs.de 10 points 1 year ago (3 children)

I use linux and this annoys me to, every program just spams my home directory with config files, even though .config and .cache exist and are the standard

[–] brie@beehaw.org 3 points 1 year ago

Programming tools/IDEs seem especially egregious.

.android
.cargo
.choosenim
.conda
.emacs.d
.nimble
.npm
.rustup
[–] Dohnakun@lemmy.fmhy.ml 2 points 1 year ago (1 children)

Set XDG_CONFIG_HOME= in your environment and most tools follow it

[–] nothacking@discuss.tchncs.de 2 points 1 year ago (1 children)

I have, unfortunatly a lot of programs dont.

[–] Dohnakun@lemmy.fmhy.ml 2 points 1 year ago
[–] xavier666@lemm.ee 2 points 1 year ago

Run ls -al | wc -l to see the mess. If you can get it below 25, you have a clean setup.

[–] ursakhiin@beehaw.org 1 points 1 year ago

Who told that dev my Documents folder is where their nonsense needs to go? That Documents folder is for my use, not theirs.

Microsoft did for a while. 😜