I've always wondered why npm defaults to the ISC license rather than MIT. MIT seemed more well-known and similarly permissive.
Turns out that ISC is essentially a shorter MIT!
miniblog.
Related Posts
I'm considering switching my personal servers (on Digital Ocean) from Ubuntu to Debian. I essentially just need something running Docker for most of my projects.
Debian seems to require upgrading less often. Any opinions?
TIL cargo is exploring a Rust script mode, essentially a concatenation of Cargo.toml and main.rs
https://www.youtube.com/watch?v=0DLdQ6yb7h8 is a really accessible introduction to programming workflows with Sly for Common Lisp.
The notion of 'stickers' is novel to me: you mark places in the code where you want to remember values (essentially tracing) or pop to a debugger (breakpoints).