Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:Wrong again, idiot. You're really good at that. (Score 1) 141

Once again drinkypoo goes to great lengths to expose his stupidity for the world to see with another uninformed, idiotic Slashdot post.

Oh look, whoever you are. Nobody knows you.

The 90s and early 2000s was the peak of automotive engineering in the USA

And American cars were still shit. If you RTFA I linked you'll see that the best of the 90s and 2000s were not what was destroyed.

Now go off to cry to someone else about your tiny penis, you will not be missed.

Comment Re:Don't you understand yet ? (Score 1) 21

Mod parent Funny but actually too true to be funny.

However I have a new theory about moderation on Slashdot. First you have to pass a reverse CAPTCHA test. The mod points are then only given to accounts that can prove they are not human.

On the story itself, I think we are all so fscked that it doesn't even make sense to think about solution approaches. The giant corporate cancers can always find a suitable jurisdiction where they they fsck you if'n they want to.

However it would reach a new level of Funny if she has never even visited jolly ol' England.

Comment Re:I think AI is great! (Score 1) 59

All the moderators missed the joke and failed to give you a Funny?

Or perhaps all the moderators are AI? Slashdot's new (and secret) moderation policy is to only give mod points to accounts that can pass a reverse CATPCHA to prove they are NOT human?

Just asking questions? Of course not?!?

Comment Re:Do it yourself (Score 1) 82

Cppcheck apparently knows "hundreds of other rules covering a multitude of language aspects" so you don't "have to mentally apply against every single line of code you write."

Cppcheck doesn't flag anything in Waffle Iron's example.

It also doesn't find anything wrong with:

std::vector<int> vec = {1, 2, 3, 4, 5};
auto it = vec.begin();
vec.push_back(6);
std::cout << *it << std::endl;

Which is another common example of how you can write memory errors without using C++ pointers.

Comment Re:Russian nesting dolls of scams (Score 1) 34

Mod parent Funny, but I think the humor is at a level that will sail over the moderators' heads. Assuming they have heads and Slashdot hasn't adopted a policy of giving all the mod points to AI accounts. Slashdot could use a reverse CAPTCHA where you have to prove you're not human before you can have any mod points to bestow.

For my next failure to be funny, consider the threat of learning not to think like a machine by learning not to think about any question the machine won't answer. Combination of "Nothing to see there" and "How dare you even think of such a question?" And I predict most people won't even notice the "guidance" of their "thinking".

Comment Re:AI Moderation? (Score 1) 34

Would have been a better FP, and I can even see a derivative joke:

"But first they use the AI to decide which stuff is "confidential and important" and that stuff is not shown to the contractors, but only moderated by "politically reliable" insiders. (Yes, the double entendre is deliberate. But I bet some folks around here won't even see it.)

Comment Re:There is already a safe subset of C++ (Score 1) 82

In the sort of places where MISRA and similar coding guides apply, yes, never allocating memory is expected, because once dynamic allocation exists you can't guarantee that you won't die with an out-of-memory error and similarly can't guarantee any time bounds on how long an alloc and dealloc will take.

Sure, so C++ is safe as long as it's used in a way that makes it incredibly painful. Sounds good. Let's just require all C++ code everywhere to be written that way. Rust usage will skyrocket overnight.

Comment Nothing to see here (Score 1) 34

Two counts of nothing. First the AC count. FP was just another AC brain fart. NOT a case where anonymity is justified. That would be if someone on the inside wanted to provide some interesting information on the terminations. In this case that would be someone inside cancerous google or Hitachi.

Other count of "nothing to see here" is the Japanese news. At least if it had been a featured story on NHK then I would have noticed it. Possible it will break today, and if that happens I should thank Slashdot for calling it to my attention. (Long time ago Slashdot was often a significant source of early news. Pretty sure the first I heard of one major divestiture by my employer was via Slashdot.)

So now I'm not only standing by, I may even peek at some of the news magazines searching for more... Right now I'm going with the hypothesis is that this story is sort of bad news for Japan but they (specifically NHK) haven't figured out what angle they want to use in reporting on it. Mustn't offend the YOB, you know.

Comment Re: Is there anyone here that voted for Trump (Score 1) 252

It is hard to have fair democracy with winners take it all.

For a really rigorous definition of "fair", it's impossible to have fair democracy at all. Arrow's Theorem demonstrates this to a large degree, although many have argued that some of his fairness axioms are excessive. More recent research has concluded that fairness is the wrong standard, because there's no way for an electorate's "will" to really be fairly represented by any electoral system, not in all cases. Some systems can do better most of the time (and "winner take all" is particularly bad), but all systems fail in some cases.

What we need to aim for instead of fairness is "legitimacy", which is more about building broad acceptance of the system than about fixing the system itself, though it's easier to build acceptance for better-designed systems.

Having the country's top politicians continually claiming the system is unfair and rigged is, of course, the worst possible thing to do if you want to build support for the legitimacy of the system.

Comment Re:Jokes on you (Score 1) 252

Precisely none of those books were ever banned.

I decided to check :-)

According to the Book Censorship Database from the Every Library Institute, both "Of Mice and Men" and "Adventures of Huckleberry Finn" have been challenged, but only "Of Mice and Men" was removed, though "restricted" is more accurate. The Birdville Independent School District in Texas removed the book from general access, allowing access only to the AP English class, and the Indian River County Schools in Florida restricted it to high school students.

No Doctor Suess books were banned, although Suess Enterprises voluntarily ceased publication of six books.

Comment Re:King George the Third... (Score 1) 252

We're already in a second civil war. It was started by the left years ago.

We never finished the first one. The losers were allowed to keep their flags and their guns. Instead of trying to be one big happy country we should have freed all the Africans and enslaved the Southerners, since they love slavery so much. Then we could have them picking fruit right now.

Slashdot Top Deals

You might have mail.

Working...