Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:AI coding (Score 1) 106

That's not how the licenses are written. The licenses state if you change something you must give back, AI learning from Opensourced code is no different than a human doing the same other than at a faster rate. If you GPLed your code you can't expect anything back from anyone who uses AI to write code that is not a modification of your code. MIT licenses say do what you want with this code, so the rule applies even more to them.

Comment I would say AI will transform open source. (Score 1) 106

As someone who has been a software for 30+ years, and who now uses Claude to do 90% of their work I disagree that it is killing open source. I've not once in 30 years had the time or the energy to make an opensource project. Since using Claude I have made 3, all GPL2 Licensed. They are small, not world changing, but it has empowered me to give back somehow. Opensource projects use to be passion projects, until people went to monetize them.

Stackoverflow. Let's be honest, 75% of what was there was crap, how many times have you thought you found the answer to your question just to find out it was wrong. With Claude if I am stuck on a bug, I give it the error, I give it the file the code is in, and 99 times out of 100 it can fix it in seconds vs me spending an hour or two trying to find the solution. Stackoverflow was great in the beginning but over time it stopped being useful.

Comment Depends... (Score 4, Insightful) 31

On what you are maintaining, and how you approach it. The code I maintain, if I need to add new functionality to a function, and I can describe it to claude easily enough then I'll tell claude code what file, what function add a marker where I want the code and explain what I want. I don't let it just edit on it's own I have it show me what it wants to do, and if it looks good I'll have them do it.

Just telling claude hey add this functionality to my code base, and hoping it gets it right, which from what I am understanding seems a lot of people are doing, is a good way to get bad results.

Comment Jira tickets and long texts are too much (Score 1) 30

... but now Jira has an AI that summarizes the entire ticket into bullet points at the top, and it's fairly accurate and really useful. Claude when fed documentation that I don't understand will clarify it and summarize it for me as well, it makes my dysfunction less dysfunctional.

Comment We did that 18 years ago and it flopped... (Score 2) 66

We built a philanthrapic startup and did exactly that, we had every 503C on record in a database and built pages for all of them to take donations on their behalf, let it sit in our bank for a bit and then send it their way. Then the 2008 collapse happened and well we our little startup fell apart...

Slashdot Top Deals

Nothing is easier than to denounce the evildoer; nothing is more difficult than to understand him. - Fyodor Dostoevski

Working...