Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Marketing?... NOT! (Score 0, Flamebait) 239

So you're absolutely right, better to ask what is proper etiquette WITH ANY CULTURE

If you live in the US and are an executive with a multinational corporation, and you still have to ask what is proper etiquette in dealing with a highly educated and well-traveled black man, you are either 1) clueless , 2) a Republican or 3) a racist.

Believe it or not, you'll never go wrong by just treating American people as people, regardless of their skin color. It works surprisingly well. On the off-chance that I encounter a black person, living as I do on the near West Side of Chicago, it usually turns out that they're generally regular people who laugh at funny sitcoms, enjoy well-made movies and good food and think the Bears should fire their entire coaching staff.

Comment News Flash : All Corporate IT security is a joke. (Score 1) 239

It has been well known that all Corporate IT security is a complete joke. CIO refuses to spend the money on it, COO refuses to make users actually follow real security procedures, and the CFO loves the "it wont happen to us" line that means they will not have to actually spend money on real IT security.

This is not new, I'm just glad that it's happening in a very public way so that maybe the worthless executives out there will actually listen to their IT experts about the fact that we NEED to spend the money to try and keep the bad guys out.

Comment Re:Why bother? (Score 1) 421

Compiler optimizations don't really help if your code is I/O or input-bound, which accounts for most of the code written today - so users rarely see the benefits. Occasionally you get a situation where one particular code path is CPU-bound and is hit often enough that optimizing it matters, but in that case it's usually still easier to use C++ for that particular bit, and some other high-level language for the rest.

Granted, with all the changes already in C++14, and more good stuff coming in C++17, C++ itself gets more high-level every year. Right now I'd say the problem is really more with the tooling than with the language... debugging C# or Java is still a much more comfortable experience than debugging C++. But it doesn't have to be that way.

Comment Re:Why bother? (Score 1) 421

Promises and async is indeed a good point. I've been writing async (UI) code in C# for the past two years, and have almost forgotten what a mess it was before tasks and await.

BTW, async/await is also proposed for C++, though it is a much more generalized construct there:

http://www.open-std.org/jtc1/s...

VC++ has a preview of the implementation in the current betas:

http://blogs.msdn.com/b/vcblog...

Comment Re:Marketing?... NOT! (Score 1, Troll) 239

She also asked whether she should be prepared to ask the president if he would like to go check out some thick white broads after feasting on fried chicken and red pop (no ice).

I'm pretty sure that if you're at work and and pretty high up in a big corporation, you should have enough common sense and basic human dignity and respect not to be asking a colleague whether it's true that black people have a special bone in their ankle that prevents them from enjoying movies with white stars.

I mean, everyone knows black people like Liam Neeson movies.

Fucking people. I'm tickled whenever a huge multinational corporation has it's ass displayed for the world to see. It's a sign that they haven't completely locked down the world just yet.

Comment Re:Revolution (Score 1) 628

But the rich will not recognize that until the mobs with pitchforks are breaking into their gated communities.

It only needs to happen in one place for others to recognize the urgency. Just like the communist revolution in the USSR prompted the rise of the welfare state in the West (and, with the collapse of the USSR, welfare state is also slowly evaporating).

Slashdot Top Deals

Kleeneness is next to Godelness.

Working...