Your terminal is not a terminal: An Introduction to Streams
I always try to build less software. Less software means you have to spend less time updating it, less time fixing it, and less time thinking about it. The only thing better than “less software” is no software at all. Streams help us writing less software because they allow programs to communicate with each other. If programs cannot communicate they must have too many features to satisfy their user’s needs, therefore creating more software. By enabling inter-process communication, streams encourage software to be smaller and sometimes can even prevent software from being written. Learning about streams helps you understand a bit better how UNIX systems work and keep your development environment simple. Streams are just that: streams. In the same way that a river has a stream of water, programs have streams of data. Moreover, just like you can use steel pipes to carry water from one place to another, you can use UNIX pipes to carry data from one program to another. This was the very ana
I love streams because I don't like software . I always try to build less software. Less software means you have to spend less time updating it, less time fixing it, and less time thinking about it. The only thing better than "less software" is no software at all. Streams help us writing less software because they allow programs to communicate with each other . If programs cannot communicate they must have too many features to satisfy their user's needs, therefore creating more software. By enabling inter-process communication, streams encourage software to be smaller and sometimes can even pr
Explore this link on the map →related reading
- Command Line Interface Guidelinesclig.dev
- How Terminals Workhow-terminals-work.vercel.app
- Pipes | CS 162 HW 2cs162.org
- how I think when I think about programming - alice mazalicemaz.com
- Mercurymercuryos.com
- The terminal is on life support. Is it worth saving? | Warpwarp.dev
- the terminal of the futurejyn.dev
- https://redis.io/docs/latest/develop/data-types/streams/redis.io
- Using a 1978 terminal in 2026 (DEC VT-100) · Nikhil Jhanikhiljha.com
- tmux - Wikipediaen.wikipedia.org
- CS111 Assignment 3: Stanford Shellweb.stanford.edu
- CS111 Assignment 3: Stanford Shellweb.stanford.edu