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 free.
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 year-long delay may be just long enough…
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 can also check for things like too…
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 quantifying "how painful" and why. This…
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 hiring 3 part-time workers instead of one…
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 suggestions if you're looking for features to…
I was digging looking for this too, and as far as I can tell it leverages html2canvas.js: https://github.com/niklasvh/html2canvas/releases
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. This means I have to disable Firebug…
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 disable Firebug entirely in order to use…
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 you be able to take the "debugger"…
Does it have a javascript engine? Because we had to abandon BeautifulSoup/Mechanize over this a couple years ago and switch to HTMLUnit (Java).
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 free.
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 year-long delay may be just long enough…
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 can also check for things like too…
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 quantifying "how painful" and why. This…
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 hiring 3 part-time workers instead of one…
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 suggestions if you're looking for features to…
I was digging looking for this too, and as far as I can tell it leverages html2canvas.js: https://github.com/niklasvh/html2canvas/releases
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. This means I have to disable Firebug…
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 disable Firebug entirely in order to use…
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 disable Firebug entirely in order to use…
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 disable Firebug entirely in order to use…
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 you be able to take the "debugger"…
Does it have a javascript engine? Because we had to abandon BeautifulSoup/Mechanize over this a couple years ago and switch to HTMLUnit (Java).