Slashdot Mirror


User: woah

woah's activity in the archive.

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

Comments · 183

  1. Re:It makes one wonder.... on A Savant Explains His Abilities · · Score: 1
    I always thought that mathematics involved both hemispheres, right hemisphere for grasping concepts and the left one for processing symbols. Interestingly, mathematical savants are best at doing fast arithmetic, which is generally considered to be a left hemisphere skill, as is any symbolic manipulation.

    Same thing with memory. What's being displayed is memory for symbols, a left hemisphere skill. The right hemisphere deals with remembering ideas and exeriences.

    Of course, all of this is more of a general consensus, so there are exceptions.

  2. Re:It makes one wonder.... on A Savant Explains His Abilities · · Score: 2, Interesting

    This is quite interesting, because it's apperently different to people with Asperger's syndrome. I read somewhere that it's their right hemisphere that's lacking, and the left hemisphere is compensating for this. Which is why they have good language abilities (left hemisphere) and logical thinking (left hemisphere), but may lack in comprehension or finding meaning in what's being said (right hemisphere), as in the case of hyperlexia.

  3. Re:My $.02 on One Giant Step for Humanoids · · Score: 1
    What about stairs or other obsticles? You need legs for that.

    You already said one arm, it will probably need another one to do anything useful, like holding the fridge door while getting a beer.

    Put these things together and you have a humanoid robot.

  4. Re:Windows is more secure than Linux on Study Finds Windows More Secure Than Linux · · Score: 1

    huh?

  5. Re:Seems familiar on Harrods Sells Holographic TV · · Score: 1

    Yeah, but the image quality was probably crap.

  6. Mare Nostrum on Building The MareNostrum COTS Supercomputer · · Score: 3, Funny
    Mare Nostrum is Latin for "our sea"?

    But I thought it was Ouray Easay!

    What's going on?

    This is all so confusing! I need to take a nap.

  7. Re:The antidesktop on PC Users Fight Distractions to Work · · Score: 1

    Shouldn't that be "misunderestimate".

  8. Re:Carmack: This was a technical problem on Doom 3 vs. Source: Comparing Engines · · Score: 1
    In my own tests I have purposely ran demo tests with different brightness. I swear the FPS is the same.

    Of course it's gonna be the same. Why wouldn't it be?

  9. Re:good engineering compromise at the time on Steve Jobs Demos NeXTSTEP 3.0 · · Score: 1
    Name one commercial application written in Java or pure managed .NET. Almost all commercial applications are still being written in C++, despite the fact that Java has been around for a fairly long time. The reasons for this are performance issues and the enormous footprint of JVM (or any other "sandbox" type of architecture). I can't really see something like Photoshop ever to be written in Java (at least in it's present form).

    The main thing that Java is used for at the moment is database-driven applications, where the bulk of processing is done by the RDBMS.

    It is possible though to attack issues of security and reliability by improving existing architecture. Perhaps, by introducing new features into the compiler (such as the Boehm-Demers-Weiser garbage collection), or making the underlying OS less prone to buffer overflows.

  10. Re:Humans already do this on Monkeys Pay for Monkey Porn · · Score: 1
    I'd say that rather your view of Christianity is rather fucked up. Somehow in Eastern, Orthodox Europe it is OK for males to kiss for greeting in the lips.

    I can't say that I've seen a lot of that when I've been to Russia. I mean it's true that the politicians there are do it, but it's more of a put-on show, akin to kissing babies and the like. Honestly, none of the "regular" Russian blokes I know, greet each other with anything more than a handshake or perhaps a quick hug.

    Personally, I don't think there's anything wrong with greater physical contact between males, in fact I think it's pretty cool. The less there is of idiotic machoism and the more people are excepting and open-minded the better the world would be.

    Interestingly though, I wouldn't be very comfortable at all kissing another bloke. I'm just a product of society, I guess.

  11. Re:"Geek" is not a clique on Geeks in Management? · · Score: 1
    From my point of view being a "geek" means being extremely anal/left brained or a hardcore sci-fi fan.

    Hackers, on the other hand, are more spontaneous fluid thinkers. They tend to possess an artistic or creative quality.

    I know which one I'd rather be. Also, being a geek is more of a lifestyle and being a hacker is a mode of thinkng/working.

    P.S. These are all just personal views.

  12. Re:Relativity on Blazing Speed: The Fastest Stuff In The Universe · · Score: 1
    You my friend havent understand relativity.

    And remember, light is faster than sound. That is why you appeared bright until you spoke.

    You, my friend, haven't learned English.

    And remember, light travels slower in dense materials. This is why you're too slow to see how dense you are.

  13. Re:'Language' == spoken || written? on Using The Web For Linguistic Research · · Score: 1

    No, it's more like "pnud".

  14. Obligatory on Build Your Own Rotary-Dial Cell Phone · · Score: 1
    I like them, possibly because I an clumsy with buttons.

    Operator: "The fingers you have used to dial are too fat. To obtain a special dialing wand, please mash the keypad with your palm now."

  15. Re:Memory faster than disk, film at 11 on Streaming a Database in Real Time · · Score: 1
    The article is about analysing real-time data on-the-fly, which is much more efficient than storing it and then analysing it at regular intervals.

    The article is not about databases in the conventional sense.

  16. Re:Nicholas Blachford is an idiot. Please don't re on Cell Architecture Explained · · Score: 1
    How vector units could help emulating x86 instructions (except for SSE of course) ????

    I'm not defending or bashing anyone here. But I think the way this is possible is thourgh JIT. Compilation is a parallelisable problem. As you execute code on one cpu you can compile code on another.

    The main difficulty would in be the fact that the APU and the x86 architectures are completly different. This might impact performance. Or perhaps it's possible to use the APUs for compilation and the main CPU for execution, or maybe a mixture both approaches.

    Anyway, it's way to early make any conclusions.

  17. Re:I'm waiting for ... on IBM Ordered to Show More Code to SCO · · Score: 1
    for (i = 0; i < max_num; i++) {

    (granted, the code is probably all C not C++, but you heard what I meant!)

    How exactly is that line of code C++ and not C.

  18. Re:Just Remember.. on Spammers Sue Spamee · · Score: 1
    it's not over until the government makes you buy the viagra!

    ... it's not over even then.

  19. Re:How about testing against NAT/routers? on Linux Getting Harder To Crack · · Score: 1
    Interesting study, not all that surprising. How about a study like this against the varous NAT/routers being used out there? How easy is it to own systems sitting behind those?

    ... also, how easy is it to own the routers themselves?

    I think this is a real issue with all those cheap broadband routers.

  20. Re:Questions on IBM Pledges To Make Xen More Secure · · Score: 1
    Actually it's really supprising that UML ranks so low in their benchmarks. I've always found UML performance to be close to that of the host. Definitely not an order of magnitude difference.

    Then again what else do you expact from "sponsored" research.

  21. Re:Whaa?? on Google Tidbits · · Score: 1
    /. mods not getting sarcasm.

    Who could have thought...

  22. Re:Or in Slashdot speak on Five Years of Ballmer -- the Effect on Microsoft · · Score: 1

    You forgot the *cccchhhhhhhhhtttthhhhh* :)

  23. Re:Arg damn HTML processing on Does the World Need Binary XML? · · Score: 1

    It's called base64 enocoding.

  24. Mitch Kapor on Mitch Kapor Warns Against Firefox Gloating · · Score: 0, Troll
    Mitch Kapor, Lotus co-founder and president and chair of the Open Source Applications Foundation

    With a name like that I'm supprised the guy wasn't snatched by KDE to be their chairman and inspirational guru.

  25. Krokodile? on KDE 3.4 goes Beta · · Score: 0

    ... how kum?