Viewing profile — stevekwan
stevekwan
HN member- Joined
- Sat, Jun 04, 2011, 7:13 PM UTC
- HN karma
- 81
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About stevekwan
Recent public activity
- story
-
comment
Comment #7618589
Although there is some solid advice and insight in here, there's also a lot of really questionable stuff. Following a lot of this advice, particularly around self-promotion and nav…
-
comment
Comment #5303174
Yes...my apologies, should have been clearer about this.
-
story
Ask HN: Are you a generalist or specialist?
This is a discussion that's come up frequently with my peers. To HN's software engineers, I'm wondering if you consider yourselves to be: -a generalist / full stack engineer, or...…
-
comment
Comment #5276737
Good catch. I accidentally JavaScript. It's been fixed. Thanks!
-
comment
Comment #5275519
I know...but there's actually a real gem hidden in there! The whole agile estimation thing is something that seems to trip people up all the time. If you were to blow this out into…
-
comment
Comment #5275507
I've gone through and removed some of the bristly "flavour" language. If you want to scan through it again and look for more offenders I'd be greatly appreciative.
-
comment
Comment #5275490
I hear you completely. But understand that my intent here was not to write idiomatic code, it was to write code that an outsider to JavaScript would understand. I worry that the {}…
-
comment
Comment #5275458
I'm not disagreeing with you in any way, shape or form. JavaScript is an AWESOME language for both productivity and results. But I think we're doing ourselves a disservice if we as…
-
comment
Comment #5273635
"This is totally stupid and insane and only idiots will do it." I hear your point, but this kind of language is no way to get it across.
-
comment
Comment #5273616
As a UX guy, the prevalence of the Pinterest layout has made me cringe a bit. But I think it definitely has a place, given a few caveats: 1) As others have said, if your site's pur…
-
comment
Comment #5273299
Most important thing is to expand your connections. You can only rely on appearing in search so much. Bear in mind that whenever you do something to LinkedIn, it gets blasted out t…
-
comment
Comment #5272145
I think if your interview style is very Q&A oriented, or if you are burying candidates under coding challenges, you are definitely in need of some interview training. Sadly, a lot …
-
comment
Comment #5272105
I'm a HUGE fan of LinkedIn. You get what you put into it, though. For me, LinkedIn is my online resume - even moreso than GitHub, because the nature of my work prevents me from con…
-
comment
Comment #5271774
I understand where the article is coming from, but I don't agree with this as a blanket statement. There are way too many counterexamples of big companies doing incredible things.
-
comment
Comment #5271768
It is kind of funny how responsive design has become perceived as a silver bullet for web design. There are still situations where a traditional m.domain.com approach is better. Re…
-
comment
Comment #5271371
I love JavaScript, but there's no denying that large aspects of the language are somewhat ill-conceived. Crockford himself says this. Once you know which pitfalls to avoid it's pos…
-
comment
Comment #5271303
I did not put that there because it was the best syntax. :) I put it there because I felt it was most likely to be understood by someone new to the language. I assume you're implyi…
-
comment
Comment #5271169
I tried not to get too deep into the explanations because I really, really wanted to keep this to a short list that could be scanned and grokked. Truth be told, if someone wants an…
-
comment
Comment #5271162
I really didn't want to write that. Ignorance is never really a good solution. :) But from my experience, someone who is coming into JS for the first time is probably not setting u…
-
comment
Comment #5271149
My apologies if I came across this way. The intent was not to whine about var or function declaration, but rather to provide clear direction about a standardized "okay" way of doin…
-
comment
Comment #5271134
My only worry is how long it'll take for ES6 to get adopted. It's one thing to write a spec and implement it into the compiler yourself...it's another thing to write a spec and wai…
-
comment
Comment #5271130
Could not agree more. There's tons of value in using a standard, even if that standard is getting a bit long in the tooth.
-
comment
Comment #5271127
Oh, and one more thing. If you see anything in there that's flat-out WRONG - not just a preference or stylistic choice, but actually WRONG - by all means, shoot me a pull request! …
-
comment
Comment #5271120
Wow, glad to see this is stirring up a lot of discussion. Thanks for all your contributions guys. There are a ton of comments down below with a ton of criticisms and suggestions. I…