wetdry.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
We are a community focused on gaming, tech, entertainment, and more.

Administered by:

Server stats:

813
active users

#java

11 posts11 participants0 posts today
Public

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.
arstechnica.com/tech-policy/20

Computer display showing COBOL code
Ars Technica · What could possibly go wrong? DOGE to rapidly rebuild Social Security codebase.By WIRED
Public

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.

heise.de/news/Java-Konferenz-L

heise online · Java-Konferenz: Livestream von der JavaLand-Hauptbühne auf heise schauenBy Rainald Menge-Sonnentag
Public

“Come, let us go down and confuse their language so they will not understand each other.”
— James Gosling, creator of #Java

Public

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? wired.com/story/doge-rebuild-s

WIRED · DOGE Plans to Rebuild SSA Code Base in Months, Risking Benefits and System CollapseBy Makena Kelly
Public

If I wanted to lick #Java enough to have better job security, but would also like to still live in #emacs, where should I look into first?

Public

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.

Public

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.
github.com/YunaBraska/type-map

⚔️ Nano
→ Anti-framework
→ Static main, no DI magic
→ Pure, clean design
github.com/NanoNative/nano

🧪 Nano example app
➡️ One single static main file
github.com/YunaBraska/nano-gra

🛠 API-Doc-Crafter
➡️ Native CLI doc tool
github.com/YunaBraska/api-doc-

🧭 My Java Functional Guidelines
devabyss.hashnode.dev/java-fun

Java isn't just catching up.
It’s setting the pace now.

The only question is:
Can frameworks and libraries keep up?