Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment AI is very good, but not great at programming (Score 1) 73

I've been programming computers in one capacity or another for decades. I've done everything from Apple Basic to Visual Basic, with C, C++, Objective C, Java, HTML/CSS/JavaScript, Python, PHP & MySQL in between, plus several others that don't merit mention here.

I have to do some programming in my job, but it is only a small part. I administer several different cloud services, so I have to deal with a lot of APIs. Sometimes the particular action I'm looking to perform is not intuitive. It is much easier for me to pass the API Doc URL to ChatGPT, tell it what I want it to do, and have it write an initial Python script for me.

I still have to debug it and give that back to ChatGPT for revision. Eventually, I get to the solution, usually in less than half the time it would have taken me to bang out the code myself. It's nice to have it automatically insert comments and add debugging messages to the terminal and to a log.

The thing is, you still need to know what you're doing. Sometimes it writes rather inefficient algorithms, and I've caught it a few times in off by 1 errors. You can't just have a person without programming experience use it and expect it to be successful.

Comment Re:Company selling (Score 1) 168

I've been asked to create reports that add pounds + gallons, and it's almost impossible to get them to understand why that's nonsense.

Pshaw, that's super easy! 3 pounds plus 6 gallons equals 9.

Perhaps I'm being too harsh. For example, if their boss is an MBA who gives out raises on the basis of how many pounds+gallons they produce or sell, they would be quite rational to request a report that shows how many pounds+gallons they have produced or sold.

Comment Re:Do religion next! (Score 1) 111

how is that not also fraud?

I've been wondering what the authorities would do if I started selling updated accommodations for the afterlife. Want an extra garage or bath? Something closer to the golden throne, or further from all that off-key singing? Or most popular of all, something farther from those people.

Pay now and get it later, of course.

Slashdot Top Deals

There is no likelihood man can ever tap the power of the atom. -- Robert Millikan, Nobel Prize in Physics, 1923

Working...