Forgot your password?
typodupeerror

Comment Idiots and assholes with LLMs ... (Score 1) 19

... are still idiots and assholes, just with skills upgraded from "none" to "somewhat there, but not too impressive".

Same in the security space. They will never match an expert, but they can get lowish-medium skills and that is already very dangerous because that LLM does not provide them with the clue needed to use those skills responsibly. Eventually we may have to ass an "LLM user" category for the Darwin Awards.

Comment Re: Embrace and Extend. (Score 1) 86

It isn't supposed to take it over, you think it is because your brain is entirely made of brown matter. These languages are not even trying to do the same thing. C# is not a systems language, by design. C++ is, by design. C# is garbage collected, C++ is not. C# needs a very large runtime just to do anything at all, C++ does not. Games written in C# will inevitably require more RAM and will be subject to GC pausing. Lower performance games can tolerate that, but games that push the hardware to its limit will be noticeably impacted by it.

This is like that stupid argument you keep trying to make about DRAM being closer to the CPU makes it faster. The only reason you think that is because not only do you think with your brown matter, you also have no idea how DRAM works, so you have no concept as to why that distance is a moot point.

Your domain of expertise is feces, not computers, and it shows.

Comment Re: Embrace and Extend. (Score 2) 86

Their attempt to do that was called C#. It failed. Not everything someone tries succeeds. For example, you tried to be smart there, whoops!

Talk about a "whoops", your brain is 100% brown matter if you think C# was ever intended to replace C++. Those two serve a very different purpose. C# is much more closely related to java and tries to serve the same niche. You're obviously not even aware of what the CLR is for.

I didn't start using C# until dotnet core, and I started using java soon after. C# feels like somebody put some actual thought into it. Java feels like an early alpha release of C#. Neither language is my daily driver -- that would be Rust. When I have to write something in C#, I think "well that sucks, but at least it's not java."

Unlike you, I have actual experience with all of these languages. I've been writing production code with all of them (except C++) for the last 6 years.

I don't really care for MS, but they've contributed a great deal to open source. Unlike you, I believe in giving credit where it's due, even if I don't care for the person or people behind it. Art and artist are not the same. That's why only you would get pleasure from nueralink failing its patients. Fortunately for them, it seems to be working well.

In any case, stay in your lane. If the topic is feces, then I'll defer to your decades of expertise in that.

Comment Re: So what? (Score 1) 86

Hmm...Have you looked at the ohno crate? That, and a bunch of other crates in oxidizer look really useful, and none of them are specific to windows. There are a few obviously designed for MS products like azure, but most that I've looked at aren't.

They mostly seem geared at making rust even more ergonomic.

Comment Re: Embrace and Extend. (Score 2) 86

/facepalm

By this reasoning, Microsoft should have taken over C++ a long, long time ago. Hell, C# should be even more proprietary right now, instead it has become open, whereas the language it was built to compete with, namely Java, went from being open to being an excuse for Oracle to sue anybody who uses it. Actually come to think of it, Microsoft is funding eclipse adoptium.

Just because your favorite drink is the same color as rust doesn't mean you understand it, let alone any other programming language.

Slashdot Top Deals

We don't know one millionth of one percent about anything.

Working...