Core idea from this: we do need something that discourages web page bloat. The last try at this was Google AMP, which didn't go over well with either site operators or users. Any better ideas?
AMP was controversial because it initially prioritized Top Stories cached on Google servers as opposed to other operators, but its nominally open source spec eventually allowed other sites to improve their ad optimize revenue:
https://en.wikipedia.org/wiki/Accelerated_Mobile_Pages#Monet...
I think its current issue with AMP is that it makes the web seem flattened, with pages appearing more the same than having more independent formats. I think that if the average page can be smaller than the average AMP standard e.g less than 1.5MB, then a CDN wouldn't need to prioritize AMP.
A friend of mine referenced the 64KB demoscene competitions, which were creative use of video graphics.https://64k-scene.github.io/
250KB Club seems like a nice place to start with websites: https://250kb.club/
To be honest, one thing I've been interested in is a totally markdown-only web. You leave everything the same, you just use a Markweb browser as the only thing and it only accesses text/markdown. Then I build Yet Another Protocol Bridge for my blog and no one visits it ever again. That sounds like fun.
The trouble is, people keep extending Markdown to add HTML features. There's even Javascript embedded in Markdown.[1]
You'd just create churn, not a fix.
Haha that’s what I was joking about. I already have a Gemini bridge at gemini://g.wiki.roshangeorge.dev and I’ve had maybe two days in its history with any visitors. Funny.
I think its current issue with AMP is that it makes the web seem flattened, with pages appearing more the same than having more independent formats. I think that if the average page can be smaller than the average AMP standard e.g less than 1.5MB, then a CDN wouldn't need to prioritize AMP.
A friend of mine referenced the 64KB demoscene competitions, which were creative use of video graphics.https://64k-scene.github.io/
250KB Club seems like a nice place to start with websites: https://250kb.club/