/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

initialcommit.com
| | www.aligelenler.com
1.2 parsecs away

Travel
| | Open Source Software and Database Technologies, Java, J2EE
| | jamesward.com
1.9 parsecs away

Travel
| | [AI summary] This article explains how to use MongoDB for storing session state in a Java web application with Jetty, enabling scalable and maintainable session management without sticky sessions or session replication.
| | stuartsierra.com
2.7 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.
| | brianreiter.org
15.5 parsecs away

Travel
| Normally, the macOS Terminal.app title bar includes the current directory name. When you connect to a remote host with openssh on macOS, the title bar gets updated to be "$(whoami)@$(hostname): $(pwd)" instead. Unfortunately when you exit ssh, the terminal title bar is not restored and continues to say you are on a remote host. Once...