Thursday, June 22, 2017

Night Mode on OS X

System Preferences -> Accessibility ->

Enable
- Invert Colors
- Grayscale

Saturday, May 06, 2017

NLP Tools

Five Open Source NLP Tools:
https://opensource.com/business/15/7/five-open-source-nlp-tools

Int size on Apple Watch (watchOS)

  Even though Apple Watch chipset is 64-bits, Int is still 32-bit. To get 64 bit behavior you have to explicitly use Int64 https:// jeffver...