iFixit tears down a McDonald’s ice cream machine
#FreeBSD boots in 25 milliseconds on Firecracker micro-VM
https://www.theregister.com/2023/08/29/freebsd_boots_in_25ms/
Ventana Veyron V1 #RISCV Server Processor
https://www.servethehome.com/ventana-veyron-v1-risc-v-data-center-processor-hot-chips-2023/
SiFive P870 #RISCV Processor
https://www.servethehome.com/sifive-p870-risc-v-processor-at-hot-chips-2023/
Reverse-engineering Starlink's User Terminal Firmware (#Linux)
"Researchers at Nanyang Technological University (NTU) found that people who have watched repeated Immersive Videos of others consuming Candy, subsequently have a significantly decreased craving for it" (AR / VR)
Computing the UART Clock for Star64 #JH7110
Article: https://lupyuen.codeberg.page/articles/release.html#appendix-uart-clock-for-jh7110
"Researchers at the Nanyang Technological University (NTU) in Singapore have devised a micrometer-thin Battery that can power Smart Contact Lenses and be charged with Tears"
https://interestingengineering.com/innovation/contact-lens-battery-charged-by-tears
"Researchers find Asian Americans to have significantly higher exposure to 'Toxic Forever' Chemicals" (PFAS)
https://phys.org/news/2023-08-asian-americans-significantly-higher-exposure.html
@lupyuen besides gcc-arm-embedded, one can also utilize Nixpkgs' cross compilation support for fetching the toolchains. This is a shell.nix for playing around NuttX on BL602:
(import <nixpkgs> {
crossSystem = {
config = "riscv32-none-elf";
libc = "newlib";
gcc.arch = "rv32imafc";
gcc.abi = "ilp32f";
};
}).callPackage (
{ mkShell, kconfig-frontends }:
mkShell {
nativeBuildInputs = [ kconfig-frontends ];
buildInputs = [ ];
}
) { }
#DLang Conference London (Aug 29 - Sep 1)
JVM in #RustLang: Executing instructions
https://andreabergia.com/blog/2023/08/a-jvm-in-rust-part-5-executing-instructions/
nix-shell: Reproducible builds for #STM32 and #ESP32
https://dnedic.github.io/blog/nix-shell-embedded-development-environment/
Clocking the Display Controller for Star64 #JH7110 SBC
sounds like paid advertisent for oil companies tbh ...
#ZigLang for Penetration Testing
#ZigLang Comptime and Inline
IoT Techie and Educator / Apache NuttX PMC