Slashdot Mirror


User: TummyX

TummyX's activity in the archive.

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

Comments · 2,237

  1. Re:Matrix and snobishness on 'Matrix Revolutions' Opens Today · · Score: 1

    You think very highly of yourself don't you?


    The intellectuals are happy because they got what they were expecting from it, and the movie gave them exactly what they wanted


    I don't think they were expecting lines and cliched love scenes that seem like they were written by a 14 year old. I couldn't bear watching the movie.

    There was an attempt to throw "big words" and seemingly philosophical mumbo jumbo around so that some people coming out of the movie can pretend to understand and be intellectual about it.

    I guess you couch-intellectuals like to sit around and debate how it's possible that machines can extract more energy out of humans than they put in?

    Face it, they dumbed the movie down and it's down right insulting as an intellectual movie. That mean it isn't damn good entertainment though.

  2. Re:Mono VS DotGNU from a commercial sense on New Mono Roadmap, DotGNU 0.1 On CD · · Score: 1


    Also what they had was a VM that ran under Wine and used MFC like it would on Win32


    Uh no. MFC is a C++ wrapper for the Win32 APIs. It is definitely not the underlying API used by Windows forms on either .NET and Mono.

  3. Re:.Forms on New Mono Roadmap, DotGNU 0.1 On CD · · Score: 1

    You don't need the entire windows api to implement SWF. Using wine will result in an unstable and less portable port of SWF.

    How long do you think mono SWF works on OSX or Ipaq? DotGNU SWF has been working on both for months.

  4. Re:A graft is not a genetic change on Simpsons Fan Creates Real Tomacco Plant · · Score: 0

    well duh

  5. Re:Frontpage?? on Lindows Announces Nvu - Frontpage For Linux? · · Score: 1, Informative

    For the uninformed, that is a fake (it has some xml copied from word).

    Frontpage doesn't generate code that looks anything like that. Frontpage 2003 infact has a function to clean word generated html.

  6. Re:Sounds suspicious on Court Upholds FCC's 2007 Deadline For Digital TV · · Score: 1


    What am I missing here?


    You forgot the chicken and the egg problem. Manufacturers won't make digital tvs until broadcasters broadcast digital tv. Broadcasters won't broadcast unless people buy digital tvs.

    The consumer plays a small part.

  7. Re:In fact, here are two example images on Microsoft Voice Command Almost Here · · Score: 1

    Pretty amazing considering i could hardly read it.

  8. Emergencies on Who Needs Radio? · · Score: 1

    Christchurch NZ has had 4 small but still
    "feelable" earthquakes in the last month. It got me thinking about emergency equipment needed and I realised that I don't personally own a battery powered radio anymore. I rely on the internet for my information. Doh.

    That's one reason to have an analog radio.

  9. Re:Or.. on Digital Art For Your Wall-Mounted TV · · Score: 1

    a modded xbox is ideal for doing this.

  10. Re:Solar Activity and Humans on The 'Perfect Space Storm' Of 1859 · · Score: 1

    Does the sun spin?

    Maybe one side of the sun has more activity than the other.

  11. Re:C# generics on built-in types do not use boxing on C# 2.0 Spec Released · · Score: 1


    And the cost is run-time bloat (in C#).


    Not really cause the type bloat is small. There only needs to be one type for all reference types and one for each value type. Also, you don't have the overhead of boxing and unboxing with *every* access to the collection. That's not just a memory overhead, that's a performance overhead that java has to deal with. It can be reduced by caching common values, but still will be higher than C#'s generics implementation.

  12. Re:c# and Stdin/Stdout anyone? on C# 2.0 Spec Released · · Score: 1

    The Console class only has 3 properties and 10 methods. If you needed slashdot to work out something as simple as opening a binary stream or to understand the difference between TextWriters/Readers and Streams then I would seriously consider not telling your employer.

  13. Re:Summary of changes: not much new on C# 2.0 Spec Released · · Score: 2, Informative
    You forgot iterators which let you define more declarative how an enumerator/iterator works.

    IEnumerable<T> Test()
    {
    get
    {
    for (int i = 0; i < 10; i++)
    {
    yield i;
    }
    }
    }

    foreach (int i in Test())
    {
    Console.WriteLine(i);
    }

    1 is only in the spec stage here, whereas for Java there is already a technology preview, i.e. a more or less working implementation

    There has been a working implementation of generics for over a year now (for rotor).
  14. Re:Summary of changes: not much new on C# 2.0 Spec Released · · Score: 1

    You forgot iterators.

  15. Re: Use of Q.E.D. on Gator Forces Site To Remove 'Spyware' Label · · Score: 1


    Might it occur to you that I might not be an american, and hence, haven't been exposed in my young age to this beautifull culture that against all odds, generated a narrow-minded cretin like you?


    Might it have occured to you that he isn't an american either?

  16. Re:Yeah, Hebrew in Mac Office makes sense. on Israeli Government Suspends Microsoft Contracts · · Score: 1

    So everyone in the world uses computers do they?

    Your ideas are right, but your numbers are meaningless. It could work out to be 1000 people or 100000000 people. Obviously if it was only 1000 people there isn't much commerical reason to support it.

  17. Re:Why XML?? Just why? on KDE To Adopt SVG: Take A Glance · · Score: 1


    I mean .png, .gif, and .jpg don't use verbose ascii storage formats do they


    Ofcourse all those examples you just gave are of bitmap and not vector graphics formats.

  18. Re:That's a relief... on Mars Sundials - True Colors, Ambiguous Hours · · Score: 1

    Future archaeologists will probably find the sundial and conclude that the sumerians and mayans actually had space travel and made it to mars. I mean, what other explanation would there be?

  19. Re:Sun Java whoosy? on Mad Hatter Preview - Sun Java Desktop System Demo · · Score: 1

    WTF?

    Interpretor? MS JVM? How the hell did I end up in 1997?

  20. Re:Evolution on Femtosecond Lasers for Nanosurgery · · Score: 1


    Do you see the fallaciousness of your counterargument? You're comparing a car, which exists because intelligent agents designed and built it, with a cell, which I'm assuming you'd say exists due to evolution


    Excuse me? The issue is whether it would be possible for a complex system to have evolved from many less complex and distinct systems. The parent pretty showed that it can using the car analogy. What the driving force for the seperate systems to come together (whether natural selection or creation) is irrelevant.

  21. Re:Tinfoil alarm! on Earthstation 5 Claimed to be Malware · · Score: 1

    So according to you there isn't a difference between an accident and a diliberate act?

    Sure, kids on both sides are dying. But I thought you wanted to judge the moral stance of either side?

  22. Re:Tinfoil alarm! on Earthstation 5 Claimed to be Malware · · Score: 1

    The palestinian children aren't being purposely targetted. The islamic terrorists are purposely targetting children.

    There's a big, big difference.

  23. Re:Start up time? on OpenOffice.org Hits 1.1 · · Score: 1

    That isn't true. If you don't let office startup startup on startup (phew) then apps *still* load up just as fast.

    I think they just load up less things initially at startup. That and the smart arrangement of the files on the disk.

  24. Re:Bring back the serial port! on New Nano-ITX 12cm Motherboards · · Score: 1

    If you're using a Nano-ITX board for an embedded decide I think you'll be using some kind of OS like linux where you will be going thru /dev/* which abstracts off the fact that the serial port is connected to a USB hub. You wouldn't be using direct IO into the serial ports themselves.

    On windows, all applications that use com ports work fine across USB com ports. They can't tell the difference. Same would apply for linux.

  25. Re:Bring back the serial port! on New Nano-ITX 12cm Motherboards · · Score: 1

    Um. It's RS232 for christ's sake. How difficult do you think it is for the USB -> RS232 port to work? The cables I've used have the entire circuit (including chips etc) inside the plug.

    It's damn cool if you ask me. No need to ugly, space hogging RS232 ports on my M/B. If I ever need RS232 I know I can just plug a cable into one of my USB ports.