deleted by creator
Infrastructure nerd, gamer, and Lemmy.ca maintainer
deleted by creator
Reading is hard for me today apparently. Reproduced here on firefox android.
Can’t reproduce on chrome or firefox on a desktop (I don’t even see a video). Something’s up with your client my dude.
I can’t read. I can reproduce on firefox android.
Imapsync works well, have uses it hundreds of times on massive accounts. Not with Gmail specifically though. I’d imagine you would lose labels.
You could just swap the two disks and see if it follows the drive or the link.
If the drive, rma it. I don’t put a lot of faith in smart data.
Usually means a failing drive in my experience.
Ntfs isn’t going to care or even be aware of the hypervisor FS, zfs or btrfs would both work fine.
Making sure you don’t have misaligned sectors, is pretty much the only major pitfall. Make sure you use paravirt storage and network drivers.
Edit: I just realized you’re asking for the opposite direction, but ultimately the same guidelines apply. It doesn’t matter what filesystems are on what, with the above caveats.
We’ve definitely noticed an increase in signups at lemmy.ca when that news was announced. Not all active users yet, but a lot of signups
Yes. I’ve always splurged on nice cards for my personal stuff. I think it’s more about the write behavior of Linux than anything else, since I’ve never had a card die in my camera.
I refuse to use a pi with SD at this point. Saving $50 isn’t worth my time to reinstall things.
I couldn’t count the number of failed sd cards I’ve seen across all my fingers and toes.
I’ve seen like 4 ssds in my entire life fail. Plus you could just do mdraid 1 / btrfs across 2 of them if you want
Why not just connect an ssd via USB and save yourself the hassle and torment?
The internet was designed to route around failure. Taking down an isp upstream wouldn’t generally impact internal routing, or routing between them if they’re peering.
I’d recommend avoiding spinning disks and going all ssd if possible.
You can get 12v in atx power supplies.
You may want to consider something like a Lenovo tiny with a few large ssds.
I spent a year tracking down random afci circuit breaker trips, until I realized it was my powerline Ethernet. Never again.
Lspci doesn’t care about drivers. What’s lshw say?
Sounds like maybe a fake card or something. Do you also have a 3060 in there?
If you need support outside of business hours, you’re fucked.
Friend had a network misconfig on their side take his server out on Friday night and they didn’t fix it until Monday.
SMB.
The windows nfs implementation sucks, but everything talks SMB.
Immich
I have a sliding door that I want to toss a stepper motor on, so my dog can push a button and let himself in / out.
Here’s the commit that enabled iframes for videos: https://github.com/LemmyNet/lemmy-ui/commit/2fdd42087aa7bc67e8a571e1cbcf630386133828#diff-e2d1f9d4db6cbdc86184d404260a6d50f4594bdd99605d3ef1f41f59298d0869R264
Looks like this could probably just be swapped to a <video> tag which doesn’t autoplay by default: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video
I’ve created a github issue for this, https://github.com/LemmyNet/lemmy-ui/issues/2826