Doug Tangren

Results 432 comments of Doug Tangren

Well, I guess you could sign up for a fake tumblr account with a twitter address. The person posting would need to know the password associated with that email on...

You should receive and invite from tumblr shortly

Sure. The bijection stuff on my branch did'nt remove code, just [deprecated it](https://github.com/softprops/storehaus/blob/core-bijections/storehaus-algebra/src/main/scala/com/twitter/storehaus/algebra/ConvertedStore.scala#L28-L29). It should be good for a pull request maybe tonight but I want to test some things...

mmm, this looks fun. I'm jealous you guys get to work on this for your day job!

I wonder if it could look like the WithPutTtl trait mentioned on one of the other threads so that it just informs the semantics of an existing interface instead of...

ah, gotcha.

@sritchie You've got a big company :) I think [this](http://twitter.github.io/twitter-server/Migration.html) looks there's a migration path to using [this library](https://github.com/twitter/commons/tree/master/src/java/com/twitter/common/metrics) those it's much less ( not at all :) documented then...

Just jotting down some ideas before I forget them. I like a laundry list of what kinds of interesting instrumentation information users would find useful. Something like [finagles](http://twitter.github.io/finagle/guide/Metrics.html) is pretty...

@stevegury storehaus core doesn't depend in finagle yet. A few modules depend on finagle clients. fingale's embedded [stats library](https://github.com/twitter/finagle/blob/master/finagle-core/src/main/scala/com/twitter/finagle/stats/StatsReceiver.scala) library looks clean. It also looks like it had little do...

There's something in there that do depend on finagle. https://github.com/twitter/finagle/blob/master/finagle-core/src/main/scala/com/twitter/finagle/stats/LoadedStatsReceiver.scala#L3 for instance. It would be cool for just the stats interface and nothing else were pulled out.