That’s mostly because using inferior software causes stress and stress is unhealthy.
rhabarba
Runterwählen ist kein Gegenargument.
[Verifying my cryptographic key: openpgp4fpr:941D456ED3A38A3B1DBEAB2BC8A2CCD4F1AE5C21]
- 7 Posts
- 80 Comments
sam >>>>>>>>> Ed >>>> Sed >>>>> Vi >>>>> Kate >>>>> Vi$ual$tudio
rhabarba@feddit.orgto Selfhosted@lemmy.world•Spottarr: A modern spotnet client and index for your *arr apps.English2·1 month agoMaybe there were days when all Usenet servers had all hierarchies. I’m probably too young.
rhabarba@feddit.orgto Selfhosted@lemmy.world•Spottarr: A modern spotnet client and index for your *arr apps.English8·1 month agoIn a way, Lemmy is essentially a reimplementation of Usenet. Decentralized, federated forums.
Usenet was never really “federated”. All servers mirror slightly different hierarchies (with the free ones usually focusing on text and the commercial ones focusing on binary files).
What server do you use?
I’ve been a happy user of Eternal September (the name alone was awesome enough!) for quite some time now.
rhabarba@feddit.orgto Selfhosted@lemmy.world•Spottarr: A modern spotnet client and index for your *arr apps.English10·1 month agoI still use it as forums. That’s what it can do best.
rhabarba@feddit.orgto Selfhosted@lemmy.world•Spottarr: A modern spotnet client and index for your *arr apps.English17·1 month agoI wish Usenet wasn‘t misunderstood as a file sharing network anymore.
Depends on the task. SVN or Fossil (if you need a web interface) for cathedral-style, Mercurial for bazaar-style, I’d say. Especially because of their easy to understand UX.
- Git is for bazaar-style development. However, most of my own projects are cathedral-style.
- Git’s default user experience (CLI command syntax, for example) is weird. There are reasons why Git GUIs are popular and (e.g.) SVN GUIs never were.
- Git is rather spammy in terms of hard disk usage.
There are better backends though.
rhabarba@feddit.orgto Selfhosted@lemmy.world•How and where should I keep backups of system configurations?English1·2 months agoNot yet.
rhabarba@feddit.orgto Selfhosted@lemmy.world•How and where should I keep backups of system configurations?English1·2 months agoNo. Git is inefficient for small numbers of files. Just do a “find | wc” and/or a “du -hs” in your repository folder. SVN exists for a reason.
rhabarba@feddit.orgto Selfhosted@lemmy.world•How and where should I keep backups of system configurations?English11·2 months agoGit might be over engineered for this purpose. Maybe SVN?
rhabarba@feddit.orgto Selfhosted@lemmy.world•How and where should I keep backups of system configurations?English1·2 months agoI keep my server backups on a dedicated backup server.
I run OpenBSD and OmniOS.
Docker does not even work on my servers - wrong operating system, I guess. Docker containers have one more disadvantage on systems where it does work: the contents of a container aren’t updated when the host operating system is, basically leaving 0-days unpatched longer than absolutely necessary.
Also, using a container adds severe overhead.
IMO, Unison is a pretty good software for this use case.
If you prefer Rust, yaydl (disclosure: I wrote it) would be an alternative to yt-dlp. (Patches welcome - right now, I much depend on Invidious to get YouTube contents.)
+1 for Beets - awesome software!