Live data from Hacker News

Viewing profile — Kache

Kache

HN member
Joined
Wed, May 01, 2013, 10:41 PM UTC
HN karma
4
Public activity
4 items

About Kache

No profile information was provided.

Recent public activity

  1. comment
    Comment #48432806

    > Consider we have an API receiving 50 requests per second. Say we want to keep the average response time under 200 ms so that users don’t get frustrated. We can estimate the numbe…

  2. comment
    Comment #41135457

    It means that hierarchy matters more than otherwise, because the higher-ups "are right" more by LP decree than by meritous consensus.

  3. comment
    Comment #40363321

    I don't understand these kinds of leadership/management. What they want clearly isn't a tech company. They don't want technical wisdom, insight, nor vision. Why bother hiring in-ho…

  4. comment
    Comment #28521642

    In terms of debugging inconvenience for intermediate values, `->(x) | a | b | c` is the same as `c(b(a(x)))`. I find debugging /w a REPL using functional-esque code much easier. Yo…