Tootfinder

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

No exact results. Similar results found.
@kexpmusicbot@mastodonapp.uk
2025-06-23 23:18:18

🇺🇦 #NowPlaying on KEXP's #DriveTime
Fazerdaze:
🎵 Thick of the Honey
#Fazerdaze
fazerdaze.bandcamp.com/track/t
open.spotify.com/track/1IdaPYg

@carloshr@lile.cl
2025-08-23 22:24:35

John Fogerty regrabó algunos clšsicos de Creedence que acaban de ser publicados bajo el título «Legacy: the Creedence Clearwater Revival years (John's Version)». Aquí estš el resultado.
album.link/s/62BZmOGh09399g6m5

@chris@mstdn.chrisalemany.ca
2025-07-24 17:46:36

related: I figured I should see if I can cut down on the size of the remote media and came across this (fairly aged) post about pruning the caches.
ricard.dev/improving-mastodons
So I have initiated:
# Prune remote accounts that never interacted with a local user
RAILS_ENV=production /home/mastodon/live/bin/tootctl accounts prune;
And the ETA is 33hrs on pruning 325,000 accounts!
lol. clearly I will not be able to do this in an interactive ssh session. I'll setup a cron for it to do its work silently in the background.
How did I miss this basic management?

@azonenberg@ioc.exchange
2025-07-23 18:10:51

Figured out what I was doing wrong in the curve25519 refactoring: the state signal I was using to dispatch register file reads also glitched high for one cycle (not sure if this is technically a glitch since it's synchronous but whatever) at the end of each main loop iteration.
This is harmless if you have combinatorial reads, but if you have synchronous reads with latency it leads to the "read data ready" signal being asserted an extra time and some extra math operation…

@benb@osintua.eu
2025-08-24 05:46:43

Little progress made so far on Ukraine peace deal, German Chancellor says: benborges.xyz/2025/08/24/littl

@samvarma@fosstodon.org
2025-06-23 19:25:11

Anyone in #Chicago looking for something to do this Thursday, #MaggieSpeaks is playing a 90s set at Willis Tower on their outdoor terrace. 4:30pm, FREE!
Posting it everywhere else for the normies, figured I'd let y'all know too 😎

@arXiv_csCR_bot@mastoxiv.page
2025-07-24 09:50:29

Rethinking HSM and TPM Security in the Cloud: Real-World Attacks and Next-Gen Defenses
Shams Shaikh, Trima P. Fernandes e Fizardo
arxiv.org/abs/2507.17655

@rberger@hachyderm.io
2025-07-22 21:21:25

"Trump is the head of a cult that has figured out how to turn fear, precarity and pain into the top of a sales funnel that destroys anyone who gets caught in it."
pluralistic.net/2025/07/22/all

@rasterweb@mastodon.social
2025-08-23 14:54:39

I went for a short ride today, and every now and then I would hear this weird “cling clang” sound, but I couldn’t figure out what the hell it was. I even stopped twice to investigate. It wasn’t constant though, just intermittent. Urgh!
Got home, took a photo, and then figured it out. Sigh…
#biking #bikeTooter

A bike
A strap hanging down near the wheel
@philip@mastodon.mallegolhansen.com
2025-08-22 21:53:18

Ah, I figured it out. Classic.
Somewhere else in the project someone is mocking one of my dependencies and overwriting the singleton instance.
So it’s wholly non deterministic whether I get a working or broken dependency at runtime.
The debugger being attached slowed execution of my particular test, making it more likely the offending one had run in parallel before I finished stepping through the code.