Calculating

Whenever my language bores me

...I shorten it. Let's say I want to make a big input field with full persistence and switchable font size (like you see on the right). Then I write this:

cmodule BigInput {
  S text; // auto-persisted string field
  switchable int fontSize = 40;
  visual setFontSize(fontSize, dm_textArea('text));
}

(I just created the 2 new JavaX syntax constructs 'switchable' and 'visual' in like 10 minutes. Hover over the source code for more info.) —Automatic popup menu.

New Look&Feel

Pretty, isn't it. Look&Feel is called JTattoo.

Image was made with the automatic screenshot module on a very old Windows 7 machine where my OS runs flawlessly.

Fixing the last memory leaks in Java 10

I submitted this bug report to Oracle, and I'm making super-fancy functions like cleanDefunctACCsInAllThreads that automatically fix memory leaks other Java programmers have never heard of.

We will sail memory leak-free! :)

New Module: YouTube Downloader

Today we launched bla bla bla.

 

(No, seriously—we actually did. There is an awesome YouTube downloader in my operating system. I'm just too lazy to write.)

Now I need an awesome screenshot module and an awesome auto-upload-to-blog module.