Comment Re:You got me to look at drivel (Score 1) 99
Comment Re:Fun (Score 1) 101
Again, I don't think you enjoy programming. That's why you became a manager.
Comment Re:Fun (Score 1) 101
I have fun programming in Rust... I like building type systems that prevent errors and automate drudgery. Both C++ and Rust let me do that, C does not...you spend a fair amount of time thinking about low-level details of what the compiler is generating. That's true, and I like thinking about memory layouts, cache lines, what the optimizer is going to do
You very convincingly make it sound so fun.
Comment Re:So.. drive them somewhere? (Score 1) 101
Comment Re:GIGO (Score 1) 99
We usually have seen boobs, watched horror movies and tasted alcohol by the age of 14
Have you ever shot an animal?
Comment Re:Open weight models FTW (Score 1) 99
Comment Re:AI (Score 1) 101
Computationally, a "wrong" program can be just as valid a result as a "right" program.
I think you have a point you are trying to make, but I cannot figure out what you are trying to say here at all.
Comment Re:I've heard this one before (Score 1) 101
Comment Re:Fun (Score 0) 101
Comment Fun (Score 4, Insightful) 101
If you have fun programming in Rust, you will have fun programming in C.
"Fun" is something manager types tell you when they are trying to convince you to do something. If something is fun, you don't need to tell people. It's also what you tell toddlers.
Comment Re:So.. drive them somewhere? (Score 0) 101
If someone is not responsive in the back of a vehicle when the ride ends. the vehicle should just BE DRIVEN TO THE NEAREST EMS LOCATION,
Selfdriving cars cannot drive to every location, they can only drive to somewhere that has been mapped. So they might actually be incapable of doing this.
Comment Re:Even an idiot can be right (Score 1) 119
it would have a far greater chance of creating something Shakespearian
This is fuzzy thinking, "Shakespearean text" is not the same as "text of Shakespeare."
But its likelihood of creating a single Shakespearian work would still be extremely tiny, although not zero.
LLMs only produce text within the parameters they were built. If it was not built to produce a text of Shakespeare, then it won't.
A simple heuristic to understand this is to think of Elizabot. An Elizabot can produce meaningful English text, and has even passed a Turing test. But it will never produce a work of Shakespeare, no matter how long you let it run. It's outside of its parameters. If you don't understand how an Elizabot works, then this example is too much for you.
Comment Re:Even an idiot can be right (Score 1) 119
A non-random generator cannot. LLMs are not random generators. To generate the entire works of Shakespeare, they would need to retain the entire works of Shakespeare in their memory (weights).
Comment Re:Just Red Team the heck out of it (Score 1) 54
Security has to be a main design requirement from the beginning. If your software engineers don't know how to write secure code, then they won't write secure code.