
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).
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.
I’m gonna try to guess the most likely LLM response to your post, trained on reddit data:
“This.”
How’d I do?
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.
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…
This is all based, most likely, on Griffiths’ textbook. Quoting here from this post https://www.reddit.com/r/Physics/comments/1b97gt/magnetic_fields_do_no_work_but_magnetic_cranes/ :
The statement “magnetic fields do no work” is incorrect. Griffiths has mislead a generation of physics students on this. A correct version of the statement is that “magnetic fields do no work on objects with no magnetic moments” which is rather trivial. One could also correctly make the same statement about electric fields. However, electric monopoles are very common, so a situation in which there are no electric moments never occurs in normal circumstances.
tl;dr: use Jackson ;)
Unity centered around what?
Participation. Making things a tiny bit better when possible, and if not that, then minimizing damage.
Making things better nationally is hard. But locally, change can be efffected — my city (San Francisco) has ranked choice voting for local offices. It’s awesome, and I vote for who I want first. It’s small, but it’s a start.
Not sure if trolling or not, but googling around and it sounds like Sensory Processing Disorders can cause this level of passionate hatred towards bananas…
On linux you can"t install or uninstall anything if you are not root
That’s not true at all. You generally can’t use your distribution’s package manager to install or uninstall without elevated privileges. But you can download packages, or executables with their own installer, and unpack/install under your home directory. Or, you can compile from source, and if you ./configure
’d it properly make install
will put it under your home.
Standard Linux distributions don’t place restrictions on what you can and cannot execute; if it needs permissions for device access of course you’ll need to sort that out.
Yeah, without being a policy junkie I think a reasonable step would be to have Prop 13 only apply to primary residence — investment real estate would be subject to a “wealth tax,” but folks wouldn’t get priced out of their primary home due to gentrification.
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.