Viewing profile — kennethkl
kennethkl
HN member- Joined
- Fri, Sep 30, 2011, 4:21 AM UTC
- HN karma
- 15
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About kennethkl
Recent public activity
-
comment
Comment #34579007
you don't strike me as someone who reads much, so i can understand why you don't see the usefulness of scroll pan zoom on a computer. specifically on large pdf documents with tiny …
-
comment
Comment #34172893
you don't need a network lab. this article is not about that. it's not targeting you if you don't have a network lab. feel free to skip it. but if you have one, this article might …
-
comment
Comment #25588180
to each their own. i personally like direction they took. it's minimal and gives more of a teaser. like a movie poster or game box art. I'd find adding screenshots everywhere is a …
-
comment
Comment #16088227
i agree -- couldn't bare trying to read, closed tab immediately.
-
comment
Comment #14477878
why are all the solutions to for-loop, a different kind of for-loop? aren't you still paying the tax?
-
comment
Comment #14261693
seems to just change double quotes to single. find and replace. I don't notice any other difference. oh, noticed `0.5` turn into `.5` and `black` turn into `#000`. not sure how tha…
-
comment
Comment #12300295
A Twitter API call without authentication?! I call BS
-
comment
Comment #11321638
they probably track the closest object to the phone. just a guess. then ignore subsequent echos for a split second.
-
comment
Comment #11039958
Your goals sound too large. Start small. Reminds me of a saying my grandmother used to say, when we took walks. "One step in front of the other, over leaves, past trees, and over b…
- story
-
comment
Comment #8128265
I really really like the simplicity and speed of http://nitrous.io . May not look as pretty as the other ones but it's the fastest and extremely functional.
-
comment
Comment #7541653
Why take a step back in technology?
-
comment
Comment #7442476
Start with nitrous.io for a free quick dev environment. It gives you a little linux box you can play with and setup the web server. Perfect for learning. As for language, I'll defe…
- story
- story
-
comment
Comment #6751146
lines like: dx = (e.keyCode - 38) % 2, dy = (e.keyCode - 39) % 2; is cheating. In that case, you could probably make it 1 line of javascript.
-
comment
Comment #6643146
perhaps enabling open source editing of docs, wiki style, might help, but need to consider that a lot of docs is auto generated. Can't think of anything that can do that. Someone g…
-
comment
Comment #6631407
Brand already has a bad name. http://www.businessinsider.com/dont-micromanage-your-employe... How to stop micromanaging: http://www.entrepreneur.com/article/218028
-
comment
Comment #6621910
I can't say I'm excited about this...
-
comment
Comment #6001954
Go through lean canvas process, refine, and once it's okay, try it out. If you fail, whoops. Try again. Hopefully you didn't burn that much time. It's like shooting in the dark. On…
-
comment
Comment #5985701
How did you manage that? o.0 Re-wiring the routes?
-
comment
Comment #5895540
Keep doing what you are doing; stay passionately curious. Once you think you are good enough, help out at an open source project. Or start your own little project. One step in fron…
-
comment
Comment #5839559
nitrous.io is working...