Forgot your password?
typodupeerror

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

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) 91

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: Had a local crash when I was a kid ... (Score 0) 156

Same. -ish. Pair of NJ national guard F16s flying a training mission off the coast of Atlantic City back in the summer of 2000 or 2001. One went crash into the ocean. Pilot ejected and the other one circled until the coast guard found him and picked him up. Watched the whole thing off the beach while on vacation.

Comment Re: So what? (Score 1) 91

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) 91

/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.

Comment Someone found the way to fast fame (Score 1, Interesting) 103

I don't know this guy. I haven't even googled him or looked at his linkedin. All I see is his incentive structure and see him acting exactly the way I'd expect someone to act if their expectations of their career progress weren't meeting harsh reality, and there was a quick buck to be made talking trash about The System.

More food for thought: Oppenheimer was scared shitless of the bomb and Einstein opined on World War 4 being fought with sticks and stones. The future isn't written, but neither ww3 nor ww4 have come to pass as predicted.

Comment We had Apples in the computer lab in mid-late 80s. (Score 1) 77

Apple played the long game by getting itself embedded in schools, so that children would grow up and want an Apple; and so that the schools were familiar with Apple and expand with their products.

The odd part is that for actual computing power in the library the school went with IBM. Even then Apple was more about presentation than function of power.

Comment Re:Cui Bono (Score 1) 77

Everyone acts in their own best interest.

Big Tech messaging about what kids should learn is designed to benefit Big Tech in some way. Any truth-value to their statements would be secondary.

The fact that a message comes from "Big Tech" should never be used to give it credence, but merely to determine who would benefit. Evaluation of benefits to anyone else must be done independently.

Slashdot Top Deals

"Yeah, but you're taking the universe out of context."

Working...