Tootfinder

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

No exact results. Similar results found.
@rasterweb@mastodon.social
2026-03-19 19:43:32

I cannot wait to see the musical lineup for the PICKLE PALOOZA FOOD & DRINK FEST!
picklepaloozafoodanddrinkfest.

@kexpmusicbot@mastodonapp.uk
2026-04-19 16:24:55

🇺🇦 #NowPlaying on KEXP's #Roadhouse
Pokey LaFarge:
🎵 Riot in the Streets
#PokeyLaFarge
pokeylafarge.bandcamp.com/trac
open.spotify.com/track/1vXstUp

@henrikmillinge@fikaverse.club
2026-04-19 15:28:39

Forår i kanalen. #ørestad pixelfed.social/p/HenrikKbh/95

@ruth_mottram@fediscience.org
2026-04-20 11:51:47

The sea ice factory
pixelfed.social/p/IceClimate/9

@mgorny@social.treehouse.systems
2026-02-20 06:06:22

If a train is delayed 1440 minutes (precisely 24 hours), is it still a delay, or is it running according to the timetable?
(It's passenger information system error.)
#phisolophy

@teledyn@mstdn.ca
2026-02-20 22:17:25

The git stash vs symlink thing was easily solved by just undoing my database.php pgsql setting and deleting composer.lock, then the git pull goes ahead, some dancing with artisan and ig.teledyn.com is, I hope, now running the new #Pixelfed

@thijs_lucas@norden.social
2026-02-21 09:21:57

Wieder was gelernt mit diesem Post. @… beispielsweise ermöglicht zwar das Posten auf Pixelfed-Instanzen, aber lässt nur mastodon-like 4 Fotos pro Post zu.
Und alle, die von Mastodon aus folgen, werden wohl nur die ersten 4 Fotos sehen, auch wenn ich jetzt alle neun im Post habe.
Aber ich finde es lohnt sich. Die Weihnachtsdeko an den Rädern muss man ges…

@JSkier@social.linux.pizza
2026-03-15 14:37:28

A heads-up I wrote for all us #longcovid peeps.
longcovid.blog/p/warning-about

@keithp@fosstodon.org
2026-02-04 08:11:25

I added enough Linux support to picolibc to run lua; the lua test suite found a number of core picolibc bugs. This whole adventure suddenly turns out to have actual value and not just comic relief.
I now have a shell script that adapts gcc to using picolibc and have built a small number of applications including snek, nickle and lua.
exec cc -static --specs=picolibc.specs "$@"

@teledyn@mstdn.ca
2026-02-18 00:12:17

Here's a #PixelFed update #git issue I didn't expect: installed on an rpi5, the git was cloned to the sdcard, but after installation I had to move /storage to a USB drive and so symlinked the path. I also had to modify database.php to use pgsql.
Now, when I attempt a pull, I'm told to stash my changes, but stash throws an error because composer.lock was changed and /storage/app/.gitignore is now a symlink.
error: 'storage/app/.gitignore' is beyond a symbolic link
fatal: Unable to process path storage/app/.gitignore
Whatever this stash test is, it doesn't obey root .gitignore, and I did a git rm --cached on that file which shouldn't be IN the repo anyway, and wasn't. Google and DDG refuse to understand that this isn't about adding filenames to .gitignore and git itself has no obvious override.
So I'm stuck 😞