Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Re:some doubts: (Score 1) 260

Something like 80% of all causalities in the war right now are coming from drones.

Source?

That's a bold claim.

There are many ways around jamming

The article I linked to speaks about that. Essentially: Yes. But: Not the cheap stuff used, and stuff like fiber optics come with their own drawbacks.

(unsure which "cheaper" weapons you believe exist...drones are dirt cheap)

The article I linked to includes prices.

Comment some doubts: (Score 3, Interesting) 260

according to the Wall Street Journal

Meanwhile, some reports from the frontlines indicate that while drones are ubiquituous, they aren't the game-changer the tech-industry wants them to be.

tl;dr essential bits: a) most drone strikes could have been done by other, cheaper weapons. b) drones are an unreliable weapon due to jamming, dependency on weather and light and many technical failures.

Comment Re:I still get terrible results from "coding" agen (Score 1) 64

It's like visual coding or RAD all over again. Whenever suits and PHBs are told there's a magic wand that'll allow them to do without paying people for the nitty-gritty bits, they get all excited and convince each other in their echo chamber that their dream of a company of all managers and no workers is just around the corner.

Then reality says "hi", the hype dies down, a few scam artists got rich and the world continues as it was, with a couple new cool tools in the toolbox of those who know how to use them correctly - which is generally the same people that were supposedly being replaced.

Comment a free intern for everyone (Score 1) 64

That's how I see AI. I've been writing software for the better part of 40 years. What I see from AI is sometimes astonishing and sometimes pathetic. I would never, ever, ever put AI generated code into production software without carefull checking and refactoring, and I would fire anyone who does.

Code completion is mostly in the "astonishing" part. If I write a couple lines of near-identical stuff, like assigning values from an input to a structured format for processing, the AI most of the time gets right the next line I want to write. Anything more complex than that is hit-and-miss.

Mostly, I use AI the way I would use an intern. "Can you look up how to use this function correctly? What are the parameters and their defaults?" or "Write me some code that's tedious to write (like lots of transformation operations) but not rocket science by far.
Essentially, it does faster and a little bit better what previously I'd have done with Google and Stackoverflow.

I have no fear it'll replace developers anytime soon. Half of the time the code is outright wrong, most of the time it has glaring security issues or isn't half as fault-tolerant as it should be, and for any case where I know how to do it without any research, I'd be faster writing the code myself then going through several iterations with an AI to get it done.

Comment Re:This is the way. (Score 1) 127

Diminished maybe, but not all that much.

I think we can reasonably assume that if there's a huge blackout, it won't last forever. A lot of smart people will work hard on getting things up and running again. A few years ago in the USA it lasted for a bit longer, what was it, a week or two? Recently in Spain it lasted a few days. But all those power stations and power grid operators don't just shrug and go home. So getting through those days is probably all it takes for any reasonably realistic scenario.

And you can build things up piecewise. I've got my solar now. The next thing will be a battery. Once I have that, I can think about an electric car.

Slashdot Top Deals

The person who's taking you to lunch has no intention of paying.

Working...