I know this sounds bad, but maybe this is a blessing in disguise. Necessity is the mother of invention and maybe browser technology should be funded by governments instead of privately owned advertising megacorps?

  • rottingleaf@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    17 hours ago

    So I spent two days hacking together a Gemini client script in tcl/tk. It’s near 700 lines already, some of those are dead weight (client certs, stuck cause pki module in tcllib doesn’t know of hashing algorithms newer than sha256), but it’s usable for reading pages, viewing images, saving either and answering prompts, with basic history. A fully functional client is supposed to be doable in 1-2 days in like 200 lines of code in something. So it’s a clumsy mess.

    And yes, it feels like it’s a lot of what we need web for. Suppose I got client certs working and this were a Gemini service. I’d follow a link saying “post something”, I’d type this comment into a prompt and send the request, and on the next update it would be here, right under CN from my client cert used as nickname. One could have such links under every comment. One could build threads.

    So maybe yes.