Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:economist Paul Krugman wrote this week (Score 0) 169

Written on Election Night 2016 by Paul Krugman:

It really does now look like President Donald J. Trump, and markets are plunging. When might we expect them to recover?

Frankly, I find it hard to care much, even though this is my specialty. The disaster for America and the world has so many aspects that the economic ramifications are way down my list of things to fear.

Still, I guess people want an answer: If the question is when markets will recover, a first-pass answer is never.

During Donald Trump's first term, the S&P 500 rose approximately 83%, the Dow Jones Industrial Average climbed 73%, and the Nasdaq Composite surged 152%.

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

The Wright Bothers weren't the first to fly. They were just the first not to crash.

Working...