Viewing profile — bmdhacks
bmdhacks
HN member- Joined
- Mon, Mar 18, 2013, 5:04 PM UTC
- HN karma
- 42
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About bmdhacks
No profile information was provided.
Recent public activity
-
comment
Comment #45596397
Asahi linux is essentially in a holding pattern with only support up to M2. Likely linux will never be supported above M2 and even M2 has a lot of rough edges. When my monitor slee…
-
comment
Comment #9040797
Take a look at the Stack class (an example of a free monad) and how it's used to compose clients: https://github.com/twitter/finagle/blob/master/finagle-core/... https://github.com…
-
comment
Comment #7095763
Fanout is soft realtime, but yeah, we don't block lady gagas tweets to 40 million people until they're all delivered. Note that she counts as 1 in the tps calculation when she twee…
-
comment
Comment #7095674
34k tweets per second * follower fanout. Trading platforms don't deliver curated individual timelines of single trades you are interested in.
-
comment
Comment #6106003
One of the projects I've been working on is doing more aggregate analysis of zipkin data: https://github.com/twitter/zipkin/pull/276 We're using this at Twitter to better understan…
-
comment
Comment #6105676
That's what we do, but it's built into the RPC library we use, finagle: https://github.com/twitter/finagle/blob/master/finagle-core/... BTW, to the readers at home, note how almost…
-
comment
Comment #6105649
Merged thanks
-
comment
Comment #6105648
Zipkin is designed to piece together operations that are distributed across a fleet of systems. IE: nginx calls your rails server which calls memcache then calls your login server …
-
comment
Comment #6105632
Twitter util to the rescue! https://github.com/twitter/util/blob/master/util-core/src/ma...
-
comment
Comment #6105577
Hey, developer on zipkin here. Happy to answer any questions you have.