


Macintosh System 1: What Was Apple's Mac OS 1.0 Like?
article about Mac OS 1



Macintosh System 2 0
Video of Mac System 2



A brief and incomplete history of JavaScript bundlers
Good historical description of Browserify and Webpack



Writing a Cloudflare worker with squint and bun
I will probably never get around to it, but this seems like a fun stack to work on.



Docker image push over SSH (distributed)
This guy was way ahead of his time.



Clippy — CSS clip-path maker
Tool that helped me understand how to use clip paths in CSS.



On rebooting: the unreasonable effectiveness of turning computers off and on again - Keunwoo Lee's Minimum Viable Homepage
Good breakdown of "turn it off and back on again" as real useful IT support for basically everything.



net/http: DetectContextType: recognize svg file as image/svg+xml · Issue #15888 · golang/go
Interesting discussion about mime types in the Go community.



Carefully sort out the scope · Issue #51 · whatwg/mimesniff
WHATWG maintainers reacting to Go maintainers unexpectedly (mis?)-using the standard for mime types for mime sniffing.



Build your own React
Really engaging format for a coding tutorial, also does a great job demystifying some of the inner workings of React.



Disjoint force-directed graph
Tutorial on coding up a force-directed graph.



SQLite as a document database
json + generated columns = fun



JSON and virtual columns in SQLite
json + generated columns = fun (another one)



SVG Cropping Tool
It does what it says on the tin



— tuna🍣 (@tunahorse21)
Some rants about web scraping



How To Use Traefik as a Reverse Proxy for Podman (rootless)
Sounds like a bad idea.



Bootswatch: Free themes for Bootstrap
I've basically come full circle and think css components are cool again.



The Grug Brained Developer
I'm a prod member of the anti-intellectual software engineering movement.



from jason
Commentary on enshittification



Latacora - The PGP Problem
Critique of PGP. I learned a lot



“paula” on Twitter
Good diss on AI startups



Software disenchantment
A legendary article tracking the decline of software development



The C10K problem
Original proposal for nginx



aws_ecs_task_definition and continuous delivery to ecs · Issue #632 · hashicorp/terraform-provider-aws
You terraform'd a little to hard there cowboy



PHP: a fractal of bad design
I'm really bothered by the "P.C." concept that programming languages are a matter of "personal preference" or "taste". Some languages are objectively bad.



Milkdown
Random WYSIWYG library



400,000 GitHub repositories, 1 billion files, 14 terabytes of code: Spaces or Tabs?
quantitative proof that go is the best programming language



react-spring
A react animation library I used a lot back in the day.



The easiest way to embed static files into a binary file in your Golang app (no external dependencies) - DEV Community
First tutorial I read about the new go embed feature, which used to be implemented using go generate.


