

I don’t think legitimate ICE agents would have backed down. Sounds like an attempted kidnapping…
I don’t think legitimate ICE agents would have backed down. Sounds like an attempted kidnapping…
I’ve used a non-touch DisplayLink USB monitor before. You might run into issues with getting it to work properly based on your OS. DisplayLink and Debian were not friends, and took a lot of messing around with drivers and other apps to get it to work. I can’t speak for other OSs though
Now, are you pronouncing Female like femboy as “Fem-ale” or are you pronouncing Femboy like Female as “Fee-m’boy”?
Finger skateboarding ramp to do sick Ollie’s off of
Plotting your demise
“I reject your reality, and substitute my own”
I’ve actually been curious about something similar, and unfortunately I don’t have an exact answer.
I’m currently self hosting ArchiveBox which saves a copy of the web page, but I find the UI to be pretty bloated. As an alternative, I’ve been curious about LinkWarden, but I have yet to set it up.
I know those two options aren’t ideal as they don’t directly integrate with NextCloud AFAIK, but they might support your other use cases?
Yeah, 100% a whole separate post on its own. If you ask the same question in a new post, you’ll get more visibility and more answers
What ever happened to Mike Lindel - the MyPillow guy?
Heating systems in Europe are unique and have a variety of hardware and software requirements that make it challenging to build for the diverse set of homes
AKA. Europe probably has hardware and software requirements that make it so Google can’t
A) Harvest your data; and/or B) Must be able to function without an internet connection (aka. they can’t kill it)
Credit where credit is due - I really hope Trump starts seeing the light from this point forwards
Oh wow, look at that. An unlocked hard drive, what a great idea! I wonder which hard drive I’ll buy for my NAS? synology…
Hold up. Let me get this straight - Synology is trying to make their NASs only work with their own proprietary hard drives? Do they not realize that there are boat loads of other companies out there making NASs and Hard Drives?
Who the hell is going to want to buy a Synology NAS now? Ffs, some of these companies are so delusional…
I fully agree - home assistant is the way to go, even if it’s a little more complicated.
It’s much easier to add / remove / replace hubs as needed. A few years ago I switched my main hub from Alexa to HA. Then, a month or two ago, I decided to move away from Alexa due to the speech to text recognition noticeably degrading, they removed features (I forget what the feature was, it was a while ago), and recent policy changes. Super easy to disconnect and switch to a different assistant like Siri / HomeKit.
Not a GUI, but I keep my
~/.ssh/config
clean by splitting my configs into folders, and including them in the main ~/.ssh/config.I have the folder,
~/.ssh/config.d/
, and here’s what it looks like:~/.ssh/config.d . ├── work │ ├── dev.config │ ├── staging.config │ └── prod.config └── server ├── development.config ├── containers.config ├── home.config ├── pis.config └── server.config
Then my
~/.ssh/config
looks like this: