tylerwylie wrote:Gentoo isn't dieing, it's more or less being morphed though into an enthusiasts' OS.
What makes you think of it as an enthusiasts OS? While it is and always will be aimed at the more technically minded purely by being a from-source distro, I think Gentoo is very easy to use and work with.
I'd choose it over any other distro in most situations. Its binary package system makes it awesome for servers where you want to test on one machine and install to a live system, and lower powred laptops where compiling on the machine itself can be slow. It's awesome for a desktop because I get exactly the setup I want (pure ALSA with OSS emulation for sound, for example - none of the daemons I'd be forced to install with other distros). And unlike every other distro I've used, it's never overwritten any of my configuration without asking me first.
It's very slender and slim but if you want to install 3rd party software, support may not be there.
You mean except for the entire ebuild system which means that it's easy to find, update or modify packages produced by other people around the internet in any one of hundreds of overlays. And if you can't find one, it usually takes no more than half an hour to knock up an ebuild for most packages.
For desktops, binary packages included in distributions are being built with heavily optimized code, and when Gentoo used to zip around, you have to prelink and preload what you can for it to come close to some of the other binary distributions, (Fedora and OpenSUSE are very quick in this regard)
Because they do the prelinking and preloading too. Exactly the same techniques. The only difference is that with Gentoo you know what and how things are being done because you have to set them up yourself. This has and always will be the case.
As for heavily optimized - don't forget that with Gentoo you compile for your exact CPU - binary distros will compile for the lowest common denominator (all amd64 binary distros have to compile for generic x64, anything else is most likely i686 or worse). On Gentoo (with GCC 4.3) you can use march=native.
On Gentoo, the only machine I compile with march=i686 is my Eee and my server, where I compile on one machine then install to another (both compile hosts are Xen VMs - the server is a Xen VM too)
I really enjoyed using Gentoo on my laptop, but for now it's been relegated to servers, as the documentation fades the users will fade, as that was Gentoo's BIGGEST bonus. If you had an issue, someone else has had it before you, and wrote down HOW to fix it and put it on a website that was easy to find. This isn't the case as much anymore, and that's when Gentoo's lost it's golden edge... the community waned.
What's all this about documentation fading? Yes - the wiki died, but the vast majority of articles from the old wiki were saved (
http://gentoo-wiki.info) and a new one is being built in its place (
http://gentoo-wiki.com). From what I've seen the new wiki already has some high quality articles that were never on the old wiki (I've written some of them myself) and there are more foreign language wiki's than there used to be too.
Frankly, the death of the old wiki was long overdue in my opinion - while there were some good articles on there, the vast majority of it was unindexed, out of date, incorrect, used bad practices or just badly written. Most of the good articles are already on the new wiki - rewritten and updated.