Viewing profile — bnorton
bnorton
HN member- Joined
- Fri, Feb 04, 2011, 6:47 PM UTC
- HN karma
- 22
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About bnorton
Recent public activity
-
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…
-
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…
-
comment
Comment #39426046
i can only see the screenshot for "Example 1"
-
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 …
-
comment
Comment #39425998
yes and now it looks like you need a product tour
-
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…
-
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…
-
comment
Comment #22411126
Netflix would have not become Netflix if Blockbuster had purchased them. This notion of a missed opportunity is flawed
-
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'…
-
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…
- story
-
comment
Comment #5111170
the magic is here: https://github.com/bnorton/tap_if/blob/master/lib/tap_if.rb
-
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…
- story
-
comment
Comment #4279656
multiple file uploads. :)
-
comment
Comment #4224704
http://www.oracle.com/us/corporate/acquisitions/involver/ind...
-
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…
-
comment
Comment #3943848
what is paper?
-
comment
Comment #3909421
http://blog.involver.com/2012/01/26/testing-backbone-js-best...
-
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…
-
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…
-
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);…