For my home server, I use Restic and a cronjob to weekly take snapshots of all my services. It then gets synced to a Backblaze B2 bucket (at $6/TB/mo). It’s pretty neat, only saving the difference between the previous and current snapshot, removes older snapshots, and encrypts everything.
I’ll be honest, I’m just here for the memes.
- 0 Posts
- 15 Comments
xlash123@sh.itjust.worksto Open Source@lemmy.ml•Opensource modern TTS engines for Android are now available!4·7 months agoLmao, there’s a GLaDOS voice. I’m taking that
xlash123@sh.itjust.worksto Open Source@lemmy.ml•FluxTube | Flutter/Dart YouTube Client! | This could be the new Newpipe92·8 months agoLibretube still works pretty good if you self-host your own private instance. You still need to use HLS though.
That’s pretty funny! ���
xlash123@sh.itjust.worksto Programmer Humor@lemmy.ml•Popular Programming Book "Clean Code" is being rewritten411·10 months agoIt’ll be rewritten in mdBook
No idea. I personally didn’t like it. I felt the time based sorting was more accurate for me
I’ve been using McFly to do my history searching. It’s pretty good. I recommend changing the default sort from rank to time though
I ended up finding the CENTRALITE PEARL THERMOSTAT 3157100 used on eBay for about $30. It can either operate from the panel or through ZigBee, no WiFi. It is supported on Zigbee2MQTT. It works really great and I have had no problems with it. You can easily find a manual for it online too.
I was wondering why it was written in C++, but the FAQ already beat me to it.
Why build a new browser in C++ when safer and more modern languages are available?
Ladybird started as a component of the SerenityOS hobby project, which only allows C++. The choice of language was not so much a technical decision, but more one of personal convenience. Andreas was most comfortable with C++ when creating SerenityOS, and now we have almost half a million lines of modern C++ to maintain.
However, now that Ladybird has forked and become its own independent project, all constraints previously imposed by SerenityOS are no longer in effect. We are actively evaluating a number of alternatives and will be adding a mature successor language to the project in the near future. This process is already quite far along, and prototypes exist in multiple languages.Glad to see they are open to using safer languages. C/C++ was great for its time, but we really need to move on from them.
xlash123@sh.itjust.worksto Programmer Humor@lemmy.ml•Verification badge prices are too damn high124·1 year agoTo be fair, they are providing several services with it, along with the data hosting. Being verified also means you get boosted in search results, with comes with more downloads. So at least the cost can be somewhat justified. Whether it’s too much is valid for debate.
xlash123@sh.itjust.worksto Linux@lemmy.ml•VirtualBox 7.0.16 Released with Initial Support for Linux 6.8 and 6.9 Kernels0·1 year agoWhy does a virtual machine platform need to add support for different kernel versions? What changes are there in the kernel that affects how it interacts with the virtual hardware?
xlash123@sh.itjust.worksto Open Source@lemmy.ml•What apps would you love to have open-source alternatives for?2·1 year agoThat would be awesome. I wish banks would also have standardized (or at least open) APIs so I could use FOSS financial software to pull my live purchase history and then categorize that and etc. I think some banks do this, but not very common in the US from what I can tell.
xlash123@sh.itjust.worksto Linux@lemmy.ml•What's your experience with Electron alternatives1·1 year agoI wanna use Rust to build mobile apps so bad. I don’t really know what I want to build, but I want to use Rust to do it
xlash123@sh.itjust.worksto Programmer Humor@lemmy.ml•Solutions? Where we're going, we don't need solutions.2·1 year agoPHP: Problem ->
real_solution_for_real_this_time()
(real_solution_i_swear()
is unsafe and deprecated)
I’ve started adopting the habit of putting “-rf” as the last argument to avoid accidentally deleting something before I’ve double-checked my input. Good luck, and may this never happen again.