Hacker News new | ask | show | jobs
by gareim 5067 days ago
Exactly this. People that really care about optimizations aren't going to install the default Debian install anyways. They'd do a net install and build from there to get max performance for their old computers.

And I love that about Linux. I absolutely love how minimal you can get it (CrunchBang for me is the right mix). But it's time to focus on user experience if we ever want Linux adoption to spread. And that means we have to stop optimizing for computers that came out 10 years ago.

2 comments

Debian supports a huge number of architectures, not just the 386 that comes in most desktop computers. Not all modern computing devices have the power of Intel Core 2 processors.

The other thing is, if people want a sweet enduser experience, they're not going to install the default Debian install anyways. They'll use an enduser-focused distro like Ubuntu.

> People that really care about optimizations aren't going to install the default Debian install anyways. They'd do a net install and build from there to get max performance for their old computers.

I recently installed Debian on a Dell server with Broadcom network adapters. Couldn't use the netinstall image because by default Debian doesn't include non-free firmware. It was nice to be able to use CD1 to get a fully functional headless Debian system, to then install the non-free firmware package from a USB flash drive to get network connectivity.

Images with firmware included are available from http://cdimage.debian.org/cdimage/unofficial/non-free/cd-inc...
Thanks!