...when the web was young, the free market in ideas was open to anyone with access to a library’s internet connection.
But the web rewards network effects and network effects have led to monopolies. Google doesn’t really want a free market in ideas (they hate blogs), instead, they want a market in which they’re the landlord. Facebook enabled a huge outpouring of voices from people who didn’t previously have a microphone, but their algorithms and focus on clicks led toward incentives for outrage as the voices corroded so many elements of our culture.
- Source
- Link to Original 🔗
- Published
- Categories
- The World Wide Web
- Tags
- web, Google, Facebook, free market, open web
Explore Other Notes
⬅ Newer
Animating CSS width without the squish
An interestingly regressive technique for expanding the size of a rectangle with rounded corners in CSS that protects the corners themselves from deforming, all by using …
Older ➡
Smaller HTML payloads with Service Workers
A service worker can request just the bare minimum of data it needs from the server... and then it can programmatically transform that data into a full HTML …
- <!DOCTYPE html> <html> <head> <title></title> </head> <body> <p>...when the web was young, the free market in ideas was open to anyone with access to a library’s internet connection.But the web rewards network effects and network effects …</p> </body> </html>
- Murray Champernowne