Slashdot Mirror


User: Knackered

Knackered's activity in the archive.

Stories
0
Comments
94
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 94

  1. Re:The same old story on Latest Java Update Broken; Two New Sandbox Bypass Flaws Found · · Score: 1

    OK, I'm not a programmer and never will be but the phrase 'duck typing' is so off-the-wall that I just have to ask what the hell it means.

    If it looks like a duck, walks like a duck, quacks like a duck, then for all purposes it's a duck.

    In my understanding, duck typing doesn't require the explicit declaration of "is-a" relationships in a class system. If a type (or object, depending on the language) fulfills sufficient requirements, it can be considered as a sub-class or object of another type. Depending on the language, the requirements may be expressed by interfaces, prototypes, pattern matching or some other means.

  2. Re:Over private property? on Activists' Drone Shot Out of the Sky For Fourth Time · · Score: 1

    I believe the minimum altitude for operating an aircraft is 500 feet

    Nope. There are minimum altitudes over congested areas (with an exception for landing and take-off, of course). There's also a blanket provision about not operating at an altitude that would endanger people or property. The 500 feet you're thinking about is the minimum safe distance a pilot must maintain from people or structures. That distance can be lateral, so as long as the other endangerment clauses are not violated, you can fly a plane at any altitude.

  3. Re:If you're going to crash on Electric Airplane Ready For Production · · Score: 1

    No emergency alarm, maybe, but anyone who's done aviation high altitude training should be able to detect half a dozen symptoms of hypoxia that they might have. Whether you'll detect them in time to do anything about it is another matter.

    Mine included: racing pulse, tunnel vision, blue fingernails, inability to do simple maths problems. Some people get aggressive, some euphoric, some break out in a sweat.

  4. Re:Virtualization on Hot Multi-OS Switching — Why Isn't It Everywhere? · · Score: 2

    But I'm not a consumer. I'm a software developer, I need to be able to develop, run, test and automate an application that runs on 64-bit Windows, 32-bit Windows, 64-bit Linux, 32-bit Linux, MacOS X, and various embedded ARM and PPC-based SOC systems. Sure, I have a network of machines for this, but managing many of the OS flavours under virtualisation saves time and money.

  5. Re:What other products on Healthcare Law Appealed To Supreme Court · · Score: 0, Troll

    and it's not an actual product.

    Neither is healthcare. It's a human right.

  6. I call BS on Tech CEOs Tell US Gov't How To Cut Deficit By $1 Trillion · · Score: 1

    I've been reading articles for years about failed IT streamlining projects, and they want to make me believe they're different?

    Fine, offer to do it on fixed-price contracts instead of time and materials, and I may start to believe they're serious about fixing problems instead of their own balance sheets.

  7. Re:But... the playlists! on BlackBerry's Encryption Hacked; Backups Now a Risk · · Score: 1

    Hey, you expect us to read the follow-up before replying with a flame?

    This is slashdot, we don't even RTFA!

  8. Re:NoScript FTW on Attack Targets LinkedIn Users With Fake Contact Requests · · Score: 1

    Just how did this get modded insightful?

    Yes, you can often tell the shitty sites from the URL, and you can avoid obvious phishing messages. But there are plenty of moderately reputable sites that have been compromised at one time or another. All it requires is one of these to have a drive-by download on it when you visit it, and you've got the lurgi.

    Also, who hasn't accidentally clicked the wrong link at some time? Either by being a bit quick and missing, poor hit boxes on sites, or an RSS feed updating just as you click?

    NoScript is a very valuable tool to prevent all the crap that goes along with the web nowadays, whilst allowing it to work in exceptional circumstances. It does need a certain level of sophistication to use effectively. In fact, I think I'll go and donate to its continuing development.

  9. Re:Why didn't they push LEDs instead of CFL ? on GE Closes Last US Light Bulb Factory · · Score: 1

    Pushing LEDs is the wrong thing to do too.

    Legislate for results, not for the means. The law should (maybe it is, I haven't checked) be written to set minimum standards for lumens per watt. Then let manufacturers develop whatever technology they want to comply.

    There were reports a while back of a more efficient incandescent bulb technology (sorry, no reference). That technology would not be allowed under a law that promoted LEDs or CFLs.

  10. Re:Interference in another country's laws on Obama Won't Intervene Over British Hacker McKinnon · · Score: 4, Informative

    The court itself was in the Netherlands. How is that not an international court?!

    The trial was held under Scottish law. That was part of the compromise that led to him being handed over in the first place. The physical location of the court, in this instance, is irrelevant.

    - and was also released under Scottish law - which, by the way, Cameron cannot legally interfere with, as it is separate from the English legal system.

    What on Earth are you talking about? Scotland is part of the UK. David Cameron is the UK Prime Minister. And you're telling me he has no grounds to interfere? I must seriously be missing something here.

    You are missing something. Scotland has a separate legal system from England, Wales, and Northern Ireland. The continuance of the legal system was one of the conditions of the Act of Union in 1707. As the UK PM, David Cameron cannot directly interfere with decisions of the Scottish courts. He can't interfere by proposing Scottish laws either, since that power is devolved to the Scottish Parliament. Since this is criminal law, the new Supreme Court of the UK does not have jurisdiction either.

  11. Re:Why wasn't this implemented from day one? on Foxit One-Ups Adobe In Blocking PDF Attack Tactics · · Score: 1

    It was implemented from day 1. Version 1.0 of PDF didn't have any ability to launch programs. Then, around day 1000, Adobe decided to turn it into a "platform" instead of a document format, and introduced this sort of problem.

  12. Re:Serious issues found with X on Windows 7 Can Create Rogue Wi-Fi Access Point · · Score: 1

    Microsoft Z has been found to contain feature X, which purports to do Y but used incorrectly could instead cause W! Linux has had feature X since 20VV, the 'Year of the Linux Desktop'.

    You got that last bit wrong. It's "Linux has had feature X since 21VV, the 'Year of the Linux Desktop'."

  13. Re:EOUS? on Outlook 2010 Bug Creates Monster Email Files · · Score: 2, Funny

    [Immediately, an E.O.U.S. attacks him]

    Surely the last line should be:

    "You've got MAAAAAAAAAAAAAAAAAAAIIIIIIIIIIIIIIILL!"

  14. Re:NO! on TSA Wants You To Keep Your Seat, and Your Hands In Sight · · Score: 1

    Especially because the terrorist in question remained in his seat the whole time

    [Citation needed]

    The reportage I saw (including the Guardian here: http://www.guardian.co.uk/world/2009/dec/26/flight-253-terrorism-al-qaida ) indicated he went to the toilet for 20 minutes.

  15. Re:Comments are good on If the Comments Are Ugly, the Code Is Ugly · · Score: 1

    Comments are good for many reasons:
    1. Showing the next person what you were doing.
    2. When you have to explain what you are doing, it helps you to discover possible errors in your code. Particularly logic errors.
    3. It helps you if you have to come back and look at it in a few years so you will immediately have an explanation of what you were doing.

    Of course for those of us who code perfectly the first time, they aren't really needed. :-)

    I don't want to know what the code does, I can see that. I want to know why the code does what it does. Why was the algorithm chosen? Why isn't it simpler? Comments that just repeat the code in prose are only useful when they precis a large section of code.

  16. Re:Wait for it on Xerox Claims Printable Electronics Breakthrough · · Score: 1

    So you can turn yourself up to 11?

  17. Re:You mean ... on Car Glass Rules Could Impair Cell, GPS and Radio Signals In CA · · Score: 1

    Last time I looked, the aerial on my car was on the outside.

  18. Re:Quality of life on The US's Reverse Brain Drain · · Score: 1

    So, I guess I'm saying where should I move to?

    Canada?

  19. Re:I'll tell you how they did it on Netflix Prize Contest Ends, Down To the Wire · · Score: 2, Funny

    Don't forget Adam Sandler movies.

    Damn you, I was trying to.

  20. Re:Reliability on Russia To Save Its ISS Modules · · Score: 1

    Look at the duty cycle of your lawnmower and the car.

    The lawnmower is used maybe 1 hour a week for two-thirds of the year, only in dry weather, and is kept under cover whilst not being used.

    The car was probably used for 1-2 hours nearly every day, in all weather, and probably left on the street in all weather when not being used.

    Given the same treatment, I wouldn't be surprised if the car lasted as long with similar maintenance (maybe a few replaced hoses more).

  21. Re:Just Suppose on Law of Armed Conflict To Apply To Cyberwar · · Score: 1

    So have you ever been in a small plane "under positive control" (instrument flight rules) and very limited visibility?

    Yes, I have. In the left seat. Any pilot who doesn't have the situational awareness to know where they are and what their "plan B" for deteriorating conditions (including lost ATC comms) shouldn't be there.

  22. Re:Just Suppose on Law of Armed Conflict To Apply To Cyberwar · · Score: 1

    Just suppose that foreign crackers penetrated the air traffic control system or the power grid and either caused massive casualties due to lack of air traffic control...

    Just how do you suppose they could cause "massive casualties" due to the lack of air traffic control? Every one of those planes has a pilot in command, who is quite able to fly the plane and land it safely without air traffic control lifting a finger. If flying IFR, the PIC also has a lost comms procedure to follow in case contact with ATC is lost.

    Get a grip and become informed before playing along with the fearmongers' ludicrous Hollywood movie plot scenarios.
    I suggest you start by reading "Risk - The Science and Politics of Fear" by Dan Gardner, ISBN 978-0-7535-1553-2.

  23. MacOS X PPC? on OpenOffice 3.1 Released · · Score: 1

    So, does it work on MacOS X PPC yet? No, it doesn't, it's either 2.4.0 or wait for NeoOffice to put out a 3.1 patch.

  24. Re:How about a policy: NO PAYWALLS! on MS Researchers Call Moving Server Storage To SSDs a Bad Idea · · Score: 1

    I'm an ACM member an I do have Digital Library access. It's worth $200 a year to me to get access to years of research, including cutting-edge stuff, that may help me do my job better. It's also tax deductible as a professional subscription.

  25. Re:Waste of Time For Bilski Opponents on Bilski Patent Case Appealed To Supreme Court · · Score: 1

    Where's the "+1 Hopefully" moderation when I want it?