When designing software systems, do the simplest thing that could possibly work. It’s surprising how far you can take this piece of advice. I genuinely think…| www.seangoedecke.com
In this post I explore the design space of adding floats to RCL, a gradually typed configuration language. With floats in place, RCL is finally a true json superset.| ruudvanasseldonk.com
Svelte 5 as a case study in how abstractions aimed at simplifying concepts can actually make software development more complex.| hodlbod
reimagining readr::read_csv()| josiahparry.com
Presentation review: Rich Hickey • Simple Made Easy (2011)| stefanlesser.substack.com
jorge started as a Go learning project, so writing down my thoughts on the language seemed like a good way to wrap up this devlog.| jorge
Go is not an easy language| www.arp242.net
There are tons of articles online that discuss the articles/talks/books that you must consume to become a true programmer [https://en.wikipedia.org/wiki/No_true_Scotsman]. I dislike this framing; it’s gatekeeping, plus software development is such a varied discipline that one person’s essential reading| Dan Lew Codes