this post was submitted on 23 Feb 2024
0 points (NaN% liked)

Asklemmy

43336 readers
776 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

For those, who do not know what the Gemini protocol is, think of it as a modern, light-weight HTTP alternative without CSS or JavaScript. In layman term, you could see it as Web 1.0 reinvented. It uses GemText instead of HTML. For folks who want to try it out, you can either install a Gemini extension for your HTTPs browser (which kinda defeats the purpose, as modern browsers are heavy), or download a dedicated Gemini browser like Lagrange. Here's a few sites you can access in Gemini.

Personally, I love it, although I miss a few stuff, like for example, multimedia, streaming and stuff like that. The memory foorprint is very low, and pages are super-fast.

top 3 comments
sorted by: hot top controversial new old
[โ€“] Trent@lemmy.ml 0 points 6 months ago (1 children)

I like it. Everyone these days seems to want web pages that are 5MB of dynamically generated junk.

My little website is just static hugo-generated stuff.

[โ€“] stoy@lemmy.zip 1 points 6 months ago

Sure, but you don't need a completely new protocol to speed up websites, learn HTML and CSS and you can easily create fast pages for anyone to look at, not just those with a highly specific client.

[โ€“] PlexSheep@feddit.de 0 points 6 months ago* (last edited 6 months ago)

What is the point of a competing standard to html/https? It works pretty well? And CSS and JS are a big part of modern websites (sometimes a bit too big of course, but still).

Https is lightweight too, if you just don't add tons of CSS and JS dependencies?