How UART I/O works in Apache #NuttX RTOS
Source: https://github.com/lupyuen/nuttx-star64#uart-output-in-nuttx-qemu
#RustLang Atomics and Locks
"By pressing a Button on the remote, you set off a spring-loaded hammer that strikes a solid aluminum rod in the device, which then rings out at an Ultrasonic frequency"
https://www.theverge.com/23810061/zenith-space-command-remote-control-button-of-the-month
Interactive Primer on Bézier Curves
"Worldcoin doesn't seem to know what problem it's trying to solve, but they want to scan your Eyeballs anyway"
https://newsletter.mollywhite.net/p/worldcoin-a-solution-in-search-of
Apple Pencils can’t draw straight on third-party replacement iPad screens
Rectangular Micro QR Code (rMQR) ... In Colour
https://hackaday.io/project/192082-rectangular-micro-qr-code-rmqr/details
Add Spaces to the macOS dock
https://practicalbetterments.com/add-spaces-to-the-dock-on-mac-os/
@lupyuen I definitely should upgrade to 128GB soon now that they become cheaper.
"Two types of chips are in oversupply right now: NAND and DRAM memory"
Unpatched Apache Tomcat servers spread Mirai botnet malware
https://www.scmagazine.com/news/unpatched-apache-tomcat-servers-spread-mirai-botnet-malware
@lupyuen
Personally, I love Pony and use it in a "background" project meant for RaspberryPi-level of embedding.
Yes, steep learning curve, but the pay off is huge. When it compiles, I can be (almost) sure that there are no concurrency related bugs.
Article doesn't mention the excellent C interop in the language.
Call C natively;
let world = "world"
\@printf( "Hello, %s".cstring(), world.cstring() )
The ampersand makes it a C call, and the cstring() is needed for strings.
"Why is DNS still hard to learn?"
https://jvns.ca/blog/2023/07/28/why-is-dns-still-hard-to-learn/
"A series of planned commands sent to NASA’s Voyager 2 spacecraft on July 21 inadvertently caused the antenna to point 2 degrees away from Earth. As a result, Voyager 2 is currently unable to receive commands or transmit data back to Earth"
https://blogs.nasa.gov/sunspot/2023/07/28/mission-update-voyager-2-communications-pause/
IoT Techie and Educator / Apache NuttX PMC