• 0 Posts
  • 14 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.




  • I’m obviously a fan of LE but a simple self-hosted option with a custom CA would be great for local machines:

    • I don’t want every Raspberry Pi/laptop/temp VM/whatever published into the cert transparency record
    • Configuring the router to forward every local hostname to the machine’s .well-known would be awful (if my ISP even allowed port 80)
    • Exposing local machines to the Internet is an unnecessary degradation of security

  • 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.









  • What a super weird question. “Cloud computing” is distributed computing. Distributed computing is practically all we have left. Bitcoin/crypto, Kubernetes, Bit Torrent, and endless AWS/Cloud infra patterns. Then we have our happy little Fediverse here.

    I feel the author was trying to say “is at home distributed computing dying?” In which case, yes, because Mobile took over and you really can’t do background compute on those. Certainly not like how SETI@Home worked.


  • Netbooks absolutely were overhyped, and the market for them died really quickly. They were barely usable, and by 2010 when tablets really started hitting the market, there wasn’t a space for them anymore.

    I think the Netbook concept lives on in Chromebooks: Cheap, low power laptops that make sense in scenarios where higher cost laptops don’t fit. Schools, kids, etc.

    Some fraction of it was probably eaten by Raspberry Pi’s as well. A 12V barrel plug was like the USB-C of 2008. For pennies, you got a intergrate anywhere Linux machine that could augment a lot of hackery.