Explore >> Select a destination


You are here

blog.gilliard.lol
| | studiofreya.org
1.3 parsecs away

Travel
| | [AI summary] A beginner's tutorial on how to install Java 9, set up the JDK environment variable, and run a Hello World program using Eclipse and the command line.
| | jamesward.com
1.7 parsecs away

Travel
| | [AI summary] The author provides a Java and Akka code example demonstrating how to compose Futures to execute multiple tasks concurrently and wait for their completion.
| | stuartsierra.com
1.8 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.
| | rpep.dev
14.9 parsecs away

Travel
| Alpine Linux is a distribution that is designed to be lightweight. In particular, its seen a lot of use in Docker images because the resulting image bundles are considerably smaller than those generated by other minimal distros. However, in the context of building a Docker image for a Python application, its worth thinking carefully before using Alpine, as it can often result in slower builds and counterintuitively it can even result in larger images occasionally.