Forgot your password?
typodupeerror

Comment Re:Only two? (Score 1) 27

That seems to be a different definition than the one they're talking about. It sounds like they're talking about evolutionary origins, and the "reptilian brain" metaphor is talking about function...
They probably aren't exactly all the same cells of the body.

There's also the sympathetic and parasympathetic division. Again it's separation along a *different* dimension.

Comment Re: Nothing of value was added (Score 1) 159

How can you state that? I'm assuming you're a Rust proponent from that wild statement, which goes to show you how little you know about the topic.

Yes, memory leaks can and do happen in Rust. Rust is not perfect. Neither are the people who write it.

Most Rust code is written by its proponents' AI models, anyway.

Comment Re: Nothing of value was added (Score 1) 159

This is an engineering maxim as old as time.

If your response to theoretically old, brittle, and "wrong language" code is "rewrite it in something better", you don't understand the problem.

There has never in the history of software development been an effort to rewrite a platform in another language which wasn't subsequently plagued by all manners of new and interesting problems.

In a best case scenario, the product has an exhaustive regression testing framework, complete unit tests for every function, e2e testing, and reintegrative CI/CD. But that is rarely true for any project, and certainly isn't true for old ones which predate such practices.

You make an important point: the biggest positive contribution to making old tools better without introducing more brittle behavior is with coverage from test suites, and improved code coverage.

Comment Re: Nothing of value was added (Score 1) 159

This IS the Rust community you're talking about, after all.

While Rust is a fine language, the community tends to be a bit fanatical and irrational. Pair that with a generally shallow technical aptitude depth and a lack of experience, and vibe coding, and therein lies the problem. There seems to be a high intersection between them and the systemd, so that's not a surprise.

And that's without getting into questionable mental health practices that are common in that community.

Comment Re: Nothing of value was added (Score 2) 159

Also, Rust is more complex to use than C, so a small program is much better in C. And a large program is probably better in either C++ or Python(with a lot of library calls).

I don't like Rust, so I'm probably not being fair to it, but I struggle to identify a good use case. (Personally, I'd rather use Forth than Rust.)

Slashdot Top Deals

Advertising is the rattling of a stick inside a swill bucket. -- George Orwell

Working...