Witch-hunts are practiced today throughout the world. While prevalent world-wide, hot-spots of current witch-hunting are India, Papua New Guinea, Amazonia, and Sub-Saharan Africa. While an unknown problem in vast parts of the Western populations of the world, body-counts of modern witch-hunts by far exceed those of early-modern witch-hunting.
Philosophy has a long history of seeking Truth (capital T). Most notably skyrocketed by Descartes who was a mathmetician and believed that we can arrive at the Truth of everything like we can with mathematics. If you're really interested in what Pyrrhonism means then I suggest you don't brush it off as "radical skepticism" because that's not what it is nor is it about "trusting evidence" per se. Pyrrhonism is _suspending_ Truth claims due to _lack of sufficient evidence_. It is a direct response to inductive reasoning, which is what most people use every day. Inductive reasoning is the probability of a conclusion being correct is adequate evidence to support the argument. This is the basis for most Philosophical discussions and claims and generally how Truth claims work. However, reasoning isn't "common sense" nor is it something you pick up by skimming a single out-of-context wikipedia page and inductive reasoning is only one of several forms of reasoning. Hume was one of the most prominent philosophers who further expressed the problems of induction most notably the idea that the future will resemble the past. In other words, if I flip a coin 20 times and it lands on heads every time, empirical evidence and inductive inference would tell me that there is a 100% chance that it will land on heads the 21st flip because "every time we flip this coin it lands on heads", but in reality the 21st flip also has a 50% chance of landing on heads, despite the fact that it has been 100% heads in the past. Not to mention, I haven't told you whether or not the coin is rigged, has two heads, etc. The point of Pyrrhonism is that _there is always some unknown unknowns with Truth claims_ so when it is safer to assume a neutral position, do so. This is what it is like to be open-minded. It's not something you can just do without spending time studying logic and reason (fundamentals of philosophy.)
That's one I forgot to mention but I do use it a lot. I don't know if you know this but you can also do a substitution on the previous command. I often do something like `ssh root@proxmox01` and then `!!:s/1/2` which runs it again, but substitutes 1 for 2 and executes `ssh root@proxmox02`.
edit: I realize that example fails the speed test vs `ctrl+p, backspace, 2, enter`, but hopefully you can see the value.
I pretty much perfected my smokes over a decade of practice so I could sleep and leave it alone all night, but some part of my subconscious kept me awake all night, thinking something is wrong. I would wake up and check the remote every 2h or so and, despite the fact that everything was fine, I never got over it. Once I hooked up the Guru I slept like a baby. It's likely because of my experience with my cheap smokers back when I started in 2010 that required constant attention. Either way, the most benefit I gained from this setup is recording smokes for future reference. It'll help me plan a lot better.
Thank you. I deleted that tag for now until I figure out how to set it properly with Jekyll. I'll admit that SEO is not something that I've worked with extensively.
I'm writing another post about my home lab. Currently it sounds complex and over-engineered, but I think that's because of how I'm describing it. I'm working through some of the details so that it - on paper - it sounds as simple as it is. I'll post back to HN when it's finished. Stay tuned.
I have no idea why it has the root URL. I pasted the direct URL but it looks like HN didn't like it. I can't modify the URL unfortunately. If a moderator could update it that would be great.
As others have said, it is very common in ecommerce. There are strict rules around the updates. Your bank knows why the new card was added. If the reason was simple (i.e. renewing because of expiration) then they share the new card with Account Updater. However, if your card was lost or stolen Account Updater will notify the subscribers but will not share the new card number. This prevents chargebacks and other common billing problems.
I use tmux. The benefit of using suspend is not having to move around multiple windows/tabs. I try to keep those to a minimum (usually one or two). With suspend I can stick with the same tmux window for editing and cli within the same context. It's a personal preference over managing multiple windows.
I use most of it on both GNU Linux and Mac. I have installed coreutils (GNU bins) and bash v4.4.5 via homebrew on Mac. It's probably safer to say these are more specific to Linux.