287
submitted 1 month ago by bahmanm@lemmy.ml to c/linux@lemmy.ml

Shameless plug: I am the author.

top 50 comments
sorted by: hot top controversial new old
[-] dinckelman@lemmy.world 117 points 1 month ago

Golang puts shit specifically in $HOME/go. Not even .go. Just plain go.

Why is it so difficult to follow industry standards

[-] Laser@feddit.org 26 points 1 month ago

That's what happens when you don't set $GOPATH I think

[-] fmstrat@lemmy.nowsci.com 52 points 1 month ago

That doesn't make it better.

[-] Laser@feddit.org 10 points 1 month ago

It makes it insofar better to me that you have the option to change it. You can't change Mozilla programs to use anything but .mozilla (apart from modifying the source code of course) so for me seeing the folder is at least a way of telling me that the variable is unset.

The better question is which folder is suited the best to store the stuff that goes into $GOPATH

[-] fmstrat@lemmy.nowsci.com 7 points 1 month ago

Just because something is worse, doesn't make the other thing good. A sane and standard default, as others have mentioned, is a small bar to meet.

[-] dinckelman@lemmy.world 20 points 1 month ago

Of course, but that's not the point. There should be a sane default, and there isn't one

[-] atzanteol@sh.itjust.works 12 points 1 month ago* (last edited 1 month ago)

Go pisses me off with that. I separate projects the way I want but go wants every project written in go in one big directory?

load more comments (3 replies)
[-] turkalino@lemmy.yachts 6 points 1 month ago

Google

following industry standards

pick one

load more comments (1 replies)
load more comments (9 replies)
[-] dan@upvote.au 70 points 1 month ago

Shout out to xdg-ninja - it'll find files that are in your home and suggest how to configure the app to use XDG instead. https://github.com/b3nj5m1n/xdg-ninja

[-] PureTryOut@lemmy.kde.social 11 points 1 month ago

Strange that some apps allow configuring it rather than just doing it automatically...

load more comments (1 replies)
load more comments (2 replies)
[-] Mechanize@feddit.it 51 points 1 month ago

I wish they used them all, especially XDG_CACHE_HOME which can become pretty big pretty fast.

[-] MonkderDritte@feddit.de 12 points 1 month ago

And i wish there was a separate XDG_LOG_HOME or $HOME/.local/log, with logrotate preconfigured to look there.

load more comments (1 replies)
[-] Wispy2891@lemmy.world 38 points 1 month ago* (last edited 1 month ago)

100% agree and I also despise devs who do this on windows, instead of using %appdata% they’re using c:\users\username\.myappisimportantandtotallydeservesthisdir

[-] lockhart@lemmy.ml 10 points 1 month ago

I have to use a separate Documents folder for my actual documents lol

load more comments (4 replies)
[-] Telorand@reddthat.com 28 points 1 month ago

I didn't know about this (and thankfully, haven't written anything public). I've been trying to fix an install script for an OSS project that doesn't work on immutable distros, and using the XDG Base Directory specs might just be the panacea I was looking for!

[-] MonkderDritte@feddit.de 22 points 1 month ago* (last edited 1 month ago)

Where did i read this... basically, the .file being hidden being a bug in the early unix filesystem, which got misused to hide configuration files.

Offenders despite XDG-variables set and with no workaround:

  • .android: hardcoded in adb and i guess something in mtp too
  • .pki: some tool/library Firefox and Chromium sometimes use.
  • .steam: yes, that

Btw, https://wiki.archlinux.org/title/XDG_Base_Directory

[-] Samueru@lemmy.ml 17 points 1 month ago
[-] Xylight@lemm.ee 22 points 1 month ago

I regret checking this

load more comments (13 replies)
[-] dohpaz42@lemmy.world 14 points 1 month ago

Here is a more concise way to achieve the same thing:

ls -ACd ~/.??*/ | sed -e "s#$HOME/##g"
load more comments (3 replies)
[-] avidamoeba@lemmy.ca 10 points 1 month ago

My fellow FOSS users, patches are welcome.

[-] mactan@lemmy.ml 9 points 1 month ago

there's no place like 127.0.0.1

there's no place like XDG_CONFIG_HOME.

[-] drwho@beehaw.org 5 points 1 month ago

BRB, putting in a PR to make /etc mode 1777 by default.

[-] walthervonstolzing@lemmy.ml 5 points 1 month ago

vim now has an option to put the .vim folder in ~/.config; though I'm not sure if the default plugin/package & syntax folders can be set under ~/.local/share.

load more comments (1 replies)
load more comments
view more: next ›
this post was submitted on 14 Jul 2024
287 points (94.7% liked)

Linux

46611 readers
1067 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS