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
- 66 Comments
SpeakinTelnet@sh.itjust.worksto
Technology@lemmy.ml•SanDisk introduces the first 8TB SD and 4TB microSD cards - Liliputing
41·1 year 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·1 year 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·1 year 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
3DPrinting@lemmy.world•Should a 3D printer be used for making unnatural Franken-drills? I dunno but it absolutely canEnglish
7·1 year ago
Sorry that’s all I could think about
SpeakinTelnet@sh.itjust.worksto
Selfhosted@lemmy.world•Am I the only one who missed the Owncloud rewrite in Go?English
3·1 year 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
10·1 year 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
230·1 year 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·1 year 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·1 year 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·1 year 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·1 year 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·1 year agodeleted by creator
SpeakinTelnet@sh.itjust.worksto
Selfhosted@lemmy.world•What's the best affordable pre-built mini server?English
9·1 year 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.
SpeakinTelnet@sh.itjust.worksto
PC Gaming@lemmy.ca•10-year-old Nvidia GPU is still receiving love from vendors — Asus debuts GeForce GT 710 EVO with 2GB GDDR5 memory
10·1 year agoI use those on server hardware that don’t have onboard graphics from which I need more than simple CLI. Also useful if you have an HDMI KVM and only VGA output.
SpeakinTelnet@sh.itjust.worksto
Android@lemmy.world•GSMArena | Sony Xperia 10 VI reviewEnglish
1·1 year agoI also ordered from mi4canada. No issue here with them
SpeakinTelnet@sh.itjust.worksto
Android@lemmy.world•GSMArena | Sony Xperia 10 VI reviewEnglish
17·1 year agoBut the A55 doesn’t have a headphone jack, this can be a game changer for some.
I had to import a xperia 1V because the offering for high end phone with 3.5mm jack and an SD card slot is pretty much non-existant where I am (Canada).

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.