Self Propagating NPM Malware
stepsecurity.io
Things you can do with a Software Defined Radio (2024)
blinry.org
How to make the Framework Desktop run even quieter
noctua.at
Waymo has received our pilot permit allowing for commercial operations at SFO
waymo.com
Denmark close to wiping out cancer-causing HPV strains after vaccine roll-out
gavi.org
Meta RayBan AR Glasses Shows Lumus Waveguide Structures in Leaked Video
kguttag.com
How Container Filesystem Works: Building a Docker-Like Container from Scratch
labs.iximiuz.com
I built my own phone because innovation is sad rn [video]
youtube.com
Launch HN: Rowboat (YC S24) – Open-source IDE for multi-agent systems
github.com
A new experimental Google app for Windows
blog.google
Bertrand Russell to Oswald Mosley (1962)
lettersofnote.com
CIA Freedom of Information Act Electronic Reading Room
cia.gov
If We Want Bigger Wind Turbines, We're Gonna Need Bigger Airplanes
spectrum.ieee.org
Adios Chicos, 25 Years of KDE
jriddell.org
Scammed out of $130K via fake Google call, spoofed Google email and auth sync
bewildered.substack.com
Writing an operating system kernel from scratch – RISC-V/OpenSBI/Zig
popovicu.com
Top UN legal investigators conclude Israel is guilty of genocide in Gaza
middleeasteye.net
Implicit ODE Solvers Are Not Universally More Robust Than Explicit ODE Solvers
stochasticlifestyle.com
Development of the MOS Technology 6502: A Historical Perspective (2022)
embeddedrelated.com
The Linux Process Journey [pdf]
thelearningjourneyebooks.com
Paper Folding Assembly Line [video]
youtube.com
Generative AI as Seniority-Biased Technological Change
papers.ssrn.com
I have redone the classical exercise of writing a tiny OS kernel with time sharing, which manages a couple of user threads. My goal was to experiment specifically on RISC-V + OpenSBI. Additionally, I wanted to explore Zig a little bit, so that was the language used instead of the traditional C, but it should be straightforward how to do the same experiment in either C or Rust.
It's definitely very rough around the edges, and it's more of an experiment and an intro for people who want to go through step 0 of learning OS kernel development and computer architecture. Nevertheless, I hope it is still a fun experimental thing to play with over the weekend!
The full walkthrough and the GitHub link are available at the link posted!