Live data from Hacker News

Viewing profile — temugen

temugen

HN member
Joined
Fri, Oct 08, 2010, 9:54 PM UTC
HN karma
10
Public activity
12 items

About temugen

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #2095340

    It may seem like renting to you, but unfortunately those licensing terms you agree to when you open a package of new hardware or install a piece of software, are legal. It is a sha…

  3. comment
    Comment #2093081

    There are a few nice places around Chicago. Have you been to Ten Ren? Edit: Most of the places in the child comments are great too. I'd personally try to avoid Teavana, though. Fro…

  4. comment
    Comment #2090824

    I honestly thought the WSJ essay was as good or better than A Modest Proposal.

  5. comment
    Comment #1956727

    Perhaps 92% is poor in a lot of scenarios, but for this type of approach it's a good accuracy (within some 1-delta confidence). The unfortunate part is that it really was just a si…

  6. comment
    Comment #1916873

    The buildings on our campus keep their lights off for the majority of the day, probably to make room on the grid for this machine's energy usage.

  7. comment
    Comment #1895704

    Well, it looks like the 9 Things To Hack Before You Die are already posted.

  8. comment
    Comment #1892580

    And if you can actually input data using the protocol, you can take some standard packets and tweak a byte/short/long at a time and see what changes. Reversing USB is the same as a…

  9. comment
    Comment #1885692

    Definitely. .NET is .NET and especially being imperative, VB is mostly just syntactic differences over C#. But neither of those languages are tested on the AP exam ;)

  10. comment
    Comment #1885672

    Python is an awesome language, but in a HS class you probably won't get past simple scripting paradigms. If you guys were already CS students with solid programming experience as w…

  11. comment
    Comment #1845225

    Walk down NW 23rd.

  12. comment
    Comment #1773576

    Python powerset() with max(), list.remove(), and sum() builtins made the last problem's solution ~5 lines long :)