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

 



Forgot your password?
typodupeerror
×

Comment Re:Had this same problem with women (Score 1) 223

It's not so much about what you are able to do one day vs the next... it's when you get caught trying to steal third base, and are sent scrambling back to second, only to find out that it's already occupied. Thinking you're done, you head back to the couch, only to realize that first base is still open... and there you go, safe!

Comment Re:I never liked the idea of C++0x11 (Score 1) 333

The mess that used both was using QT for EVERYTHING and Boost for EVERYTHING. It was amazing. Have you ever considered using both QT and Boosts signal/slot mechanisms? Did you know that both Boost and QT have shared pointer classes? Have you ever thought about using both? In the same class...

It was pretty good.

But hey, it made the company a LOT of money.

Comment Re:I never liked the idea of C++0x11 (Score 1) 333

I've worked on projects that have used QT and ones that used Boost, and one giant mess that used both, and so I have to disagree on the hope that they adopt each other.

Both provide useful tools that don't need to be mixed up. Boost is (afaik) the leading edge for what the next C++ standard will contain. Boost does the crazy things, the good ones get polished and eventually become standard C++.

I love QT, but I can't imagine it becoming part of the C++ standard. So much overhead for things that you don't always need. (even by C++ standards).

Comment Dogwalker (Score 1) 69

Comment Re:no (Score 4, Insightful) 250

user education should be printed in all caps, bold, underlined, comic sans, etc...

At some point, unless we develop new algorithms that utterly break how current encryption algorithms behave (which I know I know, is a possibility... and of course the NSA has it already)... your weakest point is not going to be the computer. It's going to be the lackey at the front-desk happily letting a "tech" in (physically or electronically)

Comment Re:The way I do security (Score 3, Insightful) 250

I think what most of the people responding to this post aren't realizing (or acknowledging) is that your security needs to be appropriate for the data it's protecting.

If we're talking about a corporations backbone, then yeah saying "it's not connected to the internet" isn't acceptable.

If instead we're talking about some John Doe's personal data, then you aren't going to be attacked in the same way. Keeping it on a drive that has no internet access is probably good enough.

Slashdot Top Deals

The only possible interpretation of any research whatever in the `social sciences' is: some do, some don't. -- Ernest Rutherford

Working...