Live data from Hacker News

Viewing profile — stoodder

stoodder

HN member
Joined
Sun, May 15, 2011, 6:42 PM UTC
HN karma
56
Public activity
33 items

About stoodder

No profile information was provided.

Recent public activity

  1. comment
    Comment #9376133

    I think there's value in writing code for yourself at times. Every other time in life engineers are told by their managers, professors, and anyone else who's overseeing them what t…

  2. story
  3. comment
    Comment #7603918

    I've worked over the last two years on a library called Falcon.js ( http://stoodder.github.io/falconjs/ ). It's your typically MVC/MVVM structure with similar concepts as Backbone …

  4. comment
    Comment #7345596

    This is my favorite 'feature' of knockout. It's as simple as knowing a single attribute 'data-bind' or comment pattern ' '. The only down side that I've seen is not having an 'else…

  5. comment
    Comment #7345549

    I'd like to invite you to take a look at a library that I've been working on over the past few years called Falcon ( http://stoodder.github.io/falconjs/ ). Falcon is an MVC structu…

  6. comment
    Comment #6374709

    This is especially huge for mobile web where the scroll event isn't fired until after scroll finishes and utilizing touch events leads to a pretty hacky and choppy solution. Bravo.…

  7. comment
    Comment #6369982

    Gracias, fixing now.

  8. comment
    Comment #6369757

    Feedback welcome!

  9. story
  10. comment
    Comment #6103605

    Thanks for the quick feedback! As a quick update, I threw together a todo app that also describes some of the basic functionality of Falcon. Check it out: http://jsfiddle.net/stood…

  11. comment
    Comment #6099869

    I've got a library called Falcon.js ( https://github.com/stoodder/falconjs ) that essentially provides a Model, Collection, View framework on top of Knockout that I've been using f…

  12. comment
    Comment #5638724

    RokkinCat - Milwaukee, WI Development Intern http://www.rokkincat.com -------------------------------- We're a small team of dev. entrepreneurs who do engineering and consulting fo…

  13. story
  14. comment
    Comment #5176325

    I've never left a company because of my managers, in fact my managers were almost always one of the reasons that I stayed as long as I did. The true reasons, at least in my case, f…

  15. comment
    Comment #4925455

    This is awesome! I'd also like to share one of my local Wisconsin startups tackling the same problem: http://spandex.io/

  16. comment
    Comment #4277582

    Awesome, thanks for the reply. I'll take a look a bit deeper, but this really helps a lot.

  17. comment
    Comment #4277393

    Honest question, if I have a software idea and am thinking about patenting it, but then don't (although I've developed the idea), what happens if someone else re-creates the idea a…

  18. comment
  19. comment
    Comment #4002855

    I felt the same way. I still bought the app because I've really wanted something like this. But, weirdly enough, I did look at the iPhone stats first and felt the same way. Other t…

  20. comment
    Comment #3898835

    If anyone's interested in this library and uses knockout, I wrote a simple binding for a buddy using it. It's not the best, but it's a decent start. https://github.com/stoodder/kno…

  21. comment
    Comment #3863767

    Yea, you're correct. This has been one of those "duh" moments. Thanks for the reply!

  22. comment
    Comment #3863679

    Gotcha, thanks for the correction! I've removed my post. Could you clarify if or= still exists? I was reading the change log for 1.3.1 and I think I may have interpreted this line …

  23. comment
  24. comment
    Comment #3841126

    I worked with this as well and supporting IE7 can be very tricky. While it works really well for successful file uploads, if you're anticipating to return any type of error respons…

  25. story