/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

jameshfisher.com
| | ykarroum.com
3.1 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.
| | mohit.athwani.net
2.2 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.
| | cpu.land
3.0 parsecs away

Travel
| | Curious exactly what happens when you run a program on your computer? Learn how multiprocessing works, what system calls really are, how computers manage memory with hardware interrupts, and how Linux loads executables.
| | blog.pnkfx.org
10.3 parsecs away

Travel
| This post is a prequel to a series of posts discussing why garbage collection is hard, especially for Rust, and brainstorming about solutions to the ...