Live data from Hacker News

Viewing profile — kachayev

kachayev

HN member
Joined
Sun, Oct 28, 2012, 6:33 PM UTC
HN karma
244
Public activity
17 items

About kachayev

CTO @ Attendify. Full-time coding in Clojure, part-time coding in Haskell, often wondering in Idris.

Scientifically interested in algebras, personally worried about protocols (including HTTP2 ), working hard on async code correctness verification catching race conditions with dependent types like there's no tomorrow (yeah... Aleph & Netty - I'm looking at your right now ) trying to make a life of communicating system developers better.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. story
  7. comment
    Comment #8247666

    Nice question! It "easy". Cause it takes less characters in your code: you don't need "type classes" of any form, you don't care about liftings etc. You can start from 2-3 lines of…

  8. story
  9. story
  10. story
  11. story
  12. story
  13. story
  14. comment
    Comment #5154092

    To answer the question when STM is hard to use, you can imaging any case of simulation. Few years ago I worked with engine for real-time brokers trading simulations: thousands of i…

  15. story
  16. story
  17. comment
    Comment #4709613

    This example was given to describe map/reduce pattern, not advice to use it instead of sum: reduce(operator.add, map(len, ss)) You know, it's hard to understand new concept. And it…