• 0 Posts
  • 33 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle

  • Thank you. So in a way if the carriers upgrade their infrastructure there would be a decrease in privacy because then it’s a one-to-one correspondence between IP address and customer, but then the customer would have the ability to host servers? The one scenario where the industry dragging their heels on upgrading is actually good for the consumer (in some respects) lol

    Adding commas to that number: 4,294,967,296 addresses. More humans that IP address seems like a huge miscalculation in the internet infrastructure















  • aldalire@lemmy.dbzer0.comtoSelfhosted@lemmy.worldStarting from zero
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    4 months ago

    Recommend doing a jellyfin server with an *arr stack! Prowlarr, radarr, sonarr, plus qbittorrent. Bonus if you can integrate i2p in there so you don’t have to rely on a VPN :)

    there’s also Nextcloud AIO docker. I use it to sync my photos and escape Apple’s 5gb max free-tier backup

    Maybe add some assorted services like an invidious instance, Searxng instance?

    Welcome to the self hosting rabbit hole!




  • aldalire@lemmy.dbzer0.comtoProgrammer Humor@lemmy.ml:3{:3|:3&};:3
    link
    fedilink
    English
    arrow-up
    128
    ·
    edit-2
    4 months ago

    Replace “:” with “a” you get

    a() a a&; a

    Reformatting

    a() {

    a | a &

    };

    a

    So it creates a function, a, which what it does is it calls itself and pipes its output to itself (the a | a). The ampersand means that this will run entirely in the background. Then, to initiate things, the command calls a (in the last line)

    So, there will be exponentially be many recursive calls to a, which will eventually deplete your stack and set your pc on fire