Except that this problem doesn’t specify distance between horseman, so I think it’s a bit bogus — no need to resolve an individual person to be able to tell that they’re there. And for hair color, if you make assumptions about the clothes being worn, you could perhaps infer color of hair, even if the hair isn’t resolvable (a person being a “single pixel” would have a different hue depending).
- 0 Posts
- 184 Comments
Dipoles are, effectively, not — so if you have a charged bit and another opposite charged bit, while an inverse relationship might exist between either one, the net effect is that it drops off much faster.
The thing with gravity is it tends to go one way, unlike, say, charge.
This is the real big brain hack with decibels — you can use a linear scale, it’s just that the units are logarithmic instead.
(Yes I know most people would call a dB axis logarithmic, it’s just a silly comment.)
Deja vu is usually a glitch in the Matrix. It happens when they change something.
qjkxbmwvz@startrek.websiteto Selfhosted@lemmy.world•What steps do you take to secure your server and your selfhosted services?English3·22 days agoFail2ban 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.
qjkxbmwvz@startrek.websitetoMicroblog Memes@lemmy.world•it was a rethorical questionEnglish5·22 days agoAnd probably only the second half of the 2nd amendment.
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
); googlinglatex residue
did not produce the search results I was hoping for…
qjkxbmwvz@startrek.websiteto Science Memes@mander.xyz•Least extreme biophysics phdEnglish3·1 month agoThis 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.
qjkxbmwvz@startrek.websiteto Science Memes@mander.xyz•see the joke is that someone else does the workEnglish38·1 month agoThis 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 ;)
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 usefor var in $(cmd)
instead ofcmd | 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.
qjkxbmwvz@startrek.websiteto Fediverse memes@feddit.uk•The Dangerous Surge in Lemmy TrafficEnglish7·2 months agoI thought it was just “Slashdotted.”
qjkxbmwvz@startrek.websiteto Programmer Humor@programming.dev•iJustInventedSomethingEveryDevNeeds18·2 months agoI think
mplayer
has an ASCII output mode (VLC, too?), and I believeyoutube-dl
can output to stdout.The rest is, as they say, left as an exercise to the reader.
qjkxbmwvz@startrek.websiteto Science Memes@mander.xyz•your average entomology textbookEnglish9·2 months agoSounds like he was a mantis and was posting while copulating.
qjkxbmwvz@startrek.websiteto Self Hosted - Self-hosting your services.@lemmy.ml•could you be able to self host on a raspberry pi2·2 months agoI switched from raspberry pi and orange pi to a cheap Intel NUC, and I think it’s just a much nicer experience.
The pi is great fun, but the HW transcoding on a NUC “just works,” and the SSD and 16GB RAM opens a lot of doors. My N100 NUC was less than $150, and it included everything (case, power supply, 500GB SSD).
My pi found new life as an off-site backup: attach a big HDD, set up WireGuard, and have a cronjob do daily rsync and snapshots. I have it set up at in-laws, and it works great.
qjkxbmwvz@startrek.websiteto Privacy@lemmy.ml•Looking for the best solution to block ads/trackers on my entire home network.5·2 months agoI have one SSID with pihole (which I use), and one without. Works pretty well, if you’re ok with a VLAN-aware network.
Sounds like it was a 2 petawatt pulsed laser, with picosecond pulses, so 2kJ/pulse. Staggering amount of power and energy for a pulsed laser!
Note that it’s not CW, so the average power will be much, much, much less than the pulsed power. Too lazy to find the rep rate to see average power.
Remind me again, what color was Obama’s scandalous suit?
Although you can use case insensitive filesystems with Linux, and case sensitive filesystems with macOS. I believe the case sensitivity is a function of the specific filesystem — but yeah, practically, the root for Linux is always case sensitive, and APFS
ain’tis only if you ask it to be ( https://support.apple.com/lv-lv/guide/disk-utility/dsku19ed921c/mac ).
No, that’s not really a useful way of modeling it for the case of light traveling through a linear medium.
The absorption/re-emission model implicitly localizes the photons, which is problematic — think about it in an uncertainty principle (or diffraction limit) picture: it implies that the momentum is highly uncertain, which means that the light would get absorbed but re-emitted in every direction, which doesn’t happen. So instead you can make arguments about it being a delocalized photon and being absorbed and re-emitted coherently across the material, but this isn’t really the same thing as the “ping pong balls stopping and starting again” model.
Another problem is to ask why the light doesn’t change color in a (linear) medium — because if it’s getting absorbed and re-emitted, and is not hitting a nice absorption line, why wouldn’t it change energy by exchanging with the environment/other degrees of freedom? (The answer is it does do this — it’s called Raman scattering, but that is generally a very weak effect.)
The absorption/emission picture does work for things like fluorescence. But Maxwell’s equations, the Schrödinger equation, QED — these are wave equations.
With coherent detection I think the separation between eyes would allow for this.