Live data from Hacker News

Viewing profile — robin_philip

robin_philip

HN member
Joined
Tue, May 02, 2017, 2:51 PM UTC
HN karma
7
Public activity
8 items

About robin_philip

No profile information was provided.

Recent public activity

  1. comment
    Comment #17371867

    I have been in a similar position. In case you stopped receiving your salary, you should bail immediately. If you are being paid, start preparing to jump ship while continuing to w…

  2. comment
    Comment #16302338

    We had a similar problem building an ad network. We ended up logging events into a HDFS using Kafka. Backend for serving was built using Java (Go Seems fine too). As for serving re…

  3. comment
    Comment #14919425

    Winston Churchill : mass murderer

  4. comment
    Comment #14314129

    CRUD - create read update delete ACID - atomicity, consistency, isolation, durability

  5. comment
    Comment #14264260

    I haven't worked with a functional language professionally. Closest I came was with python which supports these constructs. I suppose it comes down to trade offs when designing a l…

  6. comment
    Comment #14264240

    Inheritance is probably misused a lot. Having deeply nested inheritance structures is definitely a bad idea. It is useful in some situations. Polymorphism on the other hand is a po…

  7. comment
  8. comment
    Comment #14246793

    Polymorphism and inheritance