https://www.runscope.com/ looks like an excellent way of monitoring APIs in production. I'm looking for an excuse to try it.
Related Posts
The Matter protocol is excellent for puns.
"Does it Matter? It doesn't Matter."
Do any tech streamers try new software live? It'd be a really fun way of doing UX testing.
TIL Rust has an ambiguity `if Foo {}` -- is `Foo` a value of type bool, or a struct?
Rust solves this by defining a grammar production 'any expression except struct literals' and using it in this position. https://rust-lang.github.io/rfcs/0092-struct-grammar.html