Linus Torvalds: People are hard, code is easy, and Rustโs role in Linuxโs future.
Linus Torvalds has been working on Linux for 32 years, longer than many software developers have been alive. Surprisingly though, Linux, Torvaldsโ earliest โhobby project,โ arguably gains in importance each year, despite its age. Itโs rare for any software to remain relevant for a few years, much less a few decades. In the case of Linux, its ongoing relevance isnโt an accident. Instead, itโs a testament to some key lessons Torvalds has learned and applied for years.ย He sharedย some of those lessonsย at the recent Open Source Summit in Japan.
Among those lessons: figuring out how to collaborate with others and motivate contributors to ensure Linux keeps evolving. These are central to Linuxโs success and, indeed, all successful software projects.
Working with the Linux community
โPeople seem to think that open source is all about programming,โ Torvalds stresses, โbut a lot of it is about communication.โ For a demographic sometimes characterized as geeky hermits more comfortable with ones and zeroes than social engagement, this is an interesting insight. โPeople are hard,โ he says, but โcode is easy.โ
No softwareโand certainly no open source softwareโis ever just a lone programmer in front of a computer. In the case of Linux, โWe rely on literally thousands of people every single release,โ says Torvalds. Complicating things, โWe have a thousand people involved and theyโre not the same thousand people.โ Maybe half of those people will โsend just one patch, and a lot of them never show up again.โ Managing those thousands who return, as well as welcoming the thousands who โhave something small they wanted to fix that they cared about,โ takes a great deal of social skill.
To do this well requires more than just software development talent, Torvalds goes on. โMaintainers are the ones who translate,โ by which he means โthe context, the reason for the code.โ Itโs hard because โpeople relationships are hard.โ Maintaining parts of the Linux kernel, or any significant software, requires โa certain amount of good taste to judge other peopleโs code,โ which can be partially โinnate,โ he says, โbut a lot of it just takes practiceโฆ[over] many years.โ
For these reasons, โItโs hard to find maintainers [and] itโs much easier to find developers.โ Writing software isnโt as hard as incorporating software into larger, functional systems. That takes people skills, not just coding. So how have Torvalds and the Linux kernel community managed to interweave younger developers and their ideas with more established people and practices?
Rust never sleeps
Despite the seeming perpetual youth of Linux adoption, the Linux kernel community hit AARP status a while back. During the next few years, some within the Linux kernel community will be 60 years old. A few will be 70. Thatโs a demographic youโd expect to be maintaining Cobol, not an operating system that continues to be the heart of modern application development. With that age also comes experience and adeptness at separating hype from substance and consistently delivering exceptional code.
Itโs not just the gray-haired set that ensures Linux marches on. As Torvalds tells it, โOne of the things I liked about the Rust side of the kernel was that there was one maintainer who was clearly much younger than most of the maintainers.โ Certain areas of the kernel, like Rust, help attract new, younger talent. โWe can clearly see that certain areas in the kernel bring in more young people,โ he continues. Drivers are another prominent example.
Torvalds isnโt swayed by some of the hype around Rust (โRust has not really shown itself as the next great big thingโ), but heโs still a fan, and not just for its technical merits. โRust was one of those things that made technical sense, but to me personally, even more important was that we need to not stagnate as a kernel and as developers.โ Rust has challenged Torvalds and the Linux kernel community to consider new approaches to old problems (and new approaches to new problems). Itโs a way of feeding Linuxโs fountain of youth and relevance.
This approach has worked for Torvalds for more than 30 years with the Linux kernel. Hereโs to another 30 years of figuring out the social interactions that fuel great software systems, and how to encourage younger developers to bring their insights to evolving systems.


