Recent comments in /f/technology

SomethingMatter t1_jczjbfk wrote

Just to be clear to anyone reading this. You can do the same with books rented from other sites or ones you get from Amazon Unlimited. I am not advocating for this. I am just saying that this is possible with all digital rental/loan books, not just archive.org, so it shouldn't be used as a reason to target archive.org for allowing piracy.

106

danielravennest t1_jcziaew wrote

I've been borrowing IA books that have "two week loans", downloading the Adobe Digital Editions pdf, using a Calibre plug-in to remove the restrictions, then "cleaning up" the copy (remove blank pages, reduce page background or increase contrast, add bookmarks if needed, and optimize file size). If the IA ever goes down, I'll have a backup.

I'm not against buying books, I have thousands of physical ones. But I believe sharing knowledge is an absolute good.

203

IFailedTuringTestAMA t1_jczhnao wrote

I had a coworker point out a mistake he caught on a job site and say to me (referencing previous conversations about whether or not AI could do our jobs) “you think an AI would have caught that?”

All I was thinking was “yeah, easily, absolutely and 100% of the time. It wouldn’t have been there in the first place.”

1

blobdylan t1_jczah4x wrote

So they don’t profit from ads on the site then, because there aren’t any.

Here’s the last part of your quoted source, it seems to have been left off:

“and that its digital scanning service is separate from the Open Library.”

In case anyone wants to read the response, you can see it here: Internet Archive response

35

blueSGL t1_jcz9z0p wrote

> I'm dreading the day AI can write code.

Self fixing code generation is already in the pipeline for simple programs. (that was the middle of last year. ): https://www.youtube.com/watch?v=_3MBQm7GFIM&t=260s @ 4.20


GPT4 can do some impressive things:

>"Not only have I asked GPT-4 to implement a functional Flappy Bird, but I also asked it to train an AI to learn how to play. In one minute, it implemented a DQN algorithm that started training on the first try."

https://twitter.com/DotCSV/status/1635991167614459904


a scrip dubbed "Wolverine" that hooks into GPT4 and recursivly resolves errors in python scripts.

https://twitter.com/bio_bootloader/status/1636880208304431104

1