Pairing the new Xbox One S controller (2018) with Android
I just bought an Xbox One S controller yesterday, expecting it would pair with my Android phone via Bluetooth. I have learned that the key mapping would be a bit messed up because it’s a Microsoft ...
Minimal, Complete, Verifiable Example
How to create a Minimal, Complete, and Verifiable example
Alpha-Beta Pruning
As described in a previous article, Alpha-Beta pruning can be used to speed up minimax heuristic searching by pruning branches that will never be reached.
Making a Reversi game with Python
As a casual attempt to accomplish a Grand Assignment, I created a Reversi game with Python. The project is open-source on GitHub and you can view it with the link above.
Build GitHub Pages with Travis CI
Update December 2020
Joining SmokeDetector
After a plain request, an administrator of the SmokeDetector project added me under the Developers section of their team member list, which indicates that I am a known personnel for contributing a ...
Append int to std::string
For people new to template resolution and template type deduction in C++, they may have written this code and get confused why it doesn’t compile: