/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

ryanharter.com
| | inside.java
3.1 parsecs away

Travel
| | While the concept of serialization is quite simple, it often gets complicated very quickly given the various customizations that can be applied. For records we wanted to keep things as simple and straightforward as possible...
| | mydeveloperplanet.com
3.7 parsecs away

Travel
| | The 14th of September Java 17 was released. Time to take a closer look at the changes since the last LTS release, which is Java 11. A short introduction is given about the licensing model and after that, some of the changes between Java 11 and Java 17 are highlighted, mainly by means of examples....
| | blog.scaledcode.com
3.5 parsecs away

Travel
| | A dive into chapter eleven of Effective Java
| | brianreiter.org
9.6 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...