Checked out Java 8 new features. Stamped Locks, Concurrent Adders, Parallel Sorting, Exact Numeric Operations and Secure Random Generation. AFAIK nothing new in technical terms. Of course those haven't been available in standard Java library earlier, but all mentioned methods are something that have been used for ages already.
Finished reading a few The Economists. I can't stop loving these excellent mags with great in depth articles. Most of Finnish publications are simply incredible junk compared to properly produces mags.
Studied ES6 new JavaScript features. Feature list does look really nice, even if that's not nearly all of it.
While creating unique random identifiers for users, reminded my self about Birthday Paradox Problem, so I can be sure that the space where I'm allocating random user IDs is large enough.