2025-09-15 Hacker News Top Articles and Its Summaries
1. Hosting a website on a disposable vape Total comment counts : 58 Summary An author collects disposable vapes and finds a PUYA PY32F002B ARM microcontroller inside several models. Despite being labeled disposable, the device can host a tiny web server. Using semihosting with pyOCD, they bridge the MCU to a host via telnet, then route IP traffic with SLIP and a Linux slattach-like setup. They port the small uIP TCP/IP stack and its minimal HTTP server, tweak the filesystem for ARM, and note alignment issues....