Likely breaking up my views in this(public), afterdark, politics and opensource(with ai as a tool).
2024 December 25
Diamond Dust Sky Eye
* Image Credit & Copyright: Jaroslav Fous
Explanation:
Why is there a huge eye in the sky? Diamond dust. That is an informal term for small ice crystals that form in the air and flitter to the ground. Because these crystals are geometrically shaped, they can together reflect light from the Sun or Moon to your eyes in a systematic way, causing huge halos and unusual arcs to appear. And sometimes, together the result can seem like a giant eye looking right back at you. In the featured image taken in the Ore Mountains of the Czech Republic last week, a bright Moon rising through ice fog-filled air resulted in many of these magnificent sky illusions to be visible simultaneously. Besides Moon dogs, tangent arcs, halos, and a parselenic circle, light pillars above distant lights are visible on the far left, while Jupiter and Mars can be found just inside the bottom of the 22-degree halo.
https://www.worldatlas.com/articles/what-is-diamond-dust.html
https://communitycloudatlas.wordpress.com/2015/04/04/colorful-arcs-in-the-sky/
https://apod.nasa.gov/apod/ap160321.html
https://apod.nasa.gov/apod/ap180914.html
https://en.wikipedia.org/wiki/Parhelic_circle
>> annotated version see next post <<
.. if you like TOPICS like this you might want to see my TOPIC>Lists:
https://defcon.social/@grobi/114810788357770292
https://apod.nasa.gov/apod/ap241225.html
#space #earth #halos #athmosphere #astrophotography #photography #NASA #science #physics #nature #education
@david_chisnall This is a pre-competitive collaboration between all the major suppliers and institutions that sets out all the difficult challenges that must be overcome across the next 15 years, in order to continue to scale at the same rate, and which identifies technology requirements for each stage of that progression.
It is freely available, so to understand what the next 15 years looks like, one only has to go to https://irds.ieee.org and read it.
Thunderstorms Make Trees Glow
Scientists have long hypothesized that the high electrical charge of thunderstorms could produce an opposite charge in the ground that would discharge from the forest canopy. But this phenomenon, known as a corona, had never been observed on actual trees. A new study, however, has observed this ghostly ultraviolet (UV) glow from the tips of sweetgum leaves and loblolly pine needles during thunderstorms.
Catching these coronae in action required a new kind of UV detector that was ultra-sensitive to the particular band of UV-light emitted by coronas, hot fires, or mercury lamps. Since the latter two weren’t present during the team’s field observations, they were able to conclude that the light they detected came from coronae.
The group observed that corona discharges were transient, jumping from leaf to leaf and branch to branch across the forest canopy. For any creature capable of detecting that glow by eye, it must be incredible to watch the treetops lit by their own ever-shifting auroras during every thunderstorm. (Image credit: W. Brune; research credit: P. McFarland et al.; via SciAm)
#biology #corona #electrohydrodynamics #flowVisualization #fluidDynamics #physics #plasma #science #thunderstormsso!! i am excited!!! to have finally finished the complete reimplementation of the #GlasgowInterfaceExplorer memory-25x applet for managing SPI NOR flashes. it is called memory-25q and it took an enormous amount of effort, because i have decided to Build It Properly
want to jump to the docs (there are a lot of docs, including on the fundamentals of (Q)SPI flashes) or read the code? here we go:
memory-25qmemory-25q appletmemory-25q appletnow, why did i do that? two reasons. memory-25x is one of the first applets i made, ~7 years ago, and i had no idea what kind of UI i should be building (yet). to make it worse, i thought that SPI NOR flashes were "easy", you could "just send a few bytes and that's basically it".
nothing could be further from truth. first off, SPI NOR flashes don't really exist—there is no spec, no standard organization that can say "no, your thing is not compliant", no order to any of this. every vendor does whatever they want, and then every other year JEDEC writes down all of the unhinged shit they did. here is the list of six incompatible methods to turn a single bit on or off, as a warmup
second, SPI flashes have an absolutely absurd diversity of framings. you cannot even express it without building a meta-framework for abstracting over all the ways people have come up to squeeze 8 bits into 2 or 4 wires. then on top of it you have to manage a bunch of global state that affects framing in subtle or sometimes really fundamental ways, without having any way to find out that you've made an error besides "you compare the actual data with the expected data (or its checksum) and it is not equal"
anyway, the new applet should be excellent at any daily task and at least okay at >90% of the exotic ones. also it's easily generalized for the (completely incompatible on the wire) QSPI NAND 25N series, octal or DTR variants, etc