AlphaZero is interesting, but the paper lacks replication details and was not necessarily a fair test against Stockfish: https://medium.com/@josecamachocollados/is-alphazero-really-a-scientific-breakthrough-in-ai-bf66ae1c84f2
miniblog.
Related Posts
Terminad is a really interesting approach to rendering markdown in the CLI. It deliberately doesn't render links, so you can always see both the link text and the URL.
In a browser you have hover to see URLs, but not necessarily in a terminal.
Heapless is a neat Rust library that provides versions of data structures like Vec that don't use the heap. It's a familiar API, but some are necessarily different (e.g. Vec::push returns a result)
https://japaric.github.io/heapless/heapless/index.html
Thoughtful longform analysis of the different video on demand services, and how they aren't necessarily competitors: they have very different approaches and goals.
