Viewing profile — vshan
vshan
HN member- Joined
- Sun, Dec 14, 2014, 9:21 PM UTC
- HN karma
- 457
- Public activity
- 65 items
- HN profile
- View on Hacker News ↗
About vshan
Recent public activity
-
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…
-
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…
-
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…
- comment
- story
-
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.
-
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…
-
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)?
-
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…
-
comment
Comment #21988958
Distributed Systems!
- story
-
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…
-
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…
-
comment
Comment #18872212
It's built on top of PostgreSQL.
-
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…
-
comment
Comment #17866901
Similar to Scott Fahlman's Scone Knowledge-Base Project: http://www.cs.cmu.edu/~sef/scone/
- story
-
comment
Comment #17586838
I recently read 'Measure What Matters' and find OKRs to be a great way to track personal goals.
-
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.
- story
- story
-
comment
Comment #17254760
Very interesting read.
-
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, …
-
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…
-
comment
Comment #17131376
I've found Holub on Patterns to be a fantastic resource on applying GoF patterns to real world code.