

Trump doesn’t have friends; he has lackeys and people who want to gain something by getting in his favor. Others follow and agree with him out of fear of retaliation.
Trump doesn’t have friends; he has lackeys and people who want to gain something by getting in his favor. Others follow and agree with him out of fear of retaliation.
If this were true, they would simply be ignored.
You’re thinking of a Rectenna.
Edit: Ignore me, Admiral Patrick beat me to it.
Not federated but you can self host something like this. https://github.com/SillyTavern/SillyTavern
My partner and I wanted one. We test-drove a Model Y and Model 3. We were fully ready to buy one for our next vehicle. That’s changed. We are looking at other EVs now. I won’t give him my money.
AppleTV client at some point?
Exactly this. It’s crowd-sourced replacements for thumbnails and titles to more accurately reflect the content of the video. I only shared it because of the mention that the video was very much a clickbait title and thumbnail.
It’s crazy how much I actually use this tool. 99% of the time, it can figure out exactly what I was trying to accomplish.
Croc just requires each computer to have internet access.
croc is a tool that allows any two computers to simply and securely transfer files and folders.
https://schollz.com/tinker/croc6/
Every one is using AI to make funny pictures. This is what they should be using it for. Look at my diff, generate a commit message.
It’s the default on all my devices, works just fine.
EVs also greatly reduce brake dust, as most use regenerative braking under normal circumstances, leaving traditional braking for hard (emergency) braking.
“Why is there no sand in your litter box?”
The full quote is “The customer is always right in matters of taste.”
I’ve had excellent luck with Kopia, backing up to Backblaze B2.
At work, I do the same to a local directory in my company provided OneDrive account to keep company data on company resources.
I work for a company that handles this In a few ways. We set up read replicas to handle large read queries. To offload the reads from the primary server. Data is replicated to the read replicas so reporting can be run from that server. And not add load to the primary server.
The second approach is sharding. Sharding breaks a large table into smaller, more manageable chunks, distributing them across systems. This reduces the burden on any one server, improves performance, and enables scaling out as data or traffic increases.