Slashdot Mirror


User: monkey+typewriter

monkey+typewriter's activity in the archive.

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

Comments · 9

  1. "Ultimate dream"? on Bio-Weapons That Eat Ammunition and Fuel · · Score: 5, Insightful
    Curiously, the military may implement the environmentalists' ultimate dream!
    Sorry, what? Did you just pull that out of your arse? Which environmentalists are campaigning for the abolition of oil (as opposed to the unnecessary combustion of oil)?

    Clearly oil serves a great many needs, fueling your car being just one of those needs. To claim without basis that a group of people dream of the worlds oil stocks becoming unusable is to reveal your own bias against this group.

  2. Re:Usage of the word ecosystem on Gates: Say No to GPL, Yes to the Microsoft Ecosystem · · Score: 1

    I'm not a biologist, but I fully sympathise.

    This is yet another word ripped away from its roots by the remorseless corporate PR machine.

  3. Like Napster? on India Plans A Supercomputing Grid · · Score: 1
    As a concept, it would resemble the popular Napster peer-to-peer file-sharing system used to swap songs over the Internet, but its scale would be humongous and its design intricate, Arora said.
    Ouch! What a stretch of analogy. Surely the journo should've mentioned SETI instead...
  4. IP vs IP on File-sharing, Digital Rights Management, Etc. · · Score: 1
    Micorsoft patented a digital rights operating system ...

    Hmm, seems to me that this is an answer to this oppressive SSSCA legislation - patent the means of implementation.

  5. Re:Classes and APIs more important than language on What is .NET? · · Score: 1

    The reason for not using Scheme as an intermediate language? Something about compilation time, no?

  6. Re:the article on What is .NET? · · Score: 1

    Seemed to me that this "review" was biased toward the M. Witness the "support for any language" and lazy comparison with the Java framework. Noticably absent from the article was any evidence of critical commentary. Personally I think C# adds little to the existing set of languages. Why create a language if you also leave programmers free to use their old favourites? What about the problems caused by implementing these old languages in a slightly different fashion? Haskell without complete laziness, C++ with a new concept of object heirarchy and new limits on memory addressing, all the small changes necessary to twist existing language types into a .NET standard, etc. I think Sun got it right by sticking with a single language, it's not really that hard to learn a new language and you stand no chance of tripping someone up with subversive half-alterations to their old favourite.

    I also think that making languages named JScript and J++ is very telling. Big M are green with envy over Suns early recognition of a trend.

    All that said, I don't think .NET is such a bad thing.

  7. Re:Limited Languages on What is .NET? · · Score: 1

    ...Of course the article is quite explicit about shared/compatible language typing.

    What I find interesting is the support for Haskell (a functional language), which is nothing like C#.

  8. Moores 2nd Law on Self-Assembling Nanocomputers · · Score: 2, Funny

    Every hardware-scale-advance news article will describe Moores first law.

  9. Re:Doesn't sound too hard... on ICFP 2001 Task · · Score: 1

    I don't think such a simple method will carry the day...

    Consider the input "b>x/b>r>x/r>b>x/b>"

    The one-pass array method (with a great number of assumptions on my part) would give us: "b>xr>xb>x/b>/r>&#60/b>"

    My patented "bit-better" method gives "b>xr>x/r>x/b>"

    I think the simple 1-pass method might even be in danger of failing the "stupidity" check they mention.