Slashdot Mirror


User: spongman

spongman's activity in the archive.

Stories
0
Comments
2,450
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,450

  1. Re:Patent Abuse = Slander of Title? on Microsoft Seeks Patent On Virtual Desktop Pager · · Score: 1
    Since when do taxpayers pay for patent examinations?

    The USPTO is fully funded by applicants, you fool.

  2. Re:Experiment on Defending Earth From Asteroids With MADMEN · · Score: 1
    There's no such thing as a reactive force, it's just an abstract concept made up by physicists to generalize the mathematics of motion.

    The 'real' forces involved here are the those produced by collisions betwee molecules of matter (or indeed transfers of photons between their electrons). If you consider which of those collisions are imporant to the motion of the rocket then you'll unsderstand what I'm talking about.

    I'm not saying that Newton was wrong, I'm just saying he's not telling you anything about why the rocket moves.

  3. Re:Experiment on Defending Earth From Asteroids With MADMEN · · Score: 1
    Nope, that's not how it works. Yes, it's certinaly a result, and the math adds up to the same thing, but it's not the cause of the thrust.

    Imagine an expanding (by heat or chemical reaction) gas in an enclosed chamber. The pressure on the walls of the chamber is (mostly) evenly distributed so there's no resultant force on the chamber. If you open one side of the chamber then the pressure on that side drops to zero and the pressure on the opposite side drops in accordance with the flow rate through the open side. Molecules of expellant are buncing off the front side of the chamber, and off each other, exerting pressure on the rocket, causing it to move forward.

    The conservation of linear momentum tells you that the sums should add up, and indeed they do, but they don't tell you anything about why they do.

  4. Re:Optimized? on Subversion 1.0 Released · · Score: 1

    no, but you can download the SDK and drop in the eval verison of intel's compiler.

  5. Re:Experiment on Defending Earth From Asteroids With MADMEN · · Score: 1
    aaaaaaaaarrrrggggggghhhh!!!!!!!!! no no no no NO!!!
    care to elaborate?
  6. Re:Rail gun on Defending Earth From Asteroids With MADMEN · · Score: 1

    the problem with this otherwise excellent idea is that when we eventually turn the moon into a penal colony, they'll be able to use the gun to start a revolution.

  7. Re:Experiment on Defending Earth From Asteroids With MADMEN · · Score: 4, Informative
    the conservation of energy is a law, it explains why things must happen, it doesn't explain why they happen.

    • a rocket works in space because the expanding gas exterts more pressure on the aft-facing components of the engine (including other gasses) than the bow facing ones.
    • In exatly the same way, a propeller doesn't move a ship forward because it's pushing water backwards, it does so because the water behind the blade is pushing forward (relative to the aft-moving inertial frame of the blade).
    • with a bullet in a gun, it's the expanding gas exerting pressure on the rear of the chamber that causes the kickback. of course, the intertia of the bullet governs the amount of pressure exerted, but it's not the forward motion of the bullet doing the work. That's just an effect.
  8. Re:Will I need MSVC? on Subversion 1.0 Released · · Score: 1

    Oh, I should have added, of course, that lameass trolls probably don't need their SDK either.

  9. Re:Will I need MSVC? on Subversion 1.0 Released · · Score: 1

    If you don't have IE, then you don't need their SDK.

  10. Re:No optimizer in MSVC Standard Edition on Subversion 1.0 Released · · Score: 1

    you can just get the most recent version of the compiler from the platform SDK. it'll produce better code than the version that ships with VC++ Pro.

  11. Re:Will I need MSVC? on Subversion 1.0 Released · · Score: 1

    You can download the 'free' Platform SDK from microsoft... It doesn't contain MFC or support for building MSVC projects, but it's got all the tools, headers and libraries you need.

  12. Re:Calculator and spell checker on Favorite Hidden Google Features? · · Score: 3, Funny
  13. Re:The problem with the ISS on Russia Working on Soyuz Replacement · · Score: 4, Insightful

    That's mostly true, but as a contrast: how many prople born in the 1890's thought they'd live to see live pictures of a man walking on the other side of the planet, let alone on the moon...

  14. Re:Wait a minute on Russia Working on Soyuz Replacement · · Score: 1

    It just has a big problem convicing most of its citizens that it can afford it.

  15. Re:there is no half of globalization on FBI on the Windows Source Code Theft · · Score: 1

    Actually "half globalization", as you put it, is perfectly possible. It's called 'treaty', and they're very selective. Most countries have treaties covering such things as trade, immigration, law enforcement.

  16. Re:One reply on Mono and dotGnu: What's the Point? · · Score: 1

    .NET code doesn't necessarily run in a "virtual machine". it runs in the CLR, which provides memory management, code execution (which may be interpreted, or JIT), and interfaces to native code among others. C compilers use an internal representation of your code and generate machine code from that internal represenation in a single stage. The .NET runtime just moves the machine-code generation stage into the process of the executable. There's no real reason why the code generated would be much less efficient than a garbage-collected C/C++ app. It also doesn't imply having a GUI, it's perfectly reasonable to write console apps in .NET using the same stdin/stdout mechanisms available to native code.

  17. Re:New Kind of What? on Wolfram's New Kind of Science Now Online · · Score: 1

    The grandparent post may not have been new, but at least it was interesting...

  18. Re:And I'd better also add... on Wolfram's New Kind of Science Now Online · · Score: 1
    the universality of cellular automata has been known from at least as far back as when Wolfram was a toddler
    can you back that up? as far as I know, wolfram was the 1st to enumulate a cyclic tag system capable of running a turing machine using an elementary 2-color CA.
  19. Re:I love the disclaimer... on Three Vulnerabilities Discovered in Real Player · · Score: 1

    Yeah, and 75% of the cost of kid's football helmets goes toward insurance. If the same thing happened to software then expect the price of software tripple, and see free software disappear when people realise thay may be liable in court for bugs they release.

  20. Re:Give it 5 more years... on Why Hasn't the DVI Interface Replaced D-Sub? · · Score: 1
    Yeah, that's pretty easy to do when you control the hardware, the software and the market for both.

    In the PC world it's somewhat harder to include some piece of hardware that hardly anyone's going to use when your competitor can leave it out and charge $50 less for effectively the same machine.

  21. Re:Not only Macs... on Microsoft's Mac Business Unit · · Score: 3, Insightful
    Gotta love the 'informative' mod on this one. This post couldn't be more uninformative if it tried.

    Firstly, internally, Microsoft uses SQL Server and Exchange pretty much exclusively for their respective purposes (for both development and enterprise). Exchange is perfectly capable of handling all of microsoft's employee's email around the globe.

    Secondly, if there are no MS products in use at Sun, how do you recon they develop and test their Java software?

  22. Re:Of what use are generics? on Hejlsberg Talk About Generics in C# and Java · · Score: 1

    well ok, you don't have to rewrite them, someone has apparently done it for you, but my point still stands: a collection is collection, and (well implemented) generic collections mean you don't have to worry about which library you're using, you just use List<int> or List<MyType> and the compilers (build & JIT) take care of the optimizations for you.

  23. Re:Boxing in Java on Hejlsberg Talk About Generics in C# and Java · · Score: 1

    yeah, but the whole point is that C# doesn't need to box primitive generic types, it'll just JIT-compile a version of that method specifically for that primitive type, so a <T>[] becomes an int[] (as opposed to a casted Object[]), for example. Likewise for object types, C# doesn't need to do the casting that Java requires.

  24. Re:Of what use are generics? on Hejlsberg Talk About Generics in C# and Java · · Score: 1

    Yeah, but what if you want a collection of ints? You either have to write a completely separate collection, or you have to wrap your Object collection with Integers and put (expensive) casts all over the place.

  25. Re:Not obviously forcing anything on Hejlsberg Talk About Generics in C# and Java · · Score: 1

    RTFA. AH is not talking about being able to pass primitive types to generics, he's talking about the JIT compiler being able to use primitive types in an instantiation of a generic. In Java all generics' type parameters are derived from Object (whether or not they were specified as such). In C#, type parameters can be unboxed primitive types and the JIT-generated code will treat them as such.