Slashdot Mirror


"Netbooks" Move Up In Notebook Rankings

Ian Lamont writes "For the first time, a list of popular notebook reviews shows three 'netbooks' in the top 10. The netbooks use Intel's Atom processor. Notebookreview.com's editor says there has never been more than one netbook in its monthly ratings. The reason for the netbooks' sudden popularity no doubt relates to the price and basic functionality, but there's a catch. Despite calling Atom a 'high-performance' chip, Intel cautions people not to confuse netbooks with notebooks, as netbooks will be unable to take on video editing or other processor-intensive tasks. This leads to the question of how netbooks will be able to handle demanding Web apps — or whether Web apps will have to be slimmed down to accommodate millions of netbook owners."

139 comments

  1. Yuppies by suck_burners_rice · · Score: 4, Insightful

    This is sort of like comparing these netbooks to that Apple sub-notebook that has only one USB port and a power port, no other externally accessible I/O devices. Except that these netbooks are affordable and that Apple thing is, well, for yuppies to show off at the cafe.

    --
    McCain/Palin '08. Now THAT's hope and change!
    1. Re:Yuppies by node+3 · · Score: 3, Insightful

      This is sort of like comparing these netbooks to that Apple sub-notebook that has only one USB port and a power port, no other externally accessible I/O devices. Except that these netbooks are affordable and that Apple thing is, well, for yuppies to show off at the cafe.

      No other I/O, except for audio, video, WiFi bluetooth, camera, microphone. Oh, and the "Apple thing" runs a full Core2Duo, not an Atom or C7.

      The MacBook Air is like a "netbook pro". Very much like the Lenovo U110 (which is priced similarly to the Air).

    2. Re:Yuppies by Firehed · · Score: 1

      As a Mac owner I agree that the Air is completely stupid for 99% of the people, and probably would have never made it to market if the eee had come out a little earlier.

      But how about you stop your fucking trolling and not bring Apple into a discussion where they're completely irrelevant. /just got a sandwich, can afford to tear off a bit to feed the trolls.

      --
      How are sites slashdotted when nobody reads TFAs?
    3. Re:Yuppies by Anonymous Coward · · Score: 0

      I personally find the thread starter informative. Chill.

    4. Re:Yuppies by SoupIsGoodFood_42 · · Score: 1

      Why do I need other I/O ports, exactly?

    5. Re:Yuppies by Anonymous Coward · · Score: 0

      The macbook air is a Big ass overheting POS,have you ever tried a eee 901 or something similiar, small and cool to the touch. Great battery life. The air has nothing compelling over a real netbook and it's certanly not a "pro" one.

    6. Re:Yuppies by maxume · · Score: 1

      For the monkey.

      --
      Nerd rage is the funniest rage.
    7. Re:Yuppies by Anonymous Coward · · Score: 0

      no other externally accessible I/O devices

      Like a keyboard, or touchpad, or maybe even an LCD?

    8. Re:Yuppies by AmonTheMetalhead · · Score: 1

      The Airbook is a useless peace of snobism, it's got a puny storage medium, no optical medium, only one usb port and a pricetag to go with it, the only thing it's got going for it is it's weight & size, and those are negated by the lack of ports & drives.

    9. Re:Yuppies by Abreu · · Score: 1

      Sensible redundancy?

      It is not unheard of for a USB port to break or malfunction otherwise...

      --
      No sig for the moment.
    10. Re:Yuppies by SoupIsGoodFood_42 · · Score: 1

      While that's definitely, possible, I've never, ever encountered that once. I'd rather have a smaller form factor and be prepared to take it in to get fixed on the off chance something breaks if I was in the market for a laptop where portability was a major factor. Besides, it has wireless.

  2. We can only hope by martinw89 · · Score: 5, Insightful

    We can only hope that the popularity of netbooks will slim down web apps and speed up JavaScript implementations. There's so much bloat that some websites feel slow (after fully loading of course) on my Core 2 Duo with 2GB of RAM. That's just unacceptable and we can all reap the benefits if netbooks lower the performance expectations of web developers. Nowadays hardware is cheaper than good development, but a little extra development can go a long way.

    1. Re:We can only hope by ceoyoyo · · Score: 4, Funny

      Nah. I think it's going to be something more dramatic. I've got this idea for local apps: natively compiled code that runs independently of a browser. Should be nice and fast, even on a "netbook."

    2. Re:We can only hope by lysergic.acid · · Score: 3, Interesting

      i know a lot of people complain about certain sites with AJAX interfaces being unbearably slow and resource-intensive, but i just haven't observed this.

      i'm running a 4-year old Dell 2.8 GHz with 1 GB of RAM. it was a top of the line desktop when i first got it, but it can't hold a match against today's PCs, and i've rarely had any slowdowns due JavaScript alone. sure, if there's a digg discussion with 900+ comments, it'll take Firefox a few seconds to load it all, but those are extreme circumstances (though a little pagination would easily solve the problem) and not due to inherent complexity of the JavaScript implementation.

      even a modestly powered netbook should have no problem with most AJAX interfaces. the YUI framework has some pretty slick JavaScript & AJAX UI implementations that really push the envelop in terms of responsive web interfaces, but even those interface elements aren't that resource intensive. the WYSIWYG editor control is a little heavy, but even a netbook should be able to handle it just fine--assuming they're not using a bloated and naturally resource-consuming browser.

      there's a huge difference between not being able to do video editing on a system, and not being able to run web applications on it. but then again, i don't have a netbook. so we'll have to see what netbook owners have to say on this issue. personally though, i don't think web apps have gotten to the point where they require a dual core workstation to run smoothly on. if anything, it's the OSes and browser clients themselves that need slimming down.

    3. Re:We can only hope by node+3 · · Score: 2, Interesting

      i'm running a 4-year old Dell 2.8 GHz with 1 GB of RAM. it was a top of the line desktop when i first got it, but it can't hold a match against today's PCs, and i've rarely had any slowdowns due JavaScript alone. sure, if there's a digg discussion with 900+ comments, it'll take Firefox a few seconds to load it all, but those are extreme circumstances (though a little pagination would easily solve the problem) and not due to inherent complexity of the JavaScript implementation.

      Turn JavaScript off, then re-open digg, and you'll notice the difference. It might not be enough to bother you, but it's very obvious on a side-by-side comparison.

    4. Re:We can only hope by glwtta · · Score: 5, Interesting

      We can only hope that the popularity of netbooks will slim down web apps and speed up JavaScript implementations.

      At least that one's a solved problem: V8, TraceMonkey, SquirrelFish - the next generation of JS engines in the major browsers (with the obvious exception) are orders of magnitude faster than the current releases (in the literal 10 or 100 times faster sense). No idea what's going on with IE8, though.

      I've heard claims that some of them are approaching the performance of unoptimized (ie -O0) native C, for what that's worth.

      Also just saw some demos of GPU-accelerated animation in the <canvas> tag - it's really looking like we are in for a major shakeup as far as browser performance goes.

      --
      sic transit gloria mundi
    5. Re:We can only hope by lysergic.acid · · Score: 4, Interesting

      now that's the direction we should be moving in. instead of ever more bloated software to cancel out any increase in hardware performance, we should start seeing cheaper and lower-end hardware sufficing for casual daily computer usage. as a result, we should see web browsing capabilities cascading down to smaller and smaller portable devices.

      the rise in netbooks and the surge of other web-accessible smart appliances should transform the traditional web browsing experience into a transparent function of daily living. but this requires that netbooks and other smart devices provide the same intrinsic web browsing experience as desktop computers and laptops.

      the WAP/WMLHTTP/HTML (mobiledesktop) divergence model proved to be a failure. this was because WAP browsers provided a crippled web browsing experience with no resemblance to the useful and convenient web experience users were accustomed to on their computers. people don't want a stripped down version of the web for their mobile devices. the whole point of smart devices is so that you can use the genuine web, in all of its original glory, anytime and anywhere you want.

      people don't want to pay exorbitant fees for a cellular data plan just so they can find out that their favorite sites don't have a netbook-optimized version. until the day people are using their browsers to edit videos or do CAD work, there shouldn't be a separate tier of web applications just for sub-laptop devices.

    6. Re:We can only hope by aztektum · · Score: 1

      Amen, brother.

      I wonder how much bandwidth is wasted on Flash and Javascript? I have a chuckle when I goto Verizon, Comcast, etc. sites and see all the Flash on there, and then they turn around and bitch about bandwidth hogging web services.

      Boo urns

      --
      :: aztek ::
      No sig for you!!
    7. Re:We can only hope by Anonymous Coward · · Score: 0

      The whole point of good web apps is to keep all of the processing at the server, not at the client.

      I have an Aspire One reloaded with Ubuntu and it is fantastic as what I need it for - remote terminal access. Citrix client, SSH, serial terminal and web.
      It can also do OK at movies and music, and once I get the larger battery pack I have ordered will be good for a full working day away from power.
      Once I jailbreak my iphone, it will also not need a wifi connection 8)
      Oh, and not a single piece of MS software is required for all this to work 8)

    8. Re:We can only hope by scottschiller · · Score: 1

      At this point, RAM is in my opinion one of the larger potential bottlenecks for web apps.

      Browsers can eat up a lot of memory while running JS-heavy "web apps", and leaks can result in hundreds of MB being used over time, causing excessive disk swapping etc.

      On a laptop with WinXP and 512 MB of RAM, even Firefox using 200 MB of RAM (not an unrealistic number if you have a few tabs with mail, maps and other big sites open,) can start to hurt the overall system performance.

    9. Re:We can only hope by SanityInAnarchy · · Score: 1

      I would imagine most of the blame here rests with Flash, and not with Javascript.

      --
      Don't thank God, thank a doctor!
    10. Re:We can only hope by Krneki · · Score: 1

      AdBlock, NoScript and FlashBlock are your friends.

      --
      Love many, trust a few, do harm to none.
    11. Re:We can only hope by Anonymous Coward · · Score: 0

      Oh, don't forget that there really hasn't happened that much in terms of single process cpu power in 4 years.
      2.8 ghz is far away from my 900mhz eeepc.

    12. Re:We can only hope by pimpimpim · · Score: 1

      Was hoping the same, but I won't put my bet on it. More likely will we just wait for netbooks to get a boost in computing power and RAM.

      --
      molmod.com - computing tips from a molecular modeling
    13. Re:We can only hope by nurb432 · · Score: 1

      And pigs might fly too...

      Don't hold your breath. Even the toolkits people are using are bloating at an alarming rate.

      --
      ---- Booth was a patriot ----
  3. I just bought my eee pc 900 today! by Anonymous Coward · · Score: 0

    I paid 1600 dollars for my vaio sr series and 350 for my eee....I love what asus has done to the market!

    1. Re:I just bought my eee pc 900 today! by MadUndergrad · · Score: 1

      Same. Just got my eee pc 900 (the 20gb model, not the slow 16gb) for 288. The xo was nice, and a great e-book reader, but the limited screen size, speed and capacity as well as the difficulty of installing various os's made it not worth it for me. I figure the eee 900 will do me just fine until a via nano or arm a8 or a9 netbook comes out. Something like the Pandora with higher specs (0.5 to 1gb RAM and a 1.1ghz ARM ) and a netbook form factor would be bliss.

    2. Re:I just bought my eee pc 900 today! by Noodlenose · · Score: 2, Interesting

      I just bought an Acer Aspire One after the eee I wanted was pretty much out of stock everywhere. While the Linpus apps are mostly rubbish compared to the EEE's Xandros, the machine is well built and does what it says on the tin (albeit with rubbish batterylife). I bought it to replace my destroyed Macbook, and I have to admit that I don't particularly miss it. FB

  4. Vaginas by Anonymous Coward · · Score: 0, Informative

    Vaginas are tasty.

    Hairy ones, however, are gross.

    1. Re:Vaginas by suck_burners_rice · · Score: 0, Offtopic

      Only in your dreams, since you have never been within a hundred miles of one in real life.

      --
      McCain/Palin '08. Now THAT's hope and change!
    2. Re:Vaginas by Anonymous Coward · · Score: 0

      Please let's not turn Slashdot into a home for pedophiles.

    3. Re:Vaginas by Anonymous Coward · · Score: 0

      Uh, wrong. He passed through his mother's vag-ina.

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

      Uh, no. Lets. And we should plaster the place with shitting dick nipples.

    5. Re:Vaginas by couchslug · · Score: 1, Flamebait

      "Please let's not turn Slashdot into a home for pedophiles."

      That stuff should be kept in Church where it belongs.

      --
      "This post is an artistic work of fiction and falsehood. Only a fool would take anything posted here as fact."
    6. Re:Vaginas by badkarmadayaccount · · Score: 1

      I really like how this is moded informative...

      --
      I know tobacco is bad for you, so I smoke weed with crack.
  5. Acer aspire one all the way. by pavs.ma · · Score: 5, Informative

    The listed top 10 are hardly all "netbooks". Acer Aspire One is the best of the bunch IMO; and the fact that you can customize (even Mac OS X ?) to your heart's content, gets added brownie points. Most popular Linux OS can be easily installed on the aspire one if Linpus doesn't cut it for you. Here is a list of "hacks" (whatever you wanna call it) http://www.linuxhaxor.net/2008/09/27/30-cool-acer-aspire-one-hacks/

    1. Re:Acer aspire one all the way. by dattaway · · Score: 2, Interesting

      Agreed, I can't recommend the eeepc 701 anymore. My eeepc 701's limited screen seems like working with a Nintindo DS compared with my Acer One. Not to mention the hardware bugs of the 701, like the USB ports staying on when the netbook is off: this *kills* USB powered hard drives when the batteries fail. The Acer seems to have much higher quality than the Asus this time.

    2. Re:Acer aspire one all the way. by ducomputergeek · · Score: 3, Interesting

      Definately. When my old Windows laptop croaked a month ago, I was on the verge of finally breaking down and getting a MacBook or MacBook pro to replace this 12.1" Powerbook. I happen to be at Best Buy, saw the Acer Aspire One with 1GB of Ram, 120GB HDD, and XP home for $350 and brought it home with me.

      I only need to test compatibility with MSIE for webpages and there are 2 windows-only applications that I love to use for rapid development/deployment of database driven sites and the Aspire One handles them great. True, I have to carry around two machines, but it is nice to be able to write code on my 12.1" Powerbook and view the changes on the Aspires screen or the other way around. I can fit the two small laptops on a small table at the coffee shop I usually work out of side by side and it's almost like having a dual monitor set up that is 7lb total.

      My only problem is going from an apple keyboard to the netbook's keyboard layout side by side. That can cause some copy paste errors when I'm tired.

      --
      "The problem with socialism is eventually you run out of other people's money" - Thatcher.
    3. Re:Acer aspire one all the way. by MadUndergrad · · Score: 1

      I think the Aspire looks like one of the best out there, but it was a competition between an A1 and a eee 900 for me as to which I could find a sub-$300 deal on first. The eee just won out at 288. I'm not too keen on the Atom in the A1 though - I'd rather get a Nano-based HP 2133 (Aluminum and Magnesium case FTW) if/when they become available.

    4. Re:Acer aspire one all the way. by Daniel+Weis · · Score: 1

      try synergy :)

    5. Re:Acer aspire one all the way. by Jorophose · · Score: 1

      I don't know; even though the Acer Aspire One with 8GB SSD is only 300$ (although I can't find it at WorstBuy/PrehistoricShop anymore) and it also comes with an option for a 120GB HDD, LED backlit screen...

      The Dell E is passively cooled. No moving parts whatsoever. Sure, it's 80$ more here to match the 8GB of the Aspire One... But passively cooled! For the screen and keyboard, HP has everybody beat. So I don't know anymore. Can you stand a winey fan? (and I hear Dell's E keyboard is not too bad) Not to mention, you'll be trying to match Dell pricing, and I'm hoping the price will fall down to 300$ very fast.

    6. Re:Acer aspire one all the way. by glwtta · · Score: 1

      Seconded. I recently bought one and was very with the performance and build quality, for something that costs $320.

      Way better experience than the EEE, and at this point, it's what, less than half the price?

      Haven't tried the MSI Wind yet, supposedly it can give Acer a run for the money.

      --
      sic transit gloria mundi
    7. Re:Acer aspire one all the way. by orkysoft · · Score: 2, Interesting

      this *kills* USB powered hard drives when the batteries fail.

      Could you please explain? Does the battery failure actually break the drive?

      --

      I suffer from attention surplus disorder.
    8. Re:Acer aspire one all the way. by dattaway · · Score: 2, Informative

      Could you please explain? Does the battery failure actually break the drive?

      Yes. Run a USB powered hard drive from a USB port with too little current and the drive will start clicking as it malfunctions. It can fail to start up after that. Data cannot be recovered.

    9. Re:Acer aspire one all the way. by Anonymous Coward · · Score: 0

      Would Synergy http://synergy2.sourceforge.net/ help out with this?

    10. Re:Acer aspire one all the way. by Anonymous Coward · · Score: 0

      +1 for the Aspire One without MS tax: Ubuntu Ibex runs just fine, with all the tweaks (remix, firefox real-estate maximization around menus using extensions, tools, adblock).

    11. Re:Acer aspire one all the way. by lucifuge31337 · · Score: 1

      I recently bought one and was very with the performance and build quality,

      I think you accidentally a word.

      --
      Do not fold, spindle or mutilate.
    12. Re:Acer aspire one all the way. by glwtta · · Score: 1

      Well would you at that.

      --
      sic transit gloria mundi
    13. Re:Acer aspire one all the way. by krenshala · · Score: 1

      Its amazing what can when you type too fast.

      --

      krenshala

  6. Going to buy one any day now. by germansausage · · Score: 1

    I ride a bus about an hour to work and back each day. I've tried bringing a laptop, to see if I can't get some productivity out of that 2 hours, but the regular 15" laptops are too big and heavy for me. I was looking at the sub-13" laptops, but those were always uber premium executive toys with the high prices to match. I'm thinking a netbook is just what I need. Hey, for $350 I can afford to buy one and not be out too much cash if it turns out not to be what I'm looking for.

    1. Re:Going to buy one any day now. by ChunderDownunder · · Score: 1
      Generally, yes, sub-13" "notebooks" are quite pricey compared to their 15" equivalents.

      I just bought a HP 2230s. Core 2 Duo, 3GB RAM with a 12" 1280x800 screen. Unlike certain netbooks it has bluetooth, which should be standard in any consumer device. It also has a HDMI port for when I purchase a 24" LCD!

      For around $US1K, it has similar specs but in a smaller form factor at less than half the price of a notebook I bought 18 months ago - which has sadly just died, out of warranty :(

      It's powerful enough for my professional uses (Java coding) and I couldn't imagine going any smaller with respect to keyboard width. YMMV but for me the netbooks didn't have enough grunt but around $1K seems like a sweet spot, price wise.

      And, yeah, there's heaps of extra space in my old backpack!

  7. Not the big deal... by Darkness404 · · Score: 5, Insightful

    The problem isn't if Netbooks can handle web apps, it is the question of if they are usable on a tiny screen. For example, Google maps, though "usable" usually requires me to zoom out a bit on Firefox 3, go to fullscreen mode, and hide the sidebar in order for me to use it on my EEE (701, 4G Surf running eeeXubuntu).

    --
    Taxation is legalized theft, no more, no less.
    1. Re:Not the big deal... by Anonymous Coward · · Score: 0

      I have a similar problem, I've alleviated it a little by doing the same as above, ramping the DPI for fonts up so it's just readable and sometimes running at 1024x768 and scaling it to 1024x800, which helps a lot but kills graphics performance.

      My biggest issue with it is how hard they keyboard is to adapt to, I suppose for apps like Google Maps this isn't a problem, but any app that's used primarily for content creation will be difficult to use on a netbook, a problem that can't be fixed without making the netbook bigger to fit a better keyboard.

      I bought my Eee with the intention of using it as a quick reference tool and for taking notes in lectures, if I need to do any heavyweight browsing chances are I don't need to do it when I'm away from a full PC, either in a lab or at home. For apps that are primarily for creation of content (google office etc) I think a lighter version might only be needed for viewing or very light editing, I can't imagine anyone wanting to type out an entire document using a netbook.

    2. Re:Not the big deal... by Darkness404 · · Score: 1

      Myself, the EEE's keyboard is at least usable if not decent for typing out documents, etc. I can type close to full speed on it and not make any more typos then I would on a full sized keyboard. But, it could just be me, I have very small hands, so it would naturally be easier for me to type on it than someone who has larger hands. But the one thing that annoys me about the EEE's keyboard is the lack of a Caps Lock light, which, isn't much of a problem in Xandros as an icon shows up in the taskbar, it is a pain on any other OS as it doesn't have that built in.

      --
      Taxation is legalized theft, no more, no less.
    3. Re:Not the big deal... by pherthyl · · Score: 1

      Well since most of the new netbooks have significantly bigger screens than the 701, that's not really a problem anymore.

    4. Re:Not the big deal... by Darkness404 · · Score: 1

      But most aren't as cheap as the $300 701 though. A lot of people who don't know much about computers may just go for the cheapest laptop.

      --
      Taxation is legalized theft, no more, no less.
    5. Re:Not the big deal... by Anonymous Coward · · Score: 0

      That never bothered me since I stopped using caps in favour of shift a long time ago, it's come around to bite me in the ass now though; I keep moving the caret up instead of capitalising whatever I type.

    6. Re:Not the big deal... by Provocateur · · Score: 1

      a problem that can't be fixed without making the netbook bigger to fit a better keyboard

      Wish that IBM or Lenovo would ride this bandwagon too. They have a good-sized case in the workpad z50 back then (not the palm, the subnotebook wannabe http://www.hpcfactor.com/reviews/hardware/ibm/workpad-z50/), so why not resurrect it. This way, they got the "low-end" covered too :-)

      --
      WARNING: Smartphones have side effects--most of them undocumented.
    7. Re:Not the big deal... by xs650 · · Score: 1

      I just got an ASUS eee 1000h with 160G hard drive. 10 inch screen and weighs a hair over 3 lbs. Google Maps and Earth are very usable and I'm an old phart with bad eyesight. The keyboard is 92% of standard size and is easy to use. It's big for a netbook but way better than a normal notebook for travel.

      It came with XP Home, I just added a Ubuntu eee which is Ubuntu optimized for the eee. Price was $470 at Amazon.

      It's what I was waiting for since the first rumors of netbooks were leaked.

      Acer and MSI make comparable models.

    8. Re:Not the big deal... by ColaMan · · Score: 1

      Tried getting panning working? I whipped up an app for my 701 eee (based on i810pan) to do this. Gives you 1024x768 panning, which is rather handy. i810pan needs software cursors enabled which buggers up hardware acceleration, hence my version.

      it's here.

      It's still a little clunky round the edges, but it works and fills a need for me.

      I turn it on when I need to use big-screen apps - mainly VirtualBox and XP for development for a particular embedded device, but Google maps is definitely another reason for it.

      --

      You are in a twisty maze of processor lines, all alike.
      There is a lot of hype here.
    9. Re:Not the big deal... by pherthyl · · Score: 1

      True, but the Acer Aspire One at 329 is pretty damn close. I have a 701 from last fall, but the bigger screens of the new gen are very tempting...

  8. Video Editing by Anonymous Coward · · Score: 0

    I'll bet you can actually do video editing just fine on the Atom. I certainly had no trouble editing video years ago on a 650mhz cpu with Adobe Premiere 6. Of course, there's probably no way you could run the latest Adobe premiere on a netbook, but then again, they haven't really added anything to the software in the past 8 years other than bloat.

    1. Re:Video Editing by i.of.the.storm · · Score: 1

      Well, Atom chips are in-order and it's been shown that the 1.6ghz one in all the netbooks these days is actually slower than the Celeron 900mhz in the original EeePC. And I'm pretty sure you weren't editing at a very high resolution on a 650mhz CPU, which is the main problem with video editing.

      --
      All your base are belong to Wii.
    2. Re:Video Editing by dattaway · · Score: 1

      I believe the Atom is underrated by Intel's marketing just like the Celeron was when it was introduced as a "budget" processor. I'm running Gentoo on my Acer One and compiling is many times faster than the eeepc 701. Its a very fast chip with high IO bandwidth. I believe all the bad hype is deliberate from Intel to steer consumers towards the higher dollar models. This chip is a cool cat as it runs more with far less power.

    3. Re:Video Editing by i.of.the.storm · · Score: 1

      What? Benchmarks don't lie. I can't find the ones for the 900mhz Celeron, but look at this: http://www.tomshardware.com/reviews/Intel-Atom-Efficient,1981-15.html

      It's way slower than a 1.2ghz Celeron, which makes it seem like you're full of BS. Also, there's been a tremendous amount of positive hype behind the Atom, and I'm sure Intel makes a pretty decent margin on these chips since they aren't very expensive to make.

      --
      All your base are belong to Wii.
    4. Re:Video Editing by dattaway · · Score: 1

      I don't know much about benchmarks, but here's how my Aspire One seems quite impressive running from three small lithium cells:

      localhost dattaway # hdparm -tT /dev/sda /dev/sda:
        Timing cached reads: 1262 MB in 2.00 seconds = 630.53 MB/sec
        Timing buffered disk reads: 184 MB in 3.00 seconds = 61.29 MB/sec

      That's the first time I've seen a netbook transfer files around that quick. Copying directories confirms it. The IO of my eeepc is a magnitude slower. And integer performance seems much faster too:

      bogomips : 3193.99

    5. Re:Video Editing by 0123456 · · Score: 1

      "And I'm pretty sure you weren't editing at a very high resolution on a 650mhz CPU, which is the main problem with video editing"

      I'm sure that HD editing would suck; but I edited a feature-length DV movie on a PII-350 with 256MB of RAM... I'd hope that an Atom would be faster than that was.

    6. Re:Video Editing by lilo_booter · · Score: 1

      HD native would be intolerable - but for limited stuff using low res proxy formats, sure, it'd work just fine for the basic clipping/timeline work. Of course, it might not be very practical though :-).

  9. Based on Click Counts by vitaflo · · Score: 4, Informative

    FWIW, the rankings are based on click counts to the reviews of laptops on the site mentioned in the OP. It has nothing to do with actual sales.

    1. Re:Based on Click Counts by gravesb · · Score: 1

      I wonder if the high click throughs are due to the low price.

      --
      http://bgcommonsense.blogspot.com
    2. Re:Based on Click Counts by Anonymous Coward · · Score: 0

      And that site is a joke. You won't even find the EEE PC 1000 there.

  10. Of course web sites can't ignore netbooks by steveha · · Score: 1

    Over time, computers have become more and more powerful. And people always find uses for the additional power. If anyone tells you that we "don't need more power", ignore them.

    But the netbooks show that there is a solid niche for people doing basic tasks wherever they want to go. I love going to small local espresso shops, and enjoying some sort of coffee drink while reading Slashdot. Even my OLPC XO is adequate for this, let alone an Atom-powered netbook. If anyone tells you that netbooks "aren't powerful enough", ignore them.

    In fact, netbooks are powerful and have huge screens compared to PDAs and phones, and web sites shouldn't ignore PDAs and phones either. All the major web sites need a three screen strategy: their sites should work on TVs for living-room users, the site should work on PCs, and their sites should work on phones.

    P.S. I was amused by the example from the summary. Video editing? Oh noes, my netbook is underpowered for video editing. How many people thought otherwise?

    steveha

    --
    lf(1): it's like ls(1) but sorts filenames by extension, tersely
    1. Re:Of course web sites can't ignore netbooks by PCM2 · · Score: 1

      Oh noes, my netbook is underpowered for video editing. How many people thought otherwise?

      This is becoming standard notebook-vendor marketing B.S. Think up some activity that used to require the full processor power of a desktop PC but can now be done with the specs of your average laptop. Advertise, explaining that beginning this year the top of your line of laptops can do everything that a desktop can. Next year, pretend everybody has been clamoring to do this activity on their laptops and that they will no longer settle for less. Never mind whether anybody really wants to do it or not.

      I mean, seriously. You've just shot a digital video of your niece cutting her birthday cake. And while everybody else is sitting down for a much-needed glass of wine, you scuttle off to the den to trim off the botched shots, add a 3-D rendered credits sequence to the video in Adobe Premiere, and burn DVDs for the other parents. All before 6pm. Right?

      --
      Breakfast served all day!
  11. video decoding by fermion · · Score: 1

    My main worry about these netbooks is video decoding. I have had trouble decoding flash video on a few years old. The same holds true for the HD like movies with DRM. I know that the primary use of these machines is not to watch video, but you know it will become a dominant use. The net book makers should learn from the mistakes Apple made in the late 90's and the class action lawsuits from the DVD player that almost worked.

    --
    "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
    1. Re:video decoding by Broken+Toys · · Score: 1

      For video decoding use VLC. I installed VLC on an Acer Aspire One running Linpus and it works quite nicely.

      The greater problem is that you can drain the battery in about two hours and that can be a problem if you're planning to watch videos on a long flight.

    2. Re:video decoding by raistlinwolf · · Score: 3, Interesting

      I wonder what flash advertising is doing for battery life. I'd like to view a site through a notebook portal to address these 'battery life' concerns, to stop all of the moving pictures. While they are at it, web developers could put all of the text on the same page (like Tom's Hardware, not that I've been there in years...), also to extend 'battery life'.

    3. Re:video decoding by Anonymous Coward · · Score: 1, Informative
      I do the same thing. VLC is the greatest thing next to white bread. VLC will work perfectly with the same content that iTUnes chokes on. As many nice features as iTunes has, and for audio it really revolutionized the way I listen to music, for video it is junk POS.

      But, one not everyone knows that it exists and should be the player of choice. Two, VLC does not always work well with flash media. It will play, but it sometimes crashes when using the foward/backwards. And, of course, it does not work with DRM media of the kind of content delivered by the likes of Amazon, which often are the exact media that imposes the overhead that kills many machines.

    4. Re:video decoding by Miamicanes · · Score: 2, Informative

      > My main worry about these netbooks is video decoding
      Video decoding is fairly easy... it's ENCODING that really sucks down the CPU cycles. Old computers didn't have problems decoding video in realtime because they were too slow... they choked because they didn't have enough RAM to keep everything related to the video buffered in physical RAM, and keep it there while doing other background tasks. The moment you start getting page faults and swapping things out to hard drive, all bets are off... even with a dual-core CPU.

      I just bought a MSI Wind a few days ago (with second SoDIMM for 2 gigs total). It's surprisingly fast, even for things like Netbeans and Visual Studio. The key? Lots and lots of RAM. Avoid swapping, and everything else falls into place... even with a "slow" CPU. A Vista/XP/Linux-with-Compiz notebook with 2 gigs, 5400RPM hard drive, and a 500MHz Pentium III will probably provide better real-world performance than a "modern" budget notebook with 512mb, ~2GHz Celeron M, and 4200RPM hard drive because the "faster" new one will run out of RAM almost immediately and be shackled to its slow hard drive, while the "slower" old one will chug along nicely because it doesn't have to keep violently lurching back and forth as it swaps things between physical ram and the hard drive.

    5. Re:video decoding by Anonymous Coward · · Score: 1, Insightful

      (insert obligatory Firefox + AdBlock Plus advertisement here)

    6. Re:video decoding by sznupi · · Score: 1

      The other option would be SMPlayer, a nice frontend to mplayer, which also gains popularity in circles that are already using VLC (I use one of the other, depending on the situation).

      Has ridiculously low cpu usage. And generally feels much lighter/snappier.

      --
      One that hath name thou can not otter
  12. Sure beats the expensive "Subnotebooks" by PhotoGuy · · Score: 4, Interesting

    I've always been a fan of the "subnotebook." I had the first model of the Toshiba Libretto, the size of VHS cassette, circa 1998. The odd person would laugh at its size, but meanwhile I was using it at restaurants, comfortably on a plane while eating a meal, and so forth.

    (One time on a plane the stewardess pointed at my lap and said, "wow, that's the smallest one of those I've ever seen!" Man, did she ever turn red when she realized how that sounded. I held up the laptop to make it quite clear what she was referring to :S)

    When Toshiba announced a new version of the Libretto, I jumped on buying one. Updated specs, wifi, bluetooth, 2ghz, yadda, yadda, yadda. I even bought the three year SystemGuard with it; even if a drink spilled on it, they would cover me.

    Unfortuantely, I had a few hardware problems with it, post warrantee, but within the 3-year system guard. I had it to two different service depots, where it sat for months. When I got it back, nothing was done to it. Dropped it off again. The bluetooth and wifi weren't working. The DVD dock never did work right. I wrote a frustrated noted to the President of Toshiba Canada, and have been playing phone tag with someone ever since, trying to get this damn laptop working again. It's a good chunk of a year I've been without it.

    I see these EEE PC's kicking around for a few hundred dollars. I could have bought a few of them, with what I spent on the Libretto (and not been without a tiny laptop for months). The System Guard warrantee alone would have paid for one. If I can't get half decent service on a more expensive "subnotebook," which I mainly use for wireless web access, email, word processing, and other lightweight tasks, I might as well pick up cheap and semi-disposable netbooks.

    Toshiba, if you're listening, I would love to regain my trust and dedication to your brand; when I had a big company, we bought dozens of your laptops, but I don't think I'd ever touch them again, after this terrible service experience...

    If I don't get some resolution before my System Guard is up this December, I'll likely just dispose of the Libretto on eBay, and pick up an EEE PC. A sad demise for a rather pioneering legacy by Toshiba. If the EEE PC dies outside the warrantee period, I'll just grab another one, or whatever else has come out since. It really is becoming a commodity item, which I welcome.

    --
    Love many, trust a few, do harm to none.
    1. Re:Sure beats the expensive "Subnotebooks" by scottschiller · · Score: 1

      I'm a subnotebook fan also. I got a Fujitsu Lifebook back in 2006 for about $1400 (USD). 10.6" (diagonal) LCD, 1280x768, 512 RAM with XP, no fans, suede material on the bottom - no, really - 3 pounds, and from 3 to 4 hours of battery life thanks to some nice power management features.

      It also ran variants of "Hackintosh" from what I'd heard due to the Intel GMA chipset. It's pricier than the more modern machines out there, but it's a great little laptop given the balance of size/features/price. I regularly get people asking about it when I'm out at coffee shops, etc.

    2. Re:Sure beats the expensive "Subnotebooks" by Anonymous Coward · · Score: 0

      toshiba service is horrible, got a similiar story. sent in the laptop 3 times because it overheated, they never bothered to even open it as far as i can tell. in the end i did it myselfe (replaced the fan) and swore to myselfe that i'd never ever touch a toshiba product again...got a few eee now :)

  13. Been seriously considering one myself for coding by Cthefuture · · Score: 1

    Anyone have ideas on what the best netbook for writing code would be? All of the reviews look at them from the perspective of web browsers, media viewer and document viewer/writers. I'm more interested in a super-portable machine for writing code and using as a remote desktop viewer.

    To me the Dell Mini 9 has the best specs as far as build quality, features and price but while the keyboard is nice and "large" (relatively) it puts the braces {} and brackets [] plus some others in very awkward places that seem like it would make code editing a pain. I wish you could buy the discounted Linux version with a webcam (even if it won't work in Linux).

    Next on my list would be the Lenovo S10 but it's a bit more expensive and uses a hard-drive instead of SSD. Seems like a better keyboard layout but the keyboard itself has a cheap/poor feel.

    Neither of those two have very good battery life. Not what I would expect from something that uses so little power. Plus they all could benefit from a higher vertical resolution (or a rotatable screen).

    --
    The ratio of people to cake is too big
  14. Real Web App Limitation by IPSection · · Score: 5, Insightful

    is the 1024x600 resolution of these netbooks. A lot of website and webapps are designed for a minimum of 1024x768. Those missing pixels do make a difference ....

    1. Re:Real Web App Limitation by Arngautr · · Score: 1, Informative

      F11
      ;-)
      I also highly recommend the Tiny Menu extension for FF.

    2. Re:Real Web App Limitation by orkysoft · · Score: 1

      How would you do that on the Dell? ;-)

      --

      I suffer from attention surplus disorder.
    3. Re:Real Web App Limitation by Onaga · · Score: 2, Informative

      I am a web developer and also own a EEE PC. Websites with fixed height are declining. People are designing with the idea of "above the fold" and don't really care about the vertical scrolling.

      Moreover, with my EEE PC I browse in full screen mode (F11), have a plugin to replace the menu-bar with a button next to the address bar, and also have a tiny-button theme which is even smaller than the default firefox "small buttons" option. I don't really care enough to do an actual comparison, but I think it's pretty damn close to a regular 1024 x 768 with menu bar + big buttons + windows taskbar.

    4. Re:Real Web App Limitation by Anonymous Coward · · Score: 0

      Sux in XP because you can really do nothing with the GUI to optimise it.
      In Ubuntu I sue small fonts for window titles, maximus to hide the title bar completely when maximized, and a neat replacement task manager that is much more space efficient. Then in Firefox, hit F11 to go full screen when I really need it.

    5. Re:Real Web App Limitation by ChunderDownunder · · Score: 1

      *If* this encourages web designers to make their websites more flexible w.r.t screen real estate, it's a good thing. It's not always just a reduction of height but width, also. e.g. Nokia's maemo devices using an 800x480 screen.

      No more horizontal scrollbars!

      At the other end of the scale, websites that use a fixed width narrow band of content surrounded by side ads are most annoying on a pixel dense screen - you're sometimes left with vast empty expanses either side and text too small to read in the middle. Increasing font size doesn't help if the width doesn't scale - you just end up with fewer words! Scaling (ctrl-scrollwheel) works a little better.

    6. Re:Real Web App Limitation by Volatar · · Score: 1

      view -> fullscreen

    7. Re:Real Web App Limitation by wikinerd · · Score: 1

      Ugh, those Dells! If they had put a regular keyboard I would be willing to become their customer, but with such a keyboard I am not going to.

    8. Re:Real Web App Limitation by Anonymous Coward · · Score: 0

      my eee 901 is 1024x600 native, but also supports 1024x 768 (im not saying it looks pretty). Also, your only missing some height, which can usually be solved by scrolling down. Width is what really determines whether controls and other important features fit on screen.

  15. Web 2.0 by OrangeTide · · Score: 5, Insightful

    If your modern web apps can't run on a 1.6Ghz dual core or hyperthreaded CPU. then I think I'll blame the web apps and not the CPU. Does the Internet have to be this hard? What sort of supercomputer tasks does it take to render an interactive webpage?

    --
    “Common sense is not so common.” — Voltaire
    1. Re:Web 2.0 by the_raptor · · Score: 1

      The Atoms aren't like other CPU's from Intel. They only really have what Intel decided was the most common instructions for their domain implemented in real hardware, the rest don't have dedicated hardware. So depending on what instructions a program is using, the Atom can perform slower then a much lower rated CPU (I have seen benchmarks where they get beaten by 400-500Mhz Celerons).

      That said, I own an Acer Aspire One, and it feels faster then any of the computers I owned up until 2005.

      --

      ========
      CINC, 4th Penguin Legion
    2. Re:Web 2.0 by wombat21 · · Score: 2, Interesting

      I have an Aspire One (1GB, XP/Ubuntu on dual boot, yada yada) : I dont expect it to have the same grunt as the 2.2GHz dual core processor in my Macbook Pro or the Centrino 2 in my HP dv9 : it seems that I may be in the minority. We want it all - a 500 buck laptop that plays Crysis at 80fps while wowing the latte set and impressing our corporate overlords with the our sudden increase in productivity. Like the 'perfect' programming language (or car/surfboard/whatever) it doesn't exist. Here in Oz, the Aspire is roughly 1/6th the price of the MBP and the HP : I dont see it as 1/6th the machine. Battery life is fast becoming my number one criteria in portable devices, whether its a music player or a laptop, and its an area where most of the current offerings fall down.

    3. Re:Web 2.0 by Anonymous Coward · · Score: 0

      Javascript is still slow,lacks (decent)libraries,
      and its doesn't allow novices to develop something that eats less megabytes.
      Its not yet a rival to anything on the desktop or replace java."Web 3.0" is simply too wasteful to be practical.Don't even ask about DOM.

    4. Re:Web 2.0 by OrangeTide · · Score: 1

      I have two Atom systems. They are fairly fast, faster than my Celeron M system. Which Celeron series are you compared it to, a Coppermine? (P-III) or perhaps a heavily underclocked Northwood/Willamette to get it to be 500Mhz?

      --
      “Common sense is not so common.” — Voltaire
    5. Re:Web 2.0 by OrangeTide · · Score: 1

      Flash seems to cause me more issues than Javascript. But I think they are both pigs.

      I'm somewhat disappointed that Sun didn't throw together some tools for generating animation/videos in a jar as java bytecode without users having to do any real programming. Then the JIT and other features of a jvm could be used instead of the big hack that is Flash.

      It seems to me that if Sun would have held tightly to Java on the web, that it would be in their own interest. But we're watching it slip through Sun's fingers, and we'll just get to suffer with Adobe and Microsoft for our web experience from here on out it seems.

      --
      “Common sense is not so common.” — Voltaire
  16. Way slower on floating point.. by Joce640k · · Score: 1

    But only about 10-20% slower on integer code.

    --
    No sig today...
  17. leads to the question by Threni · · Score: 1

    > This leads to the question of how netbooks will be able to handle demanding Web apps

    Which leads to the answer "Yes, of course they can. They can run full versions of OSes like Ubuntu - why can't they run a script language like Javascript, or display video/animations like Flash?"

    Acer provides shockingly bad support, but fortunately there are independent forums where you can go for help. I'm using mine to learn about Linux for the first time and I'm quite enjoying it.

  18. Re:Been seriously considering one myself for codin by Anonymous Coward · · Score: 0

    I'm using an Eee PC 701 every day for coding and server maintenance. These little things are great for that. Mine is of course all tricked out with 2GB RAM, 16GB SD card and Mandriva Linux. You won't be sorry if you get yourself a new 901 and Mandriva fully supports it.

  19. Youtube works fine. by pomegranatesix · · Score: 1

    I'm a college student. My netbook is used mostly to take notes during class, and to check email between classes (and occasionally during class, if it's an especially boring class.)

    I don't need a super computer here :P Though, I will note that it's plenty good enough to load Youtube so I can keep up with my buddies on the latest viral video. However, my screen is just a LITTLE too small for when I'm trying to watch porn on redtube.... no joke, the height of the video is more than my browser window can accommodate without scrolling. (Sigh.)

  20. web apps? demanding? by Furan · · Score: 1

    There were no examples cited of "demanding" web apps. I can't think of a single commonly used webapp that is "demanding" enough for a netbook to show weakness.

    Could someone point me in the right direction?

  21. Planning on getting one by motang · · Score: 1

    I am planning on getting one myself maybe next year. I love the Eee Box especially with Xubuntu on it and I have been very happy with it. I am leaning more towards the Dell netbook as It comes preloaded with my favorite OS Ubuntu.

  22. XGA please by Anonymous Coward · · Score: 1, Insightful

    The real advantage to these netbooks is travelling around with them to give talks. You know, on those projectors they have everywhere.

    The ones that

    DISPLAY XGA NATIVELY.

    I'm sorry, I get a little emotional. To have the perfect solution for travelling and giving talks, but then have to resort to moving the mouse on the WVGA screen so I can see what the audience is seeing at the bottom of my slide.

    1. Re:XGA please by wikinerd · · Score: 2, Informative

      Use a presenter and don't look at your computer's screen at all! When I give presentations I use a computer pointing and laser pointer device (presenter) which allows me to control my computer while looking at the audience or the wall. I can move the mouse pointer, go down or up a page, etc. In fact I have four such presenters.

    2. Re:XGA please by Anonymous Coward · · Score: 0

      Ah, I see. You go for the whole "talk with your back to the audience thing".

      That's the great thing about a laptop: facing the audience while seeing what they're seeing.

      Whatever.

      Still pisses me off that NONE OF THESE have XGA screen height.

  23. Waiting for a "non-knockoff" manufacturer by sethstorm · · Score: 1

    It's one thing to do it cheap, but I'd rather wait for the fine folks at IBM/Lenovo make a shot at making one with quality. Asus and such seem to just cut corners wherever and hope you don't notice.

    As for the ratings:
    Hopefully they do the right thing and separate them into their own category. Netbooks have done enough damage to kill off S-IPS and reduce quality.

    --
    Twitter supports and protects racists - by smearing their critics with the "Hate Speech" label.
    1. Re:Waiting for a "non-knockoff" manufacturer by Anonymous Coward · · Score: 0

      Lenovo did make one, it's called the S10 and it's TRIPLE the price of other netbooks.

  24. Rotatable screen by PCM2 · · Score: 1

    Plus they all could benefit from a higher vertical resolution (or a rotatable screen).

    I don't know if this is widely known, but the Asus Eee PC (at least the 901, the first Atom processor model) has a "rotatable screen," at least in the software sense. Hit Ctrl-Alt-RightArrow and it goes into portrait mode. Hit Ctrl-Alt-DownArrow and it will even flip upside-down. Unfortunately, it's pretty difficult to use in these modes because the screen itself has no pivot. The fact that the touchpad doesn't change orientation makes it doubly difficult. It is handy for viewing certain kinds of documents, however.

    That said, I don't think I'd recommend an Eee PC for any kind of serious coding. The braces and brackets are in the right places, but the keyboard is unbearably small for most people. I can type on it well enough, and I've used it to compose long documents, but I do not recommend it to other people sight-unseen. Worse, the Atom processor really is poky, and the solid-state drives perform poorly. I imagine that compiling something on the scale of a Linux kernel on a Eee PC would be pretty arduous and frustrating.

    If I were you, I'd look into more traditional subnotebooks if you want a small laptop for coding. I've been very happy with models from Fujitsu in the past -- you don't find them in stores often, but Fujitsu makes a quality product. Mine took to Linux effortlessly. Sony also makes some very nice small machines, but I am suspicious of them because of Sony's poor track record with hardware support (short product lifespan, lots of proprietary drivers that can't be duplicated, etc). Panasonic might have something for you, also -- in any event, if you'll be running compilers I think you'll find that a more traditional processor and standard hard drives are what you'll want.

    --
    Breakfast served all day!
    1. Re:Rotatable screen by LarsG · · Score: 1

      Asus Eee PC (at least the 901, the first Atom processor model) has a "rotatable screen," at least in the software sense. Hit Ctrl-Alt-RightArrow and it goes into portrait mode. Hit Ctrl-Alt-DownArrow and it will even flip upside-down.

      As far as I know, that should be possible for every display provided that the X driver for the gfx card has proper xrandr support.

      I actually just discovered this myself a couple days ago while playing around with my new aspire one. "xrandr -o normal/left/right/inverted". Bind a hotkey to the command(s) and screen flipping should be just a keypress away.

      One would need some way to flip the meaning of the touchpad /arrow keys too to make it really useful, so if someone knows of any magic xorg trick to achieve that at the same time I'd be very grateful.

      --
      If J.K.R wrote Windows: Puteulanus fenestra mortalis!
    2. Re:Rotatable screen by PCM2 · · Score: 1

      Ah, sorry -- I assume you're right about Xorg, but I'm running Windows on my Eee PC. There the feature is somewhat unusual.

      --
      Breakfast served all day!
  25. Netbooks for pentesting and such by certain+death · · Score: 1

    I have been looking at both the new HP netbook, as well as the Acer One. I just can't get myself to buy one. I have been thinking about it because I currently carry my Dell D630 (Desktop replacement...kinda) and 3 Compaq EVOs when doing Pen testing. It would be nice to carry about 3 or 4 of the netbooks, but I need processing power, as well as lots of memory, so any opinions on how they perform in such a situation?

    --
    "My immediate reaction is "WTF? What kind of moron doesn't make things 64-bit safe to begin with?" Linus
  26. you want to video-edit with a netbook? by alizard · · Score: 1

    Learn how to use a remote control app and run it on your desktop from wherever you and your netbook is. The reason why your netbook is small, light, and cheap is that it doesn't have the CPU or storage to run demanding apps like video editing.

    Despite this, I'm fairly happy with my Linux eeePC.

  27. eee1000 by Fantastic+Lad · · Score: 2, Informative

    Asus eeepc1000. I'm using the one with the hard drive. It's a solidly built machine with a 10" screen and a battery life which is about double that of the nearest competitor. They're going for $460 on some order sites.

    If you can live with a slightly smaller screen and if battery life isn't terribly important, then the Aspire One looks like a pretty great deal with a lot of happy users and an 8Gb SSD.

    I find writing on the eee1000H really easy. Nice, big keyboard, and a decent screen size. If the machine were any bigger and it wouldn't be comfortable or easy to use, any smaller, it would feel limiting. (I've owned a couple of other small machines over the years, and I find a good screen size is vital for comfort in writing; I don't know how it is for coding, but I find I need to see more than just the immediate line of text I'm working on to write effectively. SSD seems like a good idea, but the laptop hard drive in the Asus works just fine. A friend of mine dropped one while it was playing a video and it didn't skip a beat. --Though I don't know if that would be such a good idea if it was trying to write at the time, but then I don't drop my hardware.

    -FL

    1. Re:eee1000 by Anonymous Coward · · Score: 0

      Ordered mine last Sunday and got it on Friday. I must say I am very pleased with my purchase. I got the 160GB version and I don't think I'll ever fill it up. It's perfect for school too, it's as big as a notebook (the real ones.. with paper) and only weighs a few pounds for that long ass uphill walk to class. While other people are wasting $400 for their crappy iphone, I got a fully featured OS (Windows XP) and computer..

  28. Which brand? by tepples · · Score: 0

    Run a USB powered hard drive from a USB port with too little current and the drive will start clicking as it malfunctions. It can fail to start up after that. Data cannot be recovered.

    Which brand of USB-powered hard drive fails to cleanly shut down on insufficient current, so that I can buy the competitor?

    1. Re:Which brand? by dattaway · · Score: 1

      Toshiba, IBM, Seagate... I have a collection over the years.

  29. These performance claims are questionable by Lord+Byron+II · · Score: 5, Informative

    Intel keeps saying that it's Atom processors aren't heavy duty, but I think that's marketing spin to avoid taking the bottom out of the market for the more profit-laden processors.

    I recently compared the Eee PC to my laptop. The Eee PC was able to calculate prime numbers at about 90% of the rate of my existing three-year old laptop. So, on a processor-to-processor comparison, they are about even. But the Eee PC also has three years of better hard drive, bus, and memory technology, and I expect it to fully whoop my laptop there.

    Basically, I view these netbooks as having the same power as a 2-3 year old average laptop, but in a smaller form factor.

    1. Re:These performance claims are questionable by Halo1 · · Score: 1

      The Eee PC was able to calculate prime numbers at about 90% of the rate of my existing three-year old laptop. So, on a processor-to-processor comparison, they are about even.

      No, they are not. The Atom is an in-order processor. That means it will suck heavily at most regular desktop app code which has not been specifically scheduled for executing on it, because while stalling on memory accesses or waiting for expensive operations to finish it won't be able to do anything useful.

      That does not mean that no code exists which may be just as fast on an Atom as on an out-of-order cpu (in case that code is heavily optimised, chances at that will probably increase), but it's far from "about even".

      --
      Donate free food here
  30. Re:Been seriously considering one myself for codin by wikinerd · · Score: 1

    The ASUS Eee 900's keyboard is acceptable for coding.

  31. Re:Been seriously considering one myself for codin by wombat21 · · Score: 1

    If you are serious about coding, I strongly recommend that you invest in one of the more expensive full-featured machines. I found that the best option on the Aspire One was to kill X and use virtual consoles, but vi and the Linux command line wont be everyone's ideal development environment. The keyboard on the Aspire is quite usable, but the trackpad sucks bigtime. The other area where the Aspire shines is in the role of dedicated database and web server during development, assuming you aren't dealing with terabytes of data, and mine sits on my desk doing exactly that 8-plus hours a day. My requirements are modest, but given that you can set up a fully-fledged Java development environment - database, app server, IDE, kitchen sink - on a midrange laptop, its difficult to recommend the little guys for coding.

  32. Lose the fan, improve battery life by Katatsumuri · · Score: 1

    Acer and Asus are doing great. MSI Wind is also nice. I'm only slightly disappointed to see all those netbooks still requiring a fan for cooling, and still achieving about 2.5 - 3 hours of battery life.

    I could settle for a much slower processor, if that would mean a cool, slim and silent machine that would also run for 8 hours on battery.

    I mean really, isn't it basically a reader / typewriter? If some websites may get slow, so be it.

    I think there is a market for two varieties of netbooks: "long play, cool" ones, and "high power, hot" ones.

  33. To hell with "demanding web apps". by argent · · Score: 2, Insightful

    If a web app demands significant performance from your local processor, comparable to video editing, then it sure as hell is unlikely to be portable and cross-platform. It's got no business being deployed at all.

  34. Insightful? by mr.float · · Score: 1

    You are wrong to compare the MacBook Air to these mini notebooks. While the toy-sized machines are limited performance wise and only suitable for mobile use, the MBA offers almost the same performance, keyboard and screen size than MacBook while being slim and light at the same time. This does at least account for the biggest part of the price difference. And you get Mac OS X, which for some people is the real value.

    1. Re:Insightful? by AmonTheMetalhead · · Score: 1

      What advantage does the AirBook offer over the MacBook Pro? Sure, it's lighter, but at cost? Virtually no io ports (one freaking USB port? Even my Asus EEE PC has 3!), it's slower then the MBP, it lacks ethernet, and a freaking battery autonomy of less then 3 hours!

  35. "rich user experience" is Microsoft talk by David+Gerard · · Score: 1

    As Intel tried to implement with the Celeron: the innovator's dilemma is that if you don't cannibalise your own market, your competitors will.

    "rich user experience"? They sound like Microsoft, and I'm afraid about as believable. The phrase sounds like an ad for Vista. A "sparse user experience" is a feature. Netbooks are just utterly compelling objects. Even the Eee, with its tiny keyboard and 800x480 screen. Anyone who's used one will laugh directly in the face of someone vaguely wibbling about the lack of a "rich user experience." No-one will care until stuff becomes famous for not working on these things.

    What practical activities are they thinking of that can't be done on a netbook? Be specific.

    --
    http://rocknerd.co.uk
  36. Native clients are not sandboxed by tepples · · Score: 0

    I've got this idea for local apps: natively compiled code that runs independently of a browser.

    But then you have to maintain three parallel versions for the three most common notebook platforms: Windows, Mac OS X, and Linux. Besides, unlike the JavaScript engine of a web browser, these operating systems out of the box do not run natively compiled code in a tight enough sandbox, so a misbehaving native client can disclose or overwrite all the files in /home/ceoyoyo or \Documents and Settings\ceoyoyo or whatever.

    1. Re:Native clients are not sandboxed by ceoyoyo · · Score: 1

      You're right. It's clearly impossible. Oh well.

    2. Re:Native clients are not sandboxed by tepples · · Score: 0

      You're right. It's clearly impossible. Oh well.

      I detect a hint of sarcasm. It's not impossible to install each app into a separate jail. It's just impossible to get the major operating system vendors to build this feature into web browsers; otherwise, Microsoft would have jailed ActiveX from day one.

  37. Well who defines the term "netbook"? by ahfoo · · Score: 1

    The answer is Microsoft and Intel. Both have tried to define this new product category that neither particularly wanted after the fact by telling their OEMs that they would be punished if they didn't fall into line and put limits on them. Microsoft wanted to limit them by RAM and screen size while Intel tried to set a limit of using only their own on-board graphics that came with the Atom platform.

    The OEMs initially complied and then Asus, which is both a brand name as well as an OEM, broke ranks and went with multi gig RAM and now apparently Atom platforms are going out with third party graphics solutions and larger screens. So the attempt to control this new product category and keep it clearly separate from the notebook looks bound to fail.

  38. Webapps? by AmonTheMetalhead · · Score: 0

    A question for ya all, who inhere actually uses "webapps"? I'm not going to be using a webbased version of Word or any such crap, hell, i don't even know any decent webapps at all.

  39. Why is this news? by Macman408 · · Score: 1

    Gotta put in the requisite "why is this news?" reply...
    So some website registers the most hits on its web pages of netbooks, and suddenly Slashdot declares that "Netbooks move up in notebook rankings"? I'm sure it's a valid headline, but at least back it up with a real ranking (eg sales numbers), and not the number of hits on a website. By that metric, Rick Astley should be this year's top artist.

  40. Intel is being conservative by Anonymous Coward · · Score: 0

    My eee 901 runs web apps just fine. In fact it runs Reason 4 just fine (occasional hiccups, but my desktop does that too). The only thing I have a problem with on a regular basis is compression and decompression of files (atom is horrible at this stuff). I think Intel has to be purposely underestimating the power of atom because they know we are going to get in there and test it to the limits and comment on its limited functionality. The truth is that atom gives you 100% of the functionality you need 99% of the time.

    1. Re:Intel is being conservative by LarsG · · Score: 1

      The truth is that atom gives you 100% of the functionality you need 99% of the time.

      Truth.

      I was slightly dubious at first, mostly due to benchmarks and marketing casting doubt on the atom's suitability for more than mid/umpc/subnetbook use but my experience with the aspire one a110l is similar. Most tasks you would want to use a *nix laptop for run at perfectly adequate speed on the atom; the performance takes a dive if you start hitting the ssd or swap hard, but that's more an issue of enough RAM and disk io speed and has nothing to do with the atom.

      I'm in the process of setting it up as a part-time myth frontend too so it can do double duty as media center and portable lappy. So far it looks perfectly capable of dealing with SD content streaming from my backend as long as I watch what background processes are running at the same time.

      --
      If J.K.R wrote Windows: Puteulanus fenestra mortalis!
  41. Mod parent up by mrraven · · Score: 1

    I edited video on a G3 900 ibook. Is it better on core2duo Macbook, or my G5 tower, yes. But editing non HD video is possible on what today is considered low spec hardware. The cool thing about that to me is I can buy very nice hardware used now that suits all my needs as a power user graphic designer, web developer, so no complaints.

    I don't need a netbook, BTW if I really need portable web surfing and to dash off an e-mail my itouch will do the trick, OTH if I need more power then it's the Macbook. To me the netbook is a solution in search of a problem and more of a fashion accessory than a true elegant solution to a real problem.

    --
    Tired of all the isms, don't exploit people as an employer, or a government, mmmmK?
  42. Re:Been seriously considering one myself for codin by h3 · · Score: 1

    Dell moved the apostrophe key to the bottom row, which pretty much broke the deal on the Mini 9 for. I don't know what kind of coding you do, but I use the apostrophe and quotation mark TONS.

    See here for a closeup: http://www.medicthree.com/2008/10/remapping-dell-mini-9-inspiron-910.html