If you’re already running ZFS, sanoid would be an option.
- 22 Posts
- 527 Comments
ikidd@lemmy.worldto
Selfhosted@lemmy.world•Best reverse proxy with ACME to run in dockerEnglish
2·2 days agoI find some of the workflows in it a bit strange, like not having an Add button on the list of host proxies, it’s a separate menu item on the left which weird. And the way you request a SSL cert by hitting OK and then you get a popup asking if you want a cert, and you’d better have already set your options for how you want the cert, but if you create a host without a cert you have to go through all the options again and check them because it doesn’t keep track of your preference.
IDK, in any case it fixed a bunch of problems I was having with NPM so it has that going for it, which is nice.
ikidd@lemmy.worldto
Selfhosted@lemmy.world•Best reverse proxy with ACME to run in dockerEnglish
31·3 days agoTake a look at Zoraxy or NPM.
ikidd@lemmy.worldto
Linux@programming.dev•Bcachefs creator claims his custom LLM is 'fully conscious'English
51·4 days agoSee, this is what happens to people when Linus chews them out.
Might need some therapy now.
ikidd@lemmy.worldto
Opensource@programming.dev•MerMark - A modern, open-source Markdown editor with built-in Mermaid diagram supportEnglish
1·5 days agoReally nice app and I’d been looking for something that I could view markdown as it’s main function, not just a MD view mode like VSCode or Kate.
Had trouble using the Appimage but RPM worked fine. Just missing a Zoom feature, CTRL-scroll not working.
Edit: sent in a PR for zoom, they were pretty much set up to do that anyway, just needed a composable and minor changes to App.vue.
ikidd@lemmy.worldto
Opensource@programming.dev•Interview with Øyvind Kolås, GIMP developerEnglish
1·6 days agoThought this was a Kai Lentit “Interview with…” link.
ikidd@lemmy.worldto
Linux@programming.dev•Bcachefs creator claims his custom LLM is 'fully conscious'English
111·6 days agoYou have to just reiser to the job.
ikidd@lemmy.worldto
Selfhosted@lemmy.world•A sneaky demonstration of the dangers of curl bashEnglish
9·8 days agoOh, people will keep using it no matter how much you warn them.
Proxmox-helper-scripts is a perfect example. They’ll agree with you until that site comes up, and then its “it’ll never, ever get hacked and subverted, nope, can’t happen, impossible”.
Wankers.
ikidd@lemmy.worldto
Linux@programming.dev•KDE Plasma 6.7 to Add Desktop Switching in OverviewEnglish
2·9 days agoTry Activities.
I run on dual Xeon R410s with 128Gb of RAM (2013?). Got them for free, on Kijiji. Runs Proxmox on both and a pile of VMs. Dual GB nics, 6 SAS bays, HBA in IT mode for ZFS. Has iLo for OOB management, or whatever the Dell equivalent is.
I mean, it’s not fast, but each server has 24 cores and I can chunk PDF files fairly quickly for RAG on 10 cores and have plenty for mail server, Nextcloud, K8S running some side hustle apps, etc, etc. Kind of a noisy prick when it winds up though.
ikidd@lemmy.worldto
Linux@programming.dev•A refreshing Zorin review. No, it doesn't match the hype.English
191·14 days agoThe Zorin thing was a shameless astroturfing campaign. I guess it got the downloads they were looking for, but I was sure fucking tired of it by the time it was over.
And yes, it doesn’t live up to the hype. It’s a bunch of FOSS tools everyone else uses, but branded as “Zorin” tools. I have no problem with a distro trying to drum up users, but the way they go about it is embarassing.
ikidd@lemmy.worldto
Programmer Humor@programming.dev•Yet another reason to hate on the worse DB in existenceEnglish
4·15 days agoAnd as usual from Oracle, it isn’t worth free. You better have a good backup, because they’ll shut that shit off on you without warning.
ikidd@lemmy.worldto
Programmer Humor@programming.dev•Yet another reason to hate on the worse DB in existenceEnglish
1·15 days agoHad to know Kai was going to show up.
ikidd@lemmy.worldto
Linux@programming.dev•SUSE exec blurts that the company uses TeamsEnglish
16·16 days agoIt’s less about using something proprietary as much as using something so excrementally terrible as Teams.
ikidd@lemmy.worldto
Selfhosted@lemmy.world•What type of computer setup would one need to run ai locally?English
2·17 days agoThanks for the feedback. That was precisely my worry about outlaying that money and not being happy with the result.
ikidd@lemmy.worldto
Selfhosted@lemmy.world•What type of computer setup would one need to run ai locally?English
1·17 days agoI’ve really been mulling one of those over with 128GB. I’m on Claude Max and Cerebras $50 so I’m using a good amount of $200/mo for coding and Openclaw. Is it worth it for light coding, or are you only doing SD with it?
ikidd@lemmy.worldto
Selfhosted@lemmy.world•What type of computer setup would one need to run ai locally?English
1·17 days agoThis was the channel I was going to suggest. A lot of what he shows is pretty pricey, but some would make sense if you weren’t too concerned about speed.
ikidd@lemmy.worldto
Selfhosted@lemmy.world•What type of computer setup would one need to run ai locally?English
1·17 days agoFramework desktop?















You can do a sanoid sync to another zpool or dataset on the same machine or a remote host, they behave the same. It’s replicating that dataset on the other machine, then sending the snapshots after that point over via
zfs send. You can instruct sanoid to prune those snapshots after the send and start new ones for the next send, or just accumulate them so you have points in time to revert to.IIRC, you can send a zfs snapshot to a file, but I can’t recall how to do that, so AFAIK, you can’t just send it to a file based service like Onedrive. You can use a service like zfs.rent and send them a harddrive with your base sync on it (encrypt it) and then once they’ve brought it online, you can sync to that. Best to test out your methods with the drive hooked up locally.
I know it’s anathema to Lemmy, but the best help you’ll get is Claude where you can paste the errors in and have it sort it out for you as you troubleshoot. It’s pretty good at shit like that.