If we had no sun at all, I'm pretty sure we'd be an ice ball, save for volcanic activity. These impacts from solar activity take some time to develop, as I understand it. If we are in some sort of grand minimum, just wait a decade or so. If the Earth was highly reactive to these events (like breaking cold records everytime a minimum happens), I'm not sure we'd be here. The oceans store/release a lot of heat over the short term (years).
It's gaslighting them. They have no feedback that the world is ignoring them. The crank on the public street corner saying the world is gonna end soon gets feedback when people walk right on by or put in their earbuds to ignore him.
Well it's multipurpose. One roll can ship many different things. Otherwise you need an inventory of various sized boxes. I'm guessing it will find an instant niche.
At this point, it's a feature to have things denominated in $. I'm likely going to buy a Purism laptop with bitcoin, but of course denominated in $. I spent a couple hundred on BTC years ago, which has generated a nice return. This will be my first purchase, and I'll have plenty of BTC left over. Holding a deflationary currency while the world operates on an inflationary one is fine by me.
This article is laughable. Knocking the developers by saying Myers and Briggs had no training is akin to knocking the first powered flight by saying Orville and Wilbur Wright had no training.
It's not difficult to imagine evolution has discovered a way to segregate us into different personalities for the advantage to form cohesive social groups with specializations for survival. Who hasn't observed the difference between introvert and extravert in their own interactions? Is it a stretch to envision a couple more dichotomies exist?
Ask people to answer questions that will sort them into 16 bins and isn't it logical to assume those bins might have traits in common?
There are plenty of problems with MBTI and by all means, develop a better science. I tend to characterize people into their MBTI type in order to better interact with them. I find it useful and understandable, even predictive. Parlor trick? Perhaps, but on a couple of occasions now, I've accurately predicted a new friend's MBTI type simply by observing them and then having them take the test to confirm. You then have a useful basic mental model of them.
Unfortunately, while I can fly in a 777 nearly halfway around the world now due in part to the Wrights, there is no personality tool 777 equivalent.
He claims all you need is the map, then leaves more offline clues in interviews than on the map, e.g. above 5000 feet, near pine, near a road from which he could make two trips in an afternoon. That is sort of annoying - seems a treasure map /poem should be self-contained.
The map is unusual. It's rare to show magnetic declination lines - I suspect there might be a clue there. Land ownership is seemingly a clue too. Nobody who grew up in the west would hide treasure on someone else's private land and then claim he did it to get people outdoors. In many of these areas, people don't appreciate trespassing. Tribal land is out of the question too, unless he's crazy.
I find having one piece of low-power hardware that is always on a handy tool. A homeserver+router, basically. I can decloud a lot of things. Having a beefier piece of hardware makes it a non-issue. I try to run things in Docker for modularity. Total hardware cost is competitive with a high-end router, but I think I get more.
Bind9 seems to be better for blocking. RPZ is made for it. I don't think dnsmasq supports RPZ though projects like Pi-Hole use dnsmasq. I'm not positive, but I think RPZ is more flexible. Bind9 seems to do anything you like. I may want to resolve DNS myself and not just forward.
I'm starting to look into configuring Bind9 to have different blocking per user using "views." Some want Facebook, some don't, so I can block accordingly. I'm not sure you can do that in dnsmasq. I did discover subtle things break, like you can't block Facebook and still access Instagram, thus the "views" approach. I don't want to change hosts file on every device, especially mobiles, and can even provide some protection for guests this way. I might do a captive page for a blocked domain and let people bypass in their view if they like, then I can have a "block-first" approach.
I do like network-wide blocking for the malware lists - if anyone acquires malware, it can't phone home (if it's on the list) and I can detect via logs. DNS as firewall seems to be a trend. I'm looking into blocking IPs via iptables as well using public lists. Maybe I'll even setup Snort or Bro. The possibilities are endless.
As another poster said, go with a mini-pc like Qotom. Uses little power, configure however you want (memory, SSD). Most web pages load instantly, and it handles a massive blocklist (Bind9). I'm slowly adding a list of always on packages like sync tools. Also, you can use an AP instead of router attached wifi. Move the Power-over Ethernet AP where you want. Ubiquiti Unifi is far better coverage than my previous consumer grade wifi. Do it all in your favorite Linux flavor.
You can mitigate the speed issue by adding your own DNS local caches and then start blocking ads, trackers and malware sites and whomever you want (FB is added to the spyware list) using publicly available lists. All of this speeds browsing considerably.
FB goes so far as to buy your data from others, which is why I block all trackers. I'm sure I still leak data to FB, even though I never joined, and never will.