• 0 Posts
  • 43 Comments
Joined 1 year ago
cake
Cake day: January 31st, 2024

help-circle
  • JovialSodium@lemmy.sdf.orgtoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    20
    arrow-down
    1
    ·
    9 days ago

    Gross. I didn’t know that. I do occasionally use AirBnB. I’m aware of their impact on the rental market, so I favor hotels most of the time. But there have been a few occasions in recent years where I was traveling in a larger group and an AirBnB made more sense. But no more of that.

    I looked in to this a little, and Joe Gebbia is no longer the CEO, but he is still on the board. Still a good enough reason to boycott.



  • NixOS is a declarative distro. Meaning it you can declare pretty much every aspect of it from what software is installed to how the system is configured from a config file.

    Using your calandar example, you can list Thunderbird (or whatever) as a package you want in the configuration and it will be installed. You can also use that same configuration on another machine and produce the same environment.

    Relevant to the original point, since all your software is listed in a text file, you can easily see exactly what’s installed.


  • Void for desktop/laptop. These are the things I like about it.

    • Rolling release
    • Initial installation is minimal, and doesn’t foist a specific DE or other unessential software on me.
    • No systemd
    • Nothing similar to Arch’s AUR. I know a lot of people love it, but I do not. I mention as the distros are similar.

    Debian for my server. But I plan to migrate to Devuan.

    • Stable and well tested
    • Huge package selection
    • Pretty ubiquitously supported. If for whatever reason what you want to run isn’t in the repo, .deb packages and apt repos are often available.
    • Minimal installation available.








  • Maybe self host your own VPN on a VPS and connect the jellyfin server as a client as well as any other devices you want to see that jellyfin server as other clients and configure the VPN server to not override your default routing and to allow clients to see each other? In my head I don’t think that would conflict with your protonVPN connection.

    Your traffic would be encrypted between devices so I wouldn’t say https is nessesary and thus no certs needed.

    The rubs that occur to me are that I’m not sure you can do this on a free tier VPS which is the only option I see given your financial limitations. And your devices all need to be able to connect to said VPN.

    Edit: Slightly less worse English.


  • My tenuous understanding from an article I read about the AT protocol but barely remember is that it can’t be fully decentralized. I think you have to use bluesky for user authentication. And I think it said the hosting hardware requirements would be significant to the point where it’s not very feisable. I welcome corrections/clarifications.

    Point is, assuming that’s reasonably correct, true decentralization isn’t possible. And by it’s nature as a big corporate owned site, enshittification is inevitable.





  • +1 for installing Arch. If you have enough knowledge of Linux to understand what Arch is and why it is, comparatively, a more involved installation. Then you’re probably ready to install it. As was mentioned in another content, long as you know the basics, it’s not as hard as you might think. Also as suggested in another comment installing in a VM or spare hardware is good practice.

    As for learning, take the time to understand the commands you’re copy/pasting. Read the man page, see what the flags you’re pasting in to. That might sound daunting at first, and you might not always be able to completely wrap you’re head around it. But you’ll learn more and more over time.




  • Jellyfin/Plex like many have mentioned.

    I personally like Syncthing for petty much everything else. For general file syncing of course. But also with Joplin pointed to a synced directory for notes. With keepass as a password vault. With synced config directories for some apps across devices like newsboat for RSS, and neomutt for email. I also used to use it with rtorrent via a watch directory, though I currently am using a seedbox for that purpose.

    VPN (openvpn/wireguard) is a good idea if you want to access your services outside your local network, without exposing them all globally.