Forgot your password?
typodupeerror

Comment Re: Nothing of value was added (Score 0) 132

This is only really a useful observation if you can tell me ahead of time which developers are competent and which ones are incompetent.

If you are hiring a developer your chances of finding one who is not incompetent is vanishingly small. The correct approach is to train them to be competent, and set standards. This should begin with requiring the bug tracker to be emptied out (or decreasing bug count, if the total number is currently overwhelmingly large), and there are plenty of online and in-person resources for training developers to learn how to write secure code.

and use tools like memory-safe languages to mitigate that risk.

Security vulnerabilities happen in every language. Anyone who thinks the language will make them safe is an idiot. What I mean is, you are an idiot, cmseagle 1195671.

Comment Re: Nothing of value was added (Score 3, Insightful) 132

The problem as I see it is coming up with good standards. We do have standards in some places, for example, SOX requires changing passwords every three months as best practices. But that is probably not actually best practice, so the wrong thing was codified.

How do we get the right things codified is the question.

Comment Re: We are going so fast we need to slow down! (Score 1) 118

** - It seems dubious that Truman really understood what he was signing onto.

My take was that he could have stopped it if he wanted to, but the bureaucratic machine was already in motion, and he would have had to put some effort into stopping it. I'm glad we didn't bomb Kyoto but maybe Xi will.

Comment Re: Nothing of value was added (Score 4, Insightful) 132

Yes of course when there is a skill and no standards of training, some people are bad at it

This. Most companies don't follow best practices when it comes to good code (for example, they have a bug tracker that is always growing, never empty). They don't try to write secure code, they don't have trainings in secure code, they don't penalize insecure code (although they should in a lot of cases). That is why most corporate programmers can't write secure code.

Comment Re: Nothing of value was added (Score 2, Insightful) 132

History shows that developers cannot write safe code

History shows that incompetent developers cannot write safe code. There are examples of programmers writing safe code.

People who make excuses for unsafe code are usually crappy developers, and that is what I think of you. You're a crappy developer if you can code at all.

Comment Re: Nothing of value was added (Score 3, Insightful) 132

I think Ubuntu (and other's desire) to remove coreutils is precisely because coreutils is old, brittle and written in an unsafe language.

They aren't brittle. I've looked at them. The code is fine, but it uses an older style that is annoying to newbies.

If I were going to rewrite something in Rust, I would look at Firefox, not Coreutils which I would consider a waste of time.

Comment Re:AI isn't going anywhere (Score 1) 97

I see the future of movies as being AI-generated, with viewers providing scripts, actors, directors, and whatever else they care about, either their own or rented. You'll choose everything and the AI will generate it real time. You'll be able to adjust parameters on the fly -- funnier, darker, more introspective, more action -- overall or per actor. You'll be able to talk to the characters, provide real and misleading clues to detectives, tell the AI to throw in a car accident or a broken sidewalk just to see the characters react to it and change the story for a few seconds.

It will certainly be possible within 50 years. Might be possible within 25 years. What it will do is destroy top actors' salaries. Why rent some famous actor's visage for $5 when you can make one up from scratch or pick some new actor for $1?

You'll also be able to remake old movies. There are stories about famous movies who had to settle for an actor because their first choice was unavailable or too expensive; so change to their first choice, see how it changes everything. They'll be out of copyright and cheap, and probably have a dozen businesses offering their own take on the same actor.

It's going to relegate live actors to stage work, which may or may not be live streamed. The days of $10 million acting gigs will be over. And actors won't be nearly as insufferable pontificating on things they think they learned from roles.

Slashdot Top Deals

Wishing without work is like fishing without bait. -- Frank Tyger

Working...