Forgot your password?
typodupeerror

Comment Re:Working with other people's code (Score 0) 150

Yes. So far, the LLM tools seem to be much more useful for general research purposes, analysing existing code, or producing example/prototype code to illustrate a specific point. I haven't found them very useful for much of my serious work writing production code yet. At best, they are hit and miss with the easy stuff, and by the time you've reviewed everything with sufficient care to have confidence in it, the potential productivity benefits have been reduced considerably. Meanwhile even the current state of the art models are worse than useless for the more research-level stuff we do. We try them out fairly regularly but they make many bad assumptions and then completely fail to generate acceptable quality code when told no, those are not acceptable and they really do need to produce a complete and robust solution of the original problem that is suitable for professional use.

Comment Re: sure (Score 2) 150

But one of the common distinctions between senior and junior developers -- almost a litmus test by now -- is their attitude to new, shiny tools. The juniors are all over them. The seniors tend to value demonstrable results and as such they tend to prefer tried and tested workhorses to new shiny things with unproven potential.

That means if and when the AI code generators actually start producing professional standard code reliably, I expect most senior developers will be on board. But except for relatively simple and common scenarios ("Build the scaffolding for a user interface and database for this trivial CRUD application that's been done 74,000 times before!") we don't seem to be anywhere near that level of competence yet. It's not irrational for seniors to be risk averse when someone claims to have a silver bullet but both the senior's own experience and increasing amounts of more formal study are suggesting that Brooks remains undefeated.

Comment Re:Ever so subtle? (Score 1) 328

Probably ... YES. Not intentionally, but I've seen quite a few posts over the last months where I said "surely this isn't AI" (and by AI I mean what mostly everyone mean by "AI" nowadays, these LLM autocomplete). We got to the point where the AI stuff is coherently crafted from beginning to end while the "human" posts are what the average human (that's a really low bar) would do, possibly drunk or on drugs.

Comment Chromium isn't Chrome (Score 1) 35

Not sure what all posts about "Chromium something something" are about. Chrome has 65-80% market share. Most of what's left is Safari, with the rest being mostly in the noise. I'm sure Chromium runs on all these platforms, yet approximately nobody prefers it. Yes, Chromium or Firefox would do fine. But all the "[gasp] why people would want Chrome when Chromium and Firefox exist" posts are pointless, people just do.

Comment Re:This constant assumption that dark matter is ri (Score 1) 71

Most of it is aliens flying around in stealth spaceships. We can't spot them, except that they haven't figured out a way to hide their mass.

So galaxies with more DM are more technologically developed than the others. In this all-DM galaxy they must have used up almost everything else to build ships.

Slashdot Top Deals

Try `stty 0' -- it works much better.

Working...