This via Lobste.rs today: SPI: The serial peripheral interface.
Category Archives: Programming
Reactions to REST API Design Rulebook
I’m reading REST API Design Rulebook. On page 12 the author says “two different URIs map to two different resources”, but that’s wrong, many URIs can refer to the same resource, with and without respect to time.
Axiomatic CSS and Lobotomized Owls
This is a neat CSS technique: Axiomatic CSS and Lobotomized Owls.
Observability and You
This via tilde.news today: Observability and You — Keith Gregory, a discussion of what and why for observability.
Software Development Waste
This via HN today, various types of Software Development Waste.
The Connection Strings Reference
This popped up on HN today, looks handy: The Connection Strings Reference. Well, I thought it might be handy, but it doesn’t seem to support PHP PDO.
Unicode Normalization FAQ
Some good info over in the Unicode Normalization FAQ.
Public APIs
This via r/programming today: A collective list of free APIs for use in software and web development.
Favourite papers
So there’s a list of interesting papers over here: My favorite papers. I didn’t have time to read them all so I picked The Ubiquitous B-Tree and just read that.