Hacker News new | ask | show | jobs
by ff0066mote 5253 days ago
I've been using Arch on my HP Mini since May 2010. I haven't had any serious stability issues. Once in awhile I have to resolve differences between old and new system configuration files.

Arch is easy to set up with the installer. You get a minimal shell system which is good for focusing on code. Most things work out of the box if you just pacman -S the-package-you-need.

The hard stuff (wireless) is very well documented on http://wiki.archlinux.org/. Failing that, community on #archlinux is very helpful.

I'm sure it's not for everybody, but I like to spend my time creating things in code, and not arguing about what's the best environment to create things in.