Live data from Hacker News

Viewing profile — keithy

keithy

HN member
Joined
Thu, Apr 16, 2015, 8:32 PM UTC
HN karma
121
Public activity
29 items

About keithy

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
  3. comment
  4. 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…

  5. 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.

  6. 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 …

  7. comment
    Comment #10232670

    Watched Wild Strawberries on youtube on a whim, made me realize how important relationships are to our happiness.

  8. 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 …

  9. comment
    Comment #10179953

    I feel like everyone has those symptoms from time to time

  10. comment
    Comment #10143935

    Seems like a harmless prank to me.

  11. 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.

  12. comment
    Comment #10091730

    Hmm might have to try this out. The TODOMVC test http://somebee.github.io/todomvc-render-benchmark/index.html looks promising .

  13. 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.

  14. 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…

  15. 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, …

  16. 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 …

  17. comment
  18. comment
  19. 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…

  20. comment
  21. comment
  22. 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.

  23. comment
  24. 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…

  25. 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 …