• Sonotsugipaa
    link
    fedilink
    English
    8
    edit-2
    4 months ago

    While I enthusiastically agree with the whole thing, I can somewhat get behind RenderDoc’s “making it configurable would take some work”.

    However, Flatpak’s “fucking cry about it” attitude is why I’ll avoid using Flatpak for as long as possible.

  • @cdombroski@programming.dev
    link
    fedilink
    English
    94 months ago

    Here’s the closest thing we have to a solution: xdg-ninja

    It looks in your home for known files and folders outside of the proper xdg locations and tells you if and how you can move them to their proper place

  • @limelight79@lemm.ee
    link
    fedilink
    3
    edit-2
    4 months ago

    I read most of his points and I agree with them…

    But I have so much else to worry about, I just can’t get worked up about this.

    And I think he is ignoring the firestorm that would ensue if, say, openssh tried to change from using the current directory. There would probably be five forks started immediately to restore the original functionality - and is ssh really adding new features like he claims?

    Maybe it could be a config option in the site install (which I thought it already was), but forcing a change to fix what is a minor problem isn’t worth the headache.

    I do hate that some of those package systems install software into home. It inflates my backups dramatically and unnecessarily. I use opt for that sort of thing instead. For example, my immich docker install is in /opt.

    • @HiddenLayer555@lemmy.ml
      link
      fedilink
      English
      1
      edit-2
      4 months ago

      Why would anyone bother writing it like that? That just seems like int main() with extra steps. Like does auto enable some compiler optimisation of the return type that I’m not aware of?

      • Sonotsugipaa
        link
        fedilink
        English
        24 months ago

        Defining the return type that way can be used when dealing with template sorcery - there’s no use for it here though, not even for readability in any way.

  • @JTskulk@lemmy.world
    link
    fedilink
    English
    24 months ago

    I wish everything was put into ~/.config or whatever the proper place was. Oh you’re used to your ssh config being ~/.ssh as it has for years? So make a symlink! Everyone wins.

    • @corsicanguppy@lemmy.ca
      link
      fedilink
      English
      14 months ago

      Monocultures are great every 20 years, but Spock would say ‘IDIC’.

      Systemd, networkManager, ‘consistent’ naming; were it not for bleeding edge vs enterprise, and the packaging differences they bring, you’d only have the logos to discern SuSE from Kubuntu.

    • @Giooschi@lemmy.world
      link
      fedilink
      English
      04 months ago

      I hate all the cruft in my home directory, but I also hate when stuff suddently stop working after an update, or when all the documentation online talks about something that doesn’t work on my system or is not there anymore. Developers are the ones that will have to deal with people with these issues, so I can see why they are reluctant to implement the naive solutions that some ask for.