Max Rydahl Andersen

43K posts

Max Rydahl Andersen banner
Max Rydahl Andersen

Max Rydahl Andersen

@maxandersen

Quarkus lead - Distinguished Engineer, Red Hat. Creator of https://t.co/0ZZd16V8jf. @maxandersen.xam.dk (bsky)

48.76624,9.205743 Katılım Mayıs 2008
1K Takip Edilen4.4K Takipçiler
Max Rydahl Andersen retweetledi
Markus Eisele
Markus Eisele@myfear·
AI agents don’t behave like API clients. They behave like terminal users. That’s why CLI tools are often beating MCP in real #AI workflows. For Java developers this leads to a nice combo: #JBang + composable CLI tools.
English
1
4
18
2.1K
Max Rydahl Andersen
Max Rydahl Andersen@maxandersen·
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.
Max Rydahl Andersen tweet media
English
1
5
41
2.1K
Max Rydahl Andersen
Max Rydahl Andersen@maxandersen·
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.
English
0
0
0
321
Max Rydahl Andersen
Max Rydahl Andersen@maxandersen·
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!
English
0
4
41
1.6K
Max Rydahl Andersen
Max Rydahl Andersen@maxandersen·
Trump stating attacking iran avoided starting WWIII and then complaining about the US former allies not coming to help after Trump made it clear he didn't consider them allies is...
English
0
1
1
344
Max Rydahl Andersen
Max Rydahl Andersen@maxandersen·
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. #discussioncomment-16146160" target="_blank" rel="nofollow noopener">github.com/quarkusio/quar…
English
0
4
16
968
Max Rydahl Andersen
Max Rydahl Andersen@maxandersen·
Bit tiered of seeing mcp is dead, use cli and APIs instead. It's more cli is now even more useful and you can call APIs including mcp APIs via a cli.
English
2
1
4
547
Julien Dubois
Julien Dubois@juliendubois·
Want to have a faster VS Code or GitHub Copilot CLI? Just released github.com/jdubois/jj-lan… It's a Node.js based Java Language Server Protocol server implementation. Initial tests show 21× faster at completion and 10× faster at references than JDTLS, while using 7× less memory.
English
7
2
8
1.8K
Max Rydahl Andersen
Max Rydahl Andersen@maxandersen·
"...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?is…
YouTube video
YouTube
English
0
0
1
387
Max Rydahl Andersen
Max Rydahl Andersen@maxandersen·
OpenAI's behaviour is just not right here. youtube.com/watch?v=_Ux13U… Want to reduce/get off my openai usage. 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?
YouTube video
YouTube
English
0
0
0
211
Stéphane Épardaud
Stéphane Épardaud@UnFroMage·
@maxandersen I like how you can just slap a smiley on a weapon that killed millions, wielded by the most brutal dictatorship in the galaxy, and suddenly that makes it cute and acceptable 🙄
English
1
0
0
46
Max Rydahl Andersen
Max Rydahl Andersen@maxandersen·
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 :)
Max Rydahl Andersen tweet media
English
1
0
2
242
Max Rydahl Andersen
Max Rydahl Andersen@maxandersen·
@1ovthafew Use an agent to filter the ones not living up to your bar - have it check the remaining ones if can be reproduced and if yes suggest to make a pr. Close it after 30 days if no movement with a link to this thread :)
English
0
0
0
42
Gavin King ⍼⍼⍼
Gavin King ⍼⍼⍼@1ovthafew·
@maxandersen The other possible solution from my side is I can (once again) just step back from day to day development. This is now looking like an extremely attractive option. It was the “way out” that I took once before.
English
1
0
0
83
Gavin King ⍼⍼⍼
Gavin King ⍼⍼⍼@1ovthafew·
I still struggle to understand the mentality of folks who believe that filing a bug report with no fix against an open source project is making some sort of "contribution". No: a bug report is a request for someone else who has a family and hobbies to do work for you for free.
English
11
0
19
3.3K
Max Rydahl Andersen
Max Rydahl Andersen@maxandersen·
@1ovthafew Biggest loyal users and contributors I have of memory are those who opened issues and then see them fixed with a thank you or pointer on how to fix.
English
0
0
0
27
Max Rydahl Andersen
Max Rydahl Andersen@maxandersen·
@1ovthafew 20 years ago when I was reporting issues found on a opensource ORM project I was able to open issues using the project without being gatekept on also being able to make a patch available. Every master was once a student.
English
2
0
0
58
Max Rydahl Andersen
Max Rydahl Andersen@maxandersen·
@1ovthafew What’s more value to you - the users and contributors who want to help being able to help or avoid someone who don’t want to help gets upset ? I choose the former. I understand/respect others prefer the latter.
English
1
0
0
51
Max Rydahl Andersen
Max Rydahl Andersen@maxandersen·
@1ovthafew I’ll say one big reason for that Is a fear of rejecting good issues but if you already are ok rejecting good issues by requiring pull requests I think enabling autoclosing when certain criteria’s not met is not a concern.
English
1
0
0
37
Gavin King ⍼⍼⍼
Gavin King ⍼⍼⍼@1ovthafew·
@maxandersen I mean, OK, "autoclose if too old" is an option, but I've never seen any project actually implement that, certainly not in a disciplined way.
English
1
0
0
56
Max Rydahl Andersen
Max Rydahl Andersen@maxandersen·
@1ovthafew Yes or close them. I don’t get those who think reports are noise. Close them if too old - they are still great to have when searching for stacktrace or similar issues. Especially in day of AI agents I see past bugreports as good context/data points.
English
1
0
0
38
Gavin King ⍼⍼⍼
Gavin King ⍼⍼⍼@1ovthafew·
@maxandersen So what's your plan to incentivize good behavior, Max? Just ... do nothing, while we continue to waste our lives dealing with trash issue reports from people who never contribute nor show any appreciation in any way? It's unsustainable.
English
3
0
0
84