Explore >> Select a destination


You are here

blog.nelhage.com
| | swtch.com
7.1 parsecs away

Travel
| |
| | mkaz.blog
5.6 parsecs away

Travel
| | Marcus Kazmierczak's blog about code, data visualization, and life
| | deniskyashif.com
6.8 parsecs away

Travel
| | In this article we learn how to implement a simple and efficient regular expression engine following the Thompson's construction algorithm.
| | www.morling.dev
21.5 parsecs away

Travel
| Recently I ran into a situation where it was necessary to capture the output of a Java process on the stdout stream, and at the same time a filtered subset of the output in a log file. The former, so that the output gets picked up by the Kubernetes logging infrastructure. The letter for further processing on our end: we were looking to detect when the JVM stops due to an OutOfMemoryError, passing on that information to some error classifier.