A couple of articles about distributed transactions and scalability:
Online Event Processing Achieving consistency where distributed transactions have failed [link]
written by Martin Kleppmann [twitter], Alastair R. Beresford [twitter], and Boerge Svingen [twitter]
Life beyond Distributed Transactions: an Apostate’s Opinion [link]
written by Pat Helland [twitter]
Got tired to enter ssh passphrases on mac os and want to know how easily force ssh-agent to remember ssh keys?
Add this snippet to ~/.ssh/config file:
Host * AddKeysToAgent yes UseKeychain yes Source
Simple probabilistic data structure used to count distinct values.
source
Here is html version of Simon Marlow’s book ‘Parallel and Concurrent Programming in Haskell’.
Slides and videos from the Velocity conference 2017.