2020-05-20

The Miracle Sudoku

I’ll admit that I didn’t watch all 25 minutes of The Miracle Sudoku that has been traveling around social media, but I did watch more than I expected and quite enjoyed it. This is clearly a person who loves Sudoku and is very good at it. Also worth noting that the site he’s playing on, Cracking the Cryptic is a nice web implementation of Sudoku.

Worldbuilding Stack Exchange

One of the Writing Tools that’s new to me: the Worldbuilding Stack Exchange is a question and answer site for people doing worldbuilding. The questions are fascinating and random.

A whole bunch of exercises for learning Go

Here’s an open source repository for learning Go: https://github.com/inancgumus/learngo It’s the background for Learn Go Programming.com

Uber’s approach to feature flags

Pete Hodgson provides a rundown on Twitter of Uber’s approach to Feature Flags, which I think is a very important technique for frequently deployment and delivery. Specifically, this thread is about how to clean up flags over time.