Max Rydahl Andersen
@maxandersen.xam.dk
1.3K followers 260 following 16K posts
Quarkus co-lead - Distinguished Engineer, Red Hat. Creator of https://jbang.dev
Posts Media Videos Starter Packs
www.unfoldedcircle.com

When I moved I had house with Logitech universal remote but they discontinued it - so this came on Kickstarter - delivery expected Dec 2024...

Been fighting 4 remotes to control the TV/game setup - hopefully stops today :)
Unfolded Circle
Introducing Remote 3, our next generation, easy to use companion for your smart home.
www.unfoldedcircle.com
1.5 year wait is finally over.

Danish made unfolded circle remote have arrived.
Late on this but great to see Cursor being public about their interest and support in our Java development tools work we’ve been working on for over a decade. Java is where AI agents want to be!

cursor.com/blog/java
Improving Java support in Cursor · Cursor
Built to make you extraordinarily productive, Cursor is the best way to code with AI.
cursor.com
its really tricky to get it to switch kernels on initial install.
If you could boot up an online environment where you could share and run any java code and experiment and play with libraries would you use it ?
not a fan either but i dont think that is a violation as long as clearly documented and possible to turn off
Another vc funded driven killing of a project in its move to product ?
I'm surprised that there wasn't more noise around the license change of #Liquibase from Apache License 2.0 to Functional Source License (FSL) in Liquibase 5.0.0.
github.com/liquibase/li...

Is just nobody using it anymore? 😅

#Java #OSS #licensing
Release Liquibase v5.0.0 · liquibase/liquibase
Liquibase Community 5.0 is a major release See the Liquibase Community 5.0 Release Notes for the complete set of release information. ⚠️ MAJOR CHANGES IN COMMUNITY AND COMMERCIAL DISTRIBUTIONS Liqu...
github.com
After decades of wanting to set one up.

I finally got a rack mounted home network setup.

Wanted a video of blinking lights but instead I got eery audio that wasn't present when recording.

Oh well :)
Well...i totally support to include the feature sooner rather than later but java is used for more than Linux server load; i.e. i was after trying to use this to spot unit test performance which is done on devs machines. Maven/Gradle etc. Runs on dev. They could use this feature to :)
ah i should read the full article - you highlight the limits...yes, linux only ;)
really cool - spent way too long trying to get it to work until i noticed:

OpenJDK 64-Bit Server VM warning: CPU time method sampling not supported in JFR on your platform

linux only?
GitHub release attachments.
Got link to your issue ?
Yeah so only diff here would be my "don't mess with jbang directives" - a PR to spring java format might be better time spent. The code is trivial :)
Ultimately i just wish other formatters would have options to not mess with first line and explicitly formatted comments - then we would all be happier :)
If someone wants to contribute it - sure :)
Spring java fmt uses eclipse formatter and regions so would be trivial to make it not mess with /// in header and jbang directives.
happy to - as I wrote i made this against my will.

My "fix" simply is to split the formatted content to skip jbang directives.

With intended goal to get other formatters to do that too or at least provide way to avoid messing up valid code.
I got nerd-sniped over the weekend.

Made a java-fmt tool that in addition to make it super easy to format java code, is fast and work from anywhere - it also don't mess with jbang directives.

www.jbang.dev/learn/introd...
Introducing jbang-fmt
4 minute read
www.jbang.dev