Viewing profile — windle
windle
HN member- Joined
- Sun, Mar 22, 2009, 4:12 PM UTC
- HN karma
- 61
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About windle
No profile information was provided.
Recent public activity
-
comment
Comment #4688687
Why is he called a Mozilla blogger? He doesn't work for Mozilla foundation or Mozilla corp as far as I can see (nor does he claim to). His linkedin states he associates with the "M…
-
comment
Comment #4672131
I still don't understand why they couldn't just introduce a new keyword that has the same meaning as a missing semicolon. Call it 'ret' or something as a 'lesser return'. Relying o…
-
comment
Comment #4605633
Oh good, now it only takes 24 people to design and implement a page with 'proper' HTML 4/5 + CSS 1/2/3 + JS that is 'responsive'. I stopped reading A List Apart when it became rath…
-
comment
Comment #4591334
I've met total posers that can whip up the little snippets that people have time for in an interview... and I've met great coders who crash and burn a live code session due to inte…
-
comment
Comment #4584424
I tried it in FF Nightly and FF release. Using the latest Flash as far as I know.
-
comment
Comment #4582781
Love how there was obviously no testing of the site on Firefox, as clicking the video pause or volume buttons hides the entire video. Pause/volume works fine on Chrome/Safari of co…
-
comment
Comment #4471341
Exactly why we need Bittorrent Live to take off. P2P live video streaming can help bypass shoddy bots.
-
comment
Comment #3187909
Good point, I forgot to mention that Firefox is expanding the developer tools it comes with: http://blog.mozilla.com/blog/2011/08/16/new-tools-in-mozilla... Also, it hasn't landed …
-
comment
Comment #3187430
As a bunch of other people in the comments have noted, Firefox can take a huge amount of memory, the one thing they also have in common.... is the Firebug extension. It should come…
-
comment
Comment #2606202
Yep, Python works great so far, I threw up a little cookbook recipe for a Pyramid app: http://docs.pylonsproject.org/projects/pyramid_cookbook/dev/... Since its fairly easy to comp…
-
comment
Comment #2606046
This is because running commands is from a one-off dyno vs. the formation dyno's that have requests routed to them. See: http://devcenter.heroku.com/articles/oneoff-admin-ps
-
comment
Comment #1879672
I think you missed the bit about Pylons being a 'glue' framework between other packages. Those packages have gotten quite a few new features over the years, and they continue to ge…
-
comment
Comment #1877973
I agree, I'm in the North Bay, and I'd be open to helping people work through pyramid, and discussing things in person. Would a meet-up next Thursday night (the 11th) work for some…
-
comment
Comment #1877734
Not quite the same, because the new version has a bunch of features added. If you'd like to stick with the camera analogy, you should think of the pylons framework more as a good l…
-
comment
Comment #1877257
As mentioned below, there's no "leaving" involved. The pylons code-base has been maintained for several years with little in the way of new features, just bug fixes, some minor cle…
-
comment
Comment #1876374
We had originally considered calling it p2, unfortunately that would've sort of bound the package name to sound kind of odd when someday we get to Pylons 3. Also, given the amount …
-
comment
Comment #1875610
Before this, there were several efforts and results of those efforts to combine code in common and share more. First, we had an informal set of talks that resulted in a 'pipefitter…
-
comment
Comment #1875537
Many people loved "from pylons import config", until it didn't work, which frequently happened anytime someone wanted to use something from a Pylons app in a command line script (w…
- comment
-
comment
Comment #1875400
Depending on what you're prototyping, it could very well be done faster with Django. Django provides a bunch of 'generic views' which can make tossing up lists of objects from the …
-
comment
Comment #1875387
Sorry you didn't see it, I'll try again: http://docs.pylonshq.com/faq/pylonsproject.html#why-not-just...
-
comment
Comment #1875382
I'm sorry you feel that way, as the developer of Pylons, I really don't look at this as killing Pylons anymore than the lack of any new functionality has killed Pylons 1.0 in the p…
-
comment
Comment #1875072
To answer your first question, it won't be nearly as easy of a transition as it was from Pylons 0.9.7 to 1.0. For some reason, the fact that Pylons 1.0 hasn't had any updates or fe…