Hacker News
- Roll your own toy UNIX-clone OS http://www.jamesmolloy.co.uk/tutorial_html/index.html 17 comments
- The history and use of /etc/glob in early Unixes https://utcc.utoronto.ca/~cks/space/blog/unix/EtcGlobHistory 47 comments
- A proof that Unix utility sed is Turing complete https://catonmat.net/proof-that-sed-is-turing-complete 5 comments
- Research Unix Sixth Edition (WASM) https://research.swtch.com/v6/ 34 comments
- Unix Shell Programming: The Next 50 Years [pdf] https://sigops.org/s/conferences/hotos/2021/papers/hotos21-s06-greenberg.pdf 135 comments
- What Programmers Can Learn from Modular Synthesis and Unix https://nora.codes/post/modular-synthesis-and-unix/ 5 comments
- That time I had Steve Jobs keynote at Unix Expo https://www.cake.co/conversations/rZXhqtP/that-time-i-had-steve-jobs-keynote-at-unix-expo 40 comments
- Unix Toolbox http://cb.vu/unixtoolbox.xhtml 38 comments
- Free Unix (1983) http://article.olduse.net/771@mit-eddie.UUCP 35 comments
- Working With Unix Processes http://workingwithunixprocesses.com/ 3 comments
- Restoration of 1st Edition Unix kernel sources http://code.google.com/p/unix-jun72/ 13 comments
Lobsters
- Serenity OS: A love letter to '90s user interfaces, with a custom Unix-like core https://github.com/SerenityOS/serenity 24 comments osdev
- "The Unix Philosophy" says create small functions that do one thing well. Is this code Unix-y? None 4 comments functionalprogramming
- Not-quite-Unix-Like OSes http://cbbrowne.com/info/osmisc.html 9 comments programming
- Why is Unix's lseek() not just called seek()? https://utcc.utoronto.ca/~cks/space/blog/unix/LseekWhyNamedThat 27 comments programming
- 2038: Y2K, Unix, and the end of time https://www.wesleyabbey.io/post/2038-y2k-unix-and-the-end-of-time?utm_source=reddit 11 comments compsci
- Perl is "very easy to incorporate into modular Unix tool pipelines" https://www.spinellis.gr/blog/20200225/ 6 comments perl
- Linux vs. Unix What is the difference? https://opensource.com/article/18/5/differences-between-linux-and-unix 63 comments linux
- UNIX Administration Horror Stories https://www-uxsup.csx.cam.ac.uk/misc/horror.txt 13 comments linux
- Linux versus Unix: what's the difference? https://linuxconfig.org/linux-vs-unix 69 comments linux
- Problem-solving with Unix commands http://vegardstikbakke.com/unix/ 2 comments programming
- cffi-posix, a portable interface to unix. https://github.com/cffi-posix 7 comments lisp
- Browsix: Unix in the browser tab https://browsix.org/ 13 comments linux
- "Unix Horror Stories: The good thing about Unix, is when it screws up, it does so very quickly" by Agustin Villafane http://unixhorrorstories.blogspot.com/2011/08/unix-horror-stories-good-thing-about.html 47 comments programming
- "Unix Horror Stories: The good thing about Unix, is when it screws up, it does so very quickly" by Agustin Villafane http://unixhorrorstories.blogspot.com/2011/08/unix-horror-stories-good-thing-about.html 24 comments sysadmin
- The Art of Unix Programming http://www.catb.org/esr/writings/taoup/html/ 7 comments linux
- rtail(1) - Terminal output to the browser in seconds, using UNIX pipes. http://rtail.org/ 18 comments linux
- From AF_UNIX to kdbus https://dvdhrm.wordpress.com/2015/06/20/from-af_unix-to-kdbus/ 44 comments linux
- Pass: The Standard Unix Password Manager http://www.passwordstore.org/?1 129 comments linux
- Control-R, my favorite Unix shell command | Lerner Consulting Blog http://blog.lerner.co.il/control-r-favorite-unix-shell-command/ 5 comments linux
- The Unix Shell's Humble If http://robots.thoughtbot.com/the-unix-shells-humble-if 28 comments commandline
- [Screencast] Faster Rails test runs...with Unix! http://www.jstorimer.com/blogs/workingwithcode/8136295-screencast-faster-rails-test-runs-with-unix 5 comments ruby
- TIL: Unix time is *not* the number of SI seconds elapsed since 1 January 1970 https://secure.wikimedia.org/wikipedia/en/wiki/unix_time#encoding_time_as_a_number 4 comments linux
- Know Your UNIX System Administrator: A Field Guide http://www.stokely.com/lighter.side/sysadm.field.guide.html 4 comments linux
- (Morons at) SCO say judge should order Novell to transfer Unix copyrights http://www.sltrib.com/business/ci_14963578 11 comments linux
- The "Unix Command Line Kung Fu" presentation (PDF) is the single most helpful general shell reference I've seen http://www.deer-run.com/~hal/unixcommandlinekungfu.pdf 27 comments linux
- Unix epoch will reach 1234567890 on February 13th at 5:31pm EST. Get out your party hats! http://www.unixtimestamp.com/ 61 comments linux
- The Art of Unix Usability http://www.catb.org/~esr/writings/taouu/html/index.html 16 comments programming
- Pipe Viewer: Watch data flows within unix pipelines, and give progress bars to cmdline program that don't have them http://www.ivarch.com/programs/pv.shtml 74 comments programming
- Guide to Unix Interprocess Communication http://www.ecst.csuchico.edu/~beej/guide/ipc/ 8 comments programming