Lennart Poettering

Lennart Poettering

Poettering in December 2012
Born (1980-10-15) October 15, 1980
Guatemala City, Guatemala
Nationality German
Occupation Software engineer
Employer Red Hat
Known for Avahi, PulseAudio, systemd
Website 0pointer.de/lennart/

Lennart Poettering (born October 15, 1980) is a German computer free software programmer known for his work on PulseAudio, a sound server,[1][2] Avahi, an implementation of the zeroconf protocol for network device discovery,[3] and systemd, an alternative to the System V init daemon.[4]

Life and career

Poettering was born in Guatemala City but grew up in Rio de Janeiro, Brazil, and Hamburg, Germany.[5] Poettering currently works for Red Hat.[6]

Since 2003, Poettering has worked in more than 40 software projects, mainly written in C. He is the initiator, developer and maintainer of several Free Software projects, which have been widely adopted in many Linux distributions, notably the sound middleware PulseAudio (started in 2004), the networking solution Avahi[7] (started in 2005), and since 2010 the system startup system systemd.

Controversies

Poettering is known for having controversial technical and architectural positions regarding the Linux ecosystem.[8][9]

His style has brought him accusations that he is working against long-standing Unix philosophy,[10] which he addressed in his blog post The Biggest Myths.[11] For instance, Poettering has advocated speeding up Linux development at the expense of breaking compatibility with POSIX and other Unix-like operating systems such as the BSDs.[12][13] He took this decision because of his experience in writing some other low-level components in the desktop stack.[8] He invites others developers to do the same.[14] Poettering recommends also reading The Linux Programming Interface but ignoring the POSIX-specific parts.[9]

In 2011 Poettering, one of the main developers of PulseAudio, praised the Windows and MacOS audio stacks as "more advanced" and called OSS "a simplistic 90's style audio stack" without relevance for a modern desktop.[9]

Also in 2011, when asked why the Linux desktop hadn't been widely adopted by mainstream users, answered that: "Linux is still too fragmented...[and] needs to be streamlined...".[15] In 2014 Poettering published an essay criticising how software in Linux distros is commonly packaged, updated, and deployed; and laid out proposals the "systemd cabal"[16] (Poettering, Kay Sievers, Harald Hoyer, Daniel Mack, Tom Gundersen and David Herrmann) had for how the architecture should be changed.[16]

The controversy around systemd culminated also into personal attacks and death threats on Poettering.[17][18] In October 2014 Poettering complained that the "Open Source community is full of assholes, and I probably more than most others am one of their most favourite targets."[19] Poettering went on to put some blame on Linus Torvalds and other kernel developers for being a bad role model for encouraging an abusive discussion culture on technical disagreements;[20][21] a position which was shared by others like kernel developer Sarah Sharp.[22]

References

  1. "LPC: Linux audio: it's a mess". Lwn.net. Archived from the original on 2009-10-18. Retrieved 2009-07-03.
  2. Paul, Ryan (17 October 2007). "PulseAudio to bring earcandy to Linux". arstechnica.com. Ars Technica. Retrieved 20 March 2015.
  3. "Using Avahi The 'Right Way'", linux.conf.au 2007
  4. Michael Larabel (2010-08-23). "An Update On The SystemD System & Session Manager". Phoronix. Retrieved 2013-01-29.
  5. linux.conf.au 2007 profile
  6. FOSDEM 2011 interview
  7. Paul, Ryan (16 September 2007). "Apple's new iPod checksum cracked by GtkPod coders". Ars Technica.
  8. 1 2 "Interview: Lennart Poettering - Lennart Poettering will give a talk about "Systemd: beyond init" at FOSDEM 2011.". fosdem.org. 2011. Retrieved 2014-06-16. Many of my previous projects (including PulseAudio and Avahi) have been written to be portable. Being relieved from the chains that the requirement for portability puts on you is quite liberating. While ensuring portability when working on high-level applications is not necessarily a difficult job it becomes increasingly more difficult if the stuff you work on is a system component (which systemd, PulseAudio and Avahi are).
  9. 1 2 3 "Un entretien avec Lennart Poettering". 2011-07-06. Retrieved 2013-01-26. we still can't fully match competing audio stacks like CoreAudio [...] Both Windows and MacOS have much better integrated audio stacks than we have. [...] in general the CoreAudio stack is definitely more advanced than ours. [...] there's no doubt that it [the Windows audio stack] is probably still a better integrated audio hacking experience to develop for Windows. [...] OSS is a simplistic 90's style audio stack. I doesn't really have any relevance for what you need for a modern desktop.
  10. Larabel, Michael. 2 September 2014. New Group Calls For Boycotting Systemd. Phoronix
  11. Poettering, Lennart (2013-01-26). "The Biggest Myths".
  12. "Choosing between portability and innovation". lwn.net. 2011-03-02. POSIX is really an encapsulation of some choices that various Unix systems made along the way, rather than a body of text that got standardized and then implemented. According to Poettering, Linux should use its position as "market leader" (in the market of free Unix-like operating systems) and try out some new things. If developers don't force themselves into the constraints of the POSIX API, they could develop some really innovative software, like systemd shows. When these new developments happen to turn out really interesting, other operating systems could eventually adopt them as well.
  13. "FOSDEM 2011 interview". 2011-02-06. Not having to care about portability has two big advantages: we can make maximum use of what the modern Linux kernel offers these days without headaches -- Linux is one of the most powerful kernels in existence, but many of its features have not been used by the previous solutions. And secondly, it greatly simplifies our code and makes it shorter: since we never need to abstract OS interfaces the amount of glue code is minimal, and hence what we gain is a smaller chance to create bugs, a smaller chance of confusing the reader of the code (hence better maintainability) and a smaller footprint.
  14. "Interview: Lennart Poettering - Lennart Poettering will give a talk about "Systemd: beyond init" at FOSDEM 2011.". fosdem.org. 2011. Retrieved 2014-06-16. In fact, the way I see things the Linux API has been taking the role of the POSIX API and Linux is the focal point of all Free Software development. Due to that I can only recommend developers to try to hack with only Linux in mind and experience the freedom and the opportunities this offers you. So, get yourself a copy of The Linux Programming Interface, ignore everything it says about POSIX compatibility and hack away your amazing Linux software. It's quite relieving!
  15. "Un entretien avec Lennart Poettering". 2011-07-06. Retrieved 2013-01-26. I think we weren't innovative enough in the interface, and we didn't have a convincing message and clear platform. If you accept MacOS as benchmark for user interfaces, then we weren't really matching it, at best copying it. I think this is changing now, with GNOME 3 which is a big step forward as an interface for Linux and for the first time is something that has been strictly designed under UI design guidelines. So we now have a better interface, leaves the message and the clear platform. Linux is still too fragmented, and a developer targeting Linux will have to choose from a variety of APIs, a bazaar of somewhat matching but mostly just chaotic choices that will work on some systems but not on others. I think it would be in our greatest interest to streamline the platform top to bottom, and thus have a clear message what the Linux OS is. And of course, I believe my work in cleaning up the lower levels of our userspace stack is helping to work in that direction. Getting a clear message out what Linux is supposed to be is definitely a social issue, but to make that happen the Linux platform needs to be streamlined first, and that's a technical task, and not done yet.
  16. 1 2 Revisiting How We Put Together Linux Systems on 0pointer.net by Lennart Poettering "The classic Linux distribution scheme is frequently not what end users want, either. Many users are used to app markets like Android, Windows or iOS/Mac have. Markets are a platform that doesn't package, build or maintain software like distributions do, but simply allows users to quickly find and download the software they need, with the app vendor responsible for keeping the app updated, secured, and all that on the vendor's release cycle." (01 September 2014)
  17. lennart-poetterings-linus-torvalds-ran on zdnet.com
  18. Lennart-Poettering-and-the-cause-of-civility by Bruce Byfield
  19. on google+
  20. Steven J. Vaughan-Nichols (2014-10-06). "Lennart Poettering's Linus Torvalds rant". ZDNet. Retrieved 2014-10-31.
  21. "Lennart Poettering: Open Source Community "Quite A Sick Place To Be In"". Slashdot. 2014-10-06. Retrieved 2015-11-08.
  22. Gold, Jon (2015-10-05). "Linux kernel dev Sarah Sharp quits, citing 'brutal' communications style". Network World. Retrieved 2015-11-08.
This article is issued from Wikipedia - version of the 11/22/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.