|
You are here |
swharden.com | ||
| | | | |
exploringjs.com
|
|
| | | | | [AI summary] A comprehensive guide to the features, syntax, and best practices of ECMAScript 6 (ES6) for JavaScript programmers. | |
| | | | |
mark.engineer
|
|
| | | | | [AI summary] The author implements a Spigot algorithm on the 1971 Intel 4004 microprocessor to calculate the digits of Pi and reports that it successfully outputs the first 279 digits after approximately 3.5 hours of calculation. | |
| | | | |
miyuki.github.io
|
|
| | | | | [AI summary] The author details the process of building and using an old version of the GNU C Compiler (GCC 1.27) on a modern system, highlighting compatibility challenges and successful bootstrapping. | |
| | | | |
andrewkelley.me
|
|
| | | [AI summary] The blog post discusses the challenges and solutions for handling asynchronous I/O in Zig, focusing on cancellation, resource management, and concurrency. It highlights how cancellation is a key primitive for managing resources and avoiding leaks, while concurrency is essential for avoiding deadlocks in producer-consumer scenarios. The post also touches on the importance of using appropriate APIs like `concurrent` instead of `async` when true concurrency is needed, and the ongoing design work for stackless coroutines and I/O interfaces. | ||