
And probably only the second half of the 2nd amendment.
And probably only the second half of the 2nd amendment.
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…
I’m curious what you’re doing on an SBC that explicitly requires x86, though?
Not parent, but I used ARM SBCs for a bit, and while it was nice, my x86 experience with a nuc has been much, much better. HW acceleration works on some RPIs, and sort of worked on my Orange Pi 5+, but only when using an ancient kernel which had some hacks (like, kernel debug messages saying “DISABLE THIS FOR RELEASE!”). And afaik RPI 5 doesn’t support hw encoding (not to mention no SSD support).
Basically, my experience was that the hardware was neat if sometimes limited, the energy consumption was great, but the software/kernel support…ugh. YMMV of course.
Certainly depends; and it depends on traffic volume!
Definitely something to consider; many folks (myself included) use a free/cheap VPS as the endpoint, and reverse proxy to home, via some VPN (WireGuard in my case). Works well, and lots of guides online.
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.
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.
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 ;)
Depends on the person — when the pandemic hit I was a grad student, we didn’t have kids, and our living situation was nice (tiny studio but it had a wonderful, if small, outdoor space). Scary times for sure, but life — at least the day to day — was…pretty good!
Now we have kids, and my god, I can’t imagine.
Jobs created toxic work environments.
…and so did Linus Torvalds* — he’s certainly not the embodiment of capitalism. But I absolutely have a huge amount of respect for Torvalds, even if I don’t approve of his way of interpersonal/professional style.
(I used to run Arch btw [but I run Debian now].)
*He’s supposedly taken steps in the right direction here and has made improvements.
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…
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.
There’s also the very real issue of rail priority: https://www.marketplace.org/2024/09/10/amtrak-spars-with-freight-train-industry-over-rules-of-the-railroad/
Right, that’s a huge downside for sure.
Property tax is on the one hand a wealth tax, which sounds like a great idea; but on the other hand, it’s a wealth tax that disproportionately affects people with the bulk of their assets tied up in real estate — which often means middle class homeowners.
So while you can certainly look at prop 13 as “good” in that folks don’t get priced out of their existing homes, it of course gets used to the advantage of rent seekers, etc.
It’s…complicated.
California disagrees: https://en.m.wikipedia.org/wiki/1978_California_Proposition_13
Property tax is assessed when there’s a sale, and otherwise changes very slowly. It’s a controversial measure.
But this is a weird thing to lie about — the only reason to implement toner DRM is to get people to buy your cartridges. But if your public statement is, “it’s ok to buy off brand cartridges,” then…well… that’s kinda weird.
Not saying you’re wrong, and they could be trying to have their cake and eat it too (court the anti-DRM crowd but also scare people into sticking with their toner). I’m just saying your snarky/sarcastic response seems unwarranted here.
I can only remember this because I initially didn’t learn about xargs
— so any time I need to loop over something I tend to use for var in $(cmd)
instead of cmd | xargs
. It’s more verbose but somewhat more flexible IMHO.
So I run loops a lot on the command line, not just in shell scripts.
Lemmy is not encrypted, my comments are public, your comments are public, we both know that. Anyone with a raspberry pi or an old netbook can scrape them.
If I use an encrypted service and all of a sudden everything that I thought was encrypted was decrypted by the service provider without my consent? That’s breaking encryption.
If on the other hand I use an encrypted service and they tell me that they can no longer offer the service, my data will be destroyed after X days, and I need to find another way of storing my encrypted data because of privacy invading government policies? That is not breaking encryption.
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.