emma

wrote

i was ignorant of the whole 'bitch wife being an impediment to the protagonist' thing until i read about anna gunn's experience on the show. now i see this attitude everywhere. and by everywhere, i mean /r/speedrun when a gdq event is on and people make threads complaining about the female donation readers.

didn't know about skyler originally being planned to appear in the bcs finale. i thought marie sitting at the table while negotiating a plea deal was such a strange choice, like this simply would not happen, probably.

2

wrote

ok, so, when the image is thumbnailed, this fact is stored in the cache. being thumbnailed, it should have an image in /app/public/media/cache/submission_etc_blahblahblah, so you should check that these are being created, and that files in these directories are web accessible.

if they aren't there, then you could try clearing the cache. i believe bin/console cache:pool:clear cache.app is the right thing here, but you could also just delete /app/var/cache entirely. this will force it to check if a thumbnail exists again, and if not, attempt to thumbnail it again.

it really sounds like persistent storage is misconfigured or something, though.

2

OP wrote

does working on the pi offer you any automation / relief from the openwrt woes you had on the old router?

yeah, ansible works very well with raspbian, and just debian in general. openwrt uses like overlayfs and is very limited compared to a normal linux system, so although you could probably get ansible to work (it just needs ssh and python on the target system), it sounds like it'd be painful.

and why did you choose a compute module?

chip shortage, that was the only model i could get at the time. also the ethernet hat was like purpose-made for what i wanted a pi for.

3