/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

3tilley.github.io
| | thorstenball.com
4.2 parsecs away

Travel
| | [AI summary] The article explains how Unicorn, a web server, leverages Unix system calls and concepts like fork, pipe, and signal handling to efficiently manage web requests. It highlights features such as hot reloading, zero downtime deployments, and worker process scaling using signals. The author emphasizes that these capabilities are not magic but a result of understanding and utilizing Unix's low-level mechanisms. The article also discusses the importance of knowing system-level details for debugging, architectural decisions, and deeper understanding of how software operates on the underlying system.
| | noteflakes.com
5.6 parsecs away

Travel
| | Exploring unix pipes with Ruby and Polyphony - Noteflakes
| | tanelpoder.com
5.7 parsecs away

Travel
| | As I'm delivering my Linux Troubleshooting training soon, I am going to blog about some typical issues and techniques we'll troubleshoot in the class too. I'll start from a relatively simple problem - logging in to a server via SSH always takes 10 seconds. The delay seems to be pretty constant, there don't seem to be major network problems and the server is not overloaded. Yet, remote logins always take 10 seconds. - Linux, Oracle, SQL performance tuning and troubleshooting - consulting & training.
| | karlherrick.com
14.8 parsecs away

Travel
| [AI summary] The article discusses the growing support and utility of Shadow DOM for server-side rendering of Web Components across modern browsers, illustrated with a code example.