Live data from Hacker News

Viewing profile — bnorton

bnorton

HN member
Joined
Fri, Feb 04, 2011, 6:47 PM UTC
HN karma
22
Public activity
22 items

About bnorton

Co-founder of chameleon.io

Recent public activity

  1. comment
    Comment #40232979

    Chameleon | Fullstack Engineer (Ruby) | Remote before it was cool | $120k - $180k | Full-time | https://chameleon.io Remember those modals, tooltips and checklists you have built b…

  2. comment
    Comment #39902359

    Chameleon | Frontend Engineer (React) + Fullstack Engineer (Ruby) | Remote before it was cool | $120k - $180k | Full-time | https://chameleon.io Remember those modals, tooltips and…

  3. comment
    Comment #39426046

    i can only see the screenshot for "Example 1"

  4. comment
    Comment #39426021

    How you do you solve for, or imagine solving for the hiding of potentially important UI without running to risk users not finding what they are looking for and not realizing it is …

  5. comment
    Comment #39425998

    yes and now it looks like you need a product tour

  6. comment
    Comment #27034095

    Chameleon | Frontend Engineer (React) | Remote before it was cool | Full-time | https://trychameleon.com Remember those modals, tooltips and checklists you have built but never rea…

  7. comment
    Comment #26669087

    Chameleon | Full Stack Rails Engineer + React | Remote before it was cool | Full-time | https://trychameleon.com Remember those modals, tooltips and checklists you have built but n…

  8. comment
    Comment #22411126

    Netflix would have not become Netflix if Blockbuster had purchased them. This notion of a missed opportunity is flawed

  9. comment
    Comment #12631611

    Client side JS is Backbone + HTMLbars Node.js Rails AWS Lambda MongoDB & Postgres We have some interesting requirements that we must conform to in order to be part of our customer'…

  10. comment
    Comment #12408969

    We've all built and [not] maintained product tours, now its time to pass the torch to our business compatriots. Chameleon enables them to show off the product without developers as…

  11. story
  12. comment
    Comment #5111170

    the magic is here: https://github.com/bnorton/tap_if/blob/master/lib/tap_if.rb

  13. comment
    Comment #5111157

    Instead of assigning a variable or bloating the length of your statements, use this method to to return the caller and only execute the block if the condition passes. User.where(:e…

  14. story
  15. comment
    Comment #4279656

    multiple file uploads. :)

  16. comment
    Comment #4224704

    http://www.oracle.com/us/corporate/acquisitions/involver/ind...

  17. comment
    Comment #3982207

    This is good information, but could you explain why you think that everyone should use caching? You don't mention testing in this article so is it safe to say that you don't? Do yo…

  18. comment
    Comment #3943848

    what is paper?

  19. comment
    Comment #3909421

    http://blog.involver.com/2012/01/26/testing-backbone-js-best...

  20. comment
    Comment #3909413

    This is the point I was getting at. Not that this style is bad or good (I think it is good) but that these aren't tests that span modules. It is common practice (and a good one) to…

  21. comment
    Comment #3909276

    How about the people that don't like or dont have time for said hackfests, how else would one meet someone like this? I feel that hackfests/days are not really all that enjoyable b…

  22. comment
    Comment #3909246

    It still seems more like unit tests.. For example this line states that if you are given 20 records that 20 make it into the view. expect(view.$('.persons li').length).toEqual(20);…