One night we were wandering around Xintiandi and found ourselves on NonChang road, where we almost walked past the Petit Cat Cafe. A sign on the road points the way into a small alleyway.
Month: April 2014
Ordos
Ordos is know as one of China’s “ghost cities”. It was built with the intention of housing millions of people, instead it only houses thousands.
If you’ve lived in China for a while, Ordos is strange.
Lesson of the Week: MySQL bits are bigger than expected in C#
If you have a bit(1) in a MySQL table, guess what type it is converted to when you make a query using C#’s MySQL helper?
unsigned long
Yep, that’s right. The smallest possible type gets converted to the longest possible type when you make a query through c#.