Viewing profile — robin_philip
robin_philip
HN member- Joined
- Tue, May 02, 2017, 2:51 PM UTC
- HN karma
- 7
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About robin_philip
No profile information was provided.
Recent public activity
-
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…
-
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…
-
comment
Comment #14919425
Winston Churchill : mass murderer
-
comment
Comment #14314129
CRUD - create read update delete ACID - atomicity, consistency, isolation, durability
-
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…
-
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…
- comment
-
comment
Comment #14246793
Polymorphism and inheritance