• 12 Posts
  • 298 Comments
Joined 1 year ago
cake
Cake day: July 25th, 2023

help-circle





  • I’d argue XMPP is less ideal than Matrix because groups are located on a single server, which makes them easier to take down than Matrix’ replicated state.

    Running any P2P/decentralized protocol over I2P seems to be the best for privacy and censorship-resistance. I2P already works great for torrents, except for it’s speed and lack of users/seeders.

    @[email protected]

    The problem always comes down to usability and barrier to entry. Telegram is popular because it’s great to use, and doesn’t moderate much. More private services rarely (never?) reach the level of usability most people expect, often simply because of it’s architecture.



  • After using Fedora Atomic for around a year, I’ve switched my mom over from Linux Mint. Since then a few years’ve gone by and there’s been no issues with automatic updates failing or not applying. That’s awesome compared to regular issues with dpkg errors because of shutdown/power loss while updating.

    Obviously release upgrades still require manual intervention, but that’s an hour once a year for updating and testing if everything works as it should.

    Personally I’ve switched to NixOS, because even with ublue image-based OS aren’t great for configuring window managers. In general, image-based OS are especially awesome for long-running, low maintenance systems. I wouldn’t want to use an OS which doesn’t provide some kind of rollbacks anymore (btrfs snapshots is the minimum).

    Edit:

    Do you feel it’s worth it to learn the nuances of their use?

    Fedora Atomic is almost identical to regular Fedora, the difference is mostly how the root filesystem is managed:

    The former are files from rpms get copied to an ostree image, which then gets mounted as the root file system.

    For the latter dnf copies files from rpms to the root file system.

    […] did you manage to properly run AppImages […]

    They always worked flawlessly on everything except NixOS (because of no FHS-layout). Through distrobox they should work on any distro.

    […] trying to install Outline VPN […]).

    These kinds of not properly packaged apps are a big issue with ostree based systems. VPN provider apps need to be natively installed and usually aren’t available in repos.








  • Almost all oft their breaking changes over the last few months were about their docker-compose setup and the simplification of the same. They’ve startend out with multiple purpose-specific (micro) containers, which turned out as a Bad design decision. These changes require manual intervention but seem to be mostly finished, so I don’t expect these to be many breaking changes in the forsseeable future.

    The better you plan ahead, the fewer breaking changes you have to impose on your users.

    I agree. From what I’ve read, they now have (published) plans for what’s ahead.


  • desec.io can be used with any domain registrar and has an API with support for various ddns clients (ddclient, lego).

    deSEC is a free DNS hosting service, designed with security in mind.

    Running on open-source software and supported by SSE, deSEC is free for everyone to use.

    Edit: To clarify, desec.io does not sell/rent domains. Desec has to be set as the authoritative nameserver on the registrar, then desec can manage domain records instead of the registrar (which usually also provides their own domain hosting for “free” by default).







  • Torrents are based on the idea that everyone using them pays for it with their bandwidth and hardware cost. Except for those leechers who don’t share.

    I’m paying more for my seedbox than for my usenet subscription. If I used my own hardware I’d pay with stress on my hardware, e.g. the disks aging and failing earlier because of seeding. The power consumption is also not negligeble, altough the server is also used for other purposes.

    With private trackers this idea of an equal exchange is more obvious because of ratio requirements.

    Edit: I’d say it’s similar to open source in that no single individual has to pay for it, but someone does have to, for it to exist. Most often with their (valuable) time and knowledge. If no one helps out and does their part (through money or time+knowledge), a project won’t survive for long. Same is true for torrents.