Thanks…looks like that one doesn’t support ARM builds
standard_init_linux.go:228: exec user process caused: exec format error
Also…DON’T MAKE TOO MANY COMMUNITIES!!! I know we all have our favorite niche subreddits that we’ll miss, but we need to reach a critical mass with a core set…and then organically break out communities into more niche communities.
My parents save files in the Trash on their computer they dont want deleted…so them signing out purposefully isnt the most surprising thing they do.
I still find it confusing that when logging back in with the passphrase (or passkey), not all messages are decrypted (note there is only like 10 messages right now while testing things out). It seems to be the ones from when they were logged out. Is that expected? I’m using a selfhosted dendrite server if that matters.
Definitely have backup passphrase/passkey. But is it true that (again assuming just one device) if I log out…then later log back in with the Passkey…that messages received while signed out won’t decrypt? That will be hard to explain to family.
Yes as far as active engagement…but when I search for things I need help with, there’s a wealth of history that will be hard to ignore.
Is he born yet?
A/S/L?
deleted by creator
deleted by creator
Hello fellow !iowa@midwest.social – I am currently enjoying a pop for which the west coast just doesn’t understand.
I guess for me…folks should try to assume good intentions at the start. I often find (any/all sides) quickly put up defenses, presume the worst, and find ways to be insulted where they wouldn’t have if they were also behaving in good faith. Assholes exist, but let them prove that they are first.
Popper’s Paradox of tolerance underscores the need for thoughtful consideration, but it doesn’t dismiss the importance of civil discourse. Popper himself called for the “tolerance of the intolerant” within the bounds of rational criticism highlights that while we acknowledge the limits of tolerance, engaging in respectful dialogue remains crucial. By upholding civil discourse, challenging ideas through reasoned arguments, and embracing Popper’s notion, we can maintain a tolerant society while fostering understanding and progress.
How does that actually work in practice? Its a good model to strive for, but impossible to do in reality.
I, too, like to think of MLK in matters such as this:
“Men often hate each other because they fear each other; they fear each other because they don’t know each other; they don’t know each other because they cannot communicate; they cannot communicate because they are separated.”
“We must learn to live together as brothers or perish together as fools.”
Ya…getting them to use something new is the hard part.
Went from Nginx (and I pushed it hard on others to use) to NPM to Traefik to Caddy. Caddy is just simple, easy setup for Certs, and integrates easily with Authelia.
Tried building the Dockerfile directly as that seems to be the only semi-official support, but ran into various issues. I’m on ARM, so can’t use zknt as others have mentioned. Switched to another Pixelfed image murazaki/pixelfed:edge-apache; but get the following error:
pixelfed-app | PHP Warning: require_once(/var/www/bootstrap/app.php): Failed to open stream: No such file or directory in /var/www/artisan on line 20 pixelfed-app | PHP Fatal error: Uncaught Error: Failed opening required '/var/www/bootstrap/app.php' (include_path='.:/usr/local/lib/php') in /var/www/artisan:20 pixelfed-app | Stack trace: pixelfed-app | #0 {main} pixelfed-app | thrown in /var/www/artisan on line 20
Seems to be hinted at in a Github issue, but not finding the line to edit: https://github.com/pixelfed/pixelfed/issues/2080#issuecomment-631086578