DefederateLemmyMl

  • Gen𝕏
  • Engineer ⚙
  • Techie 💻
  • Self hoster 🖧
  • Linux user 🐧
  • Ukraine supporter 🇺🇦
  • Pro science 💉
  • Dutch speaker
  • 0 Posts
  • 79 Comments
Joined 2 years ago
cake
Cake day: August 8th, 2023

help-circle
  • Libre (from French) is sometimes used to solve the ambiguity of the word free in the English language, but it sounds kinda awkward in English and there’s certainly no consensus that this should be the official replacement, or that the term free even needs replacement.

    Furthermore, the FSF who originally came up with the idea of “free software” still exists and is still called the Free Software Foundation, though Stallman uses both terms interchangeably.






  • I use Arch myself (BTW :p), but I wouldn’t really recommend that for users who freshly migrated over from Windows.

    Yes, there are ways to get extended support (on Windows too btw), but a thing that should also be kept in mind is that “support” only means security patches and bugfixes, and not feature upgrades. There is also no guaranteed continued hardware support, nor guaranteed support from third party applications. On Ubuntu there’s at least the HWE kernel, but that’s also limited in time.

    It’s not criticism btw, it’s just worth mentioning that the support model on Linux looks a bit different than what you get with Windows, and users should generally be encouraged to keep up with the latest release of their chosen distribution.


  • True, but often the distributions have an upgrade plan (for free). In example you can install an Ubuntu LTS and upgrade 4 years later to the next major LTS release. However, sometimes this has problems, because so much time and changes are in between. This is for sure.

    Yes you can and should upgrade, which is what I was trying to say really. It’s less set and forget as in “just let it update and it will keep on trucking for 10 years”.

    There are distributions with longer support period. Debian comes to my mind. But I don’t know how long and there were 10 year supported distributions too.

    I think only the enterprise distributions (RHEL etc) do 10 year support, but they are not very usable for a desktop system, and I can tell from experience you start to run into compatibility and support issues with software if you actually use it for that long.

    Debian is ± 5 years by the way.








  • Second that. I met my partner on OKC 8 years ago, and before I met them I also made lots of connections and had several dates with other people I met via OKC, some of whom I’m still friends with. The site certainly wasn’t perfect, all dating sites are straight up self-esteem murderers if you’re a heterosexual man, but as far as dating sites go, it was the best I’ve used because it actually tried to match you with people who shared values with you.

    At the same time I was also on tinder, and it was a barren wasteland of boring normies and felt more like a meat market than anything. I never had a meaningful match on there.




  • What I used to do was: I put jellyfin behind an nginx reverse proxy, on a separate vhost (so on a unique domain). Then I added basic authentication (a htpasswd file) with an unguessable password on the whole domain. Then I added geoip firewall rules so that port 443 was only reachable from the country I was in. I live in small country, so this significantly limits exposure.

    Downside of this approach: basic auth is annoying. The jellyfin client doesn’t like it … so I had to use a browser to stream.

    Nowadays, I put all my services behind a wireguard VPN and I expose nothing else. Only issue I’ve had is when I was on vacation in a bnb and they used the same IP range as my home network :-|