I've never understood the rationale behind a holographic universe. I'm not saying it's impossible, but Occam's razor would seem to suggest it's unlikely.
If I understood correctly, the theory goes something like this: Information cannot be destroyed, yet the actions of a black hole on its surroundings (i.e. what we can observe from outside) are completely determined by its twodimensional event horizon, therefore a volume of that size can only contain as much information as what is present on that surface area. Since you can imagine any area of the universe collapsing into a black hole, and again no information can be lost there, the entire universe can only contain as much information as a twodimensional sphere, so the universe really only has two dimensions.
But why is everyone so sure information cannot be "destroyed" (rendered inaccessible) in a black hole? Many laws of physics break down in black holes, what makes you so sure the second law of thermodynamics will hold?
And it's not like this second law is really a "law" in the strictest sense. Mathematicians would never call this a law. It's like people observing a box with red and blue marbles in it. When they shake the box and then look inside, the marbles are all mixed up. Therefore, they introduce the "law" that the marbles will always be mixed up after shaking the box, and it will be impossible for all the blue marbles to be on one side and the red ones on the other.
Now this second law does turn out to be very practical. Because for all intents and purposes, given enough particles, you may reasonably expect to never see a violation of the second law. And certainly on the scale of the universe, it would be... well... "impossible".
But black holes are not like the rest of the universe. Extrapolating the second law, which isn't even really a real law but kind of a quasi-law, to black holes (which we know little about, apart from speculation) and then jumping to the conclusion that this must mean that the whole universe is twodimensional, is just silly. It's people performing "logical deductions" without asking themselves if that particular step actually makes sense.
Also, the fact that we can only see a certain amount of information from outside the black hole, does not mean that more information could not be present inside. What if you drop into the black hole? Of course you wouldn't survive, but if you disregard that detail, couldn't you find all the "lost" information inside? Applied to the universe, this might mean that you could replace a chunk of the universe with a sphere of that size, and you could calculate the effect of that chunk on its surroundings based on that twodimensional sphere, but that doesn't mean the information inside does not exist.
Also, if gravity inside a black hole is so strong that our usual laws of physics break down, it doesn't seem outrageous to assume that information could indeed really be lost there. Why not? Which is more likely? Information getting lost in a singularity, or our threedimensional world being only twodimensional? I would say Occam's razor favors the former.
Information gets lost all the time anyway, in the expanding universe. There are plenty of galaxies that are moving away from us so quickly that we will never be able to see their light. We are "losing" information all the time, yet this doesn't seem to bother anyone.
Really, maybe I'm missing something, and by all means feel free to enlighten me, but I fail to see a compelling reason to assume the universe has only two dimensions, it seems to be an unlikely solution looking for a problem.
I'm not an expert, but I thought string theory had dozens of dimensions while the holographic universe has only three (including time)? Looks like a pretty big difference to me.
Keep saying that until, a few millennia from now, pretty much every newborn needs immediate medical attention to fix all sorts of life-threatening problems, breast feeding humans can only be found in history books, everyone needs eye surgery to be able to see normally, we can no longer smell anything, babies can only be conceived using IVF because natural fertility is about zero, and so on, and so on. Hey, we can fix all of that with medical procedures, so they are not serious defects anymore, are they?
Eagles have excellent eyesight because their life depends on being able to spot a mouse from high up in the sky. Moles have nearly zero eyesight because they rarely come out of the dark. Yet moles probably evolved from some other animal that did have good eyes. Evolution is a constant balance between natural selection and random degeneration from mutations. It's not black and white, things just evolve to the point where the two "pressures" match. If some quality no longer makes a difference for your ability to reproduce, random mutations over the course of millennia will slowly erode it away. And this random degeneration happens much more quickly than positive evolution, because it's much easier for a random mutation to mess something up rather than improving it.
Of course this does not mean we should re-introduce natural selection by letting people die or prevent them from reproducing, as certain societies have done in the past. But genetic techniques offer a humane way of achieving the same goal. It's already starting to be used to weed out obvious and serious genetic defects, by selecting embryos not carrying the defect, and we'll slowly get better at it so we'll be able to at least stabilize, and possibly improve our genome. If done responsibly, this needn't result in dystopian future societies with rich superhumans and poor degenerates. Just randomly weeding out some bad genes and introducing a sprinkle of good ones is enough to keep things going in the right direction, they will spread out naturally to the benefit of all mankind, while keeping enough diversity.
Or, due to a strange quirk in the space-time continuum, we are actually looking at a future version of our own planet exploding. Don't worry about paradoxes ripping the universe apart, though. The fact that we can see it, means that there's no way to avoid it so there won't be a contradiction. Moving right along.
and the fact is there's an inverse correlation between IQ and number of children.
Well, that's exactly the opposite of what I remember from that study I mentioned, but then again, you can probably find studies either way depending on what the researchers were trying to prove. I can't find the link for mine, but would be interested to read more. (Actual articles and papers, not just opinions).
Stupid people tend to have a lot more kids than smart people.
Fortunately that doesn't appear to be true. Sure, quite a few geniuses with a 150 IQ have trouble finding a mate, but there are just as many people (by definition) with an IQ of only 50. How likely are they to find someone and have kids?
Closer to the average, higher intelligence definitely makes people more attractive, not less. Girls don't want to marry someone who's dumb if they can get a smarter partner. I remember reading a study demonstrating a positive correlation between IQ and procreation, but it was a few years ago and I can't find the link. Anyway, it seems to make sense, notwithstanding trailer trash with dozens of kids and business women running out of time to start a family. Apparently we're still doing OK on average.
There are plenty of other areas, especially health-related, where our genome is slowly degenerating for lack of selection since we can fix so many defects with medical procedures (or simply don't need high quality senses anymore to survive), but fortunately the evolution of intelligence appears to still be going in the right direction.
For all those other qualities that are degenerating, we'll need some kind of genetic manipulation or selection at some point, but we'll be OK for quite a while before it really becomes a problem, and by then we will have gotten over our ethical objections (apparently the Chinese are well on the way).
They did not demonstrate CPU cache snooping. The only thing the app can see, is whether or not certain cache lines have been used (and therefore, some of a whole lot of different possible memory locations may have been accessed). So, for example, if you can figure out that certain cache lines are used every time the user presses a key, you can watch those cache lines to have a rough idea of whether the user is typing or not. You don't know what's in those cache lines, just that they have been used. But since a cache line corresponds to a multitude of possible address ranges, you're not even sure which memory addresses were accessed. It could very well be some totally unrelated process doing totally unrelated things that happen to use the same cache line. But statistically, you get a better than average guess about what kind of activity is occurring on the other end.
The part you need two apps for, is where they demonstrated sending actual data from one VM to another. The app on one side (a keylogger, perhaps) accesses specific memory locations corresponding to specific cache lines. The app on the other side watches those cache lines by reading from them and timing how long it takes. If the location is read instantly, the process on the other side has not accessed that cache line, so that's a zero. If it takes slightly longer, the other side may have accessed it (or some totally unrelated process has), so that's a "probably one". Throw in some error correction, and you can slowly send data from one VM to the other.
Those attacks are about as similar as the matchbox car and the high speed train in my example above.
The kind of attacks that could extract bitcoin keys were monitoring certain system parameters like energy consumption with a very high resolution.
This attack can just say whether certain groups of memory locations that correspond to certain cache lines (which is a many-to-one relationship) have been accessed during a certain (rather long) time frame. We're talking a few hundred Hz resolution here. Good luck finding that bitcoin key. Or even a simple web address. OK, maybe visiting certain specific websites would show a specific memory usage pattern that might be recognized. So you'll know that the victim might have visited FaceBook. That's about the best you can do, and even that is pushing it. You're not going to find much more detailed data than that, the method is just too coarse.
They can't even do that. All they can see is whether or not certain areas of memory have been accessed. They write something to a specific location to use a line in the cache and thereby invalidate it for other apps. Then, some small amount of time later, they read from that same location and time how long it takes for the data to arrive. If it takes longer, that means the cache line has been invalidated and therefore some other process must have accessed the memory that uses the same cache line. That gives them a very rough idea about which parts of memory could have been accessed. Very rough, since the same cache line corresponds to many different memory locations.
Wow, it actually knows whether or not you moved the mouse, that's mega-hyper-dangerous! And the fact that you sent or received some unknown data over the network! Think of the possibilities!
I know side channel attacks have been used to extract AES keys, but that's like saying you can use a miniature matchbox car to transport hundreds of people at 300 km/h because things with wheels have been demonstrated to be capable of doing that.
The resolution of the detection system is cache lines, which are pretty big, and even though they are using system timers with nanosecond precision, actual sampling rate was a few hundred Hz. Good luck finding an AES key that way.
The covert channel is the only example that might be useful in very extraordinary circumstances: if the required apps are running on two VMs on the same machine, they can send data from one VM to the other. But on the other hand, aren't there plenty of other ways to do that? If you've already lured them onto an infection website, chances are the VMs are... connected to the internet and able to communicate that way.
So, unless I missed something, I don't think this is worth losing a lot of sleep over. Feel free to enlighten me if I'm wrong.
Yes, the sites they should be punishing is those that automatically give you a simplified mobile version of their site without any way of getting the desktop version if you want it. For many websites, I much prefer to get the desktop version and zoom in to the stuff that interests me rather than getting some slimmed down page with missing information and no zooming. Yet they keep trying to "help" me by automatically switching to the latter version whenever they can.
Certainly looked that way to me. On the last oscillation before touchdown, with the tail end moving towards the left, the thrusters keep pointing the same way as the rocket goes through vertical and only change direction a little bit afterwards. This increased the amplitude of the oscillation rather than decreasing it. The thrusters should have changed direction before passing through vertical, not afterwards. I can't imagine them getting this wrong in software, it's basic dynamic stability 101, so a sticky valve seems likely.
The rocket ended up landing almost perfectly vertical, but still rotating so the base was traveling sideways over the landing pad. No way they could stay upright like that.
Actually, I think #3 was there, but #4, zero rotation speed (the derivative of #3) was not. It touched down pretty much vertically, but still rotating. Just before touchdown, the rocket seemed to become dynamically unstable because the rocket exhausts moved with a bit of lag. They keep firing in the same direction while the rocket passes throug vertical and in the other direction, and only then start correcting in the other direction. They should actually have changed direction before the rocket was vertical so the rocket would not just return to vertical, but stop rotating as it reaches vertical.
It is easy to quantify. And the quantification is "4/5ths of commercial airplane accidents are caused by humans doing the wrong thing".
Yes, like he said, it's tragically easy to quantify the latter. But what about the former, how many accidents are prevented by having a pilot on board? That's not such an easily available statistic but trust me, it's a lot higher. I've prevented my fair share of accidents (just doing my job like any other pilot, it's what we're trained to do) but haven't caused a single one.
But who's to say a remote pilot would have done any worse? Everyone died on that flight, so how much worse could the remote pilot have done? Air France 447 isn't the only crash to take place because of clogged pitot tubes. There was also Birgenair 301 and a couple others.
There's also a list of flights where the exact same failure occurred, but the pilots handled the situation correctly and landed safely. I don't know what a remote pilot would have done, but it's certainly easier when you are actually on board so you can look outside or at least just feel the motion of the airplane. And as for automation, well, it would have crashed every time.
80% of accidents may be due to pilot error, but probably close to 99% of all would-be crashes due system failures do not turn into an accident because of pilot intervention, and therefore never make it into the accident statistics. Take the pilots out, and you'll see at least an order of magnitude more crashes unless technology improves drastically.
I'm a pilot, I've never had a crash (like the vast majority of pilots), but I've had several situations where automation failed (either completely shutting off or doing something unexpected and dangerous) and a crash would have resulted if we hadn't taken over.
In fact, there are lots of crashes that are attributed to pilot error not because the pilots were the only cause for the accident, but because some system failure occurred that should have been handled safely by a well-trained pilot and somehow wasn't. We are expected to handle these problems, so if we don't, it's our fault (and rightly so).
Take Air France 447 for example, airspeed sensors iced up, autopilot disconnected, other flight crews in the past had had the same problem but handled it well, these pilots got confused and crashed. Probably goes into the statistics as pilot error, but without pilots the plane would have crashed anyway. Every time, including on those flights where the crew did handle the situation correctly (even with inadequate procedures for this particular failure at the time) and landed safely.
Another example, the Turkish Airlines flight that crashed short of the runway in Amsterdam. The plane was flying on autopilot, yet it's "pilot error" because the pilots should have immediately reacted when the autothrottles pulled the throttles back to idle and the airspeed decayed rapidly. Caused by a malfunctioning radio altimeter which let the automation think the plane was low above the runway and it was therefore safe to pull the throttles back for touchdown. There's a reason why we have an initial training and a yearly recurrent training for automatic landings. Haven't had the training? Manual landings only.
So no, automation is not safer than human pilots. Not by a long shot, at least not yet. And given the slow pace of technological advancement in aviation, it will be a very long time before it will be.
Take military drones, for example. Their mission is not exactly complicated: in relatively nice weather, take off, fly a predetermined route, drop some bombs, fly back and land. There aren't nearly as many drones as airliners flying around, yet drones crashes happen all the time, it's not even news.
They really ought to switch to floating point: one float per color component per pixel. That's 24 bits plus 7 bits of exponent (not using the sign bit). Would also get rid of the problem where the average between two colors isn't really the perceptual average. Thanks to the separate exponent, floating point has such a wide range that it could correspond to our actual perception of color, and basic mixing operations would look a lot better.
Given that they are not exactly in the same market, (Leonard Timepiece produce luxury timepieces, Apple produces electronics) the risk of confusion is low anyway and probably they won't give a fuck about it.
It's a different category of product. The trademark was registered for "timepieces and components of timepieces"
So you're saying that the Apple... errr... "Watch" is not a timepiece and therefore no confusion is possible?
What about all the cash they get from civil forfeitures? Oh, I forgot, that just pays for vacations, margarita machines, tanning beds, gold plated whistles and things like that. Not for solving crimes.
That's exacty the reason I gave in my explanation, if you read it again. (Just after your cut)
Minimum fuel consumption per mile (ergo total fuel consumption for a trip from A to B) is at a higher airspeed in a headwind, and a lower speed in a tailwind.
I've never understood the rationale behind a holographic universe. I'm not saying it's impossible, but Occam's razor would seem to suggest it's unlikely.
If I understood correctly, the theory goes something like this: Information cannot be destroyed, yet the actions of a black hole on its surroundings (i.e. what we can observe from outside) are completely determined by its twodimensional event horizon, therefore a volume of that size can only contain as much information as what is present on that surface area. Since you can imagine any area of the universe collapsing into a black hole, and again no information can be lost there, the entire universe can only contain as much information as a twodimensional sphere, so the universe really only has two dimensions.
But why is everyone so sure information cannot be "destroyed" (rendered inaccessible) in a black hole? Many laws of physics break down in black holes, what makes you so sure the second law of thermodynamics will hold?
And it's not like this second law is really a "law" in the strictest sense. Mathematicians would never call this a law. It's like people observing a box with red and blue marbles in it. When they shake the box and then look inside, the marbles are all mixed up. Therefore, they introduce the "law" that the marbles will always be mixed up after shaking the box, and it will be impossible for all the blue marbles to be on one side and the red ones on the other.
Now this second law does turn out to be very practical. Because for all intents and purposes, given enough particles, you may reasonably expect to never see a violation of the second law. And certainly on the scale of the universe, it would be... well... "impossible".
But black holes are not like the rest of the universe. Extrapolating the second law, which isn't even really a real law but kind of a quasi-law, to black holes (which we know little about, apart from speculation) and then jumping to the conclusion that this must mean that the whole universe is twodimensional, is just silly. It's people performing "logical deductions" without asking themselves if that particular step actually makes sense.
Also, the fact that we can only see a certain amount of information from outside the black hole, does not mean that more information could not be present inside. What if you drop into the black hole? Of course you wouldn't survive, but if you disregard that detail, couldn't you find all the "lost" information inside? Applied to the universe, this might mean that you could replace a chunk of the universe with a sphere of that size, and you could calculate the effect of that chunk on its surroundings based on that twodimensional sphere, but that doesn't mean the information inside does not exist.
Also, if gravity inside a black hole is so strong that our usual laws of physics break down, it doesn't seem outrageous to assume that information could indeed really be lost there. Why not? Which is more likely? Information getting lost in a singularity, or our threedimensional world being only twodimensional? I would say Occam's razor favors the former.
Information gets lost all the time anyway, in the expanding universe. There are plenty of galaxies that are moving away from us so quickly that we will never be able to see their light. We are "losing" information all the time, yet this doesn't seem to bother anyone.
Really, maybe I'm missing something, and by all means feel free to enlighten me, but I fail to see a compelling reason to assume the universe has only two dimensions, it seems to be an unlikely solution looking for a problem.
Holograms or it didn't happen!
I'm not an expert, but I thought string theory had dozens of dimensions while the holographic universe has only three (including time)? Looks like a pretty big difference to me.
You mean the ice age that comes after the eruption?
Keep saying that until, a few millennia from now, pretty much every newborn needs immediate medical attention to fix all sorts of life-threatening problems, breast feeding humans can only be found in history books, everyone needs eye surgery to be able to see normally, we can no longer smell anything, babies can only be conceived using IVF because natural fertility is about zero, and so on, and so on. Hey, we can fix all of that with medical procedures, so they are not serious defects anymore, are they?
Eagles have excellent eyesight because their life depends on being able to spot a mouse from high up in the sky. Moles have nearly zero eyesight because they rarely come out of the dark. Yet moles probably evolved from some other animal that did have good eyes. Evolution is a constant balance between natural selection and random degeneration from mutations. It's not black and white, things just evolve to the point where the two "pressures" match. If some quality no longer makes a difference for your ability to reproduce, random mutations over the course of millennia will slowly erode it away. And this random degeneration happens much more quickly than positive evolution, because it's much easier for a random mutation to mess something up rather than improving it.
Of course this does not mean we should re-introduce natural selection by letting people die or prevent them from reproducing, as certain societies have done in the past. But genetic techniques offer a humane way of achieving the same goal. It's already starting to be used to weed out obvious and serious genetic defects, by selecting embryos not carrying the defect, and we'll slowly get better at it so we'll be able to at least stabilize, and possibly improve our genome. If done responsibly, this needn't result in dystopian future societies with rich superhumans and poor degenerates. Just randomly weeding out some bad genes and introducing a sprinkle of good ones is enough to keep things going in the right direction, they will spread out naturally to the benefit of all mankind, while keeping enough diversity.
Or, due to a strange quirk in the space-time continuum, we are actually looking at a future version of our own planet exploding. Don't worry about paradoxes ripping the universe apart, though. The fact that we can see it, means that there's no way to avoid it so there won't be a contradiction. Moving right along.
and the fact is there's an inverse correlation between IQ and number of children.
Well, that's exactly the opposite of what I remember from that study I mentioned, but then again, you can probably find studies either way depending on what the researchers were trying to prove. I can't find the link for mine, but would be interested to read more. (Actual articles and papers, not just opinions).
Stupid people tend to have a lot more kids than smart people.
Fortunately that doesn't appear to be true. Sure, quite a few geniuses with a 150 IQ have trouble finding a mate, but there are just as many people (by definition) with an IQ of only 50. How likely are they to find someone and have kids?
Closer to the average, higher intelligence definitely makes people more attractive, not less. Girls don't want to marry someone who's dumb if they can get a smarter partner. I remember reading a study demonstrating a positive correlation between IQ and procreation, but it was a few years ago and I can't find the link. Anyway, it seems to make sense, notwithstanding trailer trash with dozens of kids and business women running out of time to start a family. Apparently we're still doing OK on average.
There are plenty of other areas, especially health-related, where our genome is slowly degenerating for lack of selection since we can fix so many defects with medical procedures (or simply don't need high quality senses anymore to survive), but fortunately the evolution of intelligence appears to still be going in the right direction.
For all those other qualities that are degenerating, we'll need some kind of genetic manipulation or selection at some point, but we'll be OK for quite a while before it really becomes a problem, and by then we will have gotten over our ethical objections (apparently the Chinese are well on the way).
They did not demonstrate CPU cache snooping. The only thing the app can see, is whether or not certain cache lines have been used (and therefore, some of a whole lot of different possible memory locations may have been accessed). So, for example, if you can figure out that certain cache lines are used every time the user presses a key, you can watch those cache lines to have a rough idea of whether the user is typing or not. You don't know what's in those cache lines, just that they have been used. But since a cache line corresponds to a multitude of possible address ranges, you're not even sure which memory addresses were accessed. It could very well be some totally unrelated process doing totally unrelated things that happen to use the same cache line. But statistically, you get a better than average guess about what kind of activity is occurring on the other end.
The part you need two apps for, is where they demonstrated sending actual data from one VM to another. The app on one side (a keylogger, perhaps) accesses specific memory locations corresponding to specific cache lines. The app on the other side watches those cache lines by reading from them and timing how long it takes. If the location is read instantly, the process on the other side has not accessed that cache line, so that's a zero. If it takes slightly longer, the other side may have accessed it (or some totally unrelated process has), so that's a "probably one". Throw in some error correction, and you can slowly send data from one VM to the other.
There. Still scared?
Those attacks are about as similar as the matchbox car and the high speed train in my example above.
The kind of attacks that could extract bitcoin keys were monitoring certain system parameters like energy consumption with a very high resolution.
This attack can just say whether certain groups of memory locations that correspond to certain cache lines (which is a many-to-one relationship) have been accessed during a certain (rather long) time frame. We're talking a few hundred Hz resolution here. Good luck finding that bitcoin key. Or even a simple web address. OK, maybe visiting certain specific websites would show a specific memory usage pattern that might be recognized. So you'll know that the victim might have visited FaceBook. That's about the best you can do, and even that is pushing it. You're not going to find much more detailed data than that, the method is just too coarse.
They can't even do that. All they can see is whether or not certain areas of memory have been accessed. They write something to a specific location to use a line in the cache and thereby invalidate it for other apps. Then, some small amount of time later, they read from that same location and time how long it takes for the data to arrive. If it takes longer, that means the cache line has been invalidated and therefore some other process must have accessed the memory that uses the same cache line. That gives them a very rough idea about which parts of memory could have been accessed. Very rough, since the same cache line corresponds to many different memory locations.
Wow, it actually knows whether or not you moved the mouse, that's mega-hyper-dangerous! And the fact that you sent or received some unknown data over the network! Think of the possibilities!
I know side channel attacks have been used to extract AES keys, but that's like saying you can use a miniature matchbox car to transport hundreds of people at 300 km/h because things with wheels have been demonstrated to be capable of doing that.
The resolution of the detection system is cache lines, which are pretty big, and even though they are using system timers with nanosecond precision, actual sampling rate was a few hundred Hz. Good luck finding an AES key that way.
The covert channel is the only example that might be useful in very extraordinary circumstances: if the required apps are running on two VMs on the same machine, they can send data from one VM to the other. But on the other hand, aren't there plenty of other ways to do that? If you've already lured them onto an infection website, chances are the VMs are... connected to the internet and able to communicate that way.
So, unless I missed something, I don't think this is worth losing a lot of sleep over. Feel free to enlighten me if I'm wrong.
Yes, the sites they should be punishing is those that automatically give you a simplified mobile version of their site without any way of getting the desktop version if you want it. For many websites, I much prefer to get the desktop version and zoom in to the stuff that interests me rather than getting some slimmed down page with missing information and no zooming. Yet they keep trying to "help" me by automatically switching to the latter version whenever they can.
The new Tor network, funded by the government, and with no back doors! Really, we promise!
Certainly looked that way to me. On the last oscillation before touchdown, with the tail end moving towards the left, the thrusters keep pointing the same way as the rocket goes through vertical and only change direction a little bit afterwards. This increased the amplitude of the oscillation rather than decreasing it. The thrusters should have changed direction before passing through vertical, not afterwards. I can't imagine them getting this wrong in software, it's basic dynamic stability 101, so a sticky valve seems likely.
The rocket ended up landing almost perfectly vertical, but still rotating so the base was traveling sideways over the landing pad. No way they could stay upright like that.
Actually, I think #3 was there, but #4, zero rotation speed (the derivative of #3) was not. It touched down pretty much vertically, but still rotating. Just before touchdown, the rocket seemed to become dynamically unstable because the rocket exhausts moved with a bit of lag. They keep firing in the same direction while the rocket passes throug vertical and in the other direction, and only then start correcting in the other direction. They should actually have changed direction before the rocket was vertical so the rocket would not just return to vertical, but stop rotating as it reaches vertical.
Well, it's certainly better than a poke in the eye with a sharp stick!
It is easy to quantify. And the quantification is "4/5ths of commercial airplane accidents are caused by humans doing the wrong thing".
Yes, like he said, it's tragically easy to quantify the latter. But what about the former, how many accidents are prevented by having a pilot on board? That's not such an easily available statistic but trust me, it's a lot higher. I've prevented my fair share of accidents (just doing my job like any other pilot, it's what we're trained to do) but haven't caused a single one.
Air France 447 was one of those incidents.
But who's to say a remote pilot would have done any worse? Everyone died on that flight, so how much worse could the remote pilot have done? Air France 447 isn't the only crash to take place because of clogged pitot tubes. There was also Birgenair 301 and a couple others.
There's also a list of flights where the exact same failure occurred, but the pilots handled the situation correctly and landed safely. I don't know what a remote pilot would have done, but it's certainly easier when you are actually on board so you can look outside or at least just feel the motion of the airplane. And as for automation, well, it would have crashed every time.
80% of accidents may be due to pilot error, but probably close to 99% of all would-be crashes due system failures do not turn into an accident because of pilot intervention, and therefore never make it into the accident statistics. Take the pilots out, and you'll see at least an order of magnitude more crashes unless technology improves drastically.
I'm a pilot, I've never had a crash (like the vast majority of pilots), but I've had several situations where automation failed (either completely shutting off or doing something unexpected and dangerous) and a crash would have resulted if we hadn't taken over.
In fact, there are lots of crashes that are attributed to pilot error not because the pilots were the only cause for the accident, but because some system failure occurred that should have been handled safely by a well-trained pilot and somehow wasn't. We are expected to handle these problems, so if we don't, it's our fault (and rightly so).
Take Air France 447 for example, airspeed sensors iced up, autopilot disconnected, other flight crews in the past had had the same problem but handled it well, these pilots got confused and crashed. Probably goes into the statistics as pilot error, but without pilots the plane would have crashed anyway. Every time, including on those flights where the crew did handle the situation correctly (even with inadequate procedures for this particular failure at the time) and landed safely.
Another example, the Turkish Airlines flight that crashed short of the runway in Amsterdam. The plane was flying on autopilot, yet it's "pilot error" because the pilots should have immediately reacted when the autothrottles pulled the throttles back to idle and the airspeed decayed rapidly. Caused by a malfunctioning radio altimeter which let the automation think the plane was low above the runway and it was therefore safe to pull the throttles back for touchdown. There's a reason why we have an initial training and a yearly recurrent training for automatic landings. Haven't had the training? Manual landings only.
So no, automation is not safer than human pilots. Not by a long shot, at least not yet. And given the slow pace of technological advancement in aviation, it will be a very long time before it will be.
Take military drones, for example. Their mission is not exactly complicated: in relatively nice weather, take off, fly a predetermined route, drop some bombs, fly back and land. There aren't nearly as many drones as airliners flying around, yet drones crashes happen all the time, it's not even news.
They really ought to switch to floating point: one float per color component per pixel. That's 24 bits plus 7 bits of exponent (not using the sign bit). Would also get rid of the problem where the average between two colors isn't really the perceptual average. Thanks to the separate exponent, floating point has such a wide range that it could correspond to our actual perception of color, and basic mixing operations would look a lot better.
Given that they are not exactly in the same market, (Leonard Timepiece produce luxury timepieces, Apple produces electronics) the risk of confusion is low anyway and probably they won't give a fuck about it.
It's a different category of product. The trademark was registered for "timepieces and components of timepieces"
So you're saying that the Apple... errr... "Watch" is not a timepiece and therefore no confusion is possible?
Or it could just be a story from April 1 2012. This is Slashdot after all.
What about all the cash they get from civil forfeitures? Oh, I forgot, that just pays for vacations, margarita machines, tanning beds, gold plated whistles and things like that. Not for solving crimes.
That's exacty the reason I gave in my explanation, if you read it again. (Just after your cut)
Minimum fuel consumption per mile (ergo total fuel consumption for a trip from A to B) is at a higher airspeed in a headwind, and a lower speed in a tailwind.