Live data from Hacker News

Viewing profile — wampler

wampler

HN member
Joined
Thu, Feb 05, 2015, 3:14 PM UTC
HN karma
9
Public activity
33 items

About wampler

No profile information was provided.

Recent public activity

  1. comment
    Comment #13120287

    Duplicate? https://news.ycombinator.com/item?id=13116991

  2. story
  3. comment
    Comment #13120271

    Good luck reading localStorage server-side!

  4. comment
    Comment #13120262

    NO, they didn't.

  5. story
  6. story
  7. story
  8. story
  9. comment
    Comment #12229675

    Cool! Wish there would be a Django wrapper, but then realised it is designed for asyncio

  10. story
  11. story
  12. story
  13. story
  14. story
  15. story
  16. comment
    Comment #11928575

    Abusing locals() - learnt it from @jroller def foo(): """ >>> foo() {'a': 1, 'c': 3, 'b': 2} """ a = 1 b = 2 c = 3 return locals()

  17. comment
    Comment #11928566

    Thanks for sharing!

  18. story
  19. comment
    Comment #11928550

    "Not in the way you are probably thinking, but used for ground ops leading to spacewalks, checks and balances obv" - Collin Estes

  20. story
    Ask HN: What's your favorite Python quirk?

    Any unusual or unexpected feature of the language

  21. story
  22. story
  23. story
  24. comment
    Comment #11920597

    TODO: Hello World Exercise #include int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); return app.exec(); }

  25. comment
    Comment #10456619

    So when can we use it?