this post was submitted on 30 Dec 2025
16 points (94.4% liked)
The Smol Web
423 readers
1 users here now
Community for the appreciation and sharing of links, resources, and culture of: the smol web / small web / ~(w)~ / the indie web / or even the non-www internet (gemini, gopher, etc).
Back of a napkin definition, subject to change: if it's internet accessible and is maintained by a person, especially for non-commercial aims, then I would consider it smol. There are, however, much stricter definitions.
Definitions
- https://smolweb.org/
- https://indieweb.org/
- https://smallweb.page/
- https://wikipedia.org/wiki/IndieWeb
- https://cheapskatesguide.org/articles/small-internet.html
Resources
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
@squirrel The peak of interest in Gemini passed around that 2 years ago mark. The idea of "scrap this edifice and let's see if we can do without" is not currently in zeitgeist, and the AI debacle became the trendy thing. (and stole the "Gemini" name too)
When the AI bubble explodes, I expect we'll see another wave of interest.
That's what I found confusing about Gemini - its goals aren't incompatible with HTTP but it's deliberately trying to be incompatible with HTTP, apparently just for the sake of being different and not any technical reasons.
To answer the original question of "What's up with Gemini development" it seems that interest has waned because building something that's deliberately incompatible with existing systems isn't going to maintain broad appeal and get people creating and using content and software on the system.
99% of the goal could be done in a web-compatible way by just having a way to declare that any site is "gemini-like" or "gopherish" by enforcing a Gopher-style hierarchy on the site, using a restricted subset of HTML (and semantic use of markup), minimal or no CSS (e.g. Smolweb's CSS Grading), no font embeds, no images, no JS, no videos. The remaining 1% could be done with a browser extensions that activate on any such page and provide gopher-style map/menu navigation with the keyboard.
@budget_biochemist There was a technical reason, though. It was specifically that HTTP/HTML have become too extensive to actually implement afresh and consumed everything. Making something impossible to extend beyond a certain point was the explicitly stated goal, and that goal is impossible to reach with a defined subset of HTTP/HTML, precisely because it would be a subset, and thus the extant superset would be its extension.
It's a very (and needlessly) radical logic, but it is consistent.