Slashdot Mirror


Hands On With Notion Ink's Pixel-Qi Equipped Adam Tablet

Jax7 writes with this snippet from Technoholik, which dispatched a team with a video camera to get some early footage of the upcoming Android Tablet from Notion Ink, with Android and a Pixel-Qi transflective screen. Also interesting is the back-mounted touchpad. "We flew down to Hyderabad and caught up with the Notion Ink team just before they left for Barcelona to showcase the Android-based tablet tomorrow at the Mobile World Congress. Note that this product was 'one engineering day short' but we aren't complaining since we literally badgered them into giving us this sneak peak. The top panel over the screen was still a bit loose, so they took it off before booting the system."

109 comments

  1. Nice, but Android? by BadAnalogyGuy · · Score: 3, Interesting

    I like Java as much as the next guy, but why would you want to force all your developers into that language?

    Since it's clearly able to run Linux, just provide a standard Ubuntu installation. That'd be much better.

    1. Re:Nice, but Android? by LukeWebber · · Score: 3, Informative

      Java has the advantage of running in sandbox, and security is serious issue for something as connected and pervasive as a smartphone. I also means that Google only need to provide a single API, hence fast turnaround of new releases.

      And it must be said that coding in Java beats the hell out of writing Objective C on a Mac, which is the only supported environment for the iPhone.

    2. Re:Nice, but Android? by Hurricane78 · · Score: 2, Insightful

      But it’s not real Java. It’s some messed-up version from Google. So the whole advantage of running pretty much every cell phone app out there (which are nearly all Java apps) is gone.

      --
      Any sufficiently advanced intelligence is indistinguishable from stupidity.
    3. Re:Nice, but Android? by cduffy · · Score: 3, Informative

      Android has a NDK (Native Development Kit); it's possible to write Android apps for the Market in languages other than Java.

    4. Re:Nice, but Android? by cduffy · · Score: 4, Insightful

      Well -- not so much, really.

      Android doesn't rely on Dalvik doing sandboxing as much as it relies on the OS to handle security constraints; each application gets their own UNIX user and group created, and these are automatically managed to give applications access only to what the user approved for them on install.

      This is why availability of the Android NDK doesn't compromise security.

    5. Re:Nice, but Android? by Anonymous Coward · · Score: 1, Interesting

      It's not locked down in any way so you will be able to install standard Ubuntu on it once it supports the Tegra platform.

    6. Re:Nice, but Android? by EdZ · · Score: 2, Informative

      Since it's clearly able to run Linux, just provide a standard Ubuntu installation. That'd be much better.

      The spec page lists "Android, Ubuntu, Chromium" under OS. I'm guessing that just means they're leaving it open for you to install whatever you want on it rather than shipping multiple version with different OSes, but I could be wrong.

    7. Re:Nice, but Android? by AuMatar · · Score: 1

      There's a much wider variety of non-Java apps for cell phones out there than you think- almost all Symbian and Windows Mobile apps are C++. All iphone apps are Objective C. Java has a large number, but less than half.

      And even of those that are in Java, Java on one phone is not the same as Java on another- there's custom APIs involved. Even of those platforms that attempt to implement J2ME there's huge differences. Write once run everywhere is a joke on normal platforms, on cell phones its so broken it isn't funny.

      --
      I still have more fans than freaks. WTF is wrong with you people?
    8. Re:Nice, but Android? by AuMatar · · Score: 2, Interesting

      Possible, but definitely not recommended- the APIs for anything OS specific except file access are non-existant. You end up with a Java GUI calling C/C++ via JNI, which probably has to call back into Java via JNI again. There may be multiple levels of language switching there, all of which are expensive. And that leaves you an environment pretty difficult to debug.

      In reality the NDK is only really suited for creating a graphical UI to a command line C or C++ program. Anything else and you'll feel less pain rewriting. Which is a shame, since its just a linux box in the end. Google needs to release some real C APIs. At a minimum give us draw to screen APIs and the like, they don't need to copy the whole activity model to C. In fact I'd prefer if they didn't, I don't see a lot of value in it.

      --
      I still have more fans than freaks. WTF is wrong with you people?
    9. Re:Nice, but Android? by Trepidity · · Score: 1

      I'm guessing Java never really made it onto the radar. This is an answer to the iPad+iPhoneOS combo: a different tablet with Android as the OS. It has has some of the same advantages, using a smartphone-style, fairly simple, app-centric OS for a tablet, rather than a normal desktop/laptop OS. Java just comes along for the ride because it's what Android happens to use for its apps. Whether Android should be using Java for its apps or not in the first place is sort of a separate discussion (although Android does already have a native development kit).

    10. Re:Nice, but Android? by gmuslera · · Score: 1

      Depend what you call "better". Sometimes a full desktop operating system with an interface meant for mouse with several buttons and keyboard could be more complicated for the tasks meant for a simple touchscreen interface? Accessing Android market of apps (some fitting pretty well to the hardware features of it, like camera, gps, or accelerometer) won't hurt neither.

      Why ChromeOS if you plan to use that device more for playing multimedia or reading local books than accessing internet? What if you want it primary as internet terminal over all other uses?

      And having Ubuntu doesn't have to mean full ubuntu, could be the NBR edition, or running Moblin.

      All the alternatives have their own strenghts depending of the use you plan to give to it. And one of the strong points of the device is to have those alternatives.

    11. Re:Nice, but Android? by Tapewolf · · Score: 1

      AFAIK you can only write subroutines in native code, you have to use Java for the main program and IIRC the user interface. The NDK is intended to be used for number-crunching, or reusing large amounts of existing logic written in C/C++.

    12. Re:Nice, but Android? by Anonymous Coward · · Score: 0

      You can use opengl from NDK AFAIK

    13. Re:Nice, but Android? by Daengbo · · Score: 1

      Honestly, the number of true "cross-platform" Java apps written out there has to be easily countable. Almost all of them have some platform-specific code or library in there, completely wrecking "write once: run anywhere."

    14. Re:Nice, but Android? by Daengbo · · Score: 3, Insightful

      The swivel camera is an amazingly obvious (in hindsight) fix to complaints about front or rear-facing cameras, and (as pointed out in the video) you could position the camera in the middle to record while taking notes.

      I also like the trackpad on the back. I think it would take some getting used to, but once you figured it out, there would be no need to move your hands from front to back all the time.

    15. Re:Nice, but Android? by fuzzyfuzzyfungus · · Score: 2, Interesting

      I don't know exactly why loads of random vendors who would never have touched linux are putting out android devices rather than stock linux devices, or maemo devices, or moblin devices; but I'd say that Google's motives for using more-or-less-java are fairly clear:

      First, of course, they bought Android when it was a startup, founded primarily by ex-Danger guys. They were using java for Android because they had used it for Sidekick, where they had presumably been using it to give themselves some degree of architecture independence.

      Second, if Google is planning in the long term for Android, they won't necessarily know what architectures it will be running on. ARM is obvious today; but, who knows, intel might get their mobile act together, or Android might become the darling of set top boxes, or whatever. If the vast majority of 3rd party applications are running in Dalvik, rather than natively, there is some hope that the market won't be hopelessly fragmented by devices of different architecture.

    16. Re:Nice, but Android? by Lumpy · · Score: 0

      Android is fine, no touchscreen but a trackpad in back?? EPIC FAIL. this junk will never sell.

      --
      Do not look at laser with remaining good eye.
    17. Re:Nice, but Android? by slim · · Score: 2, Informative

      Android is fine, no touchscreen but a trackpad in back?? EPIC FAIL. this junk will never sell.

      It has BOTH. The rear trackpad for when you're holding the device in your hand. Touchscreen for when it's on a desk or your lap.

    18. Re:Nice, but Android? by DrXym · · Score: 1
      Well you don't have to use Java (strictly speaking it's not Java but Dalvik), since Android supports native methods. Your Java app could be a stubs that invoke C/C++ for the most part. I am not sure there is any reason to do this unless you absolutely have timing critical code to execute.

      Most of the time apps are bound by latency of the user, the network, the database or whatever so it really doesn't matter what they're written in so long as they are responsive enough. Java fulfills this role admirably and also relieves the programmer a lot of the pitfalls and drudgery of development and providing decent system APIs.

    19. Re:Nice, but Android? by slim · · Score: 1

      I assume Android doesn't insist that your Java bytecode was compiled from Java source.

      So if you're really averse to Java syntax, pick from Jython, jRuby, Groovy, Scala, Clojure etc., or compile to Java bytecode from C, Ada, even Cobol!

    20. Re:Nice, but Android? by DrXym · · Score: 1

      It did seem to have a touchscreen since the guy was tapping on things but I couldn't tell if the screen was colour or mono, or switchable between the two. I sort of like the form factor although it's a little too thick. The weird lump looks (well weird) but it would make the device easy to hold while moving around so the device would be quite practical. The biggest question mark is over the OS and what apps it ships with (for bookreading etc.).

    21. Re:Nice, but Android? by bkr1_2k · · Score: 1

      Did I miss something? This isn't for a phone. This is for a tablet style PC. Who cares what coding for a phone is like?

      --
      "Growing old is inevitable; growing up is optional."
    22. Re:Nice, but Android? by Anonymous Coward · · Score: 1, Insightful

      Good luck getting drivers for Nvidia's proprietary shit on non-x86 archs.

    23. Re:Nice, but Android? by Hurricane78 · · Score: 1

      You are not quite right here. As Java apps often are not labeled as Java. It’s just expected to work. Since at least 95% of the market can do Java. Even crappy old phones.

      I guess I thought about the global market share of the phones.
      And you thought about the app count of the US market.
      Which of course are completely different things. :)

      Uuum, you don’t need to explain J2ME to me, as I am a J2ME developer and make a living with it. :)
      I”m just saying Java, because it’s obvious that it’s J2ME. :)
      About “write once, run everywhere”: Well, of course the main API is pretty basic. But for extended APIs you just add a check in the code, and you’re good. (If the API is not there, that functionality can not be used anyway.)
      If you just use the base APIs, it really runs everywhere.
      It’s a hardware thing, and is not a fault of Java. And that is impossible to avoid.
      You can’t even use software implementations because of the speed limitations, and because the hardware is usually not there anyway.
      So: It’s really: Write once, run everywhere, where the needed functions are available. Obvious. :)

      I could just as well say: C++ is a joke, since when you recompile a C++ app on a computer without a sound card, you won’t get any sound from that app. ;)

      --
      Any sufficiently advanced intelligence is indistinguishable from stupidity.
    24. Re:Nice, but Android? by Per+Wigren · · Score: 2, Informative

      The screen is colour, but it "looks" black'n'white when the backlight is turned off, aka "e-reader mode". Probably you'll see some colours without the backlight if you have a very bright light source (the sun). It will come with Android but it's not locked down so you'll be able to run any Linux distribution on it as long as it supports the Tegra 2 platform.

      Personally I want to have one already! *drool*

      --
      My other account has a 3-digit UID.
    25. Re:Nice, but Android? by naz404 · · Score: 2, Interesting

      Interesting thing I see about rear-touchpad is that your finger won't obscure the display. That's one problem when building apps for touchscreen such as games, because your big clunky fingers will get in the way of seeing stuff like small targets onscreen.

    26. Re:Nice, but Android? by Jimmy_B · · Score: 2, Informative

      You aren't forced to write in Java, you're forced to write for the JVM. There are other languages that target the JVM, including versions of Ruby, Python, LISP, and my personal favorite, Scala. Using the JVM means that Android isn't locked in to using any one particular CPU instruction set (which was what destroyed the original PalmOS), and that all Android programs and libraries are API-compatible with each other without the need for setting up special bindings.

    27. Re:Nice, but Android? by hazydave · · Score: 1

      Java is the high-level language, at least assuming you're using the standard SDK. Dalvik is the byte-code/virtual machine model. There may be other ways to generate Dalvik byte-code in the future.

      --
      -Dave Haynie
    28. Re:Nice, but Android? by jo42 · · Score: 1

      writing Objective C on a Mac, which is the only supported environment for the iPhone

      Don't know much about iPhone OS, do you? Mac OS X and iPhone OS share over 80% of their core source code. Why the frak should Apple bootstrap OS X development under Windows or Linux when they already have a perfectly wonderful OS? All Apple had to do was add iPhone support to Xcode. GCC is used as the compiler, so as long as your UI code is in Objective C, your work code can be in C, C++ or Objective C++.

    29. Re:Nice, but Android? by AuMatar · · Score: 1

      You probably can, but that's way way overkill if your app is a standard window type app. But since they're almost certainly running a custom widget kit on top of X, they could just give us access to that.

      --
      I still have more fans than freaks. WTF is wrong with you people?
    30. Re:Nice, but Android? by AuMatar · · Score: 1

      I was a mobile dev until 3 months ago. I didn't work on the J2ME stuff, but my company did. They would put in hundreds of hours per phone to get it to work- minor breaks in the API ended up snowballing. In the end there were so many manufacturer and phone specific hacks they had to use special tools that extended Java to add in #defines to keep track of it all. It just doesn't work well, because the OEMs don't try very hard.

      And you'd have no problem with sound of a C++ app if you recompile it on a computer with no sound card, the code is all there. You just wouldn't get it if you *ran* it on that computer.

      --
      I still have more fans than freaks. WTF is wrong with you people?
    31. Re:Nice, but Android? by cduffy · · Score: 1

      You aren't forced to write in Java, you're forced to write for the JVM

      ...though in this case it's not quite a standard JVM.

      Not all those languages are compatible with Dalvik out-of-the-box, and some of those that do work are known not to work well. (Clojure, for instance, suffers heavily from Dalvik's poor garbage collection performance).

    32. Re:Nice, but Android? by Anonymous Coward · · Score: 0

      and you can always boot into ubuntu if you absolutely have to have the traditional interface.
      just a dualboot away.

  2. I might switch by iMac+Were · · Score: 5, Funny

    Love the touchpad. Like any Apple fanboy, I'm a big fan of reach-arounds.

    --
    You thought my name meant what? How very dare you!
  3. Not really by SuperKendall · · Score: 4, Insightful

    And it must be said that coding in Java beats the hell out of writing Objective C on a Mac

    Having done both for a great deal of time on each platform, I disagree.

    It's not that much different, and most memory problems you have are the same ones between Java and Objective-C - over-retention. That's not something GC fixes for you.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:Not really by renoX · · Score: 3, Interesting

      >[cut] most memory problems you have are the same ones between Java and Objective-C - over-retention. That's not something GC fixes for you.

      A GC *could* help: there has been some research with GC which cooperates with the kernel's virtual memory manager, the main advantage is that memory referenced but unused can be swapped instead of being kept in memory by the garbage collector, see http://lambda-the-ultimate.org/node/2391

      Unfortunately this require modification of the kernel's virtual memory manager, so AFAIK the research has never been used :-(

  4. Like the LCD by SuperKendall · · Score: 4, Interesting

    The LCD does look pretty impressive, it seems like it would totally address all of the concerns of those who claim you can't read books on an LCD. They forget that no LCD is emissive, they are all reflective at heart... it's just a matter of what the light source is.

    I think the form factor seems decent, I like the faux notebook look and I think the bulge up top is to let you get to the trackpad easily when the device is on your lap - though the trackpad on the back seems a little wierd when you already have a touch-screen, it will be interesting to play with that and see how it works in practice.

    The only thing that I saw as a potential downside is the tracking looked kind of slow - when he scribbled rapidly across the screen it lost almost all the input, it was only when they drew much slower that it worked and even then there was a little lag. But hey, they are still working on the software. I wonder what the SDK is like for this device, since it's Android what have they added I wonder?

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:Like the LCD by xlsior · · Score: 2, Interesting

      though the trackpad on the back seems a little wierd when you already have a touch-screen

      Except the touchscreen is difficult to use while you're walking around -- a 10" panel is kind of unwieldy to balance in one hand, especially while applying pressure to the touchscreen in varying locations. Overall this looks like a pretty ingenious setup, although I do wonder if the touchscreen on the back is going to be affected by other things than fingers pressing it.

      I'm curious how the monochrome version compares to actual eInk displays.

    2. Re:Like the LCD by hitmark · · Score: 3, Informative

      the one problem i have had with browsing when using a touch screen, is the need for "mouse over" various elements.

      --
      comment first, facts later. http://chem.tufts.edu/AnswersInScience/RelativityofWrong.htm
    3. Re:Like the LCD by MichaelSmith · · Score: 1

      the one problem i have had with browsing when using a touch screen, is the need for "mouse over" various elements.

      This is where I think a variable pressure touchpad would help.

    4. Re:Like the LCD by TeknoHog · · Score: 3, Informative

      The LCD does look pretty impressive, it seems like it would totally address all of the concerns of those who claim you can't read books on an LCD. They forget that no LCD is emissive, they are all reflective at heart... it's just a matter of what the light source is.

      Actually, LCDs are transmissive by nature. Put a mirror behind it, and it becomes reflective. This is how digital watches and calculators have worked for ages, though the "mirror" is not a smooth, shiny reflector for practical reasons. Today you can have a transreflective display with both a backlight and a mirror, thanks to improved light transmission through the LCD.

      --
      Escher was the first MC and Giger invented the HR department.
    5. Re:Like the LCD by Anonymous Coward · · Score: 2, Funny

      Most touchscreens are capacitive these days, so I don't think it will register anything else beside fingers.

      All eleven of them.

    6. Re:Like the LCD by cvd6262 · · Score: 1

      I agree with you. Putting a trackpad on the back - if done properly - could be one of those I-can't-believe-we-didn't-think-of-this-before ideas. I hope to see it on more devices, if it works. Even if it does work, it might not catch on. The old Garmin 12 had thumb controls *above* the screen. Despite its efficiency for one-hand use, that format never caught on.

      --

      I'd rather have someone respond than be modded up.

    7. Re:Like the LCD by Arthur+Grumbine · · Score: 1

      I'm curious how the monochrome version compares to actual eInk displays.

      Pixel Qi screen's are just as readable, except without the terrible refresh rate of eInk. Also, I don't know if you just misspoke, but do you realize that there are not separate "versions", but that the screen is able to be toggled between black-and-white (no backlight) and full color (backlight) with the press of a button?

      --
      Now that I think about it, I'm pretty sure everything I just said is completely wrong.
    8. Re:Like the LCD by pavon · · Score: 1

      Thanks, I'd always wondered how the OLPC screen managed to be both emit light and be reflective. I learned something new today.

    9. Re:Like the LCD by hakey · · Score: 1

      the one problem i have had with browsing when using a touch screen, is the need for "mouse over" various elements.

      Watch the video, they put a trackpad on the back so that you can mouse over. Looks like a neat idea, but hard to say if it will catch on or not.

    10. Re:Like the LCD by Anonymous Coward · · Score: 0

      Here's a video with a side-by-side comparison with a Kindle's e-ink display-- in sunlight: http://www.youtube.com/watch?v=oawX3wenxNc

      As far as how the display works, Popular Science has a graphic in this story: http://www.popsci.com/gadgets/article/2010-01/pixel-qi-lcd-screen-could-finally-kill-paper-forever

      (Direct link to the graphic is here: http://www.popsci.com/files/imagecache/article_image_large/articles/pixelqi-howitworks.jpg)

    11. Re:Like the LCD by suomynonAyletamitlU · · Score: 1

      That's a crappy solution and you know it.

      I've commented on this before, but you can NOT use a touchscreen with windowing system features designed for mouse and keyboard, and mouseovers are a good example of this. The effect of a mouseover is to make something happen exactly where you're pointing, so that's a strike against the touch interface even if you do something like variable pressure, double click, or click and hold.

      It might be better to have a dedicated button that turns part of the screen into a faux-trackpad strictly for times when you need mouseover capability, which can be turned off the rest of the time--or, you know, just not designing sites to need that kind of ability.

    12. Re:Like the LCD by joh · · Score: 1

      Most touchscreens are capacitive these days, so I don't think it will register anything else beside fingers.

      All eleven of them.

      It's somewhat curious that the multitouch touchpads on MacBooks indeed support exactly eleven touch points...

    13. Re:Like the LCD by MichaelSmith · · Score: 1

      I am not claiming a touch interface can work exactly like a mouse interface. I just think it makes sense to touch something lightly to get information about it, and more heavily to interact with it.

  5. Frankly... by Hurricane78 · · Score: 1

    ...this is the first touchpad I was ever excited about. And the first device since the N900.

    Let’s see what it costs, and if you can easily format it and install Linux (including working drivers)...

    --
    Any sufficiently advanced intelligence is indistinguishable from stupidity.
    1. Re:Frankly... by markus_baertschi · · Score: 1

      I agree. this is the kind of device I want. The sunlight-readable screen and the long battery life are essential. Finally I can read my ebooks on the beach !

      I might prefer Chrome-OS or a Linux tablet edition over Android. We'll see.

    2. Re:Frankly... by DeBaas · · Score: 2, Funny

      ...this is the first touchpad I was ever excited about. And the first device since the N900.

      So you haven't been exited about a device since September last year.... Hard times

      --
      ---
    3. Re:Frankly... by dreamchaser · · Score: 1

      Android is Linux. You mean '...and if you can easily switch to another distro.'

    4. Re:Frankly... by Anonymous Coward · · Score: 0

      Android is Google's fork of linux.

    5. Re:Frankly... by Arthur+Grumbine · · Score: 1

      According to this chart (that I've been shamelessly pimping around /.), it will be able to have ChromeOS, or Ubuntu installed on it, although I do not know if Notion Ink plans on this being one of the options in the initial release. Personally, because of the app base, I'd probably choose Android to start with, and then if I was feeling adventurous later, try out ChromeOS. I haven't seen a good touch-friendly gnome or KDE implementation, so I might hold off on Ubuntu until there's an effective touch-UI.

      --
      Now that I think about it, I'm pretty sure everything I just said is completely wrong.
    6. Re:Frankly... by hazydave · · Score: 1

      I agree. There are several things I must have an in eReader, to even bother with one. It needs to work on the beach, and it needs at least an easy day of life of book reading. I also want color and decent resolution on the display, so that magazines and datasheets are at least possible to read. This seems to be the first device that does that, thanks to the Pixel Qi display (been following that one for awhile).

      The nVidia Tegra 2 chipset, though, clearly makes this more than an eReader. They've done a great job on the hardware.. as long as they're supporting each of these OSs correctly (nVidia hasn't been great in the past, but they are really serious about being a force in the device market), they were delivering 16+ hours of 1080p video on the devices that were floating around CES this year. This also has HDMI output, so it's definitely going to work as a larger-screen PMP-style device. That's also a dual-core Cortex A9 in the Tegra 2.

      I'm wondering about storage... I kind of expect them to go with internal flash rather than a 1.8" HDD, particularly after seeing the size of the thing. I didn't see a memory card slot either, but at least you could "dock" with a USB drive of some sort. That's also key to allowing the device to act as a video/photo field accessory... if I can offload photos and video to it (at least MP4/USB video, I don't imagine I'm getting to hook an HDV camcorder to it), then it's additionally useful in the camera bag.

      In short, this one's very exciting to me... and seems to have corrected most every mistake they made on the Apple iPad.

      --
      -Dave Haynie
    7. Re:Frankly... by Capt_Morgan · · Score: 0

      I has a SD (or at least micro SD) slot... they said it will come with either 16/32 GB

      --
      It takes a big man to cry, but it takes a bigger man to laugh at that man.
  6. "literally badgered" by jellyfrog · · Score: 5, Funny

    What, with real badgers?

    1. Re:"literally badgered" by Trepidity · · Score: 2, Interesting

      Unfortunately, I think this particular rearguard action was lost a century ago.

    2. Re:"literally badgered" by Anonymous Coward · · Score: 4, Funny

      real badgers, mushrooms and an occasional snake.

    3. Re:"literally badgered" by oddaddresstrap · · Score: 1

      Nah, you only use real badgers when you need to literally rip somebody a new one.

    4. Re:"literally badgered" by Anonymous Coward · · Score: 0

      THANK YOU! I was THIS close to posting. I cannot stand the people who use the word "literally" when it is not literal. Literally means it actually happened. Do people know how dumb they sound? Another one is the common "Astericks" pronunciation of asterisk - and the best part is that this usually comes out of the mouth of someone making fun of anther person saying "axe" instead of ask.

  7. Sigh, by Anonymous Coward · · Score: 1, Interesting

    Apple in a way hit spot on, there is no reason to pack the tablet full of features when the form factor hinders utilization of those features, what can you seriously do with a tablet?..
    I know people argued the same about netbooks, mainly because of the smaller displays, but fact remains it's a 'hold while using' concept with input requiring at least one free hand, preferably two. I don't have 4 hands and holding it with one will be quite a strain (tried reading a book while lying on your back).
    Applications; writing/coding (not really), drawing (not really), reading/browsing (yes), movies (maybe if you don't mind holding it and arching forward, very inconvenient if you eat while watching), gaming (not really) unless you are really into arcade games.
    If everything was as easy as it was in Stargate Atlantis for McKay to control everything with only a few clicks, sure, unfortunately, not there yet.

    Not saying I wouldn't see the benefits of a tablet in certain situations, but then I'd really prefer an iPad which is 'slimmer'!

    1. Re:Sigh, by obarthelemy · · Score: 2, Informative

      Since that thing has integrated USB ports, you can put it pretty much on any stand you like to keep it propped up while you eat. It will also work with a range of USB and Bluetooth keyboards/mice, making conversion to a netbook easy. The CPU should be quite good, and the screen looks like a winner. I'm a bit worried about price though.

      --
      The Cloud - because you don't care if your apps and data are up in the air.
    2. Re:Sigh, by quadrox · · Score: 2, Insightful

      Obviously you'd have to lay it on a desk or your lap when you for example want to type an email.

      For me the point is not that this sort of device can be used as a handheld device (and ONLY that), but it should work well as a handheld device IN ADDITION to being a proper computer, albeit with lower performance than a big desktop machine.

      That way you have ONE device that you can take with you anywhere, which is always useful AT LEAST as a handheld device.

    3. Re:Sigh, by Arthur+Grumbine · · Score: 2, Interesting

      According to Notion Ink, there will be different versions (probably based on 3G capabilities, internal storage like the iPad) ranging from $327 to $800. I don't really know how they could be making a profit @ $327 with everything they crammed in there, but I'm pretty damn hopeful.

      --
      Now that I think about it, I'm pretty sure everything I just said is completely wrong.
    4. Re:Sigh, by Arthur+Grumbine · · Score: 1

      Obviously you'd have to lay it on a desk or your lap when you for example want to type an email.

      For me the point is not that this sort of device can be used as a handheld device (and ONLY that), but it should work well as a handheld device IN ADDITION to being a proper computer, albeit with lower performance than a big desktop machine.

      That way you have ONE device that you can take with you anywhere, which is always useful AT LEAST as a handheld device.

      And with (to my knowledge, the first) dual-core Cortex A9 MPCORE (1GHz), you may actually be getting snappier performance than most netbooks/bargain-laptops. Especially when you consider the 1080p video encode/decode ability.

      --
      Now that I think about it, I'm pretty sure everything I just said is completely wrong.
    5. Re:Sigh, by joh · · Score: 1

      For me the point is not that this sort of device can be used as a handheld device (and ONLY that), but it should work well as a handheld device IN ADDITION to being a proper computer, albeit with lower performance than a big desktop machine.

      That way you have ONE device that you can take with you anywhere, which is always useful AT LEAST as a handheld device.

      To be honest, the keyboard-dock for the iPad was the point where my modest disappointment with the iPad (I hadn't expected anything else than a larger iPhone anyway) turned into shy interest. This thing, along with iWork, looks *so* much like an old-fashioned typewriter executed with modern means. It's probably just a dream but I had some flash of finally using a computer just as a tool I have to and want to waste only very limited thoughts on. I very much doubt that we're there yet, but the dream is still alive.

    6. Re:Sigh, by quadrox · · Score: 1

      yes indeed. I'm just wating for one of these devices to come out with a proper screen resolution (1024*768 - seriously?) and a proper Desktop-like OS.

    7. Re:Sigh, by Arthur+Grumbine · · Score: 1

      Personally, I'm not that concerned about the display on the device being higher resolution than that 1024*XXX. That's currently plenty for the far majority of my web browsing, eBook reading, note taking, media playback, and even basic word processing, spreadsheet work, and image editing (with bluetooth mouse/keyboard). If I want to do more serious work I'll probably want the larger screen size (17"+ minimum) along with the higher resolution. It looks like I'll be able to plug the Adam directly into my 24" monitor (with HDMI).

      It also seems likely that someone is going to figure out how to dual-boot this device, so you can have Android on the go, and switch to Ubuntu or ChromeOS as a portable underpowered desktop.

      Maybe my hopes are too high, but I haven't been this excited about an electronics device in years...

      --
      Now that I think about it, I'm pretty sure everything I just said is completely wrong.
  8. Failed a patent on the swivelling camera? by argent · · Score: 1

    Hey, friend, swivelling cameras like that have been around on laptops and handhelds for years.

    Eg, Sony TR3A.

  9. Think Kick Ass Book - Not Computer by Shihar · · Score: 2, Insightful

    I think a lightweight tablet has a lot of potential if it is cheap enough. The $500+ Apple tablet I think costs WAY too much for any but the fanboys who will buy anything Job's touches. If they could get this tablet down to the $200-$300 range I think they could have a winner. I would love to have a little tablet that lets me browse the web, read e-books, store/play music, maybe watch movies, and do other passive media consumption tasks. It is easier and more ergonomic than a laptop when lounging around the house, is the sort of thing you can take on the subway on the way to work with you, and in general is a decent substitute for a book. I can't pull out my laptop and use it while waiting in line, but I could pull out a tablet.

    The real issue is that this IS a limited device. It overlaps with smartphones and computers, and it can't be used for much "real" work beyond reading e-mails. The price has to be such that you can justify getting media consumption tool that is only better than your other tools in its convenience. At $500+, it just costs too much. $200-$300 is, in my opinion, closer to the range you need to be in. If you could get it down to $100-$200 and still turn a profit I think every middle class family and their dog would get one. The real issue in my mind is the price. Price is going to determine if this thing breaks open a new market or if it flops horribly. Apple's price is too high. Their tablet is only going to do well on fanboi'ism, and even then I don't think it will go far. An Android tablet is going to battle it out on price alone. If they try and sell at Apple prices this thing is dead on arrival.

    1. Re:Think Kick Ass Book - Not Computer by PFI_Optix · · Score: 2, Interesting

      I work in education IT. An application I'm keen to see in a tablet is the ability to control a desktop computer via a wireless tablet such as this device or the iPad. Especially if the software involved allowed the instructor to enter a mode where they can draw/write on the screen that the students see, allowing them to visually communicate information about applications or web sites they are using.

      Why not just use the tablet via some wireless video technology directly to the projector? Because it would be hard for the teacher to run Photoshop on a low-power tablet. But controlling it via the same tablet is quite possible.

      There's a market for a product like this. In the small school district I work in, we're seeing substantial spending being directed at presentation technologies, and none of them really do what teachers would like. Having an on-screen remote control like a tablet would be perfect for most of our teachers who use projectors...I'd estimate that's 80-100 teachers in this one small district. Multiply that by the thousands of districts in Texas, half of them larger than us, and this state alone could buy enough units to justify the product. And all you'd really need is a 802.11x tablet that could run VNC with a little extra software to provide the draw-on-screen capabilities.

      --
      120 characters for a sig? That's bloody useless.
    2. Re:Think Kick Ass Book - Not Computer by phaggood · · Score: 1

      clicking thru to the 'pictures' link in the article, a comparison chart between this device and the iPad says it should be somwehere between $327-$800.

    3. Re:Think Kick Ass Book - Not Computer by joh · · Score: 1

      I think a lightweight tablet has a lot of potential if it is cheap enough. The $500+ Apple tablet I think costs WAY too much for any but the fanboys who will buy anything Job's touches. If they could get this tablet down to the $200-$300 range I think they could have a winner. I would love to have a little tablet that lets me browse the web, read e-books, store/play music, maybe watch movies, and do other passive media consumption tasks.

      As always the question is how much money your time is worth (and if you want to have it metered). If the iPad with its OS and apps require/allow much less tinkering than that tablet with Android and Android apps, $500 may be cheaper than $300.

      I have seen only very few Android apps that are really great and the fact that there is so much hardware and different screen resolutions to be supported by those apps makes me think that for "just use the thing" an iPad isn't that a bad idea.

      I'm not an Apple fanboi but Apple *is* good at making the technology vanish and to make it look like magic instead. Android doesn't even try, it still looks and feels like an OS. I do not want to deal with an OS for consuming media, I want it to be magic.

      Saving $200 at my current rate means I have 4 hours over the lifetime of such a tablet to waste with tinkering around before the return turns negative.

      I may very well end up with an iPad for the lazy/magic part and an Adam tablet for something I can hack... Or with just hacking real computers, which I have more than enough of. I'm still not really sure if this isn't the point to take some time-out from always screwing around with my devices and get one to just turn into a mindless user now and then. And I'm *very* tempted by the iPad, my geek mind just wants to explore how it feels to just use something that my mother could also use. There may be new fields of insight to be found here.

    4. Re:Think Kick Ass Book - Not Computer by Shihar · · Score: 1

      Your "geek mind" might want to feel how it is to use something your mother might use, but unless your mother has a lot spare cash, she probably isn't interested at $500+ and a data plan.

      Like I said, Apple plays in its own market. It has a loyal base of fanboi's and early adopters that will plunk down pretty much any price that Apple names. Those are the only people who are going to buy an iPad. 500+ is just too damn much for what amounts to a passive media consumption tool. It is WAY too much for a casual user that would find such a gadget nifty, and it costs far too much for most serious users for a device that duplicates the functionality of a good smart phone and computer.

      An Android based tablet is playing in the same field with a much smaller base of people willing to buy for the sake of buying. It actually needs to accomplish the promise of a tablet. That means they need something cheap. My mom isn't going to plunk down a 500+ for a little tablet she can read cooking recipes off of or the news with breakfast. She might consider it at $200, and wouldn't think twice at $100.

      The iPad is after an entirely different market. At its price, only a fanboi or an early adopter with cash burning a hole through his pocket could love it. At $200 or less, tablets (no matter how makes them) suddenly start making sense for the masses. Tablets are media consumption tools that really only a do limited amount of media well, and they have to be priced as such.

    5. Re:Think Kick Ass Book - Not Computer by joh · · Score: 1

      So only Apple fanbois bought the iPhone (which is more expensive than the iPad)? Surely not. There are more iPhones out there now than Macs.

      I tell you what: Only geeks are interested in what their devices can do. Normal people are interested in what *they* can do with their devices. Price plays a role, yes, but it's not the only thing. People already have computers and smartphones. They will only buy something really new if they can do more with it with less effort.

      The iPad has a home screen with icons for apps and you can tap such an icon to use an app and press the home button to go back to the home screen. That's it. This is a good user interface. It's a bad geek interface, but most people aren't geeks.

      Well, and my mother: I've prepared her a PC with Ubuntu long ago. She uses it twice a month or so and every time she has forgotten how to do this and that. Why? Because she does not care. She's not interested in it. It's complicated and she does not experiment and she does not have fun learning it. She certainly has no interest in multitasking and would be just too glad to have every app use the full screen, allowing her to actually concentrate on what she is doing right now. And she's not silly, believe me. She's been running her own business for 40 years, has cared for a large family and a house and now, at 76, she's still caring for the financial side of a local organisation, just for fun. Sometimes I think she's more clever than me. Every time I sit down with her at the computer I have to agree: Yes, this thing is so dumb and complex. You have to learn thousands of things before you even can start to get some use out of it and none of these things have anything to do with what you want to do.

    6. Re:Think Kick Ass Book - Not Computer by Shihar · · Score: 1

      I'm not sure exactly who you are arguing against. I never argued that for a tablet to work it needs 40 connectors, an OS you can hack, or anything else geeky. I said it needs one thing, and that is to be cheap. Cheap is not a geeky feature.

      An iPhone is a different beast. An iPhone, even to the most inexpert user, serves a good four or so functions. It is a phone, an mp3 player, a browser, and a games/apps station. It overlaps with a lot of different devices that most utterly normal non-geeky people have. It offers up a lot, and so you can justify charging as much as you do.

      The iPad is an entirely different beast. It costs more than an iPhone in the short term ($100, $200 for a 3GS), and it is much more limited in the scope of what it can do for most users. It can't be your phone or MP3 player. It can't take over the traditional roles of a laptop. It is a big expensive iPod Touch minus the MP3 player.

      I'm not saying that is a bad product. I, and most people, would love a tablet that just does internet and light applications that you pick up like a book and can hold while standing in line. The issue is purely price. If you are willing to shell out that kind of money, you are going to get a smart phone and laptop first. Once you have smart phone and laptop, a tablet is almost entirely redundant. To get a non-fanboi to shell out for a mostly redundant device that just does light apps and web browsing, it has to be cheap. That goes double and triple if you are trying to sell an off brand product.

      So, will Apple do fine with its tablet? Sure. They have a big enough fan base that any product launched with a little fan-fair is going to do fine. It isn't going to penetrate the vast majority of middle class houses though. In order to do that, it needs to be cheap, and 500+ isn't cheap. The first person to get a simple tablet that is a glorified web browser and apps store under 200 is going to own the market.

  10. Re:Amazing by 0ld_d0g · · Score: 5, Insightful

    Why in the hell do I need 3 fucking USB ports on an underpowered toy?

    So that you can connect an external keyboard/mouse? You can step into any generic computer store and buy a cheapo disposable keyboard and work on the device as opposed to being forced to carry apple accessories.

    "Hey Apple! Instead of allowing me to connect my existing keyboards, let me pay you extra money so I can only connect apple keyboards!"

    What well-adjusted person would connect a fucking tablet to a TV?

    To watch movies, photos, online TV (Oh right forgot to mention.. this thing supports flash ;) )? You can step into any generic electronic store and get a HDMI cable for your TV.

    "Hey Apple! Instead of allowing me to use my existing HDMI cables, let me pay you extra money so I can only use apple approved TV out connectors!"

    What is the benefit of running 1080i video on this tiny ass screen?

    "Oh no. This device supports high quality video, let me get that other device that doesn't"

    A real genius you are. Got the consumer mindset all figured out...

  11. Re:Amazing by slim · · Score: 4, Insightful

    Why in the hell do I need 3 fucking USB ports on an underpowered toy?

    Keyboard, mouse, flash drive, and they're all used up.

    What well-adjusted person would connect a fucking tablet to a TV?

    Just as an example, you could show one person your holiday photos on the tablet, or plug into a big TV to show a larger group of people.

    What is the benefit of running 1080i video on this tiny ass screen?

    They important thing is that this "underpowered toy" can *decode* 1080p video: no need to transcode to a smaller format just to play it on your tablet. Plus, as you noted, plug it into a TV to see the full resolution.

  12. Re:Amazing by MartinSchou · · Score: 1

    Plus, as you noted, plug it into a TV to see the full resolution.

    Screw the TV, I want to plug it into a projector for use in presentations.

  13. Re:Amazing by 0ld_d0g · · Score: 2, Insightful

    Yes, I won't buy the iPad in its current form. Whats your problem with people expressing their opinion? Regardless of whether you do or don't like their products, do you *want* Apple to screw consumers?

    Its a typical strategy which many consumer device manufactures use. "Invent" some proprietary way to connect accessories to their device and get a cut for every "apple approved" accessory sold.

  14. Re:Amazing by hiscross · · Score: 0

    To the best of my knowledge Apple isn't forcing anyone to Buy their products. Be true as it is, then whoever buys a Apple product is making their own decision. That is called consumerism. Now, at work I am forced to use Microsoft products. That is called enterprise. If you look carefully Apple doesn't have a much of a foot print in the enterprise. The reason being is they are a consumer company who sell products to people who want them, not the people who are forced to us them. Your opinion is flawed.

  15. Re:Amazing by Fantastic+Lad · · Score: 1

    I actually looked up "Neckbeard Device" and found nothing. I have no idea what you are talking about. Please advise, because if you have a cool explanation, I'm totally using it at the next cocktail party I attend.

    Also, as has been pointed out. . .

    Mouse, Keyboard, USB stick. Done.

    Though I sort of agree with you on the video out. Seriously? Has anybody ever truly said, "Damn! I really need to plug my laptop into a television!" -Though, I can envision some sort of emerging market whereby your computer game controller also happens to be your handheld computer. -People being able to bring their own fully personalized game controller to a gaming meet. . , that could be very popular. People extend self-identification to the devices they carry around and use all the time, so being able to plug it in and compete with it in public could be very appealing. But this Notion device certainly isn't thinking that way, so essentially the video-out is just there because of market momentum and because it probably cost them virtually nothing to include.

    Still, I have to say that this is the first device of its kind which I have an inkling of interest in. The screen tech is pretty advanced. But you're right; I don't think the Indian manufacturing market has worked out how to sell to the garden variety American. Indians are super-charged with economic energy and optimism, and that's great to see, but they're also operating under the influence of a truly different set of cultural imperatives. The Indian and Western cultures really don't fit together comfortably at all. It'll take a few tries to get it right, and Apple is like GM. It has home turf advantage. Funny thing is that in a few years, (if we're all still here), when the billion people in India transform into potential customers and as our economy tanks, they probably won't bother even trying to sell over here with such verve.

    -FL

  16. Re:Amazing by 0ld_d0g · · Score: 1

    To the best of my knowledge Apple isn't forcing anyone to Buy their products.

    Nice strawman. Nobody claimed or asserted that they were.

    Your opinion is flawed.

    Heh. http://en.wikipedia.org/wiki/Opinion

    Might want to read up on what it means.

    -

    Seems you have no point and just want to rant. Anyway, not wasting my time anymore. Goodbye.

  17. Re:Amazing by hiscross · · Score: 0

    You wrote to me I just responded to your flawed opinion that Apple was somehow hurting the consumer. A opinion that is flawed like yours has no merit. I just pointed that out to you. I'm not concerned a single bit if you don't agree.

  18. Re:Amazing by slim · · Score: 1

    I actually looked up "Neckbeard Device" and found nothing. I have no idea what you are talking about.

    http://encyclopediadramatica.com/Neckbeard

    Though I sort of agree with you on the video out. Seriously? Has anybody ever truly said, "Damn! I really need to plug my laptop into a television!"

    Yeah, for a couple of reasons:

    Watching Movies and TV programs available online, whether through legitimate channels (BBC iPlayer and 4 On Demand in the UK, or Hulu in the US) or otherwise. Hell, I've even had groups of people round for drinks, and ended up with people gathered round the TV watching YouTube clips.

    Gaming. Some games are going to be perfect in tablet mode. Some games demand a desk with a keyboard and mouse. Some games only really shine when you play as if you're on a console, on a big TV, sat on a sofa with a controller. Warning Forever is a great game on your laptop. Use an Xbox controller and a TV, and it's even more magnificant.

    Unfortunately my laptop doesn't have HDMI, and my TV's VGA input is fussy about modes. I can't seem to get a full widescreen with correct aspect ratio. It's annoying.

  19. Re:Amazing by slim · · Score: 1

    So any time any company brings out a product that could be better, nobody's allowed to point out the problems because "you're not forced to buy it"?

    Where's the fun in that?

  20. Pixel Qi displays by naz404 · · Score: 3, Informative

    I've had the pleasure of getting my hands on a One Laptop Per Child XO-1 laptop (which uses a Pixel Qi display).

    I'm relatively sure they were shooting it in color backlit mode in that footage. When you put a Pixel Qi display in sunlight/under bright lights, it'll look like classic black and white LCD even when the backlight is on. When you move it back into the shade/low-light, you'll see the backlit pixels in color again. The nice thing about it is that even if you don't turn off the backlight, it'll still be sunlight readable.

    Even nicer is that if you turn off the backlight, the display will look like those old black & white Nintendo Game & Watch or Gameboy LCDs and it consumes so little power, extending battery life tons.

  21. I'm sorry but no. by pavon · · Score: 1

    I'm usually a fan of Apple's minimalistic design, but the iPad feature set is worthless to me.

    Reading: the main purpose of a device like this, but reflective displays are much nicer than emissive. +1 Notion Ink
    Drawing: these ought to be great for drawing and sketching but iPad can't due to lack of stylus. -1 Apple
    Note taking: again this could be a major use case, but the iPad doesn't support it at all. -1 Apple
    Slide Shows: external monitor support, both will require dongles for some situations, iPad always will. -0.5 Apple
    Data Transfer: Even for a view-only device I need to copy things off of USB drives and cameras. -1 Apple
    Data Sync: I don't want to have to use a fucking remote server to sync with my desktop computer. -1 Apple
    Multitasking: I wanted in on the Palm Pilot, you bet your ass I'm going to want it here. -1 Apple
    Single hand use: I agree that the UI of these should allow one barehand control for everything it can, which both the iPhone OS and Android should do a better job at than previous Windows Tablets +1 Apple & Notion Ink

    And that isn't even getting into the fact that Apple has set itself up as a gatekeep for what applications are even allowed on the device. I love my 20GB iPod and Mac OS X and can see the appeal of the iPhone. I don't get the iPad at all.

  22. Re:Amazing by Orbijx · · Score: 1

    Has anybody ever truly said, "Damn! I really need to plug my laptop into a television!"

    I have.

    Plug a set of speakers in, connected an S-Video cable and the AC Adapter, disabled screensaver.

    Watch Hulu and Youtube videos on a screen significantly larger than my laptop's, so I can sit back and enjoy the first week of being in my new apartment (Cable company came and hooked us up to the internet on the same afternoon we moved in, which was amazing).

    It's one of the draws to a compact device -- knowing you can carry it from room to room and show videos.

    Depending on the setup, I could see this as being useful in an educational setting -- give the teachers a lightweight device that they can check out from a central repository (the media center at my old high school comes to mind), and something to project images up to. When they're done, check 'em back in, or chain them down securely to something that's immobile.

    Instead of those boring laminate slides and the plain overhead projectors, you could have something that can be colorful and interactive. It could certainly make Biology much more interesting, for example.

    If a device like this catches on in an educational setting, you could end up with lots of applications that can save money in the long run.
    Virtual dissection for biology class, anyone? Can't object so much to cutting things open when there's no formaldehyde smell (note to self: if this app happens, create a formaldehyde scented diffuser for that "Real Dissection Smell"...).
    No? How about 3D rotatable molecules for chemistry classes to help visualize what's being worked with?
    No? How about a visual math application, helping people who are learning the basics of algebra visualize how you get from one point to another when using it? I know I could have used it -- I nearly failed Algebra the first time, because I couldn't make it make sense in my head until someone actually started drawing some of it out for me.
    I'm sure that there are a boatload of other suggestions that are out there, too. Make the device and the necessary gear to set it up in an educational environment affordable, and I'd dare say there are schools that would consider running a pilot program to see how much it boosts education by, at the very least.

    But alas, I ramble too much and feel like I might be preaching to the choir. :)

    --
    One of these days, I am going to flip out. When I flip out, I'll be back in five minutes.
  23. Re:Amazing by hazydave · · Score: 1

    > Why in the hell do I need 3 fucking USB ports on an underpowered toy?

    So you can hook in a mouse or keyboard. Or your digital video or still camera, to preview what you just shot on a big screen (Epson sells specialty devices that do this for $500+). To access additional information from USB storage devices, keys or HDDs. To download routes to your car GPS unit (they're not all wireless yet). To download music to your media player. USB is a dandy thing to have... Apple as bone stupid to not support at least one USB port in the iPad.

    > What well-adjusted person would connect a fucking tablet to a TV? What is the benefit of running 1080i video on this tiny ass screen?

    The 1080p output is for the HDMI connector.. obviously, you don't run full resolution on a smaller screen. The reason you'd want to hook this to a TV? Same reason you would want to hook any PMP to a television -- you have this portable media player with you, and hey, look, a TV. Same reason I can hook every one of my camcorders to a TV. Apple was bone stupid not to offer HDMI out on the iPad.

    The whole point of a general purpose tablet computer is to replace a bunch of things done by "digital appliances" today. It's an eBook reader. And a PMP. And a photo/video previewer. And an internet tablet. And anything else you want it to be.

    Ever used a smartphone? If you use one for awhile, you'll notice it's not really so much a telephone anymore, it's a general purpose pocket computer. It's a GPS, It's a PMP/MP3 player. It's an organizer. It's a mobile search engine. Same thing here with a well designed tablet. This is a well designed tablet.. in fact, perhaps the first one with the hardware necessary to actually deliver more than just "fat iPod" functionality.

    --
    -Dave Haynie
  24. Re:Amazing by masmullin · · Score: 1

    Whats your problem with people expressing their opinion?

    welcome to the apple mindset. Thou shalt not question the almighty Jobs.

  25. Re:Amazing by iluvcapra · · Score: 1

    So that you can connect an external keyboard/mouse? You can step into any generic computer store and buy a cheapo disposable keyboard and work on the device as opposed to being forced to carry apple accessories.

    I think the point is that when you buy a bunch of desktop accessories for your tablet, doesn't that sort of defeat the purpose of buying a tablet? The only reason you buy a tablet form factor over a netbook is because a tablet doesn't require a table and can be operated by a standing human, and if you buy a bunch of peripherals that require you to put the thing on a table to use, why didn't you just buy a netbook? A tablet with keyboard and mouse attached, will never fit a desk as well as a netbook.

    And besides, in the specific case of the iPad it connects to Bluetooth keyboards and mice, so the ports are just another thing to break or collect schmutz in.

    --
    Don't blame me, I voted for Baltar.
  26. As an eReader by masmullin · · Score: 1

    Im being picky here, but the screen is an awkward shape for eBooks. 1024x600 as 10.1" is a rather elongated rectangle, and isn't anywhere near the same ratios as 8.5"x11" paper (22:17 which pdfs emulate). It's not a 16:9 ratio It's a strange 128:75 ratio

    I think this will leave readers of pdfs with a shrunken page so that it will fit into the slimness when the tablet is held vertically, and with a little bit of the next page seen at the bottom of the screen.

    I dont think the screen shape will be good for text reading, I dont think it will be good for holding, I dont think its good for movies, I dont think its particularly good for normal applications.

    Other than "because thats the size the pixel Qi makes" I cant think of a good reason for this elongated screen.

    However, I truly truly hope that I am wrong. I really want this product to succeed, but why the weird screen?

    1. Re:As an eReader by joh · · Score: 1

      Im being picky here, but the screen is an awkward shape for eBooks. 1024x600 as 10.1" is a rather elongated rectangle, and isn't anywhere near the same ratios as 8.5"x11" paper (22:17 which pdfs emulate).

      As much as I like the Pixel Qi displays I have to admire Apple to be bold and go back to the good old 1024x768. I was totally surprised by that but they're right.

      There's another problem with 1024x600: When you turn the thing around the height/width ratio changes so much that you either have to totally re-adjust your UI or have to accept some awkward compromise that somewhat works with both orientations and somewhat sucks in both.

      OK, Android apps have to deal with so many different screen solutions that this probably is the smallest of your problems. But I very much doubt that this will help Android with UI excellence.

  27. Got my Adam Tablet, now where's the Eve. . . by JSBiff · · Score: 1

    I just need to inject some Eve now, and I'll be all set for my trip to Rapture!

  28. Did they REALLY sic a badger on them? by EWAdams · · Score: 1

    Somebody needs to learn the meaning of "literally."

    --
    I piss off bigots.
    1. Re:Did they REALLY sic a badger on them? by timothy · · Score: 1

      They (so they claim) literally badgered the company reps to show them the device. That is, they had to implore / plead / entreat, rather than having it handed to them after a single "Please won't you?"

      I don't like misuses of "literally" (as in "he literally exploded with rage" -- unless he did) but this isn't one.

      timothy

      --
      jrnl: http://tinyurl.com/c2l8yr / foes: http://tinyurl.com/ckjno5
  29. How's the rear-touchpad supported by the OS/apps? by joh · · Score: 1

    One thing I'm wondering about: A "normal" touchscreen needs no cursor (or mouse arrow or whatever you may call it) since you see where you tap.

    A rear-touchpad needs to work much more like a normal touchpad on a notebook: You move around some sprite on the screen and click/tap if it's in the right place.

    How does this work on this tablet and how is it supported by the OS and the apps? I think one important thing with tablets is integration: In the best case you don't have to care at all about such things. You click the thing on, use it and click it off again. This certainly is something Apple is doing perfectly right.

    Anyway, I love to tinker around with my devices and to make them mine, but now and then something that just works and even fights back hard against all attempts to tinker with it may be somewhat relaxing.

    Well, the rear-touchpad is a nice idea. We will see.

  30. Re:Amazing by 0ld_d0g · · Score: 1

    if you buy a bunch of peripherals that require you to put the thing on a table to use, why didn't you just buy a netbook?

    Apple themselves are trying to define the market as a device for web/movies/email with a little bit of productivity use thrown in. In that scenario you'd want to make sure that customers can connect k/b / mice easily (well unless you're apple :P)

    Also the HDMI out seems pretty logical for a device positioned for presentation use. My general point was these ports make travelling/carrying the device *easier* in many situations.

    And besides, in the specific case of the iPad it connects to Bluetooth keyboards and mice, so the ports are just another thing to break or collect schmutz in.

    I agree with open ports collecting gunk over time, but we'll have to wait and see if apple allows any generic k/b or mouse to be interfaced with the iPad. Apple's own bluetooth keyboard/mouse? Yes. El cheapo keyboard/mouse? Nobody knows.

    From http://www.apple.com/ipad/design/ :

    "And because iPad has built-in Bluetooth wireless technology, it works with the Apple Wireless Keyboard, too."

  31. The Sort of Innovation We Wanted from Apple by donnacha · · Score: 1

    The rear trackpad is wonderful. Before the iPad was introduced, I suspected that Apple would use two rear trackpads to allow users to type while gripping the pad, I thought that was what the rumors about a "surprising" input method meant. Whether for cursor movement or the more advanced idea of text entry, using the back of a pad - where our fingers will be most of the time anyway - if such an obviously good idea. When you have a small screen, why obscure it with your hands? I had also hoped that the iPad would use the Pixel Qi screen. Apple decided to build upon their previous iPhone innovation rather than introduce new innovation - Apple are remorselessly focused upon creating a mainstream, "appliance" product and, to be fair, that makes a lot more business sense than trying to delight techies like us. Congratulations, though, to Notion Ink for creating a truly innovative tablet.

  32. Re:Amazing by Anonymous Coward · · Score: 0

    Seriously? Has anybody ever truly said, "Damn! I really need to plug my laptop into a television!">

    Actually I have plugged my computer and my laptop from time to time to watch movies in my tv and projector. IMO this feature would be a must have for me (and the USB ports too).