Lattepanda mu is apparently a very powerful alternative.
Lattepanda mu is apparently a very powerful alternative.
I find it very a very romantic notion to have unknown areas on the world. Like some desert in the far south, beyond which might lie anything.
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.
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.
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 look at it basically all day at work, the 200€ are are down to a very small fraction of a cent / hour of use by now.
I bought Pragmata Pro about 5 years ago and still love it.
Yes, but the term radiation usually implies ionizing radiation.
Because they get subsidies from the govt bc they employ a whole region and are a super big energy company. They need to be dismantled.
Still, its lignite, they should cease all mining operations.
Usually variables like that can be avoided with itterators nowadays. If they can’t I like to use idx
, if they are nested I name them after what they index, like idx_rows, idx_cols
.
You can also feed database dumps directly into restic, like this:
mysqldump --defaults-file=/root/backup_scripts/.my.cnf --databases mydatabse | restic backup --stdin --stdin-filename mydatabase.sql
Daily backup using Restic to wasabi s3.
Restic already speaks s3 natively, no need to mount it or anything, just point it at a bucket and hand it an api key.
You can use an api key that’s only allowed to read and write, but not delete / modify, so you’ve got some protection from ransomware.
.tar.zst is my go-to nowadays. .txz if I need wide compatibllity.
I use restic.
I use FreeBSD 😅