Slashdot Mirror


User: the_lesser_gatsby

the_lesser_gatsby's activity in the archive.

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

Comments · 128

  1. Re:Security on Senate Votes To Replace Aviation Radar With GPS · · Score: 1

    Indeed they do. ATC discover the plane's location using radar (airplane id is confirmed by it reflecting a unique code with a transponder)

  2. Re:These techniques are horrid for maintainability on Metaprogramming Ruby · · Score: 1

    So can you give a example of an extreme case where metaprogramming (i.e. dynamically generating code) has an advantage over just using a good old-fashioned precompiled abstraction? (Does it really only work in extreme cases?)

  3. Re:Which? on YouTube Makes Captioning Available To All · · Score: 1

    That's simple - just google it and use the phrase which returns the most hits.

  4. Re:He is looking at it wrong... on Should I Take Toyota's Software Update? · · Score: 1

    Well, nobody forced you to buy a Mercedes! If you ever do any advanced driving courses, you'll learn about correct use of the hand/parking brake (not using it on a hill will soon get you failed).

    It's also essential to secure the car against accidental movement while stationary. Example: you're stopped at a pedestrian crossing and somebody shunts you up the rear, you don't want to be ploughing into the pedestrians because your foot slipped off the brake.

  5. Re:He is looking at it wrong... on Should I Take Toyota's Software Update? · · Score: 1

    That's a bad technique that can only work if the engine idle is set too high. The handbrake start is the correct and safest way to operate a manual on a hill. Indeed, you should have the parking brake engaged whenever the car is stationary (as taught in the UK when I learned to drive).

  6. Re:He is looking at it wrong... on Should I Take Toyota's Software Update? · · Score: 1

    You don't need three feet. In most cars there's a brake you can operate with your hand that's precisely designed for use when the car is stationary. Any rollback at all in a manual car with a handbrake is just unskilled driving.

  7. Re:He is looking at it wrong... on Should I Take Toyota's Software Update? · · Score: 1

    Ever heard of the handbrake? Once you learn the skill on a manual car it makes for perfect hill starts (no rollback at all).

  8. Re:multitouch and Apple on Nexus One Update Fixes 3G, Adds Multitouch · · Score: 1

    Is that a patent? Surely a patent describes how an apparatus is made, not what the desired outcome should be.

    It's like patenting TV as 'a box which show moving pictures captured by another box with a lens' rather than 'apparatus for modulating an electron beam in rectangular matrix...'.

  9. Re:And yet the public... on Obama Budget To Triple Nuclear Power Loan Guarantees · · Score: 4, Informative

    You put the waste into a fast-breeder reactor. BTW, do you know how much coal (and therefore radioactive emissions) Germany uses to generate electricity?

  10. Re:Do I get at least a pair of rubber gloves? on Cooling Bags Could Cut Server Cooling Costs By 93% · · Score: 1

    That's happening right now. I'm seeing the same performance from a virtualized 4-CPU 16GB machine as a real one. (Didn't use to be like that).

  11. Re:Real Programmers... on If the Comments Are Ugly, the Code Is Ugly · · Score: 1

    Your code should be a narrative. How about checkParamaters(...); setupConnection(...); submitQueries(...); checkReturnValues(...);

  12. Re:No. on Plug vs. Plug — Which Nation's Socket Is Best? · · Score: 2, Insightful

    I'm no electrician

    Thank goodness for that!

  13. Re:Net Neutrality on Paywalls To Drive Journalists Away In Addition To Consumers? · · Score: 1

    Try this: Would any of the currently proposed net neutrality laws prevent Cablevision from charging other people for cable tv that it gives to its own ISP customers for free? Or is this considered an acceptable competitive practice?

  14. Re:You're obliged to pay for it on BBC Wants DRM On HD Broadcasts · · Score: 5, Funny

    It's not a tax. It is a toll for a service.

  15. Re:Hmm, I would add the 80386 and the 3dfx Voodoo on Microchips That Shook the World · · Score: 1

    The 68000 didn't have virtual memory so can't be compared with the (later) 80386. The 68010 (which I programmed on in the 80s in a Torch XXX) had virtual memory and was the 'mainframe on a chip'. Also I question this idea of IBM considering the 68000 for the IBM PC. The 68k had a 16-bit data bus so would have meant a more expensive mainboard design than the (8-bit bus) 8088. The Motorola chip to compare with the 8088 is the 68008 (Sinclair QL anybody?).

  16. Re:fun with statistics on Sunspot Activity Continues To Drop · · Score: 4, Insightful

    The material world doesn't understand seconds either. Should we drop the whole of physics? A year is just a sampling period which can be compared to previous periods. Any natural cycles will be apparent regardless of the period chosen (nyquist notwithstanding).

  17. Re:I prefer X-Plane on Microsoft Lays Off Entire Flight Sim Team · · Score: 1

    Not all third-party aircraft are hideously expensive.

    MSFS is worth the entry price for David Maltby's exquisite (and free) models of classic 60s British jets.

    Superb graphics and models. Check out this pic:

    dmflightsim

  18. Re:Well, duh! on Black Holes From the LHC Could Last For Minutes · · Score: 1

    but it contains none of the information encoded in the original consumed matter or energy

    Surely it must, otherwise unitarity would be violated?

  19. Re:I don't really get the Java hate around here on What Makes a Programming Language Successful? · · Score: 1

    Indeed you can do that. But the discussion was about using instanceof as an alternative to generics, for which you'd probably want an exception to be thrown since the wrong type is an unexpected case.

  20. Re:I don't really get the Java hate around here on What Makes a Programming Language Successful? · · Score: 2, Insightful

    How does an instanceof protect your code any better than a ClassCastException? Both ways you're throwing an exception at runtime which has to be handled at some level.

    A ClassCastException recast to whatever Exception you want (or inspected as is at your exception handler level) is exactly the same as an instanceof test.

  21. Re:You can't make this stuff up. on Vista SP1 Update Locks Out Some Users · · Score: 1

    How come they still screwed it up then?

    I saw this exact problem on a bog-standard P4 Dell. (Thank goodness it's not my main machine - that's what XP/Linux/Anything else is for).

  22. Re:No way on DARPA Advances AI Program For Air Traffic Control · · Score: 1

    That plane was being flown by an idiot, not a computer.

  23. Re:Where's TFA? on Cell Phone Sommeliers on the Way? · · Score: 1

    so that they open enough bottles at the correct times

    Who would buy a bottle of pre-opened wine? That's what decanters are for.

  24. Re:ORM still broken? on Ruby on Rails 2.0 is Done · · Score: 1

    How is the join table different from the link table the AC described?

  25. Re:Spokesperson without a clue on Portable Nuclear Battery in the Development Stages · · Score: 1

    Yea, and I bet the spokesperson talking about that "chemical thing" had you clicking somewhere else immediately. If the spokesperson can't even get basic high-school physics right, it doesn't say much about the company that employed and briefed her.