Comment on
Replace One Word In A Star Trek Quote With Sausage
To die defending his sausage is the hope of every Klingon.
Comment on
Replace One Word In A Star Trek Quote With Sausage
To die defending his sausage is the hope of every Klingon.
Comment on
Has anyone messed around with NonRAID?
Reply in thread
The selling point of unraid is that you can mix and match different disk sizes and it figures out a (good, efficient?) way to handle them even as you grow a pool. You're not going to have a good time with a 1TB drive, a 2 TB drive and a 15 TB drive using zfs, unraid doesn't care... (Using and preferring zfs myself, by the way; this is heresay.)
Comment on
90s band alignment chart
No Doubt on the happy side? Have you listened to the lyrics?
Comment on
Zeus's only son
Heracles 🤬 It's Heracles, for crying out loud...
Comment on
Nope
This has been on X Files, quarantine those people! 👻
Comment on
Open Source Everything has moved to GitLab
Finally, I can give it a star, being only on gitlab and not on github
Comment on
Since Pi is infinite and non-repeating, would that mean any finite sequence of non-repeating numbers should appear somewhere in Pi?
Reply in thread
Not sure if this is sarcasm, but I sure hope so...
Comment on
s p h e r e
Reply in thread
Until it becomes a point.
Comment on
How to start using the new Linux terminal on your Android device
I've spent a few minutes with it so far, still looking out for some documentation. I couldn't find a way to mount storage either way so far. Could be done with an nfs or smb share on the vm, being accessed by the phone with an appropriate app, perhaps. Also, I couldn't pass through usb, which is a real bummer...
Comment on
🛡️ uSentry - Identity & Access Management
I love the simplicity of this, I really do, but I don't consider this SSO. It may be if you're a single user, but even then, many things I'm hosting have their own authentication layer and allow offloading only to some oidc-/oauth or ldap-provider.
Comment on
Malaphores
For those of you speaking German: Hast du enen Scherzkeks gefrühstückt?
Comment on
"Happy little outages, here and there"
... have a look at all those happy little tickets ...
Comment on
Is there something like GitHub, but without big tech involvement, no data collection, no ads, open source, and preferably decentralized (maybe Fediverse or even P2P)?
https://radicle.xyz/ is not fediverse, but P2P
Comment on
netgoat reverse proxy – "seriously messed up code"
Reply in thread
To be fair, the proxy engine is supposedly written in go, not in nodejs, but yeah, the ddos defense most likely is wishful thinking...
Comment on
s p h e r e
Reply in thread
On what level? A proof? Or just the meaning of the words?
Comment on
godless god
What is "Begging the question"?
Comment on
The purpose of podman quadlets?
Reply in thread
Thank you, I think the "less heavy than managing a local micro-k8s cluster"-part was a great portion of what I was missing here.
Comment on
Migrating from Nextcloud AIO to Owncloud Infinite Scale: Good Idea?
I am considering switching as well, for similar reasons. What has been holding me back (besides missing time to plan and do the migration) is thst I don't quite trust ownCloud any more, and due to a lack of documentation, I would want to run it in parallel for some time to get the hang of it before migrating the other users (which adds to the time constraint).
I'll most likely deploy using their helm chart – does anyone have any real-world experience with it?
Comment on
ich🔩 🇩🇪 iel
Reply in thread
WzG!?
Comment on
Nextcloud (PHP) vs OpenCloud (Go)
Deployment of NC on kubernetes/docker (and maintenance thereof) is super scary. They copy config files around in dockerfile, e.g., it's a hell of a mess. (And not just docker: I have one instance running on an old-fashioned webhosting with only ftp access and I have to manually edit .ini and apache config after each update since they're being overwritten.) As the documentation of OCIS is growing and it gets more features, I might actually change even the larger instances, but for now I must consider it as not feature complete (since people have expectations from nextcloud that aren't met by ocis and its extensions). Moreover, I have more trust in the long term openness of nextcloud as opposed to owncloud, for historical reasons.