Haha, indeed. I was giving a satirical take of how many older people feel. It’s hard to have your independence taken away from you.
You could create a Python script to do this. There is a library called psutil that would help. Basically,
- iterate over mounted drives and see how much each has available
- based on these values, iterate over your backup files and separate them into chunks that will fit on each drive
- copy chunks to respective drives
Would be a fun little project even for a beginner I think.
The Big Blue Book of Bicycle Repair
Good use of AI + drones. Identification and eradication of invasive species. Sounds dystopian when I type it out, especially once AI identifies humans as invasive.
Each electron app has its own Chromium runtime. With the prevalence of electron apps, the result is multiple instances of chromium running on your machine. Chromium isn’t light weight. On top of that, there is the philosophical aspect. Do we really need to be shipping an entire browser for the purpose of creating a UI? That being said I understand why so many electron apps are created. HTML/JS/CSS are powerful and easy to use (IMO) and cross platform. I just try to avoid them and use alternatives to electron.
For real. Wouldn’t even consider it
I see it as a good thing. Apple is not without faults, but anything that keeps Google from harvesting more data is a win for humanity. The Safari browser is the only thing stopping Google’s browser monopoly. Unfortunately it is forced, and 99% of Apple users probably have no clue they are holding up the last line of defense.
We need answers!
I saw something similar to this on an intel Mac running canary years back. I believe toggling GPU acceleration in the settings resolved the issue.
Yo man, looks good! No recommendations here, just live your life brother!
I think there is some info missing. You’re using SSH to access the server where you are running the docker image? Why does your server have X server installed?
I have no experience running Lemmy. It could be the Lemmy instance includes X server to run some kind of GUI? Seems strange.