Advertisement · 728 × 90

Posts by Max Rydahl Andersen

Screenshot 2026-04-11 at 17.40.37.png

Screenshot 2026-04-11 at 17.40.37.png

Try this in your maven project:

mvn eu.maveniverse.maven.plugins:pilot:RELEASE:pilot

So Happy to see Tamboui being used to improve developer UX for Java world!

Good stuff from @gnodet and @cstamas happening in https://github.com/maveniverse

3 days ago 13 3 0 0

For sure - but many thinks its somehow more than traditional middleware engineering - its not; and your favourite language/ecosystem can build these :)

5 days ago 0 0 0 0
- YouTube
- YouTube Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

Much ❤️ for @almiray on his comments on what been missing in Java in latest The Marco Show

#jbang #tamboui #picocli #jreleaser

https://www.youtube.com/watch?v=Jts62hWkRO8&t=3048s

6 days ago 1 1 0 0

I’ll be honest and say I rarely see those kind of half edits ever since including in system prompts to ensure to run build/tests before passing buck back to me.

And no - nanocode just runs until model says stop. It’s only 261 lines :D

6 days ago 0 0 1 0

It’s single edit but fairly trivial to do multi if wanted to but not sure it will buy you much.

I would of course recommend quarkus ai to go further :)

But I wanted to try show a coding harness is princely quite simple. No magic :)

6 days ago 2 0 1 0
A Coding Agent in 260 Lines of Java - @maxandersen A friend of mine pointed me to nanocode, and i found an article going about building an AI coding agent in 250 lines of Python. The original nanocode project...

I ported nanocode, a minimal AI coding agent, from Python to Java. 261 lines, one file, zero frameworks. Just JBang, Jackson, and a loop.

Want more try quarkus.ai

xam.dk/blog/nanocode-coding-age...

6 days ago 18 4 6 0

4/ The best part? There's no custom app. The entire "automation" is a markdown README describing what to do. The AI agent reads it and orchestrates the CLI tools.

A README is the new script. 😄

Now imagine having something like pi.dev available natively in Java... 🤔

1 week ago 2 0 0 0
Advertisement

3/ The output:
✅ Per-kid, per-day lesson overview with links
✅ Google Calendar entries updated with lesson content
✅ PDFs generated and printed to our home printer
✅ Warnings about materials needed or missed days

All from one command.

1 week ago 0 0 1 0

2/ I set up pi.dev (an AI coding agent) with Quarkus/JBang CLI scripts for Google Drive, Gmail, and Calendar.

It pulls all yearly plans, caches them locally, checks for updates, searches emails for school notifications, and cross-references everything against the daily schedule

1 week ago 0 0 2 0

1/ My kids go to an online school. Schedules, weekly plans, materials — scattered across Google Drive, learning portals, and email.

Every week I'd spend 1-2 hours piecing it all together. Now it takes ~2 minutes. Here's how 👇

1 week ago 0 0 1 0

"A whole civilization will die tonight, never to be brought back again" - United States President official communication!

United States Citizens - please f**king revolt ASAP!

1 week ago 3 1 0 0
d3a93f70-2fb0-11f1-9885-91ba338bedfd.jpg.webp

d3a93f70-2fb0-11f1-9885-91ba338bedfd.jpg.webp

Awesome photo of Earth by Artemis from https://www.bbc.com/news/articles/ce8jzr423p9o with caption:

"The Earth appears upside down..."

No. The Earth is exactly where it has always been. It's your internal map that's keeping your perception locked into an imperfect model of reality.

1 week ago 2 0 0 0
IMG_1693.jpeg

IMG_1693.jpeg

Go touch water.

1 week ago 4 0 0 0
IMG_1668.jpeg

IMG_1668.jpeg

Let’s just take a moment to appreciate we are now finally once again sending out humans to the frontier of space.

Safe travels to the crew on Artemis.

1 week ago 2 1 0 0
Preview
Join this video meeting Real-time meetings by Google. Using your browser, share your video, desktop, and presentations with teammates and customers.

Quarkus Community Calls are every 2 weeks - todays topic is kafka and kafka queues.

Starting just now :)

https://meet.google.com/jka-uhzd-fby

2 weeks ago 0 0 0 0
Preview
Download | IBM Bob Try IBM Bob free for 30 days with 40 Bobcoins

🎉 IBM Bob 1.0.1 is now available!

main thing for me is that it now starts to support skills - and this post was posted by my social media skill :)

https://bob.ibm.com/download

2 weeks ago 0 0 0 0
Advertisement

Your git diff could be better.

diffnav gives you GitHub's file tree in the terminal - tree view on the left, diffs on the right. Search, jump between files, syntax highlighting.

brew install dlvhdr/formulae/diffnav
git config --global pager.diff diffnav

3 weeks ago 1 0 0 0
- YouTube
- YouTube Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

At 51 and this drops on me and it hits even more true than the first time I listened to it the first time almost 20 years ago.

Always worth a listen.

https://www.youtube.com/watch?v=sTJ7AzBIJoI

3 weeks ago 1 0 0 1
Post image

Java 26 quietly ships `-Xlog:cpu`, and it’s a perfect match with jbang. Run `jbang --java 26 -R=-Xlog:cpu <yourapp>` to see per-thread CPU stats without attaching a profiler. Handy way to sanity-check GC/VM activity.

3 weeks ago 11 3 1 0

OSS folks: how are you shipping AI skills and plugins so committers can keep experimenting while users get something stable? How do you handle contributor vs company Claude Code and AI tool setups without fragmenting things? Drop examples, repos, or horror stories.

3 weeks ago 2 0 1 0

Java 26 is out today!

Fastest way to try it:

jbang init --java 26 hello.java
./hello.java

Congrats on the release @java and enjoy!

4 weeks ago 9 1 0 0
Preview
Quarkus has great performance – and we have new evidence · quarkusio quarkus · Discussion #52858 Quarkus has great performance – and we have new evidence Quarkus: Supersonic Subatomic Java https://quarkus.io/blog/new-benchmarks/

Quarkus isn’t just about making Java fast. It is about making Java competitive with the best developer experiences across ecosystems.

Nice to see .NET comparisons already using our new benchmark repo and highlighting DX.
github.com/quarkusio/qu...

4 weeks ago 5 2 0 0

I thought it was more issues are still there but now there is this higher level concept of work items?

1 month ago 1 0 1 0
From IDEs to AI Agents with Steve Yegge
From IDEs to AI Agents with Steve Yegge Steve Yegge has spent decades writing software and thinking about how the craft evolves. From his early years at Amazon and Google, to his influential blog posts, he has often been early at spotting…

"...if you have anything proprietary you become this thing where everyone just want to run around you..."

Lots of interesting quotes and observations in this
youtu.be/aFsAOu2bgFk?...

1 month ago 0 0 0 0
Advertisement
Yikes.
Yikes. Early March of 2026 became a defining moment in world history. For the first time AI was used in a major military operation, but that's just the beginning of the story. What followed was a betrayal…

OpenAI's behaviour is just not right here.
www.youtube.com/watch?v=_Ux1...

Want to reduce/get off my openai usage.

What sucks is Claude doesn't seem to have the parental controls that OpenAI offers - anyone know of better options as waiting until 18 to learn to use AI also isn't a good option?

1 month ago 0 0 0 0
Post image

We have a Quarkus team meeting this week and this is thus far my favourite slide - title need to be spoken out with an awesome accent :)

1 month ago 4 0 0 0

What I’m using more than anything else is x:

mise x node@lts gradle — gradle build

Runs anything anywhere without setup that way :)

1 month ago 0 0 0 0

Yeah and it works for all kind of weird stuff :) it’s windows support isn’t as magical but it’s “ok” given sdkman also don’t work super well on windows either.

1 month ago 2 0 1 0

Use mise instead.

1 month ago 4 0 0 0
Post image Post image

Pushing JFR beyond "just" profiling.

POC of having TamboUI emit (efficient) breadcrumbs of element tree and the regenerate a hi-res custom html allowing to introspect/replay frames.

Great for layout behaves as expected :)

1 month ago 1 0 0 0