How Gradle Is Javamaxxing
Gradle Blog
Gradle Blog
Gradle is aggressively adopting newer JDK releases to improve build performance, a strategy they call 'Javamaxxing.' Gradle 9.0 raised the minimum daemon JVM to Java 17, and Gradle 10 will require Java 21. Newer JDKs bring free performance gains through better GC, JIT compilation, and new APIs like Compact Object Headers (JEP 519) and the Class-File API (JEP 484). Critically, upgrading the JDK that runs Gradle does not force projects to target newer Java versions — JVM toolchains fully decouple the daemon JVM from the compilation and test JVMs, so you can run Gradle on JDK 26 while still producing Java 8 bytecode. About 80% of Gradle 9 users are already on Java 21+, making it a reasonable new minimum floor.
❤9👍3🔥1
Union Types Are Finally Coming to C#
C# 15 (shipping with .NET 11) introduces native union types, closing a long-standing gap in the language. Previously developers relied on workarounds like marker interfaces, abstract base classes, nullable returns, or the OneOf library to express 'this returns one of several types'. The new syntax is concise: `public union Result<T>(T, Exception);` declares a closed set of types. Implicit conversions allow direct assignment, and pattern matching gains compiler-enforced exhaustiveness checks — if a switch expression doesn't handle all union cases, the compiler warns. This means method signatures can truthfully express all possible return shapes without exceptions for control flow. The feature is currently experimental in .NET 11 Preview 4, compiled to a struct internally, and covers type unions (not yet full discriminated unions with named cases).
❤7👍4👎1
I replaced 6 paid subscriptions with a homelab on an old laptop — here's the full stack
A developer replaced six paid subscriptions (Plex Pass, UptimeRobot Pro, NextDNS, and others) totaling ~$400/year by running self-hosted alternatives on an old business laptop using Debian and Docker. The stack includes Jellyfin for media, Uptime Kuma for monitoring, Pi-hole with dnscrypt-proxy for network-wide DNS blocking, and more. The post covers both the practical benefits — built-in UPS via laptop battery, low power draw, portability — and honest trade-offs like initial setup time, occasional maintenance, and polish gaps in some open-source mobile apps compared to paid services.
❤13👍6👨💻3🔥1
TamboUI Promises to Bring Better Capabilities to Build TUIs in Java
TamboUI is a new Java library for building terminal user interfaces (TUIs), inspired by Rust's Ratatui and frameworks like Bubbletea and Charm. Currently at version 0.3.0, it offers a modular API spanning from low-level terminal drawing to high-level components, event handling, and CSS-like styling. The library is fully compatible with GraalVM for native binary compilation, addressing Java's historical startup time and distribution concerns. It has already been adopted by projects including Quarkus, Maveniverse Pilot, and Spring Initializr TUI. The creators argue that Java's maturity, combined with modern tooling like JReleaser and JBang, makes it well-suited for CLI and TUI development in 2026.
❤11👍4🔥2👨💻1
Retrospective on My Job Search
A senior frontend engineer and former VP of Engineering shares a detailed retrospective on a 5-month job search in 2025-2026. Out of 60 applications, 78% were rejected without an interview, 23% ghosted entirely, and only 13 led to conversations. Key observations include the rise of AI-automated screening making it harder to pass initial filters, the blurring of job levels (junior, mid, senior, staff), and the challenge of being simultaneously over- and under-qualified when transitioning from executive leadership back to IC roles. The search ended successfully with a role at Duna, which was praised for its humane hiring process.
❤7👍4
• Instant match updates
• Goals & key moments in real time
• Breaking news, no spam.
• Lineups, injuries, and matchday surprises before everyone else
Please open Telegram to view this post
VIEW IN TELEGRAM
👨💻2❤1🗿1
🔥 The legendary trader known as "Bulldog" is back
Back in 2024, he was banned by the MEXC exchange because traders following his VIP channel signals were pulling thousands of dollars per trading session - which wasn't profitable for the platform itself.
Today he has opened access to his channel again - only 100 spots available 👇
https://xn--r1a.website/+Z5wZlcY-VHA4NzEy
Back in 2024, he was banned by the MEXC exchange because traders following his VIP channel signals were pulling thousands of dollars per trading session - which wasn't profitable for the platform itself.
Today he has opened access to his channel again - only 100 spots available 👇
https://xn--r1a.website/+Z5wZlcY-VHA4NzEy
👎11❤4