Bergamot doesn’t really fit in with an herb garden.
Bergamot doesn’t really fit in with an herb garden.
I don’t have an android. On iOS I tried their table thing, it works decently, but not nearly as nicely optimised for the use on an iPad as Apple Numbers is.
Very true, but I like my NAS to be maintenance-free, and Synology delivers on that. Their apps work out of the box and are installed with basically one click. I fiddle with tech enough at my job, I like my private tech to just work.
Even as a power-user you can do a lot, the synology nas also runs docker, so you can run whatever you’d like on it, not just the synology provided services.
Expanding the hardware is kind of a pain, even with RAM they are kind of weird and you need some approved (synology-brand) ram, or need to fiddle with some system files to make it accept any ram.
Also i’d love if they went with zfs instead of their llvm + btrfs.
A really cool do-it-all Option to de-google / de-cloud yourself is to buy a synology NAS. They come with all the cloud stuff you want, it works really well out of the box:
That way you’re not moving from one cloud provider to another one you might or might not trust, but you host it all yourself.
School bus tail gunner.
FYI: if you run freebsd you are not affected: https://lists.freebsd.org/archives/freebsd-security/2024-March/000248.html
Took me a while to find out so I thought I’d share.
Afaik much smaller code base and as such easier to audit.
You can’t dedup/compress restic repos at fs level due to the encryption.
Nice thing is you get those even with „dumb“ targets that can‘t do those for you.
Restic is my tool of choice for deduplicated encrypted verifiable compressed incremental backups.
Quite a lot by now. I cook for 3-5 friends semi regularly.
Yes, one of my most adult-feeling purchases was a full cutlery set for 12, and basically a cabinet full of different types of plates and bowls, all in sets for 8 ppl, from the same design series. I love this stuff way more than I ever imagined.
Oof yes, my Kia ev6 too. Down is next. In my BMW up was next.
Could be a Tld without a domain in front.
Bold coming from the top innovator of printer behavior that deserves hatred…
Deep Rock galactic. I played it very early, didn’t feel it and refunded it. A year or so later I stumbled upon it again and bought it again. I really like it now.
I like it, cheaper than Netflix used to be, and I use it for more hours / month. Rn I’m using it to play starfield.
Cafés are literally one of the only things open on Sundays here, and they sell cake.
With restic you can pipe to stdin, so I use mysqldump and pipe it to restic:
mysqldump --defaults-file=/root/backup_scripts/.my.cnf --databases db-name | restic backup --stdin --stdin-filename db-name.sql
The .my.cnf looks like this:
[mysqldump] user=db-user password="databasepassword"