• 1 Post
  • 9 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle

  • I’m not convinced statistics can be used like this on big questions where we know so little. Just because we believe the universe to be massively large and ever expanding doesn’t satisfy the basic premise that underlies the assumption that there is so much stuff that some of the stuff must be alive. I don’t think we know enough about the universe to make the assumption that because it is so big, it must be infinitely variable.

    But what do I know, I’m just some idiot on the internet.



  • I have many of my services open to the internet, but behind authelia w/2fa and a reverse proxy. I haven’t had a security issue yet, been running this way for a few years.

    I think it’s pretty safe as long as you keep them up to date. I run backups weekly and do updates at least once a month.

    Using geoip restrictions will also help a lot because you can block most of the scanner bots by denying connections from outside your geographic region. These bots detect what services are open to the internet and then add them to databases like shodan. If a security flaw is found in one of those services, hackers will search those databases for servers with those services running and try to exploit them. If you aren’t in those databases they can’t easily find you before you are able to patch.




  • I think SSO is less important than having everything behind the reverse proxy. The importance of the proxy is that if there is a security hole in the web server component of your service, it cannot be exploited without a second flaw in the proxy. It’s an additional layer of abstraction and security that doesn’t add a ton of overhead.

    An attacker would have to find an exploit in nginx, which is used by most of the big tech companies, so it is well secured compared to the services many of us selfhost.

    Another advantage of using SWAG is being able to use fail2ban and geoip restrictions. Any ports open to the ipv4 internet get scanned by security services and malicious actors many times each day. It’s nice to be able to have nginx refuse connections from any of them that repeatedly fail to login, or that come from outside your geographic region.



  • Exactly. Federation means no single instance needs to serve millions of users. If one gets too big and becomes too commercialized, you can move to a different one that shares your values. If large instances cost more per user as they scale up, we just need more instances.

    I also think people are vastly overestimating the cost to serve users on Lemmy/kbin. Last time I calculated it, lemmy.world costs were around €0.01/mo per monthly active user. That can be maintained with 1% users donating €1 a month.