Tootfinder

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

@cybertailor@craba.cab
2026-02-24 17:16:38

Вопрос к гуру #Python и #SQLite: что вы передаете в функции, Cursor или Connection? Какие плюсы и минусы, или нет никакой разницы?
Если нужно коммитить, то насколько странно делать это через cur.connection.commit()?

@nobodyinperson@fosstodon.org
2026-02-07 13:55:47

If you have an #sqlite-backed #paperless consume your email attachments, you'll frequently run into "database locked" errors. It'll retry next time, so you'll get there eventually, but still annoying. Might need to migrate to a

@michabbb@social.vivaldi.net
2026-02-08 15:43:24

📊 EXPLAIN-based index analysis detects full table scans, missing indexes, filesort & temporary tables on #MySQL, #MariaDB & #SQLite
🔄 Duplicate query detection finds identical queries…

@michabbb@social.vivaldi.net
2026-04-09 17:44:12

🌙 Dreamer agent runs overnight: consolidates & verifies memories against the real codebase, archives outdated facts & improves stored knowledge. Works fine with local slow models too.
📦 #TypeScript, #SQLite for local storage,

@michabbb@social.vivaldi.net
2026-02-18 17:39:24

📊 Built on #Prometheus metrics, #AlertManager notifications & #OpenTelemetry tracing for complete observability
🗄️ Uses

@michabbb@social.vivaldi.net
2026-04-16 23:05:14

🧠 The wild part: there’s no built-in inbox. It’s fully #EventDriven. You either process emails in real-time… or build your own storage layer (like their Agentic Inbox example).
🏗️ And that’s where it gets powerful: using Workers #R2