Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Learning isn't plagiarism. (Score 2) 40

Any AI that produces output without sufficiently crediting the authors of the inputs it trained on is correctly regarded as an application that just speeds up plagiarism.

Any human intelligence that produces output without sufficiently crediting the authors of the inputs it trained on is correctly regarded as an application that just speeds up plagiarism.

Thus if you read Shakespeare and write a sonnet, really Shakespeare should be credited and not you for learning how to write a sonnet.

Your view is in contradiction because the AI learns in the same manner as humans and we credit humans for their unique sonnets imitating the sonnets of others.

Comment Magic Formula (Score 1) 43

I applied for access and got it. The app I put in had engineering background info and the only thing I wrote in the application essay part was “In wit and will, God created the heavens and the earth in seven shades of color, and the members of God’s own household were shocked.” — GPT-2.

Then again, my engineering background is something of a magic formula: https://en.wikipedia.org/wiki/Apprentice_(software)

Comment The answer in English (Score 1) 123

Comment Lazarus (Score 1) 206

I have used Lazarus too, but in like 2002. Delphi and Lazarus are like the dark ages compared to modern languages and tools. You have to manually declare all variables in Object Pascal. That's so old-school and such a waste of time!

The components are also very aged. A UITableView or UICollectionView in Swift is so much more advanced in what you can create, how fast you can create it, how flexible and responsive it is and in many other ways, compared to a TListBox in Lazarus or Delphi.

Comment Yes, to some extent. (Score 0) 206

RAD-tools have their place, but they don't replace code. Never did, never will.

Actually, RAD tools have consistently lowered development time. In the 90's some of the first of these tools were Visual C++ and Delphi. As the parent poster says, they take care of a lot of nonsense or in other words make developing faster.

In modern codebases like Xcode using the RAD tools like storyboards and autolayout can reduce the size of your codebase by nearly half compared with places that do the UI in code, like Foursquare.

For most things it is a gradient, but it is good to be on the RAD side of the gradient. These modern low code and no code products may not completely replace coding, but for some typical usages, an online store for example, may be able to deliver a product with little or no code until you want a feature they don't come with and then you are back to coding.

Comment Ambiguity (Score 1) 283

This question is actually ambiguous.

The answer assumes that the ends of the cable are connected to the poles at the terminus of the cable. Yet, the question does not say that. The cable could instead be draped taught over the poles and dangle toward the ground at each end. If each end draped over the poles was equidistant from the ground, for a 20m distance off the ground at each end, 30 meters of dangling cable would be used from the dangle bottom to the cable top on each pole, so 30m x 2 or 60 meters, and then 20 meters are left over for the distance between the two poles.

Comment Identified Dinosaucers (Score 1) 123

If, in the final 7,000 years of their reign, dinosaurs became hyperintelligent, built a civilization, started asteroid mining, and did so for centuries before forgetting to carry the one on an orbital calculation, thereby sending that famous valedictory six-mile space rock hurtling senselessly toward the Earth themselves—it would be virtually impossible to tell.

Would it though?

Dinosaur industrial-lization should leave geological clues, just like human industry did.

Plus, the troodontid moon base would be a total giveaway.

Slashdot Top Deals

To program is to be.

Working...