/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

www.hillelwayne.com
| | rickardlindberg.me
9.8 parsecs away

Travel
| | I thought I knew how Bash redirects worked. If I wanted to redirect the output of a command to a file, I'd type this: program > /tmp/log.txt If I wanted to pipe both stdout and stderr to a text editor for further processing, I'd type this: program 2>&1 | vim - I knew that 2>&1 meant redirect stderr to stdout making it appear on stdout as well. I knew certain patterns for certain situations.
| | deut-erium.github.io
7.9 parsecs away

Travel
| | As a VIM lover, have you ever wondered the possibility of using vim bindings to edit commands in your shell? Or perhaps you're curious about how to manage le...
| | blog.sanctum.geek.nz
6.6 parsecs away

Travel
| | [AI summary] The post discusses common Vim editing anti-patterns and provides tips for more efficient navigation and text manipulation within the editor.
| | code.kummerlaender.eu
34.3 parsecs away

Travel
| [AI summary] This content discusses setting up a reproducible build environment specifically tailored for Teensy 4.0 microcontroller programs.