Viewing profile — ansman
ansman
HN member- Joined
- Wed, Mar 21, 2012, 9:36 PM UTC
- HN karma
- 287
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About ansman
No profile information was provided.
Recent public activity
- story
-
comment
Comment #5661105
The readme is very unclear, I've installed it but it doesn't appear that it's doing anything.
-
comment
Comment #5580391
s/M/B/g
-
comment
Comment #5296250
Isn't this the same guy who discovered the mass assignment bug in Rails last year?
- story
-
comment
Comment #5268121
If you understand programming (there is a difference between knowing how to program and understanding, a lot of people lack the latter) there is absolutely no difficulty learning C…
-
comment
Comment #4985797
Same here, tried Chrome, FF and Safari.
-
comment
Comment #4980059
Very sad but I fail to see how this belongs on HN.
- story
-
comment
Comment #4735380
Well I had having to decide in advance what I want to listen to. And I hate interruptions in my music just because I happened to go into a house without wifi.
-
comment
Comment #4733463
Isn't anyone else bothered that it only has 16GB space? I use around 13GB for music (Spotify) and 2GB for photos. I don't see why they couldn't make a 32GB version.
- story
-
comment
Comment #4601318
If you spent over €4M on a website wouldn't you want some traffic too?
-
comment
Comment #4568936
http://ismycreditcardstolen.com/
-
story
We lost data in the github crash, did you lose data as well?
I just noticed that we had at least one pull request go missing after the github crash(es) this week. Out of curiosity did anyone else lose something and in that case what did you …
-
comment
Comment #4474402
This feels like a scare tactic to get people scared, they could never go after all downloaders.
-
comment
Comment #4463987
Mine has quite bad IR, 20 seconds is enough. Given a full minute I can easily read the entire page on a #444 background.
- story
- story
-
comment
Comment #4306381
I don't get it, what's so special about this? Seeing as FB is built using HTML and CSS I don't see this as especially hard. Also, the and tags would fit nicely in your markup.
- story
-
comment
Comment #4214181
So how would you solve updating a view after rendering? Do you want your view to know about the markup in your template. I'm really curious, is there a better way?
-
comment
Comment #4214176
It template agnostic, once you've rendered your view you give rivets your DOM element and it will find the data attributes. You could use handlebars, haml or any other templating e…
-
comment
Comment #4212555
Hehe, it's not actually my code, I just found this gem and I liked it :)
-
comment
Comment #4212366
But on the other hand the view has to know about the template. Change a tag name or class name (which I think is far more common than attribute names) would then break the relation…