September 2016
36 links saved this month.
tylerneylon.com
Tour of the whole Lua language as one annotated script — variables, functions, tables, metatables, classes and modules.
research.google.com
Google's VLDB 2010 paper on Dremel, a scalable interactive ad-hoc query system for read-only nested data that scans trillion-row tables in seconds.
css-tricks.com
Tutorial on React Router — routes, nested routes, reusable layouts, Link navigation and hash versus browser history. Predates React Router 4.
techblog.netflix.com
Netflix on rebuilding its Zuul cloud gateway on Netty as an asynchronous non-blocking system, and how the measured gains differed from what they expected.
developers.lyst.com
How Lyst applied word2vec and GloVe to its fashion catalogue to surface semantic relations between garments, designers and fashion vocabulary.
streamhacker.com
Walkthrough of training gensim's word2vec on NLTK corpora and querying the resulting embeddings for similarly-used words.
nltk.org
API documentation for NLTK's tagging package, which provides the classes and interfaces for part-of-speech tagging.
www-nlp.stanford.edu
Stanford's GloVe project — an unsupervised algorithm deriving word vectors from co-occurrence statistics, with pre-trained vectors to download.
themacro.com
Michael Seibel on treating PR like business development — generating actual news, building relationships with reporters, and timing an announcement.
developers.google.com
Google's reference on using OAuth 2.0 to authorise access to its APIs, with the flows for web, installed, server-side and limited-input applications.
python-oauth2.readthedocs.io
Documentation for python-oauth2, a framework for providing OAuth 2.0 authentication in Python applications.
docs.python.org
Standard library documentation for Python's multiprocessing module, which spawns processes to sidestep the GIL and offers queues, pipes, pools and shared memory.
pythonhosted.org
Documentation for watchdog, a cross-platform Python library and shell tool that reacts to file system events such as directory changes.














