Viewing profile — keithy
keithy
HN member- Joined
- Thu, Apr 16, 2015, 8:32 PM UTC
- HN karma
- 121
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About keithy
No profile information was provided.
Recent public activity
-
comment
Comment #10457543
Yeah, but the thing with React is that it's one library, instead of having both Jade and Backbone, you can have a fully React stack and have peace of mind through it. I've used Jad…
- comment
- comment
-
comment
Comment #10399361
I'm in the same boat, it's just too convenient to read from a Kindle compared to having to hold a paperback while laying in bed. These rules that Amazon imposes on ebooks doesn't r…
-
comment
Comment #10271765
He reminds me of TJ Hollowaychuk, who singlehandedly wrote most of Express.js. Makes me wonder what the node community would be without him.
-
comment
Comment #10260455
My go to stack for personal projects is React Node Postgres, while Meteor looks great I just can't live without the sweet built in postgres features like trigger functions. I'm on …
-
comment
Comment #10232670
Watched Wild Strawberries on youtube on a whim, made me realize how important relationships are to our happiness.
-
story
How do you try to get really good at something without feeling depressed?
note: minor Whiplash spoilers I feel like I have to draw/paint 8 hours a day to even break it in the concept art industry, I am working my ass off getting better but its making me …
-
comment
Comment #10179953
I feel like everyone has those symptoms from time to time
-
comment
Comment #10143935
Seems like a harmless prank to me.
-
comment
Comment #10115950
It's a restriction of the Mac App Store, not the actual Mac computer itself. Mac is just Unix with a pretty UI and lots of features.
-
comment
Comment #10091730
Hmm might have to try this out. The TODOMVC test http://somebee.github.io/todomvc-render-benchmark/index.html looks promising .
-
comment
Comment #10091709
I would really like to see React do something like this as a shortcut to having to do map. It would be SO helpful.
-
comment
Comment #10051917
React is insanely fun. It's so stress free to code up the frontend of your web app with React because everything is viewed as a component. My friend and I have adopted React and we…
-
comment
Comment #10051911
Well if you think about it, the netflix UI is pretty much a bunch of documents. It's a gallery of images, and each image has its own document. The DOM is a dinosaur unfortunately, …
-
comment
Comment #9823539
The community would be in an uproar if such a sale happened. Reddit's only monetization schemes right now are 1) reddit gold 2) ads and 3) the gift shop. These are things that the …
- comment
- comment
-
comment
Comment #9822892
Sometimes the best thing to do is to do nothing at all. Reddit is OK already, but the new management seems to want to change it more and more. These new CEO's want to always push t…
- comment
- comment
-
comment
Comment #9819003
Lots of great insights in this article! I especially liked the part where he advises us to treat freelancing as a business.
- comment
-
comment
Comment #9738267
The backslash commands are way better than having to type out SHOW TABLES; or SHOW DATABASES;, or CONNECT DATABASE X. All I have to do is \dt or \c x. It's so much better. Can't re…
-
comment
Comment #9731096
I mean, I love Node for building my webapps, but if I had to write a fast HTTP server for pure speed I'd probably go with C. But I use Node for NPM just like anyone would use Ruby …