In 1990 he began working at Lucid Inc., first working on Lucid Common Lisp, and then on Lucid's Energize C++IDE. Lucid decided to use GNU Emacs as the text editor for their IDE due to its free license, popularity, and extensibility, and Zawinski led that project. As Zawinski and the other programmers made fundamental changes to GNU Emacs to add new functionality, tensions over how to merge these patches into the main tree eventually led to the fork of the project into GNU Emacs and Lucid Emacs (now XEmacs).[1]
In 1992 he released the first version of XScreenSaver, a free and open-source collection now containing more than 240[2]screensavers. Initially released for Unix, it now supports macOS, iOS, and Android as well. On Unix systems, it also provides the framework for blanking and locking the screen. He still maintains it, with new releases coming out several times a year.[3]
Zawinski came up with the name "Mozilla" (originally the internal code-name of the web browser) during a staff meeting, as a reference to Godzilla and a portmanteau of "Mosaic killer".[7][8]
An easter egg he coded in the Netscape browser became quite well known during the early days of the World Wide Web: typing "about:jwz" into the address box would take the user to his home page, and would change the browser's logo animation to a fire-breathing dragon.[9]
Through his long-time support and advocacy for free software both inside and outside the company, Zawinski is credited with having been the inspiration for Netscape's decision to open-source the source code of the browser in 1998.[10][11]
He was a founder of Mozilla.org, personally registering its domain name on the day of Netscape's open source announcement and helping design and run the organization through its first year.[12][13][14]
When Netscape was acquired by AOL in 1999, he wrote a bulletin explaining that Mozilla's work would continue with or without Netscape.[15] And a year after the initial source code release, he resigned from Netscape and Mozilla, citing his disappointment that others involved in the project had decided to rewrite the code instead of incrementally improving it.[16][17]
DNA Lounge
Shortly after leaving Mozilla, he announced his purchase of DNA Lounge, a nightclub in San Francisco.[18][19][20][21] Zawinski purchased the nightclub in 1999 for approximately 5 million dollars and it was re-opened in July 2001, a process which he documented extensively in a blog named "DNA Sequencing".[22][23]
In 2016, he explored alternative funding ideas to keep the venue afloat during a downturn in attendance.[22]
Interviews and appearances
In 2000, Zawinski starred in the 60-minute-long PBS documentary Code Rush, which chronicles the creation of Mozilla.org and the release of the browser source code over the course of 1998.
Zawinski appears in several video installations at the Computer History Museum's exhibit, Revolution: The First 2000 Years of Computing.[29]
He was also featured in Sleep Mode: The Art of the Screensaver,[30] a gallery exhibition curated by Rafaël Rozendaal at Rotterdam's Het Nieuwe Instituut in 2017.
Zawinski's Law
Zawinski's Law of Software Envelopment, also known as Zawinski's Law, states:
Every program attempts to expand until it can read mail. Those programs which cannot so expand are replaced by ones which can.
Some have interpreted this as commenting on the phenomenon of software bloating with popular features.[31][32]
My point was not about copycats, it was about platformization. Apps that you "live in" all day have pressure to become everything and do everything. An app for editing text becomes an IDE, then an OS. An app for displaying hypertext documents becomes a mail reader, then an OS.
Principles
Zawinski first attained prominence as a Lisp programmer, but most of his larger projects are written in C. Despite that, he has long been critical of languages lacking memory safety and automatic memory management. He has particularly proselytized against C++. In Peter Seibel's book Coders at Work: Reflections on the Craft of Programming, Zawinski calls C++ an "abomination... the PDP-11 assembler that thinks it's an object system".[26][34]
Though he has written and published many utilities in Perl,[35] he is not without his criticisms, characterizing Perl as "combining all the worst aspects of C and Lisp: a billion different sublanguages in one monolithic executable. It combines the power of C with the readability of PostScript."[36]
He has criticized several language and library deficiencies he encountered while programming in Java, specifically the overhead of certain fundamental classes but especially the marketing and politics behind it that led Sun to conflate the language, the class library, the virtual machine, and the security model all under the same name, "Java" – to, he says, the detriment of them all. Despite the positive aspects, ultimately Zawinski returned to programming in C "since it's still the only way to ship portable programs".[37]