I cannot wait to see the musical lineup for the PICKLE PALOOZA FOOD & DRINK FEST!
https://www.picklepaloozafoodanddrinkfest.com/
🇺🇦 #NowPlaying on KEXP's #Roadhouse
Pokey LaFarge:
🎵 Riot in the Streets
#PokeyLaFarge
https://pokeylafarge.bandcamp.com/track/riot-in-the-streets
https://open.spotify.com/track/1vXstUplbFJ0W8DyY39eVL
The sea ice factory
https://pixelfed.social/p/IceClimate/951809197389197310
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
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
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…
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 "$@"
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 😞