would folks be interested in an "implement a toy version of HTTP/1.1 in a weekend” guide? I'm imagining something super basic (~100 lines of Python, not remotely standards compliant), just a server that opens a TCP socket, takes HTTP requests, and returns responses.
@b0rk so much of this reminds of this article: https://medium.com/@zarkzork/recreational-programming-279e330c6f9a and why I started writing code to begin with #makecodefun
Recreational Programming – Vladimir Terekhov – Medium

Rediscover the Joy of Coding