I wish to inform
Sunday, September 18, 2016
Algebird Decayed Value
›
Since it took me some time to understand how decayed values in algebird work, I thought I'd document it here. A DecayedValue conveys t...
Sunday, September 28, 2014
Finagle, promises, local and dtab
›
Finally figured out how request context is defined in finagle. It was a bunch of things that had been puzzling me for some time and all star...
Thursday, May 22, 2014
Embrace the implicit
›
When you first learn scala, implicits come as one of the most advanced and complicated features to grasp. Over time, you get an impression f...
Tuesday, May 20, 2014
Blogging from command line using b.py
›
Since it took me some time to figure out how to set up b.py to start blogging from command line, I thought I'd post it out here. pip in...
Friday, July 5, 2013
TCP_NODELAY
›
TCP_NODELAY is a socket property that disables Nagle's algorithm. Nagle's algorithm is basically about buffering requests to a netw...
Akka Source Code Notes
›
Mailbox typically holds an in memory concurrent queue called MessageQueue. An actor basically processes messages from a mailbox. deadLe...
›
Home
View web version