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
If your budget allows for it: a ring. I’ve got a ring with my initials on it, 30+ years later
I’m concerned about going to the US for the same reasons why I’m concerned about family coming to Canada: dealing with US customs.
However, they’re US citizens so I can’t imagine that they’d have paperwork to go back to the US. Then without paperwork to make mistakes on, they should be less likely to get incarcerated, right?
Now, are you pronouncing Female like femboy as “Fem-ale” or are you pronouncing Femboy like Female as “Fee-m’boy”?
You got me…
Finger skateboarding ramp to do sick Ollie’s off of
Sec. 4. Using National Security Assets for Law and Order. (a) … shall increase the provision of excess military and national security assets in local jurisdictions to assist State and local law enforcement
Correct me if I’m wrong, but is this implying they’re planning on using the military against civilians?
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)
Might be just a rumor / old wives tale, but I thought the small text on screens / pages up close, without breaks, resulted in poor vision?
Credit where credit is due - I really hope Trump starts seeing the light from this point forwards
Ok, cool. We’re all in consensus that “Trump, Bad”. Now what can we do to stop the madness?
Welcome to 2025 where we discuss FOSS Calculators that don’t collect your data… how did we get here again?
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…
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: