This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Ken Kousen
kousenit.com
did:plc:dk2qm47sjyljrlurojujc7nu
In Java, you probably know you can't write:
var x = null;
with no type info, but you can write:
var x = (String) null;
But did you know you can also write:
var x = (Void) null;
which works, but raises all kinds of nihilistic questions. Cast into the void? Sure, why not?
#java #nihilism
2024-11-15T13:00:47.324Z