
Noch ist es leer, aber gleich geht's wieder los: #Jatumba zum zweiten Tag der #JavaLand am #Nürburgring! #fun #action #community #knowhow #java
Noch ist es leer, aber gleich geht's wieder los: #Jatumba zum zweiten Tag der #JavaLand am #Nürburgring! #fun #action #community #knowhow #java
For work just now, I had to install eclipse for the first time since high school. Last time I used it, the version was a planet like Mars or Jupiter?
Dear god what I am getting into
What could possibly go wrong? #DOGE to rapidly rebuild #SocialSecurity codebase.
A safe and proper rewrite should take years not months.
The project organized by #Musk lieutenant #SteveDavis, multiple sources who were not given permission to talktell WIRED, and aims to migrate all #SSA systems off #COBOL, one of the first common business-oriented programming languages, and onto a more modern replacement like #Java within a scheduled tight timeframe of a few months.
https://arstechnica.com/tech-policy/2025/03/what-could-possibly-go-wrong-doge-to-rapidly-rebuild-social-security-codebase/
#Scala developers - the best remote-only company is looking for you! :) Disclaimer: you *do* need to communicate in Polish.
We're also looking for senior #Java, #Rust and #TypeScript devs. So if you're into type-checked languages, SoftwareMill is the place for you :)
Java-Konferenz: Livestream von der JavaLand-Hauptbühne auf heise schauen
Am 9. und 10. April 2024 überträgt heise das Hauptbühnenprogramm von der großen Community-Konferenz und das Rahmenprogramm aus dem JavaLand-Studio.
Oy, do I want to get away from working with Spring Boot
Tail Call Recursion in Java with ASM (2023)
Link: https://unlinkedlist.org/2023/03/19/tail-call-recursion-in-java-with-asm/
Discussion: https://news.ycombinator.com/item?id=43523741
“Come, let us go down and confuse their language so they will not understand each other.”
— James Gosling, creator of #Java
Early access of @graalvm version 25 can build #java to #wasm here is how to do it https://stackoverflow.com/a/79542976/175554
in case you wonder how to run wasm from java here is example
Elon Musk has appointed a team of technologists from #DOGE to "rewrite the code that runs the #SSA in months." This codebase has over 60 million lines of #COBOL and handles record keeping for all American workers and #payments for all Social Security recipients. DOGE aims to migrate all SSA systems off COBOL ... and onto a more modern replacement like #Java within a scheduled tight timeframe of a few months. After all, what could possibly go wrong? https://www.wired.com/story/doge-rebuild-social-security-administration-cobol-benefits/
Is there any way to actively test if a maven dependency scope is set to “test” but would be required to be “compile”/“runtime”? I broke a build that way but can’t think of any way to catch that.
heise jobs IT Tag am 01. April in München
Finden Sie ihren IT-Traumjob und kommen Sie mit potenziellen Arbeitgebern in Kontakt!
Minecraft 1.21.5 released!
Minecraft 1.21.5 has been released today! The latest Bedrock support is now available, with Java to follow. The actual upgrade will need more time due to chat changes.
https://www.creeperslab.net/news/2025/03/905-minecraft-1215-released.html
#Minecraft #CreepersLab #Java #Bedrock #Update #Chat
Malware para Android tenta escapar à detecção com nova técnica https://tugatech.com.pt/t65338-malware-para-android-tenta-escapar-a-deteccao-com-nova-tecnica
Looking forward to visit @JavaLandConf next week. As a start to the program @edburns blogposts are always a joy: https://mastodon.social/@edburns/114071720537653708
Happy to meet #Community,eg @kiview @martinfrancois @sippsack @sparsick @ascheman @McPringle @patbaumgartner @rdmueller @MBoegie @womanintech &more
Java Is Becoming a Monster (And I Love It)
I used to think Java was done. Stale. Verbose. A relic.
But now? It mutated. It spawns 5000 virtual threads like it’s nothing.
I just built a REST service: Runs on virtual threads
Functional pipelines
Only a few MB RAM
No thread-pools
No leaks
Pure JVM
This isn't Java 8 anymore.
No Groovy. No Kotlin. No detours.
Java is now useful and gets Beautiful.
And then there’s GraalVM:
If you skip reflection and runtime init, you get: Native executables
Instant startup
Tiny memory
No runtime surprises
Game. Changed.
But OSS frameworks?
Still look frozen in 2015.
Heavy, reflective, runtime-hacked monsters.
So I built my own tools:
TypeMap
→ Zero-reflection json/xlm reader & type converter
→ GraalVM native
→ Fast. Simple. Functional.
https://github.com/YunaBraska/type-map
Nano
→ Anti-framework
→ Static main, no DI magic
→ Pure, clean design
https://github.com/NanoNative/nano
Nano example app
One single static main file
https://github.com/YunaBraska/nano-graalvm-example
API-Doc-Crafter
Native CLI doc tool
https://github.com/YunaBraska/api-doc-crafter
My Java Functional Guidelines
https://devabyss.hashnode.dev/java-functional-guidelines
Java isn't just catching up.
It’s setting the pace now.
The only question is:
Can frameworks and libraries keep up?