/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

chipnetics.com
| | dave.cheney.net
3.6 parsecs away

Travel
| | [AI summary] This post is a transcript of a keynote speech discussing how the Go programming language prioritizes simplicity and collaboration in its design, contrasting it with the complexity of other languages.
| | lambdaland.org
4.6 parsecs away

Travel
| | Wikipedia1 cites a few different sources on what "Unix Philosophy" is. Peter Salus summarizes it as: Write programs that do one thing and do it well. Write programs to work together. Write programs to handle text streams, because that is a universal interface. That second bullet point is my favorite: making composable programs rather than monolithic systems. In this way, Unix is designed to be a forge for easily building new tools. The first rule-writing programs that do one thing well-is largely a means...
| | www.tedinski.com
4.8 parsecs away

Travel
| | Composing smaller pieces into a great whole is a powerful design technique.
| | dominickm.com
24.9 parsecs away

Travel
| With Summer coming to a close I decided to take another surf on the WSL (Windows Subsystem for Linux) wave and in short was not disappointed. Technically there are two flavors of WSL, WSL 1 and WSL 2. WSL 1 is a translation layer that takes Linux system calls and converts them into Windows ones. [...]