I don't believe in deleting content on the internet. You fight ignorance and help education by protecting, not by removing, your voice.
As such I've used https://t.co/qq7yOOK8sC to copy ~16.000 tweets from the last 16 years.
You are not your code.
Speaking at Red Hat Developer Day in Aarhus
about what happens to developer identity when
AI writes the code for you?
Not a hype talk. Not a doom talk. An honest one.
https://t.co/FIAtd6imbA
The Agent that builds itself. 🛠️🔄
JForgeAgent is a @jbangdev script that constructs its own toolbox on the fly. Build @Java, @antigravity, @GeminiApp & #ADK, it generates, caches, and intelligently reuses JBang tools for future demands.
It doesn't just solve tasks—it evolves. 🧬
Check it out: https://t.co/D2cJ0Uv0Wc
@googleaidevs@GoogleResearch@googleaidevs #AI #Agents
@forked_franz Are you saying I’m slow ? :)
The code is fairly simple so have at it :)
For now I just tweaked fmpeg to send me content as small and raw as possible to avoid spending time decoding.
I’m sure you can find more.
@AndyBai59873550@1ovthafew At this point anything in Java should be considered something that will be removed in future versions.
What’s your point ? :)
@AndyBai59873550@1ovthafew Implementing serializible is a massive antipattern - tools will flag about missing serial identifiers as if there is only one way to serialize.
@maxandersen If this is really so important and useful, prove it to me by breaking serialization. No? Oh well, perhaps it wasn’t so critical after all?
@1ovthafew “This limitation balances the interests of developers using serialization libraries with the wider interest of all developers in having correct and efficient execution”
You are obviously not interested in correctness and efficiency.
This comment might contain sarcasm :)
@1ovthafew Well same with virtual threads blocking ability to set scheduler, attach of agents generating errors/warnings and use of native that hasn’t been declared is causing warning and errors.
All in name of security over pushing limits.
Just this one is a mild one.
@1ovthafew It needs to be in the jar you are running with -jar and you can specify all unnamed for the command line flag. So it works for normal/common Java.
I do it it in jbang to shutup java 26 about gson without having to change hundreds line of code.