Rate the Drip 2022

Here are all coffee beans I shopped for pour-over coffee in 2022. I will give a try to rate and review them, all in once.

More …

Python F-strings

Since Python 3.6, a new feature called formatted string literals or f-strings has been introduced to the string fomatting arsenal. It boasts better simplicity and readability than the reigning strategy, str.format.

More …

The Stats behind Wordle

The puzzle game Wordle have been trending for a while and hit headlines more recently when purchased by New York Times for over 1 million USD. In Wordle, players need to identify a randomly generated 5-letter word in 6 attempts or less. Players learn hints about the letters and their placements after every attempt: green block means we have the right letter in right place; orange block means the right letter but in wrong place; black block means we get the letter wrong.

More …