Viewing profile — stoodder
stoodder
HN member- Joined
- Sun, May 15, 2011, 6:42 PM UTC
- HN karma
- 56
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About stoodder
No profile information was provided.
Recent public activity
-
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…
- story
-
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 …
-
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…
-
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…
-
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.…
-
comment
Comment #6369982
Gracias, fixing now.
-
comment
Comment #6369757
Feedback welcome!
- story
-
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…
-
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…
-
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…
- story
-
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…
-
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/
-
comment
Comment #4277582
Awesome, thanks for the reply. I'll take a look a bit deeper, but this really helps a lot.
-
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…
- comment
-
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…
-
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…
-
comment
Comment #3863767
Yea, you're correct. This has been one of those "duh" moments. Thanks for the reply!
-
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 …
- comment
-
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…
- story