/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

leancrew.com
| | blog.jordan.matelsky.com
8.6 parsecs away

Travel
| | I recently started working on some tables and supplementary materials for an academic paper and found the need to print tables in Markdown format. The syntax is relatively simple, but programmatically generating these tables is tedious, and requires a lot of string-formatting which can get irritating.
| | rickardlindberg.me
10.6 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.
| | www.learnpython.dev
12.3 parsecs away

Travel
| | Free Learn Python Course by Nina Zakharenko - An intensive two day introduction and intermediate course on Python. Video course published on Frontend Masters.
| | fak3r.com
34.5 parsecs away

Travel
|