/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

componenthouse.com
| | www.janwagemakers.be
1.4 parsecs away

Travel
| | For the smartthermostat I'm working on, I was looking for a way to get the outside temperature without placing a real sensor outside.
| | www.morling.dev
1.6 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.
| | studiofreya.org
1.7 parsecs away

Travel
| | [AI summary] A beginner's guide demonstrating five fundamental Java programming examples, including printing Hello World, using loops, taking user input, creating patterns, and reversing strings.
| | stuartsierra.com
17.4 parsecs away

Travel
| [AI summary] The author benchmarks various ways to run Clojure in 2019, comparing traditional JVM launchers like Leiningen with faster alternatives such as Babashka, Joker, and GraalVM-compiled native binaries against a basic C program.