Tootfinder

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

@seav@en.osm.town
2026-07-18 19:23:19

According to this updated password hacking table from #HiveSystems, my password system is firmly in the green zone. 💚
hivesystems.com/password

@daniel@social.telemetrydeck.com
2026-06-19 19:46:17

Sooo it seems like the telemetrydeck api did a lot of sync processing at expensive times: encoding and decoding large results multiple times, and checking bcrypt hashes of logged in users' paswords. These block the entire main thread, so now I'm offloading them to a secondary thread with swift async, which should hopefully make the currently API slowdowns better, because they happen when too many requests come in at once