Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Re:Why people voted for Trump (Score 2) 263

Actually, IMHO, it is much simpler than that. Republicans have focused on wedge issues and creating conflict making politics more about what side you are on than running the government. Everything is about how something makes the conservative feel. So voting against your own interest so rich people can get richer, because your made about what bathroom some one pees in is how they are getting elected.

Comment AI will make up programming classes and functions (Score 1, Interesting) 49

When AI was just starting to become popular a co-worker asked me to review code they could not get to work. I took one look and quickly understood that core library functions being used did not exist and that is why the code failed. He had used AI and then did not even go to any trouble to look at the API to verify the code.

Comment Re:Up next (Score 2) 52

I pretty strongly doubt they are saving money. 80% of software in maintenance. So you saved a couple hours creating the initial code and now you have created way more work for yourself in the process rather than just doing it right and having a competent Software Engineer build it. And as well, you have now opened yourself up to risk that the code does something unexpected or has security holes. I expect we will start to see stories about incidence like this with AI code like we did with bottom dollar overseas developers 20 years ago.

Comment You have to know programming for AI to work (Score 1) 113

A co-worker told me that AI is like working with a jr programmer, who never says no, and constantly lies. AI has no ability to say "I don't know", it will always deliver an answer, because most AI is a neural network, which is just a giant pachinko machine. So whatever AI spits out, you have to be able to have programmed it to know if it is good code or not and fix any flaws. To me this seems exactly like the offshore developer craze in the 80s and 90s. I have worked with lots of very talented overseas developers and they are cheaper, but I don't know how many projects I have been brought into to fix that were built by bottom dollar overseas teams. One literally had a 100 nested if statement instead of using something like recursion. Often we would throw away their code and start over as it was faster to fix. And 80% or more of the time with a software project is maintenance. How are you going to do that with AI spaghetti, because the person who used AI did not really know how to program? That feels exactly like what is going to happen with AI.

Comment social media is like this too (Score 1) 49

I wish people would also understand there is no social in social media. It is content created by users for the main objective to make money and push public opinion. People would treat it a lot differently if they got to see all the metrics the algorithms decide when they suggest something. "engagement", "controversial", etc would take the human face of it. Buy social media and AI try and put a human face on how they work to specifically mask that.

Comment Re:It happens (Score 1) 56

your only good backup is the one you last tested ... successfully. I worked for a company and a critical database was deleted. We had backups, but management thought it was a waste of time so we never tested them. Well, the incremental backup was bad. Daily backups were bad. Monthly backup was bad. And finally an off site backup from several months ago was finally found good. We tested backups once a quarter after that. It took all of an hour to do it.

Slashdot Top Deals

"The great question... which I have not been able to answer... is, `What does woman want?'" -- Sigmund Freud

Working...