/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

blog.eldruin.com
| | mohit.athwani.net
1.7 parsecs away

Travel
| | [AI summary] An educational article explains the UNIX fork() system call, detailing how parent and child processes function, how to differentiate them via PID, and provides C++ code examples for process creation and management.
| | ykarroum.com
3.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.
| | jameshfisher.com
1.4 parsecs away

Travel
| | A C function to create a new process, set up its standard input/output/error pipes, and return a struct containing the process ID and pipe file descriptors.
| | thecodebarbarian.com
22.5 parsecs away

Travel
| [AI summary] The article discusses using Vue.js as a static site generator for blogs, comparing it to traditional methods and highlighting its benefits for layout and template management.