Monday, February 27, 2023

 

DB Reading


BASE: An Acid Alternative: In partitioned databases, trading some consistency for availability can lead to dramatic improvements in scalability.

https://dl.acm.org/doi/10.1145/1394127.1394128

TAO: FB Graph  - https://engineering.fb.com/2013/06/25/core-data/tao-the-power-of-the-graph/

https://dx.tips/oops-database

Saturday, February 10, 2018

Neural Networks Resources



Demystifying Neural Networks
http://scs.ryerson.ca/~aharley/neural-networks/

Gradients
https://www.khanacademy.org/math/multivariable-calculus/multivariable-derivatives/gradient-and-directional-derivatives/v/gradient

Graphical Understanding of Partial Derivatives
https://www.khanacademy.org/math/multivariable-calculus/multivariable-derivatives/partial-derivatives/v/partial-derivatives-and-graphs

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

Friday, December 09, 2016

Conducting User Interviews - Resources

https://community.uservoice.com/blog/customer-interview-questions/

http://labs.openviewpartners.com/conducting-customer-interviews/?mc_cid=f43bec58c9&mc_eid=6ce1eb31c3#.WEsEa3eZM0o

https://www.youtube.com/watch?v=etSL8hvgU5A&mc_cid=f43bec58c9&mc_eid=6ce1eb31c3




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...