AI is just unauthorised plagiarism at a bigger scale
171–180 of 783 posts
Re: AI is just unauthorised plagiarism at a bigger scale
#172The broader problem of original sources not being given credit in a way that rewards them remains. Websites owners are paying to host their content so that spiders can come and crawl them and index it into the AI and then if they’re lucky, they might get a citation, but otherwise there’s very little reward for being a provider of content. And of course, this is something that’s getting worse and worse. Why look at a…
Is it possible able to host your website in a way so that it couldn't be found via search engines (and thus wouldn't be crawlable I hope)? I know this has repercussions on findability, but if that wasn't a concern, I'm curious how one might circumvent getting crawled.
Most legit search engines are going to honor robots.txt and you can disallow access.
Next level would be using something like rate limiting controls and/or Cloudflare's bot fight mode to start blocking the bad bots. You start to annoy some people here.
Next would be putting the content behind some form of auth.
Re: AI is just unauthorised plagiarism at a bigger scale
#173Did You Say “Intellectual Property”? It's a Seductive Mirage. [0] [0] https://www.gnu.org/philosophy/not-ipr.html
Open weight model trained with no attribution on all of Oracle's internal repos. It's only fair.
Re: AI is just unauthorised plagiarism at a bigger scale
#174I don’t know if this author supports OSS but I’ll share this because HN generally is full of people with that mindset. It’s deeply ironic that if you forget about LLMs and look only at the outcome—-we’ve found a way to legally circumvent copyright and the siloing of coding knowledge, making it so you can build on top of (almost) the whole of human coding knowledge without needing to pay a rent or ask for permission—-…
I'd argue that this is the same situation as with Tivoization [1] where the final product is not truly free even if it follows the letter of the law. And as stated in [2], this breaks at least one of the four essential freedoms of free software because I don't have the freedom to modify the program.
It's also worth noting that preventing Tivo's actions is the reason for why the GPLv3 exists.
[1] https://en.wikipedia.org/wiki/Tivoization [2] https://www.gnu.org/philosophy/tivoization.html
Re: AI is just unauthorised plagiarism at a bigger scale
#175Earlier quoted context omitted.
You're acting as if developers haven't been using AI to build for years already.
And yet, no cool stuff from those developers.
Re: AI is just unauthorised plagiarism at a bigger scale
#176if theres just one good thing coming out of ai its breaking copyright law forever. no one should be able to "own" ideas. royalties for commercial use is another thing and i support it but what we know as (non commercial) piracy and unlicensed fan art should be 100% legal
Re: AI is just unauthorised plagiarism at a bigger scale
#177Seriously how is this surprising? We all know AI companies stole troves of data to train their models, why do you think they'll stop? Have they faced consequences for the mass theft of copyrighted data? You can't steal or profit off of that data, but it's fine for them for whatever reason. I guess because they're a force for good in the world and are pushing humanity forward eh?
Everytime something gets posted on HN about a bad or unfair state of affairs, some cynical nihilist posts “doh why r u surprised” and I’m sick and tired of it. These comments aren’t insightful, helpful or thought-provoking. You’re just helping a bad situation stay bad.
“No one is surprised, jackass, it’s just adults having a conversation about the current state of affairs.”
Yes, it’s tiring and rarely contributes positively to the conversation.
Re: AI is just unauthorised plagiarism at a bigger scale
#178Earlier quoted context omitted.
You're acting as if developers haven't been using AI to build for years already.
Where was the coolness inflection point?
New php extension https://github.com/hparadiz/ext-gnu-grep
A Demo showing how to stream webrtc to KDE Wayland overlay. https://github.com/hparadiz/camera-notif
A fun little tool that captures stdout/stderr on any running process. https://github.com/hparadiz/bpf_write_monitor
Then I upgraded my 10 year old hand written framework to a new version that supports sqlite and postgres on top of existing MySQL support https://github.com/Divergence/framework
But then I was like eh lemme benchmark every PHP orm that exists just to check my framework's orm....
https://github.com/hparadiz/the-php-bench
And published the results.... Here
https://the-php-bench.technex.us/
And then I decided to vibe code a simulation of the entire local steller group https://earth.technex.us
Followed by my simulation of the Artemis 3 landing sites at the lunar South pole https://artemis-iii.technex.us/?scale=1.000#South-Pole
And I left the best for last.....
https://github.com/hparadiz/evemon
A brand new task manager written in C for Linux that supports a plugin architecture with an event bus. It's literally the best gui Linux task manager ever. Still working on it.
I'm not even talking about my paid job. This is me just fucking around.
If you think none of this stuff is cool I don't even respect you as a dev.
Re: AI is just unauthorised plagiarism at a bigger scale
#179Re: AI is just unauthorised plagiarism at a bigger scale
#180The broader problem of original sources not being given credit in a way that rewards them remains. Websites owners are paying to host their content so that spiders can come and crawl them and index it into the AI and then if they’re lucky, they might get a citation, but otherwise there’s very little reward for being a provider of content. And of course, this is something that’s getting worse and worse. Why look at a…
Is it possible able to host your website in a way so that it couldn't be found via search engines (and thus wouldn't be crawlable I hope)? I know this has repercussions on findability, but if that wasn't a concern, I'm curious how one might circumvent getting crawled.