this post was submitted on 01 May 2025
273 points (96.0% liked)

Technology

69600 readers
3322 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] rottingleaf@lemmy.world 2 points 23 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.