

Because it’s end of lifespan and you should spend your money on something that will at least get a few years of support and updates
Administrator of thelemmy.club
Nerd, truck driver, and kinda creeped that you’re reading this.
Because it’s end of lifespan and you should spend your money on something that will at least get a few years of support and updates
Yeah but I wouldn’t recommend anyone go and buy one at this point.
Heck yeah. Not always the best for power efficiency though.
Old laptops also a great choice but I really recommend removing the battery first.
Use a separate, not ad-riddled device plugged in via HDMI. If you have a game console it can do this.
I don’t know what’s good for Android TV boxes it used to be the NVIDIA Shield was a well regarded streaming device but it’s really old now. Google makes one (Google TV Streamer) and you can install a custom launcher if you’re a bit technical and the “suggested content” of the stock launcher bothers you. Same for other Android TV boxes.
Apple, like them or not, makes a really decent TV box with no system level ads and an interface that mostly stays out of the way.
You’re off by some orders of magnitude.
It’s 0.005%
But that’s based off of the 1.1 billion number I saw. Somehow I very much doubt there’s 1.1 billion people with accounts who login and browse at least once a month.
You generally need to do a background check at a store
But random dude online selling a used one? Nothing. No paperwork. Just give money, get gun. Don’t even need a record of it.
Neither federal law nor Texas law requires private sellers to keep a record when they sell a firearm.
In theory yes. But remember that Chrome is based on Chromium which is open source. But nobody has stepped up to do a viable hard fork to take power away from Google.
Maintaining a modern browser is a huge undertaking which is why almost nobody except Google, Mozilla, and Apple are really even trying. Even Microsoft threw in the towel.
The more bad stuff is added to Firefox the harder it will be for any forks to keep up removing it while also keeping it up to date. Will anyone step up?
OP most likely works in a SCIF - where such restrictions are pretty common.
TL;DR OP is a fed or fed contractor
Do you think an FM radio is enough to be banned from a SCIF?
I just have a script that checks my IP every few minutes and changes the DNS record as necessary
Good for them honestly
I’m not looking to become a sysadmin
And that’s fine and understandable. But I don’t think that Immich is for you. It’s not consumer-grade software. It’s a piece of Linux server software that requires occasional maintenance and administration. We haven’t seen a breaking update in a while but Immich does occasionally release updates where things will break if you don’t dig in to the config files and reconfigure it.
If you’re self hosting then you could just copy all the files from your server onto an external drive. I have to say that’s not a great backup solution though, and you should learn more about administration of Linux servers so that when things break you can fix them. I wouldn’t rely on it as a safe solution to your photos otherwise.
Are you paying for Immich somewhere? Then you’d have to trust the administrator to back your data up. I had assumed you were self hosting and by managed services I meant like Google Photos, or indeed someone else’s Immich setup.
You should have a backup solution for your server that should cover this, without that you should probably stick with managed photo backup services.
Well yeah you could go on the site and select whatever photos and hit download I suppose.
If anyone’s interested, here’s my Immich backup script. You setup rclone to use an S3 storage service like BackBlaze which is quite cheap. I also use a crypt which means RClone will encrypt and decrypt all files to/from the server. S3 configuration and crypt setup.
Then set this up as a cron job. With the “BACKUP_DIR” option when you delete a photo it will get moved to the “deleted” folder. You can go into your S3 provider’s lifecycle settings and have these get deleted after a number of days. I do 10 days. Or you can skip that and they’ll be gone forever.
#!/bin/bash
SRC_PATH="/path/to/immich/library"
DEST_REMOTE="b2crypt:immich-photos/backup"
BACKUP_DIR="b2crypt:immich-photos/deleted"
RCLONE_OPTIONS="--copy-links --update --delete-during --backup-dir=$BACKUP_DIR --suffix `TZ='America/New_York' date +%Y-%m-%d`.bak --verbose"
rclone sync $SRC_PATH $DEST_REMOTE $RCLONE_OPTIONS
US intervening in Ukraine to purposely push and provoke Russia
US: “why would Ukraine do this???”
I feel like most Midwestern Americans believe this unironically
Modern Android TV box with a custom launcher. Apparently Projectivity launcher is decent.
But if you already have a Shield that’s cool keep it until it stops working. I’m just not gonna tell anyone to go buy one.