Attaching a Debugger to a Remote JVM
28 Jul 2025
There are a lot of out-of-date (or incomplete) tutorials covering this. One small change can fix the main problem you may face.
Using a Java Delegate With Cantaloupe
02 May 2025
Setting up a Java delegate with the Cantaloupe IIIF server for image file retrieval.
Why Are Java Strings Immutable?
24 Jan 2025
This question has been asked surprisingly frequently over the years, on various software forums and Q&A sites. At least, in this case, we can read what James Gosling had to say on the subject.
Populating and then Iterating Over a Hugo Map
25 Nov 2024
An example of populating a Hugo map (dict) and then iterating over it.
Customizing Hugo Tables of Contents
12 Nov 2024
The default styling for my Hugo table of contents (ToC) does not work well with the way I typically use Markdown headings. Here is how I customized what Hugo generates for a ToC…
New Look for northCoder - With My Own Codeblock Style
11 Nov 2024
I have replaced the old Hugo theme with one I created myself, including a custom code block renderer…