Yeah, though it looks like the cyan (which would be ~500nm) is actually false color UV image, judging by the same color scale as this https://www.nasa.gov/image-detail/5-3-2024_sdo_x1pt6_flare_131/
- 0 Posts
- 195 Comments
qjkxbmwvz@startrek.websiteto Science Memes@mander.xyz•Devices (fanmade, obviously)English22·25 days agoSome numbers are missing…[due to] out of memory error.
The S7+ seems to have 6 or 8GB RAM, but the iPhone 7 only has 2, yet it seems the iPhone ran the test and the S7+ didn’t. I wonder if the iOS implementation is that much better, or Android isn’t set up with any swap, or…?
Human gestation is 10 months
“Full term” pregnancy is ~40w from last menstrual period, or ~38w from conception. There are ~4.345 weeks/month, putting full term at ~8.75 to ~9.2 months. Note the 9.2 months includes ~2 weeks before fertilization.
(Not sure if I’m being whooshed or not…)
People praise the female reproductive system as miraculous because it can make a baby in only 9 months. Like that’s neat and all, but my reproductive system can make a baby in approximately 13 seconds, so I don’t see what all the fuss is about.
Left pedal looks more like a dead pedal to me.
And as others have said, change in direction is still acceleration. That’s part of Newton’s (apocryphal?) apple story — he witnessed an apple falling, and wondered why the moon doesn’t also fall. His amazing insight is that it does fall (accelerate), it’s just that it falls in such a way that it orbits, rather than hits, the Earth (for timescales relevant to a human).
I’d say it gets a little different with command line utilities — maybe “utility” is the appropriate term here, but I’d call something like
grep
a program, not an application (again — “utility” also works).To be sure,
grep
is extremely powerful, but its scope is limited.
qjkxbmwvz@startrek.websiteto Linux@lemmy.ml•Is it possible to manage Apple devices on Linux?2·1 month agoOthers mentioned virtualization — I have had issues with COW filesystems (btrfs), as COW does not always play nicely with VM drives (extreme fragmentation and very poor performance).
from stdlib.h import cout
Wait this looks wrong, shit…
Anything can use it, but I think by convention it’s used for http on a non-privileged port.
qjkxbmwvz@startrek.websiteto Linux@lemmy.ml•Linux kernel is leaving 486 CPUs behind, only 18 years after the last one made1·2 months agoMaybe there’s some interplay between amd64 and x64 architectures.
AMD64 and x64 are the same thing. Do you mean AMD64 and x86? There is definitely interplay there, as AMD64 implements the x86-32 instruction set.
It is “backwards” from some other commands — usually you run copy/rsync/link from source to destination, but with tar the destination (tarball) is specified before the source (directory/files).
That, and the flags not needing dashes always just throws me for a loop.
And the icing on the cake is that I don’t use tar for tarring that often, so I lose all muscle memory (untaring a tgz or tar.bz2 is frequent enough that I can usually get that right at least…).
You mentioned ham radio — definitely fun! It’s a process to get into it though, as you need to study/pass an exam, and then you need a radio. Radios range from cheap ($25 or so) in the VHF/UHF (“walkie talkie”-style) to more expensive for an HF rig ($1000 range for 100W HF). If you want to get into low power (“QRP”) it can be much cheaper. You also need a fair amount of space for a good antenna setup…
There are tons of different communication modes, some without a computer and, like you mentioned, some that use computers.
wsjtx
andfldigi
are popular programs.Good luck!
qjkxbmwvz@startrek.websiteto Programmer Humor@programming.dev•Shitposting Automation with Linux6·2 months ago“…and there are no comments, because it’s Self Documenting™”
qjkxbmwvz@startrek.websiteto Programmer Humor@programming.dev•Shitposting Automation with Linux8·2 months agoModern bots are bad, but the old school IRC (maybe early Battle.net?) bots… I’m cool making an exception for them if you are.
With coherent detection I think the separation between eyes would allow for this.
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).
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.)
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…
But they’re only equal in the Turing complete sense, which (iirc) says nothing about performance or timing.