Live data from Hacker News

Viewing profile — trip42

trip42

HN member
Joined
Sat, Oct 29, 2011, 4:29 PM UTC
HN karma
20
Public activity
12 items

About trip42

Web development in Python.

My site: http://www.listofone.com/

Philanthropy: http://www.mariomarathon.com/

Recent public activity

  1. comment
    Comment #5050677

    a basic explanation is that by preceding a variable declaration with var creates a property on the nearest containing function This is not true, the var hoist the variable and scop…

  2. comment
    Comment #3749997

    For many people, the real return on buying a house is owning the house, not the increase in value of the property. Where I live housing is fairly inexpensive and I can't think if o…

  3. comment
    Comment #3725531

    I built a slideshow control system for a class project using nearly the same approach. A user uploads a slideshow or authors it online and connects a phone/device via a QR Code or …

  4. comment
    Comment #3713251

    The title contradicts itself, keeping the courts involved was a goal of the anti-SOPA movement.

  5. comment
    Comment #3369825

    I'm going to nitpick a bit and say this article would be better titled, "Accounting for Geeks". Over simplified, finance is more forward looking, while accounting is a reflection o…

  6. comment
    Comment #3368285

    Concluding that ideas are as valuable as execution because two poorly executed (but still executed) apps performed better than well executed seems to assume that everyone with the …

  7. comment
    Comment #3354683

    The US education system benefited for a long period where many incredibly smart women had career options basically limited to teaching and nursing. As equality improved, some of th…

  8. comment
    Comment #3342086

    TAL is one of the most impressive things to come out of Zope, after using it for years I feel dirty using a templating system allows inline programming logic. Chameleon templates i…

  9. comment
    Comment #3317370

    In high school I programmed Mortal Kombat on my TI-85, if it can't do that and can't be rooted via zshell, it doesn't count.

  10. comment
    Comment #3244571

    You mean YouTube has information on all of the photographs I've ever taken and who I've licensed them to? I don't recall making this information public, so I don't see how they cou…

  11. story
  12. comment
    Comment #3198035

    Check out Pyramid, it's full featured but with a little less "magic" than Django. Though, Django is great for rapid development of content based sites.