Live data from Hacker News

Viewing profile — randuser

randuser

HN member
Joined
Fri, Apr 12, 2013, 1:44 AM UTC
HN karma
9
Public activity
20 items

About randuser

No profile information was provided.

Recent public activity

  1. comment
    Comment #9637693

    http://www.paulgraham.com/gh.html

  2. comment
    Comment #7775642

    I have problems using myfreecams.com for live adult video chat because of the high rate of packets being dropped.

  3. comment
    Comment #7626092

    > Another thing troubling me is whether to reply yes or no on questions like "didn't you agree?" Native English speakers often get confused by this one too. You can respond either …

  4. comment
    Comment #7371784

    They should have killed the Snowden interview anyway because of all the stuff going on with Russia and Ukraine right now. Snowden's voluntary exile to Russia looks even worse to th…

  5. comment
    Comment #6885055

    Didn't Ford cancel the Crown Victoria line?

  6. comment
    Comment #6743519

    The southeastern part of the United States has a larger African-American population. http://www.censusscope.org/us/map_nhblack.html

  7. comment
    Comment #6651662

    rm -rf ~

  8. comment
    Comment #6639588

    Microsoft thinks it's worth $20 for an Ad-free Outlook.com. http://windows.microsoft.com/en-us/outlook/ad-free-outlook

  9. comment
    Comment #6288417

    Obfuscated code is surely harder to understand and work with than original code with descriptive variable names, comments, formatting, etc. Wouldn't this make it more difficult to …

  10. comment
    Comment #6282000

    My favorite experience with it was trying to deal with a zip file of "C:\Documents and Settings\" from an old computer that happened to contain multiple files whose paths were 255 …

  11. comment
    Comment #6137673

    My favorite part is that the form assumes you need only a single line for the "Justification" field.

  12. comment
    Comment #5982239

    > What threat to national security could or would the CIA curtail by bugging Ecuador's embassy in London? Possible communications to/from Julian Assange?

  13. comment
    Comment #5982225

    Perhaps the Russians planted the device and intentionally made it easy to find in order to incriminate the US.

  14. comment
    Comment #5824764

    So restricting yourself to a common subset of Python 2/3 and adding compatibility helpers in your code is the preferred approach now a days? I'm still not convinced about the whole…

  15. comment
    Comment #5818734

    > I can't think of any major project which decided not to port to python 3 Most major projects have not actually switched to Python 3, that just support it using 2to3.

  16. comment
    Comment #5692616

    It's a normal variable, not one set by `setopt`. The following should make commands that take longer than 1 second be reported: export REPORTTIME=1

  17. comment
    Comment #5684787

    If you learned about JSON without really knowing Javascript first, there might be confusement about what values are acceptable in object literals but not JSON.

  18. comment
    Comment #5678700

    My uncle switched to a party line in the early 1980s because it was cheaper and since everyone had private lines by that point, he didn't have to share it with anyone.

  19. comment
    Comment #5574186

    setuptools/distribute didn't implement `python setup.py uninstall`. Unix fragmentation of where the bin and lib directories should reside, i.e. /bin, /usr/bin, /usr/local/bin, ~/bi…

  20. comment
    Comment #5536371

    Most widely-used libraries have not actually switched to Python 3, they just support it using 2to3. Someone who only knows Python 3 would have a hard time hacking on the source cod…