• 0 Posts
  • 216 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle
  • I’m not arguing against charging based on bandwidth speeds. You’re right the total data transfered doesn’t really make a difference.

    My point is that even just charging per Mbps, internet will always be cheaper within a data center. Just like water utility service is going to be cheaper next to a freshwater river than in the middle of the desert. There’s millions of dollars in equipment you’re effectively renting to get the internet to your house from the nearest datacenter. Your OVH server in comparison only needs maybe 1 extra network switch installed to get it online, and you’re in a WAY bigger pool of customers to split the cost of service to the building.



  • Fines and taxes are incentives. Companies will do whatever’s cheapest, so you can make the good thing cheaper, or the bad thing more expensive. Both will have a similar effect, it’s just a question of where the margins are.
    If a company is selling something at-cost and gets taxed, then they’ll have to raise prices for the consumer, but if they’re getting a stimulus from the government it gets covered by tax payers. Which one ends up being the right choice depends on the product and company in question.




  • The first computers took up entire rooms and they could only do about as much as a calculator. There was a point in time that having a computer do multiplication and long division for you saved you hours of time because the alternative was have 2 or 3 people do it by hand and then compare to check for mistakes.

    Some of the code cracking computers used for breaking war-time ciphers were state of the art, and their only job was to check as many combinations as possible, way faster than any human could. Which left the actual scientists to find optimizations and analyze any results.








  • I already had a server running docker, so throwing a few more containers in was trivial. There’s a docker-compose.yml published in the lemmy repo.

    Since my server was already running and had free space, it was literally free, but if you’re starting from scratch there’s more to consider.

    I’ve been self-hosting for over a year now, and the storage does add up. The postgres DB is 11GB, and pictrs service is getting bigger at 29GB. Between all the different services, it can eat up a decent bit of CPU. My (admittedly 10 year old CPU) sits at a load average of 1.9, so you’ll probably want 3 or 4 cores minimum. And based on my stats, 4GB of ram should be just enough to keep everything loaded.




  • The ISP will always know the IP you’re connecting to. Encrypted DNS might get you slightly more privacy for sites using shared IPs like with Cloudflare. But in a lot of cases, there’s only 1 website per IP, so the ISP still knows where you’re browsing. A VPN solves this by routing all traffic through the VPNs IP first. But you can still be tracked just the same by the VPN and to an extent, the VPNs ISP.