<1 min read
New Building
<1 min read
Ghost Garage
<1 min read
Toots du Jour (Mar 29)
<1 min read
- How #Cloudflare's wall of lava lamps helps keep the internet safe #cdn www.xda-developers.com/cloudfl… #
- #Google Cloud launches AlloyDB Omni, a downloadable version of its PostgreSQL-compatible database #postgresql techcrunch.com/2023/03/29/goog… #
Bld: Java Build System
<1 min read
There's a new builder in town.
This article on The Server Side serves as the official announcement for a new Java build system Geert and yours truly have been working on.
The article does a pretty good at summarizing what Bld is about, so I won't rehash it here.
So, if you're tired of fighting with your build system, and are looking for a pretty straight forward pure Java build system, please give Bld a try.
Sure, it's a little rough around the edges. And there are features that still need to be implemented. But I'm already using it for a few of my projects, which has truly been a refreshing breath of clean air. Of course, I'm a bit biased.
Bld was created because we're not really interested in build tools. We'd rather be coding.
Toots du Jour (Mar 28)
<1 min read
- There's a new #Java build system named Bld www.theserverside.com/blog/Cof… #
- Announcing the #GitHub Actions extension for VS Code #vscode github.blog/2023-03-28-announc… #
- What's New in #IntelliJ IDEA 2023.1 #ide #java #jetbrains www.jetbrains.com/idea/whatsne… #
- Make your own Optionals #java mccue.dev/pages/3-28-23-custom… #