• 0 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle
  • steltek@lemm.eetoProgrammer Humor@programming.devD or d come on
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    1 year ago

    Here's how to fix this[+]

    Create $HOME/.config/user-dirs.dirs with

    XDG_DOWNLOAD_DIR="$HOME/downloads"

    You may need to logout/in for things to reread this file.

    The full list of keys is:

    • XDG_DESKTOP_DIR
    • XDG_DOWNLOAD_DIR
    • XDG_TEMPLATES_DIR
    • XDG_PUBLICSHARE_DIR
    • XDG_DOCUMENTS_DIR
    • XDG_MUSIC_DIR
    • XDG_PICTURES_DIR
    • XDG_VIDEOS_DIR

    +: Since this is Linux, this is a fix for many but not all cases.




  • But you’re not researching, hiring, and scheduling a contractor to fix it. You don’t need to become an expert in long term planning and anticipate problems. You’re not mentally cataloging basic maintenance tasks like when you last painted the siding or mowed the lawn.

    Home ownership vs renting goes beyond equity and I know a lot of people who were happy renting because it gave them a huge chunk of free time back for trips, hobbies, etc.


  • No one seems to mention license considerations when talking about static linking. Even if your app is open source, your particular license may not be legally compatible with the GPL, for example. 3BSD, MIT, and Apache most likely don’t change in a single binary but it’s kind of a new thing that no one was really thinking of before when mixing licenses together.

    I think this default okay assumption comes from most developers having a cloud-centric view where there’s technically no “distribution” to trigger copyright.