Live data from Hacker News

Viewing profile — ansman

ansman

HN member
Joined
Wed, Mar 21, 2012, 9:36 PM UTC
HN karma
287
Public activity
41 items

About ansman

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #5661105

    The readme is very unclear, I've installed it but it doesn't appear that it's doing anything.

  3. comment
  4. comment
    Comment #5296250

    Isn't this the same guy who discovered the mass assignment bug in Rails last year?

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

  7. comment
    Comment #4985797

    Same here, tried Chrome, FF and Safari.

  8. comment
    Comment #4980059

    Very sad but I fail to see how this belongs on HN.

  9. story
  10. 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.

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

  12. story
  13. comment
    Comment #4601318

    If you spent over €4M on a website wouldn't you want some traffic too?

  14. comment
    Comment #4568936

    http://ismycreditcardstolen.com/

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

  16. comment
    Comment #4474402

    This feels like a scare tactic to get people scared, they could never go after all downloaders.

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

  18. story
  19. story
  20. 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.

  21. story
  22. 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?

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

  24. comment
    Comment #4212555

    Hehe, it's not actually my code, I just found this gem and I liked it :)

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