Slashdot Mirror


User: m_frankie_h

m_frankie_h's activity in the archive.

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

Comments · 57

  1. Re: Shifting, braking, and emergency shutoff on Toyota Pedal Issue Highlights Move To Electronics · · Score: 1

    Instant apocalypse. Has to be run by root, of course.

  2. And that's not all. on US DOJ Says Kindle In Classroom Hurts Blind Students · · Score: 1

    There is of course the frequent practice of teachers speaking (thus discriminating the deaf) and sometimes even pointing at things (which is highly insensitive to those without arms)

    And don't get me started about some teachers _teaching_, discriminating those of us, who are stupid and lazy.

  3. Re:double standards on Trust an Insurance Company's "Drive-Cam?" · · Score: 1

    Actually, I _insist_ on monitoring myself while driving.

  4. Re:Private Car Cameras on Trust an Insurance Company's "Drive-Cam?" · · Score: 1

    As for "computer engineers are most likely to crash" ... correlation does not imply causation

    So what? This is insurance, not science. They are not trying to create a grand unified theory of car crash probability, they just want to predict the probability of any given driver crashing. Correlation is good enough for that.

  5. Re:Citation Needed on ELF Knocks Down AM Towers To Save Earth, Intercoms · · Score: 3, Insightful

    You know, the word ``fascist'' has a specific meaning. Using it to describe anyone you don't like is stupid (and _not_ fascist).

  6. Re:Talked to Sun guys yestorday on Oracle To Sell Sun's Hardware Business To HP? · · Score: 1

    Now if we could just get them all to Albert Hall...

  7. All Acers are no-glasses laptops on Acer To Launch 3D Notebook In October? · · Score: 1

    That is, if you spill a glass of water (anywhere in the house), or just bring a glass (maybe even empty, but this has not been tested), the keyboard dies.

    Really, just try it. And then buy a real laptop.

  8. Re:Hmmmmm on Worst Working Conditions You Had To Write Code In? · · Score: 1

    Sheez, driver over to Bielefeld once in a while. I live there

    No, you don't: http://en.wikipedia.org/wiki/Bielefeld_conspiracy

  9. Re:W-T-F on California May Reduce Carbon Emissions By Banning Black Cars · · Score: 1

    One-way mirrors are just mirrors that let some of the light through ---the thing that makes them one-way is there being much more light on one side. This might not work when it's dark outside.

  10. Re:W-T-F on California May Reduce Carbon Emissions By Banning Black Cars · · Score: 1

    Yes, but it _does_ make him wrong (Or, at least, it makes me think he is wrong, asi I would not hold an opinion that I think is wrong, right?).

    There is no vast conspiracy, it's just a bunch of people each being wrong on their own.

  11. Re:sue Amtrak and JetBlue on Amtrak Photo Contestant Arrested By Amtrak Police · · Score: 2, Informative

    I know this is off-topic, but I would presume that the right lavatory is picked based on your sex (that is, whether you have a penis or a vagina, in the unlikely case you have both, just flip a coin), not gender. This is actually quite simple.

  12. Re:Solution: Public Key Auth on The Slow Bruteforce Botnet(s) May Be Learning · · Score: 1

    Unless the private key is protected by a passphrase, preferably one that is not easily bruteforced.

    And if you notice your laptop was stolen (this should not be very hard), make a new key (and remove the old one from your servers).

  13. Re:Multi Threaded programming on Time to Get Good At Functional Programming? · · Score: 1

    I agree with your point, thingh not with the example you gave.

    Incidentally, quicksort _is_ easily parallelizable:

    qsort([]) -> []; % of course

    qsort([P | A ]) ->
                    A1 = [ X || X = P ],
                    P = self(),
                    spawn(fun() -> P ! {a1, qsort(A1)} end ),
                    spawn(fun() -> P ! {a2, qsort(A2)} end ),
                    A1sorted = receive
                            { a1, A1s } -> A1s
                    end,
                    A2sorted = receive
                            { a2, A2s } -> A2s
                    end,
                    A1 ++ [ P ] ++ A2.

    I am sending lots of large messages, so this might be slow, but you could do this in place, just sending bounds of the intervals to be sorted.

  14. Re:Will Fail on Toyota Demands Removal of Fan Wallpapers · · Score: 1

    Sorry, guess I'm being unclear. What I meant was that the guy who claimed that a mass-produced automobile is not art has probably never seen a Miata. Or a 911. Or an E-type. Or...

  15. Re:Will Fail on Toyota Demands Removal of Fan Wallpapers · · Score: 1

    That's interesting, the first thing that came to my mind when reading the post was that he's obviously never seen a Miata.

  16. Re:Is the OP serious? on Ubuntu Ports To ARM · · Score: 1

    HAL? If they decide to port Vista to HAL9000, we're all gonna DIE.

  17. Re:Same thing but for 7 year olds on Gadgets For a Budding Geek? · · Score: 0

    Where are the Snowdens of yesteryear?

  18. Re:Minor correction... on Microsoft Calls Today Global Anti-Piracy Day · · Score: 1

    Sorry, I have misparsed your statement and almost went on an you-dumb-american-you-are-so-spoiled-you-do-not-know-barely-making-ends-meet-means-you-should-spend-some-time-here-in-central-europe rant.

    Note to self: get more sleep and think _before_ posting.

  19. Re:Minor correction... on Microsoft Calls Today Global Anti-Piracy Day · · Score: 1

    Barely making ends meet means you do _not_ spend any money in restaurants, bars and liquor stores.

  20. Re:Fuel economy on Fuel Efficiency and Slow Driving? · · Score: 1

    Wartburg (east germany 2-tact car from cold-war era) had a special leaver for driving downhills, so you wouldn't burn your clutch.

    Nothing to do with the clutch. A 2-stroke engine needs fuel for lubrication, engine braking would lead to the engine breaking (sorry).

    The lever (under the steering wheel, IIRC) was used to turn the freewheel off when parking in winter so the car would not run away (the handbrake was useless as it tended to freeze).

  21. Offtopic on Brian May, Rock Legend, Publishes His Thesis · · Score: 1

    There are two Alan Coxes (the Linux one and the FreeBSD one), is this some kind of a pattern? Coxes always come in pairs? Redundant Arrays of Inexpensive Coxes?

  22. Re:Convincing one of safety of small vehicles. on VW Concept Microcar Gets 235 MPG · · Score: 1

    the Miata probably has an added advantage of being able to pass under larger SUVs.

    Now if I persuade my neighbours to buy a Hummer, I can park under it (with the roof down, even).

  23. Re:A "Manhattan Project" on VW Concept Microcar Gets 235 MPG · · Score: 1

    Never invest in something that violates a conservation law.

    (Jown Walker, I think)

  24. Re:Chuck: the IT Edition on Chuck Norris Backs Down On Lawsuit · · Score: 5, Insightful

    That would be Bruce Schneier.

  25. Re:Translation, please. on Integrated HIV Successfully Cut Out of Human Genome · · Score: 5, Funny

    Sure: Germans have created a variant of sed, that operates on DNA and used it to delete HIV.