@dessalines@lemmy.ml being as sharp as always, thank you for sharing this! I somehow missed that essay in the past, and recently even had a discussion where I argued in favor of signal. His overview makes some great points that shouldn’t be dismissed offhandedly. The important point is to not make the mistake of shunning signal in favor of an even less secure alternative. Also the user’s threat model should be taken into account. Those who aren’t anticapitalists (yet) might need to worry less about the concerns.
- 0 Posts
- 6 Comments
AzuraTheSpellkissed@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•Any immich users know how the people sorting works?English
3·1 month agoI attune your family has human identifiable faces? Do you have a machine learning service container running? If so and if its enabled, it should just work. Otherwise, maybe try tweaking the parameters?
AzuraTheSpellkissed@lemmy.blahaj.zoneto
Piracy@lemmy.ml•*Fighting Words* - new Razor 1911 demo, celebrating 40 yearsEnglish
2·1 month agoRight down the memory lane 😭❤️ Love to Razor 0x777, their style and dedication is unmatched
AzuraTheSpellkissed@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•Docker is hard workEnglish
1·2 months agoAt work I use kubernetes and quite like that (upgrading containers without downtime FTE), but I didn’t bother trying to set up the infrastructure myself. Some argue, it’s not with the efford for self hosting, I dunno.
What I do like to use is Dockge, to keep docker but also keep your sanity. It even offers a single button for “docker compose pull”, which is great of you don’t have to many compose files / stacks. Combine with a simple shell script to batch pull/build all stacks in one go, plus some backup solution, and it’s actually nice to use and does all that I need. I love CLIs, but I’ve had situations where the GUI came in very handy.
#! /bin/bash # note: this will update and START all dockge stacks, even if you stopped them before shopt -s nullglob for proj in /opt/dockge /opt/stacks/*/; do echo "> $proj" docker compose -f "$proj/compose.yaml" up --pull always --build --detach echo "" done
AzuraTheSpellkissed@lemmy.blahaj.zoneto
Fediverse@lemmy.world•Just a friendly welcome postEnglish
22·2 months agoAs a new user, I’ll just say thank you

Are you sure this is a “warning”? /s
Sounds like an indicator of quality, instead. Even the icon is in red, the color of hope.