Tootfinder

Opt-in global Mastodon full text search. Join the index!

@aardrian@toot.cafe
2026-07-24 15:05:44

/me starts reading post on building an accessible modal dialog using `<dialog>`.
/me comes to this sub-head about five paragraphs in.
Me: “Ok then.”
/me ignores remaining 2,000 words, closes tab, adds site to block list.
Me: “That was a good use of everyone’s time.”

Heading: A quick note on letting AI code this.
You should hand this to an AI, and most days you will. Describe a modal dialog and you get working code in seconds, which is genuinely useful. What an AI can’t do for you is decide what good looks like […]
@alecsargent@social.linux.pizza
2026-06-20 17:21:10

Finally a TUI Obsidian-like note app. I have been waiting for this for so long. It is super quick and while it does not have every feature Obsidian has it is all I need. The developer is super nice and fixed the two issues I had quickly.
github.com/reekta92/clin-rs

@EarthOrgUK@mastodon.energy
2026-06-29 09:51:03

On the Zanussi ZWF01483W washing machine: Review (2020) - Cold washes, 10kg capacity, quick and intensive cycles. - earth.org.uk/note-on-Zanussi-Z

@knurd42@social.linux.pizza
2026-06-05 05:47:25

All I wanted is a quick note when a new book from one of the authors or book series I like is published. And the same for new works from movie directors or TV series I enjoy.
An email newsletter or an RSS feed could easily handle that with no or little overhead.
But those often did not exist or were way too noisy because somebody wanted to sell something else.
And that's why soon everybody will use AI agents with all their overhead for that.

@nobodyinperson@fosstodon.org
2026-05-26 15:22:58

Oh come on, #hedgedoc can't search its own documents? You can just search the titles and tags? 🤨 I thought I had found a quick note/wiki platform for our workgroup, but that's a big negative there...
github.com…

@grumpybozo@toad.social
2026-05-27 20:41:04

This was a dude who tried to answer someone’s query which he had no clue about by asking a LLM. It applies here too. I consider LLM output to be intrinsically hazardous. @…

@thomasfuchs@hachyderm.io
2026-07-19 18:38:32

PSA: if you have a self-hosted ghost blog, check the CVEs from time to time—specifically there was an issue where they didn't sanitize user input and enabled SQL injection which lead to people adding injected code in site header/footers.
If you don't use header/footer injection in posts, here's a quick SQL script to clean your db:
UPDATE posts SET codeinjection_head='', codeinjection_foot='';
Side note: I don't get why this is even a feature that's on by default (and can't be turned off).