Forgot your password?
typodupeerror

Comment Re:An AMAZING number of flaws (Score 1) 76

The whole effort of design of software systems is ultimately the effective management of complexity. Complexity of features that provide real world value is the developers problem to manage. If "technical debt just keeps compounding" it is probably best to find a better developer.

I love scapegoating individual developers as much as the next guy, but if you take a look at the Win32 API, you'll find loads of fun "features" such as:

- Every single function that takes a string has two implementations: one that ends with the letter A (and takes its strings as ASCII) and one that ends with the letter W (and takes its strings as UCS-16). And then it has a preprocessor-define (with no suffix) that gets expanded to either one implementation or the other, based on your compiler settings.

- windows.h defines preprocessor-tokens for min() and max(), which means any C++ program that ever calls std::min() or std::max() will error out with a very strange compile-time error, if it included windows.h first; the work-around is to define NOMINMAX first to prevent windows.h from polluting the namespace.

- Modern windows is perfectly capable of arbitrary-length file-paths, but ships by default with a 260-character filepath limit anyway, "to preserve backwards compatibility with older software that expects that limitation to be enforced". To get correct behavior you have to hand-modify your registry; otherwise you find out about this limitation when you go to unzip a .zip file and the unzip mysteriously fails even though the .zip file is valid.

These are all defects that other OS's simply don't suffer from, either because the other OS's were designed correctly from the beginning, or because the people in charge of the other OS's long ago took the hit (in short-term breakage) and fixed the problems rather than letting them linger forever to preserve backwards compatibility.

All Windows developers (good and bad) have to deal with these issues, probably forever, and every line of code they add to work around these problems has to be supported and debugged and tested as well, hence the damage compounds.

Comment Re:Can I pay him not to post? (Score 5, Insightful) 200

That is, isn't this illegal? Or is it just that no other presidency thought of doing this particular cash grab?

Before Trump, it was a cultural norm that a President of the United States was expected to follow ethical and moral guidelines as well as laws; not only because anything less would be dishonorable and a disservice to his country, but also because otherwise he would pay a steep political price for his unethical behavior. Trump's most significant political innovation has taken the form of figuring out how to convince a plurality of the American public that the only real standard for Presidential behavior is "whatever you can get away with".

Comment Re:Where's the payout for coders? (Score 1) 108

It's not just up to them, it's up to copyright law.
And why do you think you speak for all book authors over all time?

People like you think libraries should be shut down, fair use removed, and no one allowed to resell a book they read.
Literally the logical conclusion to your post.

Comment Re: Dictionaries Mysteriously Not Sued (Score 1) 108

Yes, it does in America. Please read US copyright code. fair use is a things. I can give you a used book for free, and you can read it and give it to someone else for free and so on. No copyright violation. Yu can access works for free through Libraries.
Copyright expires.

Comment Re:Dictionaries Mysteriously Not Sued (Score 1) 108

"f downloading massive torrents of pirated copies of books and processing them."
Downloading isn't piracy, please read copyright code.

" to generate new content, "
What a misleading phrase.

" much of which non-factual in nature,"
It's called Fiction. Your library has a whole section.

"and often very arguably explicitly creatively derivative."
Not really.. or no more then people who write.

prompt: "Make a story like sleeping beauty" ... 2 seconds later we have "The Moonlit Princess" and we'll just self-publish that on Amazon... boom I'm an author!

Make a story based on open content. that's bad.. why?

" just self-publish that on Amazon"
And that's bad, why?

"boom I'm an author!"
correct. and? also, you are the author of a work that can't be copyrighted.

"You seriously telling me this is NOT copyright infringement? "
It is not. Not be any definition is the infringement. It's a different telling. You are letting your hate of AI suppress your critical thinking.

"the prose above is a pretty blatant Disney ripoff."
No, it isn't. but guess what? people write is style similar all the time. It's not copyright infringement.

Comment Re: Good (Score 1) 108

" LLMs are doing everything that humans do, "
I don't think people say that' however when it comes to speech patterns, AI are like humans because its based on Zipf's law. Which shows people speak in a very predictable manner.

"LLMs need real thought,"
define "real thought" in a meaningful way. In fact, write a book to be celebrated as the first person to do that. In the mean time, stow your Scotsman.

" It's not because we're force-fed them in order to regurgitate them later. "
Well, we are as children. IF your parent give a damn, you are read books as a child.

No AI regurgitates a work. There is no example of AI repeating any work outside of fair use.

Comment Re:Good (Score 1) 108

"it's not the same way a human reads a novel."
its like a mother reading to a child, so the statement stands. Plus, it's not A novel.

" a human doesn't "train" on a novel, "
we absolutely do.

"implies learning to duplicate its structure"
Which is what children do.

"The only humans "training" on a novel and proceeding to write their own are what we call cut and dried plagiarists"
lol, no. Every thing you write is based on everything you read and learned. All humans.

Sitting in a librasy and writes a book bu cutting a word from all the other books is not copyright infringement, nor is it plagiarism. Plagiarism is an academic thing, not a legal thing. Just so you know.

Comment So we need to pay to read? (Score 1) 108

How is reading copyright infringement? It's no different then what AI is doing.
Also, copyright is about disturbing works. There is no record of any AI distributing works beyond fair use.

If I write a book by cutting the words out of a library full of books, it's not copyright infringement. Same with AI.

Bunch of people don't understand AI. these same writer probably rally against libraries.

Slashdot Top Deals

A conclusion is simply the place where someone got tired of thinking.

Working...