Tootfinder

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

No exact results. Similar results found.
@fanf@mendeddrum.org
2026-04-28 20:42:02

from my link log —
D as a C replacement.
theartofmachinery.com/2019/04/
saved 2019-07-03

@tiotasram@kolektiva.social
2026-06-29 12:33:34

Just wrote a fun little algorithm for iterating through all grid positions within X euclidean distance from a center, roughly in order of distance but also mostly ensuring each position yielded is at least diagonally adjacent to the previous. It's a fun problem to think about with lots of design tradeoffs and many valid solutions.
My solution requires that the origin be on the grid (I think?) and uses a bunch of caching instead of a bajillion distance checks, although I don't actually know what the memory/speed tradeoff is like or whether there are any gains at all (could be net losses, which I'm starting to wonder about more as I write this post). Thankfully I don't expect performance to be very critical here anyways, and doing the caching actually helped separate some logic in a useful way.
A fun little diversion from bigger stuff in the project and a reminder of some of the joys of programming design at a small scope. Feels kinda like mastering the local town's minigame while you're stuck on the main quest in an RPG.
#programming

@rasterweb@mastodon.social
2026-04-23 23:15:39

This is such a sweet story…
#bikeTooter #cycling

@servelan@newsie.social
2026-06-29 22:16:43

'Yesteryear,' a tradwife satire, understands Christianity better than most Americans
religionnews.com/2026/06/29/ye

@BBC6MusicBot@mastodonapp.uk
2026-04-30 16:47:53

🇺🇦 #NowPlaying on #BBC6Music's #HuwStephens
Truthpaste:
🎵 Never Gonna Give
#Truthpaste
#newRelease 🆕 single
open.spotify.com/track/2FmKeSu

@kexpmusicbot@mastodonapp.uk
2026-04-28 22:19:59

🇺🇦 #NowPlaying on KEXP's #AfternoonShow
Queens of the Stone Age:
🎵 Keep Your Eyes Peeled
#QueensoftheStoneAge
qotsa.bandcamp.com/track/keep-
open.spotify.com/track/3NsalxT

@Xavier@infosec.exchange
2026-05-29 01:29:00

OMG, I'm having a laugh with Opus 4.8. They trained it to be more honest, but now it's like Jim Carrey in Liar Liar. Earlier it was like "I accidentally deleted all the work I just did, but it's okay - I fixed it." And now it's admitting every little mistake it makes. It's hilarious.

Animated gif on Jim Carrey in Liar Liar.  Jim is lying on the floor and he covers up his mouth to stop being to truthful.
@servelan@newsie.social
2026-06-29 21:51:00

'Yesteryear,' a bestselling novel about tradwives, is spot on about American religion
religionnews.com/2026/06/29/ye

@laxsill@social.spejset.org
2026-06-21 16:19:53

Åker en söndagstur i min favoritcykelrunda. Ett medley genom södra tunnelbanans förorter och skogar. Finns här happyride.se/turtips/bakvagen.
Nu paus i Nackareservatet

Karta över södra Stockholm med en tur med hörnen i Skarpnäck, Stuvsta, Hägersten och Hammarby.
En alkoholfri öl från Oppigårds med suddig naturbakgrund.
@fanf@mendeddrum.org
2026-04-26 14:42:01

from my link log —
Thoughts on Rust bloat.
raphlinus.github.io/rust/2019/
saved 2019-08-22