Live data from Hacker News

Viewing profile — pdknsk

pdknsk

HN member
Joined
Thu, Oct 18, 2012, 10:13 AM UTC
HN karma
4,113
Public activity
624 items

About pdknsk

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #15710063

    http://docs.python-requests.org/ (I mistakenly manually changed the link to HTTPS.)

  3. comment
    Comment #15709388

    I was surprised to recently notice a yellow banner on the website of the very popular Requests library, which urges users to switch to Python 3. That's when I first thought switchi…

  4. story
  5. story
  6. story
  7. comment
  8. story
  9. comment
  10. comment
    Comment #12100394

    similar: https://github.com/packjpg/packJPG

  11. comment
  12. story
  13. story
  14. comment
    Comment #11963339

    I had previously submitted the Japanese version, which Nintendo has now translated. The English version already has both secret items unlocked by default, but not Toad, which can s…

  15. story
  16. comment
  17. story
  18. comment
    Comment #11671353

    I meant related in the strictness of the is operator.

  19. comment
    Comment #11670989

    A related, albeit simpler, Python quirk. >>> a = 100 >>> b = 100 >>> a is b True >>> a = 1000 >>> b = 1000 >>> a is b False

  20. story
  21. story
  22. comment
  23. comment
  24. comment
  25. story