Toots du Jour (Oct 21)

<1 min read

Toots du Jour (Oct 20)

<1 min read

Mortal Kombat II : 3 Minute Extended Trailer

4 min read

Johnny Cage joins other fighters in the ultimate, no-holds-barred battle to defeat the dark rule of Shao Kahn, a powerful tyrant who threatens the very existence of the Earthrealm and its defenders.

R.I.P Dad

<1 min read

Photo on Flickr

Jean-Claude Thauvin (1939-2025) — Repose en paix, papa

Dumpling World 2

<1 min read

Dumpling World 2

Second time is the charm. Yum all around. 

New bld Extension: JBang

<1 min read

I've released a new extension for bld to easily execute JBang commands and scripts:

@BuildCommand(summary = "Runs JBang script")
public void jbang() throws Exception {
    new JBangOperation()
            .fromProject(this)
            .jBangArgs("--quiet")
            .script("path/to/script.java")
            .args("foo", "bar")
            .execute();
}

Full access to the entire JBang ecosystem with a single extension!