We all know how awful most modern websites are in terms of bloat, javascript and tracking. Not only that, but designing and maintaining web-browsers has become such a gigantic undertaking (almost the size of an operating system), that only a few companies have the resources to do it (google and mozilla, and mozilla might not hold on for much longer).

These alternative protocols offer a minimal set of features, and are trying to get back to what the web should’ve been: static content with images, text, and links, with local applications filling the void for anything more complicated than that.

Lets say I wanted a privacy-friendly way to view a page on a news site. I could:

  • Copy the URL of the page
  • Open some tool, (or website, anything), paste that url.
  • It converts the content in the url to the necessary privacy-friendly alternative format, and I can view it with my gopher/gemini browser (or even maybe a markdown viewer).

I know there are a few html -> markdown converters that can do the last step.

Does anyone know if this would work?

  • grudan@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    14 days ago

    I don’t know the answer to your question, but I have never heard of these alternative protocols. Thanks for giving me something new to go learn about.

    • Dessalines@lemmy.mlOP
      link
      fedilink
      arrow-up
      1
      ·
      14 days ago

      The Gemini protocol is really interesting. The site markup is so minimal, that people can (and do) create browsers for them from scratch, in a way that would be impossible for html web browsers.

      I’m probably in the minority with this opinion, but I genuinely hope web browsers die. Google all but owns the browser, with nearly every browser except for firefox being a skin on top of google’s browser engine. This situation is only getting worse, so I really appreciate the efforts of these alternative protocols to slim down and provide a privacy-oriented way to view what should be simple static content (text + pictures).