Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Surprisingly (Score 4, Interesting) 142

(Is it really a crash risk? That I don't know.)

Potentially as one of the faults is "Display stops working". Whether that means it goes blank, or stops updating (i.e., frozen) is unclear.

Now, it's one reason why there is redundancy - if one display crashes, the PFD (primary flight display, i.e., flight instruments) can be reverted to the other screen (normally showing navigational information). If THAT doesn't work the PFD can be shown on the central displays (usually showing engine and other information), again, two of each.

And the co-pilot has another pair of displays as well that get their information from a redundant system, so 6 displays in total, which can get their information from two different independent sources.

Oh yeah, there's also basic backup instruments too.

Is it a problem? Yes. Is it fatal? Well, you have to be pretty damn unlucky to get all displays to lock up and the backup instruments as well. So a small chance, especially if the crew is inexperienced.

Comment Re:The average speed has slowed down in Canada (Score 1) 111

I just drove from Edmonton to Ucluelet (near Tofino on Vancouver Island) and back. Road conditions were great. Hell, I'd even say they were perfect. BC has 120 km/hr speed limits on many stretches of highway now. There are good rest areas, some with picnic tables, proper bathrooms, and a concession truck - even in the middle of what seems like nowhere. I don't know where you got the idea that our highway system sucked but maybe you should come drive out west.

Well, you're also talking about BC which has a natural beauty to it that the views of many BCers differs from the "Rest of Canada". So those rest stops not only are convenient, but the generally are maintained because a surprisingly large number of people DO stop just to admire the scenery.

It's one reason why BC is full of tree huggers and all that who seem hell bent on preventing any more oil pipelines from being built. (Because an oil spill unfortunately forms a nasty blight). Hell, we even think a clear-cut is a godawful sight (it isn't, it's actually a nice way to rebuild the environment and in a couple of years it turns from ugly tree stumps and dirt into a meadow, a decade later you see trees forming and then in a couple of decades it's a young rising forest.).

Also why LNG is OK, because an LNG spill disappears in short order.

Finally, it should be noted those roads are good because it's generally treacherous come late fall and winter. So a rest stop means one can park and wait for daylight rather than try to creep along at night because it is scary. A pothole filled rough road? Might as well just close the road because it'll be too dangerous to drive.

Comment Re:Advanced? Requires a Jailbreak & manual ins (Score 2) 72

That's great, but seriously, who doesn't jailbreak their iphone? The security of the walled garden is fairly theoretical since there is so much incentive to disable it.

It is a bit like saying that some website can't steal your personal info unless you click through that warning that shows up the first time you use Firefox on a webpage with a non-SSL form.

Generally the number of jailbroken iOS devices has hovered around 10%.

Not too many people do jailbreak because iOS is pretty much good enough, and each revision just adds less and less reason to do so. Sure there's always going to be folks who jailbreak to get it so they can customize every single thing like an Android phone, but for the most part, most user's reasons for jailbreaking disappear each new iOS revision.

(Remember, there are a LOT of iOS devices out there, so when a new jailbreak claims "1 million devices were jailbroken", that pales in comparison to numbers like 50+M iPhone5S's were sold or 10M iPhone6/6+ were sold. ).

About the only reason people consistently jailbreak is... pirated apps, and even those have a non-jailbreak workaround involving cracked apps and enterprise signing certificates (which generally last only a short time because Apple invalidates them quickly). Even then the iOS piracy scene is tiny compared to Android. If you want apps for free, Android's really where it's at. It's far easier to find an app cracked for Android than it is for iOS. Usually because on Android what they do is they buy it, then refund it.

Comment Re:iOS Attack Vector? (Score 4, Informative) 72

So, the question begging to be asked is whether jailbreaking phones in China by the owner is a common occurrence or if the phones are sold "pre-jailbroken" by a larger agency and able to download and install these hacks at will?

Probably a mix of both, because the #1 reason to jailbreak these days seems to be... pirating software. I mean, the iOS 7.12 jailbreak was done by a bunch of Chinese people to promote... their Chinese app store. Which happens to conveniently be filled with pirated apps. (It was one of the things that led to the original iOS7 exploit to be questioned).

So effectively the users jailbreak to get "free apps" from the Chinese app store that also happens to install malware along with it.

I'm guessing the Chinese store must have a lot of pirated apps, because piracy on iOS is just at a lower level - at least on Android there are entire "daily packs" that contain new and freshly updated paid apps on your favorite torrent site (which can be RSS fed to your torrent client). iOS apps ... not so much. Maybe a fraction and not as convenient to get.

Comment Re:Hope He Continues (Score 2) 651

know a lot of people want to blame guns for many problems but that is a rather cheap excuse and avoidance of the fact that the public needs improved living conditions so that there are less violent people who act out irrationally. Without much hope of a decent future we do have far too many people who act out. We also have prisons that make only token gestures at rehabilitation of inmates and a mental health system that is a national disgrace.

But that's just an excuse as well because other countries have the same problems with mental illness, homelessness, poverty, etc. But the availability of guns is far lower so the rates of homicide and other deaths due to guns is also far lower.

Canada has roughly 1/3rd the per-capita gun ownership rate (roughly 300M guns in the US (1 per person), 10M in Canada (1/3rd per person, or 1 in 3 own a gun)), but still the same (if not more) issues with homelessness and poverty (especially among Native Americans). It's considered a bad year when the death rate due to violence (including knives and the like) approaches double digits in a city of roughly a half-million people. (Deaths due to guns is lower).

So I wouldn't blame just the crazies for the whole problem. Presumably a violent culture where owning a gun is more for "protection" and less for utility (e.g., recreation, hunting, etc).

Though if you really want to be truthful, most homicides are committed by handguns more so than long guns like the AR. It's just that the AR probably "looks scarier" and may be a good weapon if you're going to do a mass killing, but those generally tend to be fairly rare events.

Comment Re:Missing out (Score 1) 217

You can run away from "a knife, steel pipe, baseball bat, wrench, box cutter, hammer, screwdriver, ice pick, awl, straight razor or any number of commonly found items to use in a robbery".

You can try, sure. If they run faster than you, though (and you never know until you try), you may come to regret it.

Comment Re:Catching up with Fedora (Score 3, Informative) 644

Given that all the Unix shells predate PowerShell by at least two decades, and more for most of them, of course they wouldn't alias PS commands.

And no-one said that PS is better because it has aliases. Aliases are there for convenience of people who come to it from other shells (which is why it has other aliases for people coming from cmd.exe - "dir" works same as "ls", for example, and "help" works like "man" etc). What makes it better is something else - the notion of passing structured data in streams, rather than just text (which is then just a subset). For some things where you have to write insane sed/awk scripts in Unix to massage the text output of a command into something that another command wants, the equivalent PS can be three times as short, and orders of magnitude clearer, because it doesn't need to parse text to extract the data - it just reads the property of an object.

Comment Re:All this psychological research... (Score 1) 192

All those conclusions are the ones that you make, not the study. The study just gives you information, it's up to you to decide what to do with it.

So you're basically complaining that the information is harmful because it leads you to make the wrong decisions, by some arbitrary definition of wrong. Well, perhaps your definition of "wrong" is wrong, or perhaps your ability to make decisions is suspect (I'm almost tempted to troll and say that it might be genetic...).

Either way, it's still science, without any kind of scary quotes, and it's doing good insofar as it's increasing our understanding of the world and ourselves. The evil things that may come of us acting on that understanding is a different thing altogether.

Comment Re:This is the wrong attitude (Score 1) 115

The Executive branch's job is to represent the operations of the State.

Yes - in the interests of the populace.

The notion that only legislative branch represents the citizenry is bullshit. They are all supposed to represent us, just in different aspects (largely to prevent them from colluding).

Slashdot Top Deals

If you want to put yourself on the map, publish your own map.

Working...