Slashdot Mirror


Handwriting Recognition on DS

JamesO writes "Zi Corporation has announced a licensing agreement with Nintendo that will allow developers to make use of handwriting recognition. PDAs have been offering handwriting recognition for some time and with the DS's touch screen it seemed inevitable that the console would eventually gain handwriting recognition technology. An agreement between Zi Corporation and Nintendo means that DS developers will be able to utilise Zi Decuma handwriting recognition technology when creating software for the handheld."

112 comments

  1. SDK by kevin_conaway · · Score: 4, Interesting

    What kind of SDK is available for the DS? What language(s) can you use?

    On a side note, are there any phones / pdas that have a Python sdk available?

    1. Re:SDK by RevAaron · · Score: 5, Informative

      You can code in Python for Windows CE 3.0+ (2.11+ maybe?), and specifically Pocket PC 2000, 2002, Windows Mobile 2003, 2003 SE and presumably 2005. There is a subset of Python, called Pippy, available for Palm OS. The WinCE port is pretty much a full port of Python; Pippy is very much stripped down. There are also the Zaurus Linux PDAs, which can run Python, though it's not as useful for writing full-on apps as it is on Pocket PC, at least within the Qtopia GUI last time I checked.

      Perl too on PocketPC/WinCE; there's even Perl/Tk support. Works pretty well.

      --

      Working toward a usable PDA environment in the spirit of Newton OS: Dynapad
    2. Re:SDK by Paladine97 · · Score: 5, Informative

      A pretty basic SDK is provided. C and C++ are your options. Feel free to compile Python for it!

      See www.dsdev.org for all the DS development info you need.

    3. Re:SDK by RevAaron · · Score: 2, Informative

      And this answers the parent's question how exactly?

      Seems pretty obvious to me. At the end of the post he asked:

      On a side note, are there any phones / pdas that have a Python sdk available?

      And I then told himabout Python support for two important PDA and Phone OSes, Palm and CE. Incidentally, there's also a Python SDK for Series 60 Nokia phones. So make that 3 important PDA/Phone OSes.

      --

      Working toward a usable PDA environment in the spirit of Newton OS: Dynapad
    4. Re:SDK by Apreche · · Score: 0, Offtopic

      I think I read something about Nokia/Symbian phones supporting Perl/Phython.

      --
      The GeekNights podcast is going strong. Listen!
    5. Re:SDK by poot_rootbeer · · Score: 1

      If you feel like writing your DS application in raw ARM7/ARM9/Thumb assembly, you can do that too. You masochist, you.

    6. Re:SDK by stonecypher · · Score: 1

      You can write in Python for any machine in which the python embedding interface can be compiled, which includes the DS. Moreover, there are roundabout ways of getting C from a python script, though god forbid you ask #python how to do it (they'll give you a bunch of non-answers, then tell you you're being hostile and ban you.)

      If you really want to, you could use jython to compile through gcj to the DS directly.

      --
      StoneCypher is Full of BS
  2. Eat Up Martha by Anonymous Coward · · Score: 2, Funny

    cue the Newton fanboys...

    1. Re:Eat Up Martha by kevin_conaway · · Score: 1

      Great Simpsons reference. That always makes my day.

    2. Re:Eat Up Martha by RevAaron · · Score: 4, Interesting

      The NDS main CPU is pretty slow- 66 MHz. I've used Decuma on Palm OS on a 200 MHz ARM (Sony Clie NX70v), and used Decuma fine, albeit a bit slowly, with the Clie underclocked at 100 MHz to save power. Decuma is decent HWR; it is in between the character-based stuff like Graffiti and the proper and good word-sentence based real HWR of the Newton or PocketPC's Transcriber or Calligrapher. It makes you write in a box- but you write a full word, it recognizes it letter by letter, and then you have to press a button to actually accept/write the text. Or make corrections, overwriting maybe 'e' for the misrecognized 'o'; then you press that button. On Palm OS, Decuma is about the best you're going to get if you want real HWR, but it isn't too horrible.

      --

      Working toward a usable PDA environment in the spirit of Newton OS: Dynapad
    3. Re:Eat Up Martha by poot_rootbeer · · Score: 1

      The NDS main CPU is pretty slow- 66 MHz.

      Still - that's three times the clock speed and several ARM revisions better than the Apple Newton. Plus the DS has a secondary processor that might be usable.

      Assuming there's been a modest improvement in HWR algorithmic efficiency over the past 10 years, I would imagine that the DS could do an admirable job.

    4. Re:Eat Up Martha by thatguywhoiam · · Score: 1
      Still - that's three times the clock speed and several ARM revisions better than the Apple Newton. Plus the DS has a secondary processor that might be usable.

      Several ARM revisions, yes; 3x clock speed, don't think so. IIRC the Newton ran somewhere around 160Mhz. Which I remember being very impressive at the time. :)

      --
      If Jesus wants me it knows where to find me.
    5. Re:Eat Up Martha by prockcore · · Score: 1

      The NDS main CPU is pretty slow- 66 MHz.

      Not that slow. The Palm III had a 16Mhz cpu. At the very least the NDS should be able to handle Grafiti :)

    6. Re:Eat Up Martha by Clockwurk · · Score: 1

      Hello.
      This is Takuya.
      I read every time happily recently.

      I apologize first.
      I am weak in English.
      Even if a strange sentence matches, please forgive me.

      DS is extreme popularity in Japan.
      A video game for families of Sony is more popular than NINTENDO.
      But PSP is high-priced to write it in high efficiency.
      For reasons of 2 of there being a low-priced thing and the game that I can do only in DS, DS is supported.

      An article strategy of a game resembles a survival strategy of a creature.
      They come to have a strong tusk and nail than anyone.
      They come to have a big body than anyone.
      Or they live in the place where a rival is not.

      The company which made the article which there is only in the present when a game of many fields is sold, one's company is strong.
      There are a lot of companies I am imitated immediately by other companies, and to be defeated by.
      I am interesting.

    7. Re:Eat Up Martha by RevAaron · · Score: 1

      Indeed- though the Newton HWR didn't get really usable until the 162 MHz Newton 2x00s. The Newton 130 was pretty good too, and it had a slower (33 MHz?) CPU. It was about quality software more than CPU speed. A 1 GHz CPU wouldn't have made the earliest Newton OMP or 100 or 110 do HWR more than half-decently; the software just was written for to make it work real well.

      --

      Working toward a usable PDA environment in the spirit of Newton OS: Dynapad
    8. Re:Eat Up Martha by RevAaron · · Score: 1

      No, but like I said, Decume is more complicated than Graffiti. But also like I said, I've used it on an ARM clocked at 100 MHz, so I expect the DS to be usable.

      --

      Working toward a usable PDA environment in the spirit of Newton OS: Dynapad
    9. Re:Eat Up Martha by stonecypher · · Score: 1
      This is pretty silly.

      • For one, handwriting recognition works fine on 386es.
      • For two, Palm has a fair amount of operating overhead.
      • For three, there are two CPUs, not one.
      • For four, the major limiting factor in handwriting recognition quality is algorithm quality, not CPU speed.
      • For five, there's no significant overhead to simply recording the sketching position; it would be trivially easy to recognize previous writing while working on storing the next set.
      • Full sentence handwriting isn't really possible on a screen that size, nor in fact any portable I've ever seen.
      • Time and time again, it has been shown that screen keyboards are much faster than handwriting, much less frustrating than handwriting, and more quickly learned though less quickly used at high speed than handwriting.


      Handwriting recognition has not failed to take off because it's difficult; though it is difficult, it was reasonably do-able ten years ago. It failed to take off because it's impractical in use. To suggest that it'll be problematic on a machine with two CPUs because some other machine with some other product was slow on one CPU whose sum rate was the same as the pair CPUs despite doing nonparallel tasks and despite OS and application overhead ... eesh.
      --
      StoneCypher is Full of BS
  3. Eat Up Martha by thatguywhoiam · · Score: 3, Interesting

    This certainly makes the DS more interesting to me (not that I'd use it as a PDA or anything). But if you can jot notes into the thing, and have it OCR'd for you, it would make it a lot handier than it is right now. Can anyone comment intelligently on how the DS CPU would handle such a thing?

    --
    If Jesus wants me it knows where to find me.
  4. It better be good by Enjoi · · Score: 0

    It's nintendo so the recognition will probibly will be top notch.

    Still, I don't want my best friend thinking I'm coming onto him or something when I ask him for a game or two.

    1. Re:It better be good by Anonymous Coward · · Score: 0

      "It's nintendo so the recognition will probibly will be top notch."
      How? Magic? Just cause its Nintendo doesnt put their skills above everyone else. I remind you how horrible the speach recognition in "Hey you Pikachu!" was.
      My point, being Nintendo doesnt make it automatically good or better than everyone else

    2. Re:It better be good by DigiShaman · · Score: 1

      My handwriting ranks the worlds worst. If Nintendo needs beta testing, they should ask for samples of my writing. Then, I would give them the discription of what I wrote in typed format.

      Ya, it's bad. I'm afraid I would freak out the CPU and cause it to shut down in a fit of fear.

      --
      Life is not for the lazy.
  5. Extra lives? by Krazyweasl · · Score: 4, Funny

    This is going to make 'up up down down left right left right b a b a select start' a pain to enter

    1. Re:Extra lives? by Anonymous Coward · · Score: 0

      a little, but 007-373-5963 can be entered even faster now.

    2. Re:Extra lives? by Luuvitonen · · Score: 1
  6. Finally by Edunikki · · Score: 3, Funny

    Now I can trash talk other people in multiplayer mode!

    1. Re:Finally by JonXP · · Score: 2, Interesting

      The DS has a microphone built in. Theoretically you could already do that with your voice, unlike another popular handheld system.

    2. Re:Finally by Anonymous Coward · · Score: 0

      Yeah, but realistically Nintendo won't do that. For local wireless you don't need it, and the general internet is an 18+ environment - swearing, perverts, etc. If they come out with an adult multiplayer game they might - maybe resident evil DS.

      Plus I'm not sure a DS has processing power to compress, stream and decompress audio whilst playing a game... depends on the sound chip I suppose.

      Anyway, I generally turn off voice in PC games, it's pointless unless you're co-operating with a friend... even then it's not that big a deal.

  7. Just a nitpick... by brunes69 · · Score: 1

    Handwriting recognition != OCR, since there are no optics involved.

    1. Re:Just a nitpick... by CastrTroy · · Score: 1

      essentially they represent the same program. Most OCR programs can analyze any image for text, whether you scanned them, got them from a camera, or drew them with you mouse in mspaint. It's essentially the same problem. When you write on the screen, it creates an image, and analyzes the image to see if it can recognize anything as text. Most OCR programs only do typed text well. Recognizing hand writing is much too hard to do reliably.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    2. Re:Just a nitpick... by poot_rootbeer · · Score: 2, Informative

      Not necessarily. More advanced handwriting recognition algorithms can derive not only from a completed glyph, but also from the series of strokes you use in the process of drawing it.

      Try writing out the numeral 5, and then the letter S. Notice that even though the end results may look largely similar, the velocity and direction of your pen as you drew them were considerably different.

  8. Vorks evem b3ttar than... by Anonymous Coward · · Score: 2, Funny

    ...my Prlm.

    1. Re:Vorks evem b3ttar than... by Anonymous Coward · · Score: 0

      Nobody seems to have gotten this joke... I work for palm, and when I saw this, I laughed my ass off, then I showed all my cubicle buddies, and they laughed their ass off too! Our manager came to yell at us, but we showed him and he laughed too! Great joke...and yes, we realize it is rather hard to get used to typing with the Grafitti 2 Writing system, but you'll get used to it...

  9. Animal Crossing DS by vodevil · · Score: 3, Interesting

    I sure hope they put this to good use in Animal Crossing DS, it was a pain in the butt to use the controller to write letters to the villagers.

    1. Re:Animal Crossing DS by Allison+Geode · · Score: 2, Informative

      based on screenshots i've seen, animal crossing DS will use a software keyboard. however, this will still be much less annoying than the original, since, of course, you'll use the stylus to hunt and peck, rather than d-pad and A-button (as seen in the original gamecube version.)

    2. Re:Animal Crossing DS by KDR_11k · · Score: 1

      I just hope they'll stop using that idiotic alphabetic order and give the software keyboard a qwerty layout.

      --
      Justice is the sheep getting arrested while an impartial judge declares the vote void.
    3. Re:Animal Crossing DS by Burpmaster · · Score: 1
      I just hope they'll stop using that idiotic alphabetic order and give the software keyboard a qwerty layout.

      The GameCube version does have a QWERTY layout, and it's the default! (press Z to toggle between QWERTY and alphabetic layouts)

    4. Re:Animal Crossing DS by nazsco · · Score: 1

      > I sure hope they put this to good use in Animal Crossing DS, it was a pain in the butt to use the controller to write letters to the villagers.

      A pain to writte letters?! it was a pain to play that game at all!!! ...Not even my gf who plays neopets and the sims liked it

  10. Nintendo's next R rated game by jonfields · · Score: 1

    Writing of the Dead

    1. Re:Nintendo's next R rated game by DwarfGoanna · · Score: 1

      A friend of mine (who is obviously slightly obsessive) became scary-type addicted to Typing of the Dead (or whatever the DC zombie typing thing was called). This could have been the thing to put him over on DS. =)

      --

      "You know why you do not see me styling wit my homies? Because I have no homies!!" -Mojo Jojo

    2. Re:Nintendo's next R rated game by Anonymous Coward · · Score: 0
      There's a PC version. The demo is on Sega's website...

      http://www.sega.com/support/support.php?item=suppo rt_games

      It's down a bit on the page.

    3. Re:Nintendo's next R rated game by Anonymous Coward · · Score: 0

      In the words of Jon Stewart, "I think I just got a haaaard ooonnnn!"

  11. Expanding their demographic by evil+agent · · Score: 2, Insightful

    Nintendo will now be marketing this to very young kids, once games come out that can teach kids how to write. Of course, this will depend on how good the handwriting recognition will be. This could be really good news for the future of penmanship, or really bad.

    --
    End transmission.
    1. Re:Expanding their demographic by steveo777 · · Score: 1

      Actualy, if you think about it. The worse the recognician software is, the better for the kids. You could use the best algorythms for the beginners, and start using faster, easier to trick, but not stupid, recognician software for the advanced. This would really help if there was a learn to speak/write Mandarin or Japanese. I've already got a DS, and I'd pay quite a bit for a better method of learning Japanese than out of a book, and I don't really have two extra hours a day to go to any classes.

      --
      This sig isn't original enough, it's time to come up with something witty...
    2. Re:Expanding their demographic by Anonymous Coward · · Score: 0

      Recognician? Please, asshole - learn to spell.

  12. AIN'T nuthin nobody can ever do . . . . . by craker · · Score: 2, Insightful

    No matter how well you develop this thing, AIN'T nuthin nobody can ever do to figure out my chicken scratch. I can't even read it right after I write it. They made keyboards for a reason - geeks can't write.

    1. Re:AIN'T nuthin nobody can ever do . . . . . by Mozk · · Score: 1

      This applies to me also. I take pride in having illegible handwriting. You'd think I'd be able to read it, with me being the writer and all, but nope.

      --
      No existe.
  13. Dictionary by dancingmad · · Score: 3, Interesting

    There's already a Japanese-English dictionary for the DS, but it's so so at best. A good handwriting system for the machine would be an incredible boon - often times I'm presented with a kanji I simply don't know the reading for (and I can't input it into my electronic dictionary's QWERTY interface). I do know enough kanji to be able to copy many down by writing them, so being able to write say a compund and having the DS spit out a list of possible readings and defintions would be amazing and would help me learn Japanese in the real world (here in Japan anyway) more easily as I could begin decoding stuff in the world witout need of my onerous New Nelson Kanji dictionary.

    --
    "There is no time, sir, at which ties do not matter," Jeeves, (Jeeves and the Impending Doom)
    1. Re:Dictionary by lampiaio · · Score: 0

      Why, buy a WordTank! (or any other Denshi Jiten)

      --
      My other account has mod points.
    2. Re:Dictionary by earthbound+kid · · Score: 1

      A Canon Word Tank costs as much as or more than a DS plus cartridge, and it can't play Mario Kart.

      Besides, I'm a Sharp-man, anyhow. ;p

    3. Re:Dictionary by dancingmad · · Score: 1

      I have a wordtank i bought at ks (the baby c30) but its easier to write in kanji then to try and look them up by radical.

      --
      "There is no time, sir, at which ties do not matter," Jeeves, (Jeeves and the Impending Doom)
    4. Re:Dictionary by Elias+Ross · · Score: 1

      I bought a Sharp Zarus in 1997 for about $200 (in yen), which had fairly reliable handwriting recognition for kanji. Kanji I think are even easier to recognize than kana. Although they are more complicated, many can easily distinguished by stroke count and stroke direction alone. Some kana are fairly difficult to tell apart. I had an easier time with kanji than English letters, which have no standard stroke pattern.

      I recently got the same dictionary you did for the DS and I had assumed it would have kanji recognition built in. I was a little disappointed it didn't. I would imagine it could be included in a version 2 of the program. It should have at least included a kanji lookup by radical and stroke count feature.

  14. The loss of Penmanship. by nlinecomputers · · Score: 2, Insightful
    This could be really good news for the future of penmanship, or really bad.


    Would that really be so awful. My penmanship was never good to begin with but I find that I so rarely sit down and write with a pen that the skill has badly deteriorated. More so with cursive then printing. I'm not sure that it is a skill we badly need any more in modern society.
    --
    Slashdot, home of supporters of free software, free music, and free speech.Except for Moderators that disagree with you.
    1. Re:The loss of Penmanship. by Hellad · · Score: 1

      Ok, are you serious? THe notion that we no longer need to know how to write is demonstrative of how small your world view is. What about the rest of the world outside the "modern" countries which don't have access to computers, typing or other mechanical forms of communications? Do we just not communicate with them? Do we bring computers with us on humanitarian missions in third world countries and just hope the batteries last? seriously, we aren't there yet.

    2. Re:The loss of Penmanship. by mrgreen4242 · · Score: 2, Interesting

      I was going to moderate this topic, but wanted to post about the difference between the ability to write and the skill of penmanship. They are not at all the same. Being able to write simply means that you know what a letter looks like and are physically capible of holding a writing utensil with enough dextarity to form that symbol.

      Good penmanship, on the otherhand, is almost an art. It's a step below calligraphy, and a step above your average scrawl. My HANDWRITING is horrible, but I can still write; I have seen some beautiful penmanship on old letters, though. I agree that the ability to write like that is fairly unneeded now-a-days, but I don't think that the GP poster was suggesting we give up handwriting all together.

    3. Re:The loss of Penmanship. by Hellad · · Score: 1

      It really comes down to the ambiguity in the original post. If by "it" the person meant cursive, then that is one thing. If "it" is the skill of writing, then that is something different all together. All the same, general care in penmanship is something that we ought to concern ourselves with. Do we need to know calligraphy or cursive? Not necessarilly. But we ought to concern ourselves with making an effort to create writing that is legible to people besides ourselves for the purpose of general communication.

    4. Re:The loss of Penmanship. by nlinecomputers · · Score: 1

      Yes I'm serious. I personally don't interact with anyone in a third world nation. I am hard pressed to think of but a small handful, perhaps 3 people, that I personally know that DO deal with people in third world nations. And they maintain their contact via email. Perhaps YOU have the jaundiced viewpoint of everyone in Africa is living in thatch roof huts and trying to plow fields of wheat with an ox.

      Yes I'm sure that they do exist in the world but from my small world view, the view I have to deal with everyday, beyond a grocery list, and I often put them on my PDA, I just do not put pencil to paper. Not to print or write in cursive. Most people I know are in the same boat. It's a skill that modern society has for the most part orphaned.

      Perhaps you can argue that handwritten print needs to still be taught but cursive is a waste of time to teach IMO.

      --
      Slashdot, home of supporters of free software, free music, and free speech.Except for Moderators that disagree with you.
    5. Re:The loss of Penmanship. by Hellad · · Score: 1

      I didn't say Africa, I said third world countries (which, by definition, are undeveloped and generally without technology). It doesn't matter if you as an individual don't deal with undeveloped nations. Your post suggested that we ought not care AS A NATION about concerning ourself with paper communications. This would just further the divide between the US and the rest of the world and only lead to more issues. I am not suggesting we ignore the role of computers, all I am argueing is that we shouldn't become too dependent upon them. Consider the anarchy that happened after Katrina. We still need to be able to function without technology even if it is only for a week or two at a time.

  15. I For One by Paul+Slocum · · Score: 5, Funny

    Welcane aur new hondwriting recogmition ouerlonds!

  16. Cursive of the dead? by thekel · · Score: 0, Offtopic

    Oh yeah...

  17. Something's missing by MacFury · · Score: 0, Redundant

    Oh Apple, why won't you bring back the Newton. :-(

  18. Why DS? by Anonymous Coward · · Score: 0

    They might be able to use it for the Revolution, with the unique controller and all...

  19. Re:Great, but... by Anonymous Coward · · Score: 0

    GBA Movie player + flash + your collection.

  20. Obligatory Simpson's Reference... by brjndr · · Score: 1

    Kearney: Hey Dolph, take a memo on your Newton, 'beat up Martin'.

    Writes:
    "Beat up Martin"

    Newton translates:
    "Eat up Martha

    Newton hits Martin in the head.

  21. Not the same problem at all. by brunes69 · · Score: 2, Informative

    While both involve analyzing glyphs, one involves extracting a glyph from an interpolated image (a scanned document or simmilar), while the other has the benefit of having direct digital input.

    The prior is a different problem to solve. The hardest problem with OCR is reliably differentiating between a letter and a non-letter pixel on the page. Once you have the pixels that are just the letter, it is usually simple to figure out what letter it is. This is the idea behind Captchas, to make it as hard as possible to figure out those pixels.

    Handwriting recognition is a different problem. You know the input exactly, but it is harder to figure out what letter it belongs to.

    Of course, the corss between the two is OCR'ing handwriting, which I have never seen done in any kind of reliable fashion.

  22. for games? by Chayak · · Score: 1

    I don't know about anyone else but I can't hardly read my own handwriting as it is (the reason I type on a computer :P ) I can't really see much use for it in games. Then again someone will come up with an off the wall idea that will fly. What's next? Voice recognition for pokemon games? I can already see kids yelling at their DS more so than nintendogs cause.

    1. Re:for games? by Xspearmint · · Score: 1

      I can think of a few occasions where the game controls aren't enough: RP games, on-line chat, settings. The ever-expanding abilities of new devices means a joystick isn't going to handle our every need forever.

      I've been using Decuma on my P800, and I think most people will be pleasantly surprised. It's simply the most accurate handwriting recognition I've used yet. More importantly (to me), you don't need to train yourself on how to use it - it's just like real writing. And for those whose typing ability are replacing their writing ability, you can teach Decuma how to read your scrawl.

  23. Pen is Mightier by Doc+Ruby · · Score: 2, Interesting

    I've really been disappointed by the tiny progress in using a stylus for input. A decade and a half ago, "pen computing" was "the next big thing". Microsoft even marketed a "Word for Windows for Workgroups for Pen Computing" edition (presumably with a "Spellcheck for Word for..."). The Palm Pilot actually delivered on the Apple Newton's promise to use our pen skills to deal with little mobile devices. But now even Palm devices, like Treos, usually disregard the pen. I think it's not so much the lack of writing recognition (which is more than adequate, though it does have problems), as the lack of any unique pen advantages to compensate for having to use a separate pen rather than an integrated keyboard.

    Pens offered an opportunity to use an expressive, intuitive gestural interface. Even mouse gestures have run circles around pen gestures. I'd like to use a pen to indicate multiple selections, associations, layouts, flows, scales, shapes. I think an interface that used chinese symbols as commands on selected objects would have tremendous popularity, and maybe even work with a huge new global zeitgeist that could jump all kinds of boundaries represented by keyboards, especially QWERTY.

    We still have the opportinity to use pointers for a really expressive, simple interface "for the masses". I built a "light pen" for my Atari PC over 20 years ago. Even Treos still come with styluses, and now the DS will recognize handwriting. Most people use pens, probably even more than keyboards, especially worldwide. That input mode isn't going away, even if it's not being pushed. Even though OSes and apps still haven't delivered on their potential, there's still lots of pent-up (pun intended) demand to use them. I don't think the breakthru lies in dropping the pen in favor of a fingertip, though I'd like to see some working software that tested that avenue. I think that once we get a pen-centric UI paradigm that does things keyboards and mice cannot, we'll get pens that people won't put down.

    --

    --
    make install -not war

    1. Re:Pen is Mightier by Space+Cow · · Score: 1
      I'd like to use a pen to indicate multiple selections, associations, layouts, flows, scales, shapes. I think an interface that used chinese symbols as commands on selected objects would have tremendous popularity, and maybe even work with a huge new global zeitgeist that could jump all kinds of boundaries represented by keyboards, especially QWERTY.

      Really? Care to elaborate? Are you suggesting that if I want to increase the size of an image in my word document by 50% that I should enter the 20 or so strokes necessary to give this command in Chinese characters? How is that better than five or so mouse clicks and a couple of keypresses?

    2. Re:Pen is Mightier by TheCRAIGGERS · · Score: 1

      But now even Palm devices, like Treos, usually disregard the pen. I think it's not so much the lack of writing recognition (which is more than adequate, though it does have problems), as the lack of any unique pen advantages to compensate for having to use a separate pen rather than an integrated keyboard.

      Actually, I would say it has more to do with one-handed operation than anything. Devices with side buttons and scroll wheels can be used one handed, where if you need to do everything with a pen, you need two hands. When you're on the go and need to look up a number in your contacts list, this can be quite a boon. Likewise, an intergrated keyboard is just faster than a soft-keyboard on the screen.

      Both methods have their uses, I just wouldn't say one is always better than the other.

    3. Re:Pen is Mightier by WillAdams · · Score: 1

      Well, it depends.

      While the overall UI leaves a bit to be desired (PenPoint was much nicer than Windows for Pen Computing 'cause it was built from the ground up as a ``pen-centric'' UI, while Windows for Pen Computing grafter pen interaction on as an afterthought) and Windows XP Professional Tablet PC Edition continues in this vein, there are some really brilliant UI designs / concepts:

        - Alias Sketchbook (pie menus done right --- any tool / option is a pen flick away)
        - Ambient Design's ArtRage (too much fun for words and you can't beat the price)
        - Evernote's ritePen (HWR w/ on-screen correction palette which is almost as nice as Calligrapher on the Newton --- darned shame that EverNote doesn't allow mixing text and ink as the Newton did....)
        - FutureWave's SmartSketch (Absolutely brilliant drawing program using only the pen --- I'm really glad I picked up a copy of this, and it's really unfortunate that all that's left of this is what's in Flash and the soon-to-disappear FreeHand)

      Probably the best thing to hope for would be a pen-enabled Windows Explorer replacement --- something like PenPoint's Notebook.

      William

      --
      Sphinx of black quartz, judge my vow.
    4. Re:Pen is Mightier by Doc+Ruby · · Score: 1

      I'm suggesting that tapping the image and scrawling probably a 3-stroke character (like the "big" character), without dropping the stylus for the mouse or keyboard, is a good UI. If the gesture strokes are going to be a character, why not use characters that are already understood by literally billions of people?

      --

      --
      make install -not war

    5. Re:Pen is Mightier by Doc+Ruby · · Score: 1

      I think most "pen" operations could be one-handed, as I've generally experienced with my Palm Pilot, if the software were better able to indicate the "hotspot" with fingertip motions. I'd start with an onscreen cursor crosshair moved just above the sensed fingertip, but I'm sure years of R&D, with mass market feedback (like keyboards, mouse and even styluses have gotten) would evolve an even better interface.

      Keyboards are faster for inputing alphanumerics, but most operations, especially of mobile devices, are selections of, and operations on, existing data. I like having both on my Treo, but I'd like to get more use out of the stylus, especially in such operations where the keyboard is less convenient.

      --

      --
      make install -not war

    6. Re:Pen is Mightier by Doc+Ruby · · Score: 1

      I spent a little time with GRiD a decade ago, and hoped they'd leap to a new paradigm. Some of those GUIs you mentioned suggest one.
      <DESIGN-RANT>
      I want to see a GUI that is entirely devoted to representing data without boundaries, without onscreen "applications". I want each MIME type identifiable and associated with consistent GUI elements for their specific production (creation/editing), consumption (reading/playing), searching/browsing, sending and quoting operations. With multiple background processes processing the data. Distributed storage the nested containers with references to the objects, locally cached. Universal object IDs independent of text names, rollback versioning, metadata relations to other objects. The idea being that GUIs present only the relevant info to the person using them, persistent across all modes and use cases. Such a GUI adheres to the original clear principles, but not the cluttered broken way we've got in these app/windows devices. More background processing like Spotlight or Dashboard, more metadata relations for storage/retrieval (and a hierarchical "file system" only as an optional view of the database), and on the fly programming with flowcharts dereferencing URLs. Running objects backed by preferences, versions, and programming, all in layers selectable at runtime. All that functionality stripped of screen-sucking GUI frames and modes so it will work consistently on mobile thin clients to desktops and conference rooms - multimedia terminals which truly scale without sacrifice.
      </DESIGN-RANT>

      I think the jump to pen UIs should come with that new paradigm. Just like the jump to "windows" came with mice, laser printers, LANs, desktops, icons. Mobile "phones" are pressing the issue, but so is desktop development, which is going multiproc as CPU performance levels. Ultimately, we just want to communicate with each other in arbitrary media with intuitive gestures and perfect memories. Pens are a step in that direction, not a stumble away.

      --

      --
      make install -not war

    7. Re:Pen is Mightier by WillAdams · · Score: 1

      What I really want to see is an app that allows one to identify discrete bits of data in text stream and then query it in an ad hoc fashion much as you obliquely describe.

      William
      (who remembers his GRiD laptop with great fondness.)

      --
      Sphinx of black quartz, judge my vow.
    8. Re:Pen is Mightier by Doc+Ruby · · Score: 1

      I think I get "identify discrete bits of data in text stream", like selecting a word, phrase, sentence or paragraph fragment of text, I suppose streaming from a server (like subtitles, rather than a complete text downloaded as a single object). But what is it to query that fragment? Query the server for that fragment? But you already have it. Query the server for other objects related to the received fragment, either lexically or by metadata?

      --

      --
      make install -not war

    9. Re:Pen is Mightier by WillAdams · · Score: 1

      By "query" I meant being able to do sums and totals &c. of all of the data. Say something like Lotus Improv but with a freer structure. A hybrid of a note-taking program PIM and database. Having an AI like sBook would be nice.

      William

      --
      Sphinx of black quartz, judge my vow.
  24. DS Training For Adults by pnice · · Score: 1

    DS Training For Adults can already recognize when you write numbers with the stylus. I'm sure it's much easier to do but it still does it on the math part of the "game".

    1. Re:DS Training For Adults by Anonymous Coward · · Score: 0

      It also recognizes hiragana input, and you can touch-pad-input hiragana, katakana, and the Roman alphabet in the Japanese-English dictionary that's available in Japan. Hopefully, though, the new deal will lead to better handwriting recognition; right now, the order of the strokes when you write the character/number seems to be the most important part. Sure, stroke order is a big part of hiragana and katakana, but letters and numbers, not so much.

  25. Re:Nintendo is Desparate by bugbeak · · Score: 5, Insightful

    The Nintendo DS is falling behind in sales against the superior Sony PSP.

    From a Gamespot article:

    "Recent sales figures provided by Dengeki Online revealed that cumulative shipments of the DS have nearly doubled those of the PSP in Japan since both launched in the country last December. As of the end of September 2005, Nintendo sold 3.2 million units of its DS handheld in Japan, while Sony Computer Entertainment shipped only 1.7 million units."

    . Dependency on Cartridges: The age of the game cartridge has come and gone. The overwhelming success of the Sony Playstation and its "intellegent" use of CD-ROM based media effectively killed the cartridges as a viable media format for software.

    Maybe for home consoles. But do you really want something portable that has moving parts? No matter how damn hard you try, you're going to treat anything handheld pretty badly.

    3. Lack of Wi-Fi Internet Connectivity: The DS only allows for multiplayer games via its wi-fi connection with oher DS units but users cannot access public wi-fi drops like with the PSP and different PDA models. Because of this it would be impossible to sync data on the DS and a PC or another PDA because of this design.

    And just how much more convenient is it to browse the web with a PSP? Ever heard of something called "input"? Besides, what's McDonald's for? Or the 50-dollar Mario Kart/Wi-Fi dongle package.

    4, No Support for Storage Media: The DS does not natively support any form of flash media cards for storing data.

    Just how "universal" is the so-called Universal Media Disc? Seen any blanks on sale recently?

    5. Dominant Childen Marketing Angle:(not even going to bother with this one...)

    Quantity doesn't really matter if Nintendo is the only one who can stay in black. So what if games are aimed for chilren? I don't think adults have gone "Eww" at Mario Party.

    The company is too slow to change and adapt with the current market and current technology.

    Who came up with Rumble? Who came up with the analog stick? Who came up with the shoulder buttons? Rather, just look at the fscking Revolution controller.

    It's flaimbait, it's troll, but I bit.

  26. Re:Nintendo is Desparate by juched · · Score: 5, Interesting

    I actually created an account on slash dot just to reply to this initial posting. It seems to me that everyone of his/her comments was inaccurate. The DS is outselling the PSP. Cartridges load much faster and hence the DS does not have the crippling load times of the PSP. The wireless is standard 802.11b and hence it can connect to the PC if the software was written for it. And yes, the DS can play only, as we will all be doing when Mario Kart comes out! Don't even get me started on keeping up with current technology. Nintendo invents the new technology... The examples of analong stick, shoulder buttons, rumble and more are all good examples of that. Just because the didn't use DVD or CD? They might be easy to create, but they are also just as easy to copy! No wonder they are trying to stay away.

  27. Re:This is very doable by Psykechan · · Score: 2, Informative

    The (Newton) Message Pad 2x00 processor was a 162MHz StrongARM 110 but the older ones were only 20MHz ARM6. Incidentally, the MP120(2.0) and the MP130 ran the newer OS (same as the 2x00) that was very capable of decent handwriting recognition unlike the original lineup. Having extensively used both a MP120(2.0) and a MP2100 I can attest to this. The 2100's only advantage was speed.

    The DS has a 66MHz ARM9 and a 33MHz ARM7. Logically, unless the ARM7 is needed for some specific DS tasks you could have it doing as good of HWR as the MP120 and still have the ARM9 free for whatever other task you required.

    Links to more info about ARM Archetecture and Newton hardware.

  28. Brain Training by Anonymous Coward · · Score: 0

    The DS game Brain training has handwriting recognition already.

  29. Graffiti by Anonymous Coward · · Score: 0

    Why not just use Palm's Graffiti system? I'm not aware of any system that's gotten handwriting recognition to work properly, eg. Apple's Newton.

  30. Re:Nintendo is Desparate by Anonymous Coward · · Score: 0

    Funny thing is Sony purchased it's technology for the PS1/CD FROM Nintendo.

  31. Re:Nintendo is Desparate by Anonymous Coward · · Score: 0

    A few points that the other rebuttal did not hit on:

    + DS cartridges cost less than PSP UMDs (the UMD uses more plastic and metal in the casing alone than the DS cartridge does as a whole).

    + Optical disks hold a distinct disadvantage on the portable market aside from only the "moving parts" angle: Disks mean load times. By the time Lumines loads, which certainly has shorter load times than most, I could be halfway through my first match of Meteos.

    + Blu-Ray disks are not inexpensive to manufacture, when you add in the $2 million cost per production line (assuming all Blu-Ray lines will be adapted from existing DVD lines) that will get funnelled down to consumers.

    + Nintendo DS's current market share is more and more becoming predominantly teen to twenty something women. The DS was launched for the older gamer, believe it or not.

    + The PSP wireless support is terrible at best. I have not played a match of Twisted Metal to completion without getting dropped. Also, DS supports any wi-fi connection, and provides a universal network, a-la Xbox Live, for players to connect to.

    + Proprietary DVD format came from the fact that Nintendo agressively fights pirating, which is a hell of a lot harder to do when off-the shelf DVD-R's don't fit in your machine.

    + The PSP is actually longer than the DS, making it much harder to fit in your pocket. Additionally, the PSP almost requires a good case to carry it anywhere, which just adds to the bulk. A DS, while not as small as the GBASP nor as stylish as the PSP, slides easily into the pocket and requires no protection for safe transport.

    + By the time Mortal Kombat was released, Sega was already semi-dominant. Sega had a commanding lead at the beginning of the 16-bit era, which only closed in the latter years of that generation. Nintendo's move did not affect their position in the slightest, and certainly can not be said to have lost Nintendo revenue, except for the cases of those who had both a Genesis and SNES, which, in my experience, was more rare at the time.

    + Nintendo is a games company, and thus does not need to "adapt" to forces at work in most other industries, as Sony and Microsoft have felt the need to do with the inclusion of, for example, DVD playback functionality. Nintendo focuses on games and, while some like more convergent boxes, they feel no need to provide that. Online gameplay, as many like to cite, is still not widely accepted, and it has been seen since 1998's NetBand (may be the wrong name) adapter for the Saturn, which brought Sega Rally and Daytona USA online. Hell, before that, there was X-Band, which nobody adopted.

  32. Re:Nintendo is Desparate by amdotaku · · Score: 2, Insightful

    It's pretty clear that Nintendo has somehow acquired a kiddie image. However, when I actually look at game lists for the PSP and DS and look at titles that at least have a hope of being "good", I don't really see much of a distinction between games that would be appealing to mature audiences between PSP and DS. If anything, the DS matches count and adds greater variety to the mix with games like Advance Wars that the PSP, sticking to more stereotypical genres like plain shooters and rpgs, just won't offer.

    Also, I have no idea how much Nintendo is spending on their carts for DS, but its obviously less than $30 bucks a pop, being many games launch at that price. Also, I thought that solid state memory was the FUTURE of computing...in fact, how many times has this been brought up on /. in the past week?

  33. Re:Nintendo is Desparate by Anonymous Coward · · Score: 0

    Funny thing is Sony purchased it's technology for the PS1/CD FROM Nintendo

    Scratch that! Nintendo was originally partened with Sony for a CD attachment to combat the Sega CD, but switched to Phllips half-way through. Sony then decided to go out and amke thier own console... And the PS1 wa born.

  34. Unvibratable! by Anonymous Coward · · Score: 0

    A $900 phone with no vibrate function? I think I'll pass.

  35. Re:This is very doable by thatguywhoiam · · Score: 1

    Thanks for the info - very helpful.

    --
    If Jesus wants me it knows where to find me.
  36. Re:Nintendo is Desparate by Anonymous Coward · · Score: 0

    Uh... that's all well and good, but you do know that the DS is beating the PSP in all three major regions, right?

    Hell, look at last week's European sales:

    Sales for October 17-23.

    DS-23,035
    GBA-10,034
    PSP-8,000

  37. Decuma by Rydia · · Score: 1

    It would help if the people disparaging handwriting recognition had actually used Decuma. Right now my biggest problem with my PDA (Dell Axim WinMobile2003) is that Decuma doesn't support Mobile 2003 devices, so I can no longer use it. For both Japanese AND English, the software is spot-on. Right now I'm using a hacked version of the Japanese IME that a very clever hacker got working for Japanese and the standard transcriber, and my note-taking (in english) has been slowed down immensely with transcriber over decuma's english system. I'm considering just getting a Palm when I upgrade so I have it for input again. It's really that good.

  38. Decuma by arodland · · Score: 1

    I've used Decuma's handwriting recognition software on my Palm, and it's a pretty competent system, didn't take very long for me to get used to. The main reason I ditched it was screen real-estate; I've got a "square" Palm rather than one with Virtual Graffiti, so I couldn't justify giving up that much space when the Graffiti pad was already available. That shouldn't be too much of an issue on the DS, of course, because anything that uses handwriting recognition can be expected to dedicate the touchscreen for that purpose.

  39. Just what we need. by Anonymous Coward · · Score: 0

    Not only for the practical applications (a Newton that works? Brilliant!) but for the game opportunities. The DS is, after all, a video game console, intended to bring new types of games to the masses. Sure, this may just get used literally, so you can write things instead of typing them - hooray, no more slow on-screen keyboards - but this can also be used as an element of a game. I had an idea using the Revolution instead of the DS that I posted on GameFAQs. Even though it's not DS-specific, it could certainly work and explain what I mean. http://boards.gamefaqs.com/gfaqs/genmessage.php?bo ard=988&topic=24153772

  40. Re:Nintendo is Desparate by TrekCycling · · Score: 1

    The funny thing is that the GBA is often second. This should tell the PSP fanboys something. Real gamers like to play games. The PSP has a great install base with those who like to pirate games, watch movies on a 4 inch screen or listen to mp3s on a device that weighs about 12 times as much as an iPod Shuffle. But for those of us who just want to play good games, Nintendo is where it's at in the portable market.

    I use Linux as my desktop at home. I have an XBox and a Pocket PC. So I'm no idealogue. I buy what works best for me. And for gaming that's been for years the Gameboy Advance. The DS (like the PSP since I've owned both) has some ergonomic issues due to its weight. At least for me, as a computer programmer with wrists and hands that have been abused for years, the ergonomic issues are pronounced. So I don't own either anymore. But the library of the GBA is top-notch. And when I owned both a PSP and DS the PSP gathered dust and was sold pretty quickly, while meanwhile I had a hard time letting the DS go. So many good games.

    Advance Wars: Dual Strike
    Castlevania: Dawn of Sorrow
    Meteos
    Kirby: Canvas Curse
    Electroplankton (import)
    Band Brothers (import)
    Ouendan (import)

    And so many more to come. The DS is where the real innovation is taking place. It makes me sad I can't play it *physically*. If I could, the DS would be my number 1 system.

  41. Also not cartridges... by Solr_Flare · · Score: 1

    They are not traditional RAM cartridges like the GBA and n64 and past console systems. The DS uses a proprietary Flash memory media that is currently capable of 256mb of space but expandable to 1gb of space. That's actually quite a lot of space and my understanding is it is relatively cheap on Nintendo's end to produce.

    If the current market trends and price drops are any indication as well, Flash media or an equivilant will likely be replacing optical media like CDs, DVDs, UMDs, etc in another generation or two as the media format of choice.

    Why? Outside of costs, which are dropping dramatically, Flash media has a multitude of inherant advantages including small size, no moving parts to wear out, and protective casings to prevent scratch damage. Honestly, Sony's UMD technology seems more like a step backward than forward for a portable device. It is tremendously taxing on the system's battery and much more prone to potential malfunction. I can bet you that if Sony could have found a way to make cheap 1gb+ flash catridges they would have left the UMD slot out entirely since they already have a memory stick slot on the unit.

    --
    You are who you are, let no one tell you different. But, never close your mind to a new point of view.
    1. Re:Also not cartridges... by m0fin0 · · Score: 1

      So it's cheap to make 1gb flash memory modules now? Like under 10 bucks cheap? Because right now they are about 80 US, so I guess games will be about 130 each. Oh right, time... ok, so 80 US in two years for a game? And since UMD is 1.8gb, we'll need 2gb flash... so yeah.... right. I guess Sony couldn't use that memory stick slot they have either. And I guess they couldn't use the USB 2.0 either... so limited that system is. So not futureproof! The DS though, wow I'll be able to play N64 games (slower) for years and years to come!

      I guess that's a step backwards, using media that costs about $3 (max) to produce. Yep, that's some bad decision making... keeping consumer costs down. Sucks! I hate low prices!

      And yeah, moving parts, they wear out all the time! Damn moving parts, all that friction, it's just like a car right?!? Damn cheap metals that aren't tested for years in other devices. Technology sucks as whole! I like the past, and thank god someone is willing to sell it to me.

      Oh hold on, let me pull my head of my ass...

      -mo

    2. Re:Also not cartridges... by Cleon+I · · Score: 1

      The 1gb in the grandparent stands for "1 gigabit" (128 MB) not "1 gigabyte" (1 GB), and I have seen many 128 MB flash drives in the 10-20 dollar range. I haven't seen any under 10 yet, but I'm sure they'll be here soon...

  42. Re:Nintendo is Desparate by m0fin0 · · Score: 1

    You know, I usually let this type of bullshit slide by. But I am tired. So very tired of the mis-information and the outright spin people on Slashdot create.

    Why do you Nintendo fans need to be so fucking nuts? Why do you need to bullshit constantly? Why can't the PSP be better? Why do you have to be so JEALOUS?

    Like I said, I would let this slide, but it got "Insightful". I think the /. community has finally lost their mind.
    Let's break this down shall we?

    So first we have the sales figures. I have no problem dealing with those. Sure Nintendo is doing well, they have been around for over FIFTEEN YEARS in the handheld gaming market! That might account for something. What I can't deal with is the fact that Sony has made a BETTER PRODUCT and somehow this is wrong to Nintendo fans. I'll explain below.

    Next we have the cartridge vs optical media. Well this to me is a no brainer. The PSP is a almost full-on (downclocked) PS2, so games need fair sized textures and fair sized audio files (GTA is a grand example). This would be impossible without optical media. Sure cartridges are damn fast, but I like content too! I'm not one for the overpriced UMD movies, but hey, SOME PEOPLE ARE! I drive to work, so I don't get to use my PSP often other than at home. But if were taking the train, it would be really nice to watch movies, listen to music, or play a game all on the same unit while I'm going to work. So yeah, UMD might be slower, but think of the data it's grabbing to fill the gfx and sfx requirements of the PSP? And plus, the load times are not bad. I was shocked when I started GTA:LCS and it was quicker then it's console counterparts.

    At this part of the train wreck we meet WiFi. So the DS has 802.11b, wow great. Too bad you can't fucking use it how it was designed. Like classic Nintendo, it's locked down (power connect for SP anyone?). Meanwhile Sony (slowly becoming more open), keeps it open and tosses in a web browser while their at it! Great!!! Oh but again, because it's Sony, somehow it's bad, or useless to have. Even if it exists, and you may not use it, it's still useless?! LOGIC ERROR! So yeah, wait for your Mario Kart rehash... and uhh yeah, catch up.

    Storage media... haha you completely dodged the statement. But of course you would, you dodge the fact that Nintendo is selling you the same thing over and over each time as well. I'll leave that one alone, it's pretty obvious. By the way, UMD is a name. Sure some marketing guy said we'll call it Universal, but hey, maybe Sony is licensing it, maybe they have other plans for it. Who knows? I do know one thing, you don't know.

    And don't even get into the economics of this ok? Please, just don't. This is where your stupidity pours into the room. Sony is a GIANT corporation. Nintendo is micro by comparasion. And let's no get into the rehashing of titles that are older than most people's children.

    Lastly we have innovation. This is a fun one. You and the guy who replied to you, use rumble, analog stick, shoulder buttons, etc as examples of innovation. Try again. Rumble wasn't Nintendo. This has been proven on Slashdot before. Others had rumble long before Nintendo did. Analog stick is an child of the joystick, I think that's more organic than innovative. Same with shoulder buttoms, very organic, a given. Now lightgun, that was innovative, powerglove too! Rev controller? A bit, but it's feeding off of previously known tech. Now what about Sony? Has anyone even seen the Eyetoy coupled with PS3? It has full face recongnition and mapping. They can apply facepaint to your face while you move it around, they can change your clothes and hair, while you look around the room; all in real time. So what does this mean? Imagine a nerf style bat? Imagine a gun shaped... well gun :)... you get the idea.

    So please stop the bullshit and half-truths. I used to like Nintendo, but I grew up and realized th

  43. One step closer.. by MaXiMiUS · · Score: 0

    To handwriting devices replacing keyboards! aah! I scare myself >_>

    --
    It's never just a game when you're winning. - George Carlin
  44. OT:sig by Anonymous Coward · · Score: 0

    Your sig - don't you mean monomers? Polymers are always long-chain, and don't tend to smell much. And if you mean that as a Gibson reference he does say monomers.

    -your friendly local slashdot science pedant

    1. Re:OT:sig by thatguywhoiam · · Score: 1

      No it was actually a Stephenson quote (Zodiac I believe); I'm a chemistry idiot so I really should fix it to not look so stupid. :) How would you write it? Trying to say 'that christmas smell' like you get from new plastic.

      --
      If Jesus wants me it knows where to find me.
  45. Re:Nintendo is Desparate by Frodo+Crockett · · Score: 1

    s/mature/insecure adolescents/

    --
    "The newly born animals are then whisked off for a quick run through a giant baking oven." --heard on Food Network
  46. Obligatory Celebrity Jeopardy Quote by StudlyDego73 · · Score: 1

    Alex Trebek: Yeah, it was a trick question, Mr. Connery. Why don't you pick a category?

    Sean Connery: I've got to ask you about the Penis Mightier.

    Alex Trebek: What? No. No, no, that is The Pen is Mightier.

    Sean Connery: Gussy it up however you want, Trebek. What matters is does it work? Will it really mighty my penis, man?

    Alex Trebek: It's not a product, Mr. Connery.

    Sean Connery: Because I've ordered devices like that before - wasted a pretty penny, I don't mind telling you. And if The Penis Mightier works, I'll order a dozen.

    Alex Trebek: It's not a Penis Mightier, Mr. Connery. There's no such thing!

    Nicholas Cage: Wait, wait, wait.. are you selling Penis Mightiers?

    Alex Trebek: No! No, I'm not.

    Sean Connery: Well, you're sitting on a gold mine, Trebek!

  47. Re:Nintendo is Desparate by stonecypher · · Score: 1

    + DS cartridges cost less than PSP UMDs (the UMD uses more plastic and metal in the casing alone than the DS cartridge does as a whole).

    I wonder what gave you this idea. The manufacturing cost of a minimum size DS cartridge (64 megabits) is marginally cheaper than UMD, including case. As the size goes up, so does the cost; by the time you've hit 256 megabits, you're more expensive than a UMD.

    Disks mean load times.

    Certainly true, and a much bigger issue than most people admit.

    + Blu-Ray disks are not inexpensive to manufacture, when you add in the $2 million cost per production line (assuming all Blu-Ray lines will be adapted from existing DVD lines) that will get funnelled down to consumers.

    This is pretty silly. You think that the Matrix Semiconductor 3d FRAM plant costs less to make than the UMD plant? (By the way, blu-ray is the next gen DVD format, not what the PSP uses. They're fundamentally different.)

    + Nintendo DS's current market share is more and more becoming predominantly teen to twenty something women. The DS was launched for the older gamer, believe it or not.

    Where are you getting your data? The primary market demographic for the DS is the 7-11 cross-gender range, the secondary demographic is the 13-17 male range, and the tertiary demographic is the young male range. Young adult females are well represented in comparison to consoles, but they're certainly not the platform's primary demographic, nor are they what the platform was launched for. A quick inspection of the commercials or launch titles will tell you exactly who Nintendo thought their market was.

    The PSP wireless support is terrible at best. I have not played a match of Twisted Metal to completion without getting dropped.

    Yeah, that's more about your wifi hardware than the PSP. The vendors of the Nintendo and Sony wifi hardware are comparable in quality.

    Also, DS supports any wi-fi connection, and provides a universal network, a-la Xbox Live, for players to connect to.

    This is, admittedly, a big win. That said, they're a year late to really use it, which is a serious loss, and the libraries they ship to their developers are hamstringing in terms of the ability to use the net in any way other than a carrier to dedicated servers. To deploy actual socket-aware software would require reinventing the network stuff from the ground up, and the likelihood of Nintendo authorizing such software is near-zero.

    Luckily, I'm fixing this.

    Proprietary DVD format came from the fact that Nintendo agressively fights pirating, which is a hell of a lot harder to do when off-the shelf DVD-R's don't fit in your machine.

    Er. The PS2 format was proprietary too. As far as off the shelf DVD-Rs, sure, the DVD-R Minis fit just fine. The primary problems with piracy in the GameCube are that 1) the discs are encrypted in a fashion that was (thank god) never broken, and 2) the discs are spun in the opposite direction of normal discs, requiring custom firmware, a laser realignment and a new motor for a writer, something well outside of the ability of most pirates.

    By the time Mortal Kombat was released, Sega was already semi-dominant. Sega had a commanding lead at the beginning of the 16-bit era, which only closed in the latter years of that generation.

    There's argument about this. I won't say you're wrong, but I will say I disagree with you. Many people believe the big nail that started Sega's coffin was the nonsense confusion about the saturn and the sega cd. Nintendo closed the gap primarily on software dominance; people who agree with me tend to believe that Nintendo started closing the gap about two years after the release of the SNES, primarily on total RPG and fighter dominance (go ahead, name two Genesis RPGs other than Sword of Vermillion without looking online for cues. No need to reply to do so; it's a thought exercise.) Many people believe

    --
    StoneCypher is Full of BS