Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Go Amish? (Score 1) 664

Seriously? Software has bugs. Aviation software has bugs. Planes crash. It sucks but it's the truth, 100% perfection in any non-trivial thing (whether hard or soft) is impossible. The list of examples is long (think Ariane 5, MPL, various F-22 crashes, Chinook ZD576, Osprey, etc).

Effective risk management is predicated on understanding that fact and designing systems to be fault tolerant. It's my understanding that most flight control software runs with redundant non-similar implementations which vote on the correct decision to try and handle spurious results. Why would you bother with that if there are no bugs?

Comment Re:The UK border staff are wildly incompetent. (Score 1) 261

Believe me, the US CBP would not take kindly to that. Remember, different laws apply at the border (see: searching laptops) and they don't have to detain you, they can just throw you back on a plane to wherever you came from. It's generally wise to be pleasant and courteous if you don't what them to really ruin your day.

Comment Re:It doesn't matter. (Score 1) 180

People love to hate on them because they aren't unsure of which scientific authority to believe in, they are choosing Jenny Fucking McCarthy over every single scientific authority - and at the same time putting both their kids and every other kid in their area at serious risk.

Sure there was one fraudulent study done which may have confused some people, but that was exposed years ago and people still aren't getting their kids vaccinated despite huge amounts of publicity. It's unbelievable levels of stupidity and selfishness and I'm not going to give anyone a pass.

Comment huh? (Score 2) 72

You must be seeing a different site than me. I'd say the comments take maybe 70% of my screen width. There's a pretty wide margin on each side which could certainly be reduced a little, and then a column on the right with the search box, poll, and a bunch more panels. There's certainly some wasted space, but nothing like you imply. And nothing is double line spaced.

FYI, Chrome/Win.

Comment Re:And Italy has never had a history of... (Score 2) 157

So wait - you think reporting a crime to the police so they can investigate it is "tattling"? What are you? 8 years old?

You see some thugs mugging an old woman - move along, none of your business. You see someone breaking into your neighbor's house - leave it alone, I'm sure they value their privacy.

I simply can't understand the mentality that says if you see someone doing something wrong you just let them carry on. Baffling.

Comment Stick with the standards (Score 1) 299

If you want to record audio, use synths, etc, I'd recommend sticking with one of the big boys: Ableton, Cubase, Sonar, Logic, FL Studio, Pro Tools. Compatibility is a big deal and unless you have a compelling reason to pick something more niche it'll likely cause you more pain than it's worth. Synths are all either VST for PC or AU for Mac, and they work in all the DAWs. You won't want just one, most of us end up with 10's or even hundreds. If you're looking to do anything realistic in terms of orchestral or acoustic sounds expect to spend $$.

The only thing you mention which is a little specialist is notation support - I know Cubase does a decent job of that and some of the others (FL, Ableton) don't support it at all. Something to research.

Comment Re:A couple of years of loss don't matter (Score 1) 559

It matters because it demonstrates that current management don't know what they're doing. Given that, there's no reason to expect them to suddenly figure it out and start doing better, which means the losses are only going to get worse. These things rarely come good, the downward slide is VERY hard to get off. Unless they find their Steve Jobs the long term future is bleak.

Comment Re:Will someone please stop the anti-jailbreaking (Score 1) 139

I'm sorry but you clearly have no idea what you're talking about. I'm going to talk about iOS jailbreak because that's what's interesting, Android devices are inherently less secure than iOS out of the gate so the conversation there is different.

The jailbreak defeats two primary security measures - the barriers protecting one app from another and the signature checking on the binary to confirm it hasn't been tampered with. If you are running on a jailbroken device it's trivially easy to hook the binary and essentially make it do whatever you want, and it's doing so with the credentials of the legitimate user. So as a simple example for a banking app, I could modify the binary to wait for you to login successfully, then email me your credentials and transfer a couple thousand $ to my account. If I can get physical access to your device I can install it in seconds, if not maybe I can persuade you to download it from Cydia. The server side would not know this wasn't legit, and you wouldn't know it was happening and the device wouldn't have any way to prevent it. That entire class of attack is made basically impossible on a stock device - the app is signed by the publisher and if you start tinkering it'll fail to execute.

Now as you mention I could obfuscate the code, that'll slow down someone trying to hook it but it won't stop a determined attacker. I could pin certs, but again if the device is jailbroken I can just replace the certs with my own. For the same reason it's impossible to really secure a general purpose computer that doesn't use something like secure boot it's impossible to guard against attackers if you're app is running on a jailbroken device - you can't trust the underlying OS and you can't even trust your own binary - you're screwed.

The very first thing anyone writing an app which has security concerns needs to do is figure out an effective jailbreak detect. It's not an exact science, and no detection routine will be perfect, but it's the number one most significant defense.

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...