/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

me.micahrl.com
| | blog.djy.io
3.8 parsecs away

Travel
| |
| | rickardlindberg.me
2.7 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.
| | ykarroum.com
1.8 parsecs away

Travel
| | [AI summary] This article provides an in-depth code review of the CPython implementation, specifically analyzing the internal workings and source code of the `subprocess.Popen` class to explain how child process execution and file descriptor management function.
| | www.github.com
19.7 parsecs away

Travel
| my blog, with astro. Contribute to Krayorn/blog development by creating an account on GitHub.