Now that’s just cruel.
The revolution will not be televised. 🏴
- 0 posts
- 20 comments
- 3 months
There is an XEP for Message Archive Management that should allow for message history sync on XMPP.
- 4 months
Sorry, but I find it immature of you to judge a book by its cover.
- 4 months
Victor, named after the Latin word for “winner”, spends his time tearing apart “conduwuit” and “continuwuity”, yet his own name sounds like a teenage brag: “I’m the victor, so I must be right”. /s, but to me, that’s what your comment reads lime
- 5 months
You could share your compose file. Can you exec into the qBittorrent container to ensure internet connectivity works? For example attempt to ping 9.9.9.9 or curl duckduckgo.org. If it doesn’t work, try the same from the gluetun container directly. If it doesn’t work from the gluetun container, there likely is an issue with the Wireguard configuration.
ChaosMonkey@lemmy.dbzer0.comtoProgramming@programming.dev•Looking for Android Kotlin Jetpack Compose buddies
5 monthsCould be a cool challenge to build a Lemmy client.
ChaosMonkey@lemmy.dbzer0.comto
Programmer Humor@programming.dev•You can pry pattern matching from my cold dead hands
6 monthsTo be fair, in C/C++ you can include
stdint.hwhich defines type aliases such asuint64_t.
ChaosMonkey@lemmy.dbzer0.comto
Programmer Humor@programming.dev•You can pry pattern matching from my cold dead hands
6 monthsDepends on the mood.
ChaosMonkey@lemmy.dbzer0.comto
Programmer Humor@programming.dev•Free software has some glib naming conventions
6 monthsAnd Linux Is Not Unix.
ChaosMonkey@lemmy.dbzer0.comto
Programmer Humor@programming.dev•99% of Windows usability issues would be fixed if Windows had the guts to add this button
8 monthsThere is a dirty bit indicating the disk was not ejected properly. It stays there until you use the “scan and fix” action. It doesn’t indicate corruption directly.
ChaosMonkey@lemmy.dbzer0.comto
Programmer Humor@programming.dev•99% of Windows usability issues would be fixed if Windows had the guts to add this button
8 monthsYou can also use the
synccommand to flush cached writes and wait for completion, but I agree that it is a bit cumbersome.
ChaosMonkey@lemmy.dbzer0.comto
Selfhosted@lemmy.world•From Docker with Ansible to k3s: I don't get it...English
1 yearYou’re right to be reluctant to apply everything by hand. K3s has a built-in feature that watches a directory and applies the manifests automatically: https://docs.k3s.io/installation/packaged-components
This can be used to install Helm charts in a declarative way as well: https://docs.k3s.io/helm
If you want to keep your solution agnostic to the kubernetes environment, I would recommend that you try ArgoCD (or FluxCD, but I never tried it so YMMV).
I guess the network will be a bottleneck on Garage too. If you want high performance you might need a hybrid solution, like clustering of stateful apps on local storage as well as periodic full backups on a distributed storage.
Longhorn is pretty easy to use. Garage works well too. Ceph is harder to use but provides both block and object storage (s3).





Oh snap!