/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

deniskyashif.com
| | blog.notdot.net
2.6 parsecs away

Travel
| |
| | twomorecents.org
1.2 parsecs away

Travel
| | [AI summary] This text is a detailed exploration of the development and implementation of a regular expression engine, drawing from the works of several key figures in the field. It covers various features and techniques, including capturing groups, backreferences, numeric ranges, and the use of threads to simulate backtracking. The author also discusses the inspiration from Russ Cox, Rob Pike, and Ken Thompson, and their contributions to the field of regular expressions and computing.
| | swtch.com
0.9 parsecs away

Travel
| |
| | nora.codes
18.9 parsecs away

Travel
| [AI summary] The article explains the concept of 'unsafe' in Rust, clarifying that it allows specific low-level operations while maintaining overall memory safety through the language's type system and safe abstractions.