• 0 Posts
  • 6 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle
  • Giooschi@lemmy.worldtoLinux@lemmy.ml$HOME, Not So Sweet $HOME
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    4
    ·
    13 days 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.



  • If you distribute your app via Flatpak, what benefit is there over “disk space” (irrelevant for all but embedded devices)

    Everyone always focuses on disk space, but IMO the real issue is download size, especially when you update a bunch of flatpaks together.

    I still prefer the upstream flatpaks over Fedora’s though.




  • Zig is “c”, but modern and safe.

    Zig is safer than C, but not on a level that is comparable to Rust, so it lacks its biggest selling point. Unfortunately just being a more modern language is not enough to sell it.

    So imagine if trying to fit in a C-like cousin failed

    C++ was not added to Linux because Linus Torvalds thought it was an horrible language, not because it was not possible to integrate in the kernel.