rise of the netbook

So I’ve been thinking about getting a new computer sometime soon (meaning within the next year). Not one to replace my desktop, but a portable computer. My natural first thought was to get a laptop, but then something caught my eye: the “Netbooks” category at Newegg.com. I’d heard of these little computers before, but I pretty much ignored their existence because I thought they were just another short-lived fad. But apparently I was wrong: netbooks have become quite popular in the last year or two. And now they even have their own category on the level of desktops and laptops/notebooks! Needless to say, I got curious and scoured the web for netbook-related info.

Asus Eee PC 1000h{ the Asus Eee PC 1000H from 2008. source: laptopnext.com }

Now that I’m educated in the science of netbooks, I’m pretty impressed by them. Not by their power, of course, which is laughable compared to a decent laptop. Most mid-range netbooks now have 1.6 ghz Intel Atom single-core CPU, compared to the typical laptop’s 2 ghz or more dual-core CPU. And if you’re thinking about playing modern 3d games on a netbook, forget about it (although there are some that will work — barely). Usually, the best you can do on a netbook as far as graphics is watch videos on Youtube.

edit: Apparently there are some netbooks with good graphics performance, such as the Asus N10. It has a GeForce 9300M GS as well as integrated graphics, with the ability to switch between the two (but this requires a reboot). With this particular netbook you can play older games smoothly and even some newer games, and of course hi-def movies. The battery lasts around 5 hours even when running Nvidia graphics. Very nice. The downside is the price: $680.

What’s attractive about netbooks is their mobility and the fact that they’re very cheap. If you just need to check your email and write a few documents on the go, and maybe surf the web while you’re bored, a netbook seems ideal. The average netbook is around $400, and many are a lot cheaper. More money in your pocket = more happy. (Assuming you’re happy with a netbook…)

Most netbooks nowadays have screens somewhere around 10″. While on the one hand that means great mobility, on the other hand it means a small screen and a rather cramped keyboard. I’ve heard that prolonged use of such a small keyboard can be uncomfortable. I don’t have firsthand experience though. Another drawback of this small size is that netbooks don’t have CD/DVD drives built in. For what netbooks are designed for (doing stuff on the web), it doesn’t matter all that much, but still, it’s an inconvenience to use an external optical drive if you ever want use CDs or DVDs.

Battery life is another strong point. Most netbooks go upwards of 5 hours on a 6-cell battery, some even 8 hours.

I’ll probably end up getting a laptop as planned, because I really want that extra power, but netbooks look interesting anyways. The future of netbooks looks promising, especially now that Google is making an OS for netbooks (!!). And soon the NVIDIA Ion chipset will be out, which will make graphics better on netbooks. A few Ion netbooks are already on the way.

1 comment July 9, 2009

HOW TO DISABLE OR REMAP CAPS LOCK (or any other key)

I got to thinking about the caps lock key because of ALL CAPS DAY, and it took me a while to remember the last time I used it. It was last month… oh wait, that was when I pressed it by accident. The month before that I used a few times… no, those were accidental too. 90% of the times my caps lock key is pressed, it’s either unintentional or it’s my cat.
If caps lock were somewhere else on the keyboard it would be alright. But as it is, it’s more useful if it’s turned off. So here’s how to silence the beast that is caps lock. This article is just for Windows, but I’ll write something like this for Linux sometime.

Continue Reading 1 comment June 30, 2009

Rock your box with Rockbox

Seeing as how I haven’t switched OSes or gone on a customization frenzy this week, I’ll talk about a little something I found a few months ago. Rockbox is its name. MP3 players are its business. Awesomeness is its nature.

Continue Reading 3 comments June 25, 2009

Windows XP revamp, part 2: convenience (a.k.a. UI improvements)

Now you have a nice, easy-on-the-eyes Windows XP desktop. If you don’t, then you either missed the first part of the guide or I just suck at writing guides. So anyways you have a pretty XP setup, but it’s still rather annoying and inconvenient sometimes. Here are some cool programs I found that give Windows XP a little usability boost.

Continue Reading 1 comment June 18, 2009

Windows XP revamp, part 1: visuals

Truth be told, I’d love to have Windows 7 once it’s released. It has the nice looks of Vista plus some slick interface improvements. But alas, I’ll only get a new computer next year, so that’ll have to wait. In the meantime I’m making my XP desktop nicer. There are a lot of things in XP that are less than satisfactory, both in looks and in usability. So I’ve improved on some of these, and I now I’ll tell you what I learned.

Continue Reading 2 comments June 11, 2009

5 addicting open source games

There are lots of games in the world of open source, which means lots of cheap fun. Well, sort of. Many of these games aren’t complete enough to be playable, others have been abandoned, and some just aren’t very fun. But there are many good open source games, and out of these a few are just amazing. So amazing, in fact, that you just might get addicted.
I’m pretty new to open source games, but here are 5 of those rare, addiction-inducing open source games that I’ve found, in no particular order. All of these games are available for Windows, Linux, and MacOSX. Fun for everyone!

Continue Reading 8 comments June 3, 2009

Gnome desktop overhaul guide

The Gnome desktop environment is pretty cool. It’s simple and solid. Unfortunately a default Gnome desktop is not very appealing to the eyes. We all come to the point where we wonder, “Can I make my Gnome desktop look super l33t?” And then when we see screenshots of awesome Gnome desktops, a burning desire flames up in our hearts. That’s how it was for me, anyways. So I set out to transform my desktop into something that looks cooler.

Continue Reading 2 comments May 25, 2009

Wakoopa for Linux has arrived!

I just found this today, and I am overjoyed. Read about it here. I haven’t tried it yet, but I’m sure it will be good, and even better as time goes on and they polish it up.

edit: I tried it, and it’s awesome. No problems at all so far, and it works just like the Windows tracker except for the lack of web tracking for now.

2 comments May 15, 2009

deck out your Windows XP, Linux style

I like Windows XP, mostly because I don’t have money to buy Vista. XP works alright, but after using Linux (Mint and Ubuntu) there are just a few really useful features that I miss. XP also looks pretty bad compared to newer operating systems. So here are some nice improvements I’ve found. These are best for people who use Linux as well as Windows, but most of these are useful even if you don’t use Linux.

Continue Reading Add comment May 9, 2009

unlock files/folders in Ubuntu

I’m running Ubuntu 9.04 now. It actually doesn’t crash every 20 minutes like 8.10 did for me (to this day I do not know why it did), so I’m happy. It was super easy to set up, but of course there are always those little problems you run into. One pesky annoyance was that when I moved my giant music/documents/videos/games folder from Windows over to Ubuntu, it was locked! That means I couldn’t delete, add, or move files within that folder and all subfolders.

Here’s the solution I found. Open a terminal and run this command: sudo chmod 777 [path] -R, where [path] is your locked folder or file. In my case I did sudo chmod 777 /home/fipi/Stuff -R, and viola, now I can delete, create, and move files to my heart’s content.

à

1 comment May 3, 2009

Previous Posts


categories

recent posts

older posts

recent comments

vaxo on Rock your box with Rockbo…
Kev on Windows XP revamp, part 2: con…
DDN on unlock files/folders in U…
Caleb on HOW TO DISABLE OR REMAP CAPS L…
Dawood Mamedoff on rise of the netbook

top posts

Feeds

Twitter updates

visitors! woot!

Wakoopa badge

Software tracking

blogroll

cool music!

geek power

Linux stuff

Pages

 

November 2009
M T W T F S S
« Jul    
 1
2345678
9101112131415
16171819202122
23242526272829
30  

meta