When I saw that there was a pihole update to a new major version I got so excited hoping it would finally support DoH or DoT - nope. So disappointed.
Sticking with Adguard then.
When I saw that there was a pihole update to a new major version I got so excited hoping it would finally support DoH or DoT - nope. So disappointed.
Sticking with Adguard then.
Exactly, and when something crashes in the ocean it might be full off sea weed errr, I mean non-human biologics. And if equipment from foreign nations were recovered of course they’d get reverse engineered.
Knowing how secretive militaries tend to be about their missions … of course the whistleblower gets stonewalled when trying to inquire about it.
I haven’t seen a single claim that couldn’t be explained with something mundane.
My interpretation is that it’s mostly half-truths.
Do I think governments and militaries around the world have plans for such scenarios? Like retrieving UFOs? Yes, this seems reasonable. Do I think they have run exercises and tested those scenarios for real? Probably, yes. Most likely successfully so. Do I believe that someone with a lot of hearsay could interpret those things as “holy shit, they actually found something”? Yes, yes I do.
Is any of this proof? Nope. Extraordinary claims require extraordinary evidence.
Yeah, if they had not used an off the shelf part, then people would make fun of the janky controls with “levers and pulleys.” The thing is a simple control scheme that’s well understood and easy to learn. It gives inputs to an onboard computer which interprets pilot intent and steers the vessel (how ever questionable the vessel’s construction might be).
Game controllers are used for all kinds of robots and vessels (often remote controlled) - so the fact they chose a controller does not weird me out at all.
Do I think they could have gotten a better quality controller? Yea, sure. Do I think maybe a wired controller would have been better? My gut says yes, but I don’t know their decision making process and the engineering challenges with running cables.
Just SSH. Every public facing piece of software (I.e. a web interface) adds more complexity for misconfiguration or security vulnerabilities.
You can mount you remote filesystem locally and use your local file manager and text editors to manage most tasks. If you use ansible you can make changes to a local configuration and deploy the state to the server without needing to run anything special on the server side. It is especially effective if you also run docker.
And for monitoring I usually just have a tmux with btop running. Which is fine if you don’t need long term time series data, then you might want to look at influxdb/grafana - but even those I would run locally behind a firewall, with the server reporting the data to the database.