It is true for raid 5 & 6. Raid 0, 1, and 10 are supposed to be production ready. I use raid 10 only with btrfs, anything else and I use zfs or mdadm.
- 0 Posts
- 42 Comments
SpeakinTelnet@sh.itjust.worksto
Technology@lemmy.ml•SanDisk introduces the first 8TB SD and 4TB microSD cards - Liliputing
41·2 years agoLinus? 'That you?
My only gripe with btrfs is that I’ve had systems come down from a single drive failure in raid quite “often” when compared to other FS.
ZFS is a ram hog but I always could do a live resilvering without downtime.
SpeakinTelnet@sh.itjust.worksto
Selfhosted@lemmy.world•which git server for a company?English
2·2 years agoAny evidence of that? Genuinely curious as I can’t really find anything about them being by the same people and forgefed started as mailed-based prior to forgejo existing.
edit: seems like they are funded by different organizations and the main contributors to forgefed never worked on forgejo, they worked on vervis though.
SpeakinTelnet@sh.itjust.worksto
Selfhosted@lemmy.world•which git server for a company?English
12·2 years agoJust to give credit where credit is due, git federation is a Forgefed Initiative
Forgejo is implementing it in their platform.
SpeakinTelnet@sh.itjust.worksto
Selfhosted@lemmy.world•Am I the only one who missed the Owncloud rewrite in Go?English
3·2 years agoOne of the first interaction I witnessed from the forgejo guys was this PR:
https://github.com/go-gitea/gitea/pull/27455/
The interaction and stubbornness of earl-warren felt like it was just that, provoked drama.
SpeakinTelnet@sh.itjust.worksto
Selfhosted@lemmy.world•Am I the only one who missed the Owncloud rewrite in Go?English
9·2 years agoI use owncloud infinite scale and overall its rock solid. The downside is the lack of plugins. Nextcloud has been nothing but trouble for me and every update was a mess so I decided to try OCIS and for my need I was extremely satisfied.
Now, I admit, I’m not one to get carried by the drama in the FOSS sphere (still use Gitea) but I do agree there is an history to the separation of owncloud and nextcloud that can make some people uncomfortable. Having a choice is good I believe.
Should have been called Lignux.
SpeakinTelnet@sh.itjust.worksto
linuxmemes@lemmy.world•the fear of missing out a better compression
229·2 years agotar -hEdit: wtf… It’s actually
tar -?. I’m so disappointed
SpeakinTelnet@sh.itjust.worksto
Programming@programming.dev•which python trick or hack you know that you would want to share?
13·2 years agoThere you go:
# Start an infinite loop because True will always be True while True: # try to run the main function, usually where everything happens try: main() # in the case an exception is raised in the main function simply discard (pass) and restart the loop except: pass
SpeakinTelnet@sh.itjust.worksto
Programming@programming.dev•which python trick or hack you know that you would want to share?
15·2 years agoFor those curious about the drama & lack of wide adoption surrounding the walrus operator
https://dev.to/renegadecoder94/the-controversy-behind-the-walrus-operator-in-python-4k4e
It’s a shame because it’s a really nice feature.
SpeakinTelnet@sh.itjust.worksto
Programming@programming.dev•which python trick or hack you know that you would want to share?
2·2 years agoI started using hatch lately and really like how I can manage everything from the pyproject.toml file
SpeakinTelnet@sh.itjust.worksto
Programming@programming.dev•which python trick or hack you know that you would want to share?
613·2 years agoMy secret to high uptime:
while True: try: main() except: pass
SpeakinTelnet@sh.itjust.worksto
Selfhosted@lemmy.world•What's your server wattage?English
1·2 years agodeleted by creator
SpeakinTelnet@sh.itjust.worksto
Selfhosted@lemmy.world•What's the best affordable pre-built mini server?English
9·2 years agoEdit: something that are not arm based
You want pre-built to run ollama, that’s at least gonna cost you an arm, maybe even a leg.
I know the language is really academics focused and is really strong in that sense. Otherwise I found that it was a great language for long running services. I use it for some APIs and algorithm trading bots.
I’m debating putting more hours into it, maybe trying a website in genie, but I agree the current ecosystem makes it a hard sell when I can use python instead.
Or, hear me out, .step files. It’s an ISO standard so you know it should be the same across all 3D modeling softwares with lots of support.
I don’t know if no one mentioned Julia because it’s considered popular enough or because it’s really not popular but… Julia for sure.
SpeakinTelnet@sh.itjust.worksto
Linux@lemmy.ml•There is a school in Wisconsin that uses Linux
261·2 years agoHave full root access to my machine, still broke. What am I doing wrong?
While I agree shopify has a kind of “mierda touch”, I still see it as if it goes sideways with them someone will just fork the code.