Super Volatile

Krzysztof Szafranek's link blog

Hi, I'm Krzysztof and I make websites.
When I'm not making websites, I read these.
Jun 11 / 9:09pm

The Linux desktop experience is killing Linux on the desktop

I remember the first time I used Linux. A friend of mine installed Fedora 2 on my personal computer and there was a glitch in GRUB that prevented me from booting in Windows. My ethernet card wasn’t supported so I was left without Internet. I asked my friend can I at least watch a few movies while he brought me a patched version of the buggy GRUB. He told me - you need to compile MPlayer from sources with several optimization, you need windows video codecs, etc. At the time this excited me a lot - adventure, excitement. I learned A LOT by using Linux non-stop for so long time. But at some point you stop learning exciting things and are just stuck with tedious things you have to keep doing over and over again. And as I already mentioned - I don’t want my time wasted, I want to get the job done with minimum hassle.
more on batsov.com

Devoted user and contributor leaves Linux behind and explains his reasons. Using Linux on the desktop is fine as long as it's a goal in itself. If you use your computer as a tool and actually want to do something useful with, then probably you won't have enough time and patience to struggle with it.

Filed under: linux  
Jul 25 / 12:40am

On the scalability of Linus

The Linux kernel development process stands out in a number of ways; one of those is the fact that there is exactly one person who can commit code to the "official" repository. There are many maintainers looking after various subsystems, but every patch they merge must eventually be accepted by Linus Torvalds if it is to get into the mainline.

It's surprising to read that the flagship of Open Source has so centralized development process. And scary bus factor.

Filed under: linux   software development  
Mar 27 / 12:45pm

a/esr-sharing

You are a brilliant implementor, more able than me and possibly (I say this after consideration, and in all seriousness) the best one in the Unix tradition since Ken Thompson himself. As a consequence, you suffer the curse of the gifted programmer -- you lean on your ability so much that you've never learned to value certain kinds of coding self-discipline and design craftsmanship that lesser mortals *must* develop in order to handle the kind of problem complexity you eat for breakfast.
more on lwn.net

Eric S. Raymond appealing to Linus Torvalds.

Filed under: linux   psychology