Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Burn karma burn! (Score -1, Troll) 507

Why does this have to be about safety.

FIRST) From what I understand, the difference in light duration is because they changed the formula. Instead of using the speed that they assume people are traveling, they are now using the speed which is posted. It's not some arbitrary difference that some red-light camera company man came up with. (if this is not actually the case, someone prove me wrong).

SECOND) You only get a ticket if you enter the intersection AFTER the light has gone red.

Full disclosure, 4 years ago we here very nearly hit square on by someone blowing through a "yellow" light. Instead of killing both me and my wife (our sedan vs her lifted SUV), she just ran over our hood. If we had been 2 feet further into the intersection, I would most likely not be here typing this message. I have ZERO sympathy for people who try to beat red lights. The equations they use to determine the yellow light duration take stopping distance into account. The laws shouldn't be wrtitten just because you are going 10mph over the speed limit, and can't safely stop in time.

Stop speeding, stop running yellow lights, stop bitching.

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 four building blocks of the universe are fire, water, gravel and vinyl." -- Dave Barry

Working...