Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:I wish I'd thought of that (Score 2) 221

The implication of this is that it's possible to clone a key based only on the signal it gives off. The implication of that is that they're sending out a static password.

Not only is it possible, but it's in common practice. Aftermarket remote starters need to clone your keys. You can get a remote starter for basically any car. It's not like you need a dealer for it either, because car electronics places that install these things will be the ones cloning the keys.

Comment Re:Linked? (Score 1) 338

It's quite possible that he means they have artificially slowed down the graphics rendering to provide more cycles to the AI.

This is how I read it as well. Though, pure rendering and lerping should not eat up much CPU especially on consoles. Unless they've got a really inefficient rendering pipeline. I'm curious exactly how much extra AI this would allow them to run.

Comment Re:Plot line (Score 1) 238

Your logic doesn't track. People enjoy a good murder mystery, yet murders are actually uncommon.

Stories are all about exploring the unknown without actually having to experience it. I'd even say violence is a common thread in stories for a similar reason as evil science/tech -- people are certainly hostile toward it.

Comment Re:Plot line (Score 2) 238

I disagree.

So many movies and TV shows have inept, complacent, or downright evil scientists creating technologies that either lose control or are specifically for enacting violence. Or they mishandle something and a plague starts. Or a technology-driven society encroaching on one who's in touch with nature or a hundred years in the past.

And it's usually either a dumb "everyman" who stumbles into the situation and rises to the occasion -- maybe a military guy with a heart of gold -- and saves the day without much science or wit. Heck, look at Bruce Banner -- a brilliant scientist who needs to turn into a dumb tank to fight evil.

The scientists who do good in these stories are rarely portrayed as healthy people. They may be brilliant, but they're also asocial goofballs and usually side characters.

I think he's right on the money. People are hostile to technology and science. A fear of the unknown, a fear of someone being smarter than them, a fear of something clashing with their beliefs, or telling them they need to change their ways.

This trend in media, entertainment, and politics is obvious. There are plenty of counter-examples but on a whole, I think it's very easy to see if you're looking. It must reflect society to a not-insignificant degree, or people wouldn't latch on to it.

Comment Re:Is it time for C++? (Score 1) 365

Sorry, but C++ literally cannot offer any feature which is impossible in C

Apology accepted.

So when I mentioned zero-cost error handling, I was referring to an exception handling model that keeps all exception handling code -- your entire catch block -- entirely out of your hot path. It can be put in entirely separate cache lines. Basically ensuring that your non-exceptional code is all as close together and fast as possible.

You can't do this in C. Please prove me wrong! I enjoy learning.

Comment Re:Why do people still care about C++ for kernel d (Score 2, Insightful) 365

The Windows kernel APIs are all C, there is no C++ in it. You can use a subset of C++ that doesn't require runtime support, but it is unsupported.

Linus hates C++ for a lot more reasons than ABI, and the majority of them are completely uninformed and show a lack of C++ experience.

All the understandability and maintainability worries people have about C++ in the kernel would be easily controlled by standard patch review. Don't like giant template metaprograms? Don't accept the pull request. That easy. Perhaps one of the valid reasons to keep C++ out of the kernel right now is purely that Linus would be unable to review such patches with authority.

Even simple things like classes, RAII, basic templates, and exceptions would do wonders for development.

Comment And now it all makes sense (Score 3, Interesting) 76

My workplace gets regular audits from our clients, usually every 3-24 months depending on how big/paranoid the client is. JP Morgan Chase is one of them.

We could tell the audit this summer was a bit different. It took about twice as long and went into much more detail than usual specifically regarding our tech side. After the audit, we got an unexpected list of demands related to stopping leaks.

Now, we don't handle sensitive financial information for them, so it's possible they were just trying to cover all their bases and we got stuck with security theater. Irritatingly, everyone in IT immediately recognized that the demands wouldn't actually prevent leaks. When you have a company full of employees who regularly use FTP, email, and even dropbox to send files to clients, you're simply not going to be able to prevent it.

After months of back and forth trying to kill some of the more ridiculous demands -- like blocking access to Gmail, which we use for company email -- they simply wouldn't budge. We've been wondering why they're standing so firm about it, and now it all makes sense.

Comment Re:CloudFlare is a f.ing nightmare for anonymity (Score 2) 67

he trouble with CloudFlare is, if you want to stay anonymous on the internet using Tor, you're SOL, as they serve you captchas every 3 pages when they see a connection coming from a Tor exit node.

This feature can be easily turned off in their settings. It is part of their security features.

Comment This isn't going to work. (Score 2) 117

I'd love to see more people using Tor, but the experience has to change a lot before we can do that.

Being anonymous and secure on Tor is not easy. It's a major inconvenience to disabling browser features like Javascript, and it requires firm behavioral changes from the user.

Putting a mainstream user into the same environment is simply not going to work.

Slashdot Top Deals

THEGODDESSOFTHENETHASTWISTINGFINGERSANDHERVOICEISLIKEAJAVELININTHENIGHTDUDE

Working...