Forgot your password?
typodupeerror

Comment Re: The llms lack understanding of code (Score 1) 159

I askrd Gemini to set up a unittest for a state machine I had coded in Python Instead of calling the methods changing the state and checking the resulting state, it made code changing the state directly and tested that. The production code was not tested at all. Maybe my fault for not making internal attributrs hidden, but still...

Comment Re: multi-day? (Score 1, Informative) 179

In the US you mostly use rails for slow moving cargo, and perspn transport is by car and plane, while in Europe the rails are occupied by faster going passenger trains, and cargo is by truck. Our local container terminal is serviced by trucks driving through town although there is a rail from old time going down to the harbor.

Comment Re: Its not "dog food", its "road kill" (Score 1) 83

How many times does review actually catch bugs? Why should review wotk better for AI generated code than human written? For both you need some rigorious, i.e. non-AI, systems ti catch bugs: tests and static code analysers. If you have too many bugs, up your testing. Use the tests to safely refactor provlematic code. Review is at best a way to align developers and train newbees, not Q.

Comment In Denmark, too (Score 2) 109

A few years back every child in the public schools in our town got a Chromebook. My now 10 year old got one in 2nd grade, but in 3rd grade everyone had to hand them in again. Also, somewritten exams are without computers in high school again now. In short: computers and screens are bad for learning (in the lower classes at least).

Slashdot Top Deals

We cannot command nature except by obeying her. -- Sir Francis Bacon

Working...