Live data from Hacker News

Viewing profile — goorpyguy

goorpyguy

HN member
Joined
Wed, Jul 09, 2014, 11:39 PM UTC
HN karma
13
Public activity
13 items

About goorpyguy

No profile information was provided.

Recent public activity

  1. comment
    Comment #10575501

    This is a good analogy, actually. You want a chance to do the work, and have people see your good work. You want that badly enough that you're willing to do the initial work for fr…

  2. comment
    Comment #10464346

    Has there been an analysis done as to how the LOC exemptions with interplay with the TPP anti-circumvention requirements? Will the LOC still be able to grant these? If not, the yea…

  3. comment
    Comment #10297019

    You'd probably have to check algorithmically. Starting from the top-left most piece, have they (reasonably fuzzily) covered the 6x10 grid proceeding down and right? If so, yay! You…

  4. comment
    Comment #9808906

    I'll agree with you there, I like seeing the thought process that fed into this. We've had similar experiences having difficulty explaining why certain things are painful and then …

  5. comment
    Comment #8992973

    I've been thinking for a while that there need to be incentives put in place for companies who short-change their their employees (and by extension, the public as a whole) by hirin…

  6. comment
    Comment #8849351

    HN was causing problems for me earlier (as seen by by duplicate replies above that I eventually put in as an edit...) but I wanted to say thanks. Also I wanted to make two suggesti…

  7. comment
    Comment #8849346

    I was digging looking for this too, and as far as I can tell it leverages html2canvas.js: https://github.com/niklasvh/html2canvas/releases

  8. comment
    Comment #8846704

    After some more testing, in Chrome I can make it work by just closing the Dev Tools windows, but Firebug gets caught up on it as long as it is enabled, even if not open currently. …

  9. comment
    Comment #8846700

    In Chrome I can make it work by just closing the Dev Tools windows, but Firebug gets caught up on it as long as it is enabled, even if not open currently. This means I have to disa…

  10. comment
    Comment #8846698

    In Chrome I can make it work by just closing the Dev Tools windows, but Firebug gets caught up on it as long as it is enabled, even if not open currently. This means I have to disa…

  11. comment
    Comment #8846696

    In Chrome I can make it work by just closing the Dev Tools windows, but Firebug gets caught up on it as long as it is enabled, even if not open currently. This means I have to disa…

  12. comment
    Comment #8846570

    You have a "debugger;" call in addToFirebase that's making my Firebug angry. I can't seem to make the script panel ignore this line, even with a conditional 1==0 breakpoint. Would …

  13. comment
    Comment #8012828

    Does it have a javascript engine? Because we had to abandon BeautifulSoup/Mechanize over this a couple years ago and switch to HTMLUnit (Java).