22
Take It Down Act Has Best Of Intentions, Worst Of Mechanisms
(www.techdirt.com)
A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.
Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
Depends on "how identical" is "identical".
The SHA hash of a file, is easy to calculate, but pretty much useless at detecting similar images; change a single bit, and the SHA hash changes.
In order to detect similar content, you need perceptual hashes, which are no longer that easy to calculate.
The problem lies in what is a "depiction":
section 2256(5) of title 18
https://uscode.house.gov/view.xhtml?req=(title:18%20section:2256%20edition:prelim)%20OR%20(granuleid:USC-prelim-title18-section2256)&f=treesort&num=0&edition=prelim
via: section 1309 of the Consolidated Appropriations Act, 2022 (15 U.S.C. 6851).
https://uscode.house.gov/view.xhtml?req=(title:15%20section:6851%20edition:prelim)
via: the definitions section of the act
https://www.congress.gov/bill/118th-congress/senate-bill/4569/text#idE946FA7637914C2F88ACBEDF472397DB
The way it is written, even cropped, rotated, blurred, or in any other way processed files of that "depiction", even the values learned by a neural network (capable of conversion into a visual image), would fall under the "identical" part.
Since perceptual hashing does exist, there are open source libraries to run it, and even Beehaw runs an AI based image filter, the "reasonable effort" is arguably to use all those tools as the bare minimum. Even if they sometimes (or always) fail at removing all instances of a depiction.
But ultimately, deciding whether a service has applied all "reasonable efforts" to remove "identical copies" of a "depiction", will fall on the shoulders of a judge... and even starting to go there, can bankrupt most sites.
Why "no longer"?
because of the "perceptual" part.
A normal hash has the property that it produces wildly different hashes for even the tiniest of changes in the file.
Perceptual hashing flips that requirement on its head, and therefore makes finding a suitable hash function much harder.
Oh, the way I read it it seemed like they were saying perceptual hashes used to be easier to calculate