
And probably only the second half of the 2nd amendment.
And probably only the second half of the 2nd amendment.
The lack of logic is astounding.
These are the same people who think abstinence only education works. Safe to say they’re a few fries short of a Happy Meal.
Judging by the camera angle, OP may have been today years old when they learned this as well (I learned it well into my 30s, too).
Our first was a girl. Second was a boy. Third will be a vasectomy.
Windows is just as hard as linux, harder even with all the layers of obscurity.
With Windows, there is 1 current version of Windows (11), 1 “almost current” (10), 1 “outdated but you’ll maybe see it” (8.x) and only a few “you’ll probably only see this in obscure situations” versions. Linux has as many “parent” distros/package management systems (apt, rpm, pacman, etc.). This definitely complicates things, as each distro family does things slightly differently.
And we haven’t even touched the window manager/DE choices, of which there are a ton (as opposed to Windows). “Combinatorical explosion” maybe isn’t the right phrase, but you get the idea — Debian with i3wm is wildly different from Fedora Plasma.
This is all a good thing though, as Linux users tend to like the choice and flexibility — but it does mean that the “right way” to do something on Linux is very dependent on your particular setup, which isn’t the case with Windows.
(I have used Linux for the last 20+ years, and it’s definitely my preferred setup, and am lucky enough that I rarely use Windows for work, and never for personal use.)
My favorite is Barry Marshall. He thought there was a connection between bacteria and ulcers, which was an unpopular opinion at the time. So he intentionally drank the offending bacteria, got sick as expected, and then people believed him.
More here, including (which I didn’t know until now) cardiac catheterization.
I’m sure better sources exist but https://www.discovermagazine.com/health/these-five-doctors-experimented-on-themselves-and-made-big-breakthroughs
Innovation, perhaps; progress…that’s something else.
I, read this like, William Shatner, in his, role as, captain, Kirk.
People Without Honor Can’t Be Trusted.
Sounds like something Gowron would say…
Why the HUGE, irreconcilable disparity between your front page and the opinion section?
This is always how it goes, as it should. Horrible opinions shouldn’t affect the reporting; and horrible reporting shouldn’t affect the opinions. Different publication, but https://newsliteracy.wsj.com/news-opinion/
It’s best IMHO to think of them as two completely separate entities.
I’m gonna try to guess the most likely LLM response to your post, trained on reddit data:
“This.”
How’d I do?
Pretty sure that’s completely acceptable in parts of northern California (source: born and raised in northern California).
I was writing up my problem set answers once, and it involved the (complex analysis) residue. I wasn’t sure if there was a shortcut (as opposed to \mathrm
); googling latex residue
did not produce the search results I was hoping for…
And many folks have headless setups — raspberry pis, home servers, VPSs, etc. It’s kinda overkill to install a desktop environment on a headless box if the only reason you need it is so you can VNC into it for a simple task that could be done over ssh.
The Taco Bell meme afaik isn’t about food poisoning at all, it’s that it’s a lot of oil-rich beans, which can have a certain effect.
Regarding food poisoning, I think you’re right that it’s worse in the USA, but the EU is not without food poisoning. My suspicion is that the media attention is different in part because food in Europe tends to come from smaller farms, whereas in the USA it tends to come from larger farms (is my understanding). So, an outbreak at a farm in the USA is bad because it potentially affects a huge number of people, whereas in the EU it may be a smaller farm with less of an impact (so any individual outbreak is less impactful). Just a guess, and it’s in my opinion good to strive for lots of small farms rather than a few big ones.
For some (most?) of us, we don’t have ssh access open to the world, so everything is over a VPN. So I can just use NFS over WireGuard which afaik is fairly secure, if you trust your endpoints, and works great over the Internet.
This realization/acceptance led to us having kids.
This is obvious though — currently, you might test a drug on mice, then on primates, and finally on humans (as an example). It would be faster to skip the early bits and go straight to human testing.
…but that is very, very, very wrong. Science of course doesn’t care about right and wrong, nor does it care if you “believe” in it, which is the beautiful thing about science — so a scientifically sound experiment is a scientifically sound experiment regardless of ethical considerations. (Which does not mean we should be doing it of course!)
Now, taking a step back, maybe you’re right that, in the long run, throwing ethics out the window would actually slow things down, as it would (rightfully) cause backlash. But that’s getting into a whole “sociology of science” discussion.
I miss the days when that X font was only associated with Xorg…
Fail2ban config can get fairly involved in my experience. I’m probably not doing it the right way, as I wrote a bunch of web server ban rules — anyone trying to access wpadmin gets banned, for instance (I don’t use WordPress, and if I did, it wouldn’t be accessible from my public facing reverse proxy).
I just skimmed my nginx logs and looked for anything funky and put that in a ban rule, basically.