Tag
#embedded
2posts

Tech6 min read
Hosting a website on a $1 microcontroller
One programmer squeezed a real TCP/IP stack onto a $1 AVR chip using SLIP over serial. The site is slow, the TCP is buggy, and it loads.
#embedded#networking#avr

Tech5 min read
XS: A 2.9 MB Binary That Is an Entire Programming Toolchain
XS packs compiler, debugger, formatter, package manager, and six backends into one 2.9 MB binary that runs on Linux, macOS, ESP32, and more.
#programming-languages#toolchain#compilers