Live data from Hacker News

Viewing profile — vshan

vshan

HN member
Joined
Sun, Dec 14, 2014, 9:21 PM UTC
HN karma
457
Public activity
65 items

About vshan

Hello there.

Recent public activity

  1. comment
    Comment #28549352

    "How many of you are from consulting? Oh that's bad. You should do something. No seriously, I don't think there nothing inherently evil in consulting, I think that without owning s…

  2. comment
    Comment #28431671

    I'd argue the opposite really, re: 'using C/C++ at all is probably "too clever"'. By using modern C++ features it is possible to enforce a Rust-like model of ownership, without any…

  3. comment
    Comment #28366002

    The weed work is the most painful though. We get through it at work because we have to. But for any personal hobby projects, I feel nails scraping blackboard level of frustration w…

  4. comment
  5. story
  6. comment
    Comment #23414368

    I so wish all of this content was public. How lovely would it be for skill development if all of us had access to these assignments and projects with auto-graded tests.

  7. comment
    Comment #22373730

    Yes, I've had the opportunity to contribute to some existing projects but I've been limited to making feature contributions. I feel like my "system design" skills don't get exercis…

  8. comment
    Comment #22373722

    Could you please point me to any which don't have a turn-key solution like Etcd for Raft (and also have a need like consensus is a need for most distributed applications)?

  9. story
    Ask HN: Ideas for projects like Etcd, traefik

    I've always wanted to tackle some systems problems and develop an open source project similar to the likes of etcd, traefik, etc. My goals are: - Tackle distributed systems / syste…

  10. comment
    Comment #21988958

    Distributed Systems!

  11. story
  12. comment
    Comment #20210898

    I feel the opposite way. When I was studying at university, I found it quite hard to motivate myself to do boring assignments, but after joining a BigCo and talking to customers wh…

  13. comment
    Comment #19509041

    PG was also involved in the inception of Reddit: It was PG who gave Alexis and Steve the idea to make something like reddit, and also gave them the tagline "the front page of the i…

  14. comment
    Comment #18872212

    It's built on top of PostgreSQL.

  15. comment
    Comment #18508328

    From Nat Friedman, future CEO of GitHub ( https://www.reddit.com/r/AMA/comments/8pc8mf/im_nat_friedman... ): "Developers are really particular about their setup, and choosing an ed…

  16. comment
    Comment #17866901

    Similar to Scott Fahlman's Scone Knowledge-Base Project: http://www.cs.cmu.edu/~sef/scone/

  17. story
  18. comment
    Comment #17586838

    I recently read 'Measure What Matters' and find OKRs to be a great way to track personal goals.

  19. comment
    Comment #17325717

    Just to add on to the fantastic article: Designing Data‑Intensive Applications is a great book which tries to bridge the gap between distributed systems theory and practice.

  20. story
  21. story
  22. comment
    Comment #17254760

    Very interesting read.

  23. comment
    Comment #17252391

    It's astounding how much of Kubernetes is simply marketing. Google doesn't even use it internally. Service Fabric[0] is leagues ahead of any cluster orchestration framework, heck, …

  24. comment
    Comment #17142546

    “It's not that students don't "get" Kafka's humor but that we've taught them to see humor as something you get -- the same way we've taught them that a self is something you just h…

  25. comment
    Comment #17131376

    I've found Holub on Patterns to be a fantastic resource on applying GoF patterns to real world code.