Live data from Hacker News

noDRM's GitHub repo DeDRM_tools is disabled due to Readium's DMCA notice

github.com

171–173 of 173 posts

Re: noDRM's GitHub repo DeDRM_tools is disabled due to Readium's DMCA notice

#171
post #170

Earlier quoted context omitted.

> The law allows people to circumvent copy protection to access works they are entitled to access. Claiming that such an allowance exists is not the same as actually identifying the statute or ruling that creates the allowance. What is your textual basis for claiming that there's a general permission for circumvention? > If they do clash then you have to side with the consumer. This sounds like you're referring to a…

Have you actually read the law you're discussing? It was in the first amendment to the DMCA, because they realized they can't prevent people from accessing things they paid for. Full text of 1201 here: https://www.law.cornell.edu/uscode/text/17/1201 . Note the many exemptions. You could just call it encryption research. You also need to look at the list of exemptions granted by the library of congress, which is quite…

I recently spoke with someone who helped write some of those exceptions and he said that they were a result of lobbying, including his lobbying, not that legislators added them for fear of having the statute thrown out by the courts.

> I can't actually find the thing I am looking for. AFAIR the Cornell law site does not have the updated version that I need to reference, but you can see by the exemptions granted they are just codifying your rights to continue to use a work, even if it is not necessarily obsolete, if the copy protection has gotten in your way.

The exemptions are issued by the Library of Congress and don't become part of the statutory text.

It's true that user advocates have argued that fair use is required by the first amendment and cited some text in Eldred for that proposition, and it's true that proponents of the DMCA have argued that fair use is accommodated by the exceptions and exemptions. Still, proponents of the DMCA have never admitted that the DMCA would be unconstitutional without those exceptions, nor that the DMCA is unconstitutional if those exceptions don't work or don't protect users' rights adequately.

Re: noDRM's GitHub repo DeDRM_tools is disabled due to Readium's DMCA notice

#173
post #5

You can still download the repo off archive.org https://web.archive.org/web/20211231094826/https://github.co... Click the green Code button, then Download ZIP.

One can also get the commit from github itself.

Also, see https://news.ycombinator.com/item?id=29932282 for a newer hash.

    # clone the old repo noDRM/DeDRM_tools forked from
    git clone https://github.com/apprenticeharper/DeDRM_tools
    cd DeDRM_tools

    # fetch the commit hash archive.org tells us about:
    git fetch origin 8c819c71376ab76445dd79d5cf2b28b6c0c2819e
    git checkout -b noDRM FETCH_HEAD
Post reply on HN