March 16, 2023

Voxxed Days ZĂĽrich 2023-03-16
Today I attended Voxxed Days ZĂĽrich
.
Voxxed Days are a series of technical conferences for developers, affiliated with the legendary https://devoxx.com
.
Future events include the Voxxed Days in Ticino on 2024-01-19 and next year’s in ZRH on 2024-03-07.
It is locally organized, with 25% of speakers
from Switzerland (and 22% female speakers, great!), and sponsored by Swiss IT companies such as Swisscom, Gradle Enterprise (!), ELCA, Julius Bär, Red Hat, Ergon, Adesso, Mimacom, CSS.
January 29, 2023

Java JDK Source Code in Visual Studio Code
I’ve switched from using Eclipse to Visual Studio Code (VSC) for Java coding,
and was missing the JDK Source Code in VSC.
The discussion in this bug
didn’t help, because the problem was the following:
It appears that the Language Support for Java by Red Hat extension “helps” users with its (Ctrl-Shift-P) Install New JDK UI feature. Those get installed into ~/.vscode/extensions/redhat.java-1.14.0-linux-x64/jre, are entirely separate from any “system package” JDK installs - and do not appear to include the src.zip with JDK source code (at least some of them, such as Eclipse Adoptium’s Temurin).
January 13, 2023

Plain text accounting with Beancount
Plain text accounting
is the idea of managing
personal finances (or perhaps a small business, or club, or whatever) using
a scriptable, command-line-friendly open source accounting software keeping
all related data in plain text files which are easy to version control e.g. with git.
This is an alternative to using something like e.g.
Intuit QuickBooks, Zoho Books, Xero, etc.
or even just whatever one of your banks offers you built-in.