Forgot your password?
typodupeerror

Comment Working with other people's code (Score 4, Insightful) 150

pretty soon there will be so much code generated, that nobody will be able to make sense of it, especially when it stops working.

This is actually where I think AI is very useful. Have you ever had to take over a bunch of code that someone else has written? Possibly with little or no documentation? With Claude, I can have it parse a bunch of code and it does a pretty good job at summarizing what the code is doing, and can make modifications to it with minimal effort on my part. I just describe the functionality I would like added or changed. Is it perfect? Of course not, but I can be quite productive with it.

Comment Re:Seems like a waste of time and money (Score 2) 66

I'm pretty sure this was a solved problem when I was a kid and that's been a long while now.

Indeed. The first rigorous study was by the French scientist Étienne-Jules Marey around 1894, using high-speed photography.

There is also a story about Thomas Edison and Henry Ford doing some experiments together, but it's likely apocryphal.

Comment ChatGPT vs Anthropic (Score 1) 93

Just yesterday I created a Clause Pro account to test a simple coding project I'm working on. This move was partly in response to my respect for Anthropic showing some moral backbone.

I was also having small issues coding with ChatGPT. I say small, because what it CAN accomplish is pretty remarkable. I found it awkward to work by cutting and pasting code sections, however, and over the course of long conversations I noticed the LLM was not retaining the full context of what had been done before. I imagine there are probably better ways to code with ChatGPT, but for such occasional use I've just been making do.

I was particularly interested in giving Clause Code direct access to my files, because I am lazy and find it so much faster to have the changes applied directly. Claude looked through my files, and then was ready to add a new feature I wanted. The feature was to add a table to a web form, with buttons to add or delete entries to the table. It worked, but kept creating an unnecessary blank row at the bottom. Claude rewrote things 3 times and the issue was still occurring. I switched the model from Sonnet 4.6 to Opus 4.6 and tried again. Still not fixed.

This is my first use of Claude, and I suppose it's possible that I picked a subtle problem to test it on, or maybe it would have done better if the code was entirely written by Claude instead of taken over from ChatGPT. Anyway, I'm going to try solving it with ChatGPT and see if it does better.

Comment Re:Insider trading markets (Score 1) 30

There are two types of people there. Inside traders and suckers.

This is modded funny, but it's actually the truth. Many years ago my wife had an attractive female friend with a penchant for dating well-to-do men. Several of these were well-known players in a particular stock market. I distinctly remember one occasion where she was explicitly told that a stock was going to rise dramatically on a certain date, and that she would do well to invest beforehand. She shared this information with family members, and they profited handsomely. I realized at that moment that anyone gambling on the stock market without insider information was indeed a sucker.

Comment Re:Why not just render the PDF as an image? (Score 1) 61

Why not just render the PDF as an image and then process the image just like AI already can do?

I don't see the challenge, here.

My thoughts exactly. I routinely paste images into ChatGPT that it parses quite well, at least in terms of text they contain. For things like error messages that pop-up on a computer, I don't even type any context and get (mostly) useful interpretations.

Comment Re:Disclosure Process (Score 1) 73

Yes, there is a semi-secret mailing list of organizations that are informed of CVEs before public disclosure.

It's called responsible disclosure, and security researchers have done this since the last century. When a vulnerability is discovered, the software's maintainers are given advance notice to develop a patch before the vulnerability is made public. I'm not aware that there's any master list of entities that get notified about every vulnerability whether it belongs to them or not.

Slashdot Top Deals

"I have not the slightest confidence in 'spiritual manifestations.'" -- Robert G. Ingersoll

Working...