@Blort That repo contains some stuff on CEVA's WiFi IP, that I discovered on GitHub some months ago. I wrote about it here: https://lupyuen.github.io/articles/wifi
@jeancf They seem to be very old vulnerabilities ... GitHub just started scanning of Rust Vulnerabilities, so I got a huge bunch of notifications overnight
https://github.blog/2022-06-06-github-brings-supply-chain-security-features-to-the-rust-community/
"Meta supports holding a STEM conference in a city where queer attendees would have to risk death in order to attend? Apparently."
https://thenextweb.com/news/react-js-conference-return-in-november-lgbtq-not-invited
#ZigLang Compiler can't Auto-Translate some tricky C Macros into Zig ... Here's a workaround
"Apple, stop this nonsense and just put a decent camera in your laptops already"
"Singapore's Dengue 'Emergency' is a Climate Change omen for the world"
Auto-Translating C to #ZigLang is not perfect (like for C Bit Fields) ... But we can fix it ourselves
https://github.com/lupyuen/zig-bl602-nuttx#opaque-type-error
Our #LoRaWAN App ... Original C code vs Auto-Translated #ZigLang code
https://github.com/lupyuen/zig-bl602-nuttx#auto-translate-lorawan-app-to-zig
How censoring China’s #OpenSource Coders might backfire (Gitee)
https://www.technologyreview.com/2022/05/30/1052879/censoring-china-open-source-backfire/
#ZigLang Compiler will helpfully Auto-Translate our code from C to Zig ... Rewriting C to Zig gets so much easier 👍
https://github.com/lupyuen/zig-bl602-nuttx#auto-translate-lorawan-app-to-zig
@lupyuen Yes, I have known about this for about 20 years. I recall one benchmark that to outperform the vector-insert-in-the-middle for a random element, the collection in the benchmark had to be >50,000 entries.
Then to complicate further, it is language sensitive, since for objects, OO languages (all?) need to make the vector a vector-of-pointers-to-objects, compared to an array-of-structs (or struct-of-arrays) in C.
Vulnerability allows opening Electronic Safes from Sentry Safe and Master Lock without any Pin Code
True cost of Linked Lists vs Vectors
#ZigLang Newsletter for the week
This is how we call the #LoRaWAN Library from #ZigLang
https://github.com/lupyuen/zig-bl602-nuttx#convert-lorawan-app-to-zig
Here's how we import #LoRaWAN Library from C into #ZigLang ... Yep Zig understands C Header Files! 👍
https://github.com/lupyuen/zig-bl602-nuttx#convert-lorawan-app-to-zig
We take this #LoRaWAN App in C and convert to #ZigLang ... 700 Lines of C Code, no sweat!
https://github.com/lupyuen/zig-bl602-nuttx#convert-lorawan-app-to-zig
IoT Techie and Educator / Apache NuttX PMC