Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SM
Posts
6
Comments
441
Joined
12 mo. ago

  • I built and configured an Arkenswoop some time in 2023. It's really nice. However... I have gotten quite fast on a conventional keyboard just by using it over the years, and re-learning that is just so tedious. Every time I try, something with a deadline comes up, and I switch back "temporarily".

    Anyone have experience overcoming this?

  • I think there's a very strong argument here that this transaction should be taxed in Italy when Italian citizens currently in Italy partake in that transaction.

    That's something that is definitely not happening (not that they are being taxed sufficiently elsewhere either, lol).

  • It's actually fine though, kinda. A significant portion of that is my n(ix)vim config, and the rest are mostly modules used in 30+ desktops and server VMs. The complete config for any one of those hosts isn't that extravagant.

  • DNS over TLS and similar are only encrypted to the first (local) DNS provider, and of course that provider knows the query as well.

    It protects against 3rd-party eavesdroppers between you and your primary DNS provider, but does nothing for privacy beyond that.

  • I am a bit confused tbh 😅

    The link you send links to docker projects, the link I sent is the second one of those. Seems pretty straightforward?

    But to be fair, I have never used docker for any of this. In my nix config, it's literally just:

     nix
        
        services.prowlarr.enable = true;
        services.prowlarr.openFirewall = true;
    
      

    There's not really anything you need to configure host-side. Prowlarr needs to be able to communicate with sonarr and radarr (same as jackett), but otherwise it's basically stateless.

  • Yeaaaaaaahh the auth thing is really, really complicated to selfhost. There's a docker project out there that apparently makes it possible, but.... No idea. FOr the time being I still use FF's auth - that's still an improvement though: Mozilla knows that I am logging in / from what kind of device, but not the content or amount of what I sync.