• 2 Posts
  • 61 Comments
Joined 2 years ago
cake
Cake day: June 17th, 2023

help-circle

  • I don’t disagree with you, but you’ve put some thought into this so maybe you can help us understand your logic and rationale more.

    as soon as they deem profitable

    What’s profitable about losing sales of adult games?

    Also, what leverage do these groups have over banks and payment processors? If you have leverage over Visa and MasterCard, some of the most profitable companies in the world, I could imagine doing way more nefarious things than this. I just don’t get it. Some random group in Australia has leverage over Visa and MasterCard - American companies - is that what we’re saying here?

    Those are things that should be handled by a government in defence of the public interest of everyone

    I think you might have too much faith in government. Facebook and YouTube shouldn’t be hyper-polarizing brainwashing machines either, but here we are 20 years later and governments have done jack shit to address that. If anything, we’re going the wrong direction - Governments are seeing that and the TikTok model as tools they can have at their disposal to suppress dissent. But ironically, I think YouTube and many other platforms quietly accept that if we want to live in a somewhat harmonious society, we can’t leave it to the government to make all the rules. (eg. YouTube banning vaccine misinformation and disinformation during a public health emergency.)

    On a tangent here, maybe the only potential upside from this situation with Steam is that horrifically misogynistic waifu simulators aren’t going to be 1 click away from the new Call of Duty. Seriously, Steam is just full of super gross anime shit that kids shouldn’t see, but the main audience of the platform is kids. The way Steam puts that content beside everything else is really gross and they really should get called out for that.







  • If I can ramble a bit more - forget the Anycast bit. If you run your own DNS server(s), you can just configure them to respond based on the geographic location of the requester. PowerDNS is pretty easy to set up for this. You could run your own DNS just for the image domain. You basically run PowerDNS authoritative server, set up your zones and the geoip stuff, then slap dnsdist in front of it to be publicly exposed. dnsdist has anti-DDoS features and loadbalancing in it, in case you need it down the road.

    Since it’s just for static images, you can have a higher TTL so you don’t need to worry about distributing the DNS servers. (ie. the DNS lookup might not be super fast since it could go across the country, but it doesn’t matter since that lookup is only going to happen every TTL period on each client, which can be high.)


  • One suggestion to consider for Lemmy.ca is to move your images and other easily-cacheable content to a different domain or subdomain, to give you more flexibility.

    eg. If you serve your static assets off of lemmyimages.ca, then you can have only that behind a CDN, Cloudflare, or some other hosting with DDoS scrubbing. It gives you more flexibility to cope with various situations.

    2tb a week isn’t much (6 mbps on average?). It’s pretty easy to set up nginx as a caching reverse proxy and spin that up on a couple of VPSes, but the annoying bit is you need to anycast your own IP address space in order for it to be functional as a CDN.

    I’m not aware of any Canadian-owned CDNs either… OVH has one but they’re pretty crappy as a company. Beware of whitelabelled CDNs too, even some of the CDNs provided by big cloud hosting companies are actually whitelabelled from another company.









  • Even if the virtualized router is down, I’ll still have access to the physical server over the network until the DHCP lease expires. The switch does the work of delivering my packets on the LAN, not the router.

    Thanks for the tip about the pfSense limit. After running pfSense for like 8 years, my opinion is that is flush with features but overall, it’s trash. Nobody, not even Netgate, understands how to configure limiters, queues, and QoS properly. The official documentation and all the guides on the internet are all contradictory and wrong. I did loads of testing and it worked somewhat, but never as well as it should have on paper (ie. I got ping spikes if I ran a bandwidth test simultaneously, which shouldn’t happen.) I don’t necessarily think OpenWRT is any better, but I know the Linux kernel has multithreaded PPPOE and I expect some modern basics like SQM to work properly in it.