Bringing the Unix philosophy to the 21st century (2019)
blog.kellybrazil.com
Bringing the Unix philosophy to the 21st century (2019)
1–10 of 151 posts
Re: Bringing the Unix philosophy to the 21st century (2019)
#2Re: Bringing the Unix philosophy to the 21st century (2019)
#3Some forgotten wisdom right there.
Re: Bringing the Unix philosophy to the 21st century (2019)
#4I was literally just thinking about this a few days ago. I'm super excited by https://www.nushell.sh/ . I think they are hitting on an order of magnitude improvement paradigm of shells that fit very nicely with the theme of this article.
Re: Bringing the Unix philosophy to the 21st century (2019)
#5Re: Bringing the Unix philosophy to the 21st century (2019)
#6Re: Bringing the Unix philosophy to the 21st century (2019)
#7Re: Bringing the Unix philosophy to the 21st century (2019)
#8I have noticed that people intuitively use unix philosophy _inside_ their programs. Not often you see well written software with functions that do not respect the unix philosophy (if only they would be programs and not functions).
[1] Unix has weird ad-hoc mechanisms too like environment variables or your PATH containing modified versions of programs, and it has programs that do a thousand and one things, but I claim those are mostly violations of the Unix philosophy.
Re: Bringing the Unix philosophy to the 21st century (2019)
#9Re: Bringing the Unix philosophy to the 21st century (2019)
#10https://git.kernel.org/pub/scm/network/iproute2/iproute2.git...