|
|
|
|
|
by cblconfederate
1593 days ago
|
|
The problem is not the website that uses wordpress instead of some 'artisanal' static site generator. The former is something that mom and pop can self-host, the latter is something the aspiring programmer enjoys doing. The problem is that modern browser programming, and modern javascript in particular are way more complicated than they need to be for people to build their own websites. That's why everyone moves their communities in discord instead of building a self-hosted chat. The browsers are powerful today, but the APIs can be really complex. I have webrtc in mind in particular, dealing with that is something that easily can demoralize someone who is not a professional programmer. Even in the old days of Flash, you could host a Red5 server on a VPS and have a video conferencing app going, nowadays most people go with SaaS solutions because it's too damn hard. We need to be talking about how to make the browser an accessible platform wher everyone can build (including moms and pops, remember Frontpage?). NOT to keep over-complicating even the smallest tasks in order to please the BigCorps (looking at you, CSS complexity). Instead of another framework let's bring in more <tags> (Hello, <marquee>) |
|