• 0 Posts
  • 128 Comments
Joined 2 years ago
cake
Cake day: August 20th, 2023

help-circle




  • I think that’s mostly driven by regulatory capture and the fact that lobbyists can drive regulation. If our government actually worked for the people, we could actually enforce monopoly laws, and the SEC (or equivalent in countries besides the US) would actually prevent mergers that threaten competition. The government is supposed to prevent this kind of behavior, but they have basically been bought out.

    As for how to stop that from happening, I’m not sure. I think it would require at least getting rid of the two party system, because that stifles competition in the governance space. That means that even though there are probably lots of voters who would vote for a real candidate who would break monopolies, there is no such candidate available. But in order for that to work we would have to switch to a different voting method, like ranked-choice (or one of the even more fair ones).



  • Yeah this is exactly what free market lunatics on the right don’t understand. Monopoly isn’t a free market. Free markets simply cannot exist without regulation to prevent unfair business practices.

    Also any reasonable economist can tell you that the free market does not solve issues like the tragedy of the commons, because negative externalities are not factored in. It is also the government’s job to ‘internalize’ externalities so companies actually see the costs of, for example, polluting our air and water.

    TLDR: free market != unregulated market









  • Unless you are verifying DNSSEC, they could intercept any outgoing DNS queries and replace the response with whatever they want, if you are using DNSSEC they won’t be able to modify the responses since they can’t create the signatures, but they could still send queries to their own server instead of your chosen server. With either of these options they can still see what you query. DNS over TLS or HTTPS is a way to prevent all of these things, since with those you know the endpoint of your HTTPS connection is the actual server with the signed certificate and the connection is encrypted.

    Edit to add: it shouldn’t matter what DNS you use to look up the IP of the DoH/DoT server, because only the real servers should have the correct private key.