Mozilla Senior Director of Content explained why Mozilla has taken an interest in the fediverse and Mastodon

kalkulat@lemmy.world to Selfhosted@lemmy.world – 796 points –
Why Mozilla is betting on a decentralized social networking future | TechCrunch
techcrunch.com

"the company looked at the history of social media over the past decade and didn’t like what it saw.... existing companies that are only model motivated by profit and just insane user growth, and are willing to tolerate and amplify really toxic content because it looks like engagement... "

110

You are viewing a single comment

Occasionally when I do web stuff I look into the big frameworks but quickly get overwhelmed and go back to simple html/css/js, so yeah I kind of just don't get what the point is or why anyone needs or wants complexity there. Large websites always do most stuff serverside anyway it seems, so where is this complexity even getting used? It is very mysterious to me. Suspect Google etc. are pushing stuff no one needs in this regard as well to move the web towards something only they can handle.

simple html/css/js,

There's a very large number of DOM and browser APIs now though... Even with basic JS without libraries or frameworks, you can still build fancy 2D and 3D graphics (WebGL), interact with USB devices, allow input via game controllers, stream H264 video, implement custom caching, use push notifications, and a bunch of other things. The web browser has to implement all of that complexity. They're all useful in different scenarios.

That's a good point, I guess I haven't been too aware of all that stuff.

1 more...