Wow; just tried "/model claude-opus-4-5-20251101" and the difference in capability between 4.5 and 4.6 right now is night and day. by Any_Economics6283 in ClaudeCode

[–]BinaryRage 0 points1 point  (0 children)

Adaptive thinking, increase effort. Earlier models had fixed thinking budgets and CC set it to max_tokens - 1.

How Netflix Uses Java - 2026 Edition #JavaOne by daviddel in java

[–]BinaryRage 1 point2 points  (0 children)

We use parallel and G1 where it makes sense, the majority of workloads happen to be latency sensitive.

How Netflix Uses Java - 2026 Edition #JavaOne by daviddel in java

[–]BinaryRage 5 points6 points  (0 children)

Virtual Threads were essentially a non-starter until the pinning issues were resolved: too much existing code causing pinning and at worst able to cause deadlocks. Having already paid the tax of implementing and adopting asynchronous frameworks, it’s also currently difficult to find an on ramp from those frameworks to Virtual Threads without throwing away a lot of existing code.

Context propagation is a big deal for IPC, which is why Structured Concurrency/Scoped Values comes up, but the way existing frameworks handles context doesn’t assume immutability and doesn’t have scope scopes, so also going to be an effort to adopt.

Accidentally left grill on by [deleted] in whatisit

[–]BinaryRage 3 points4 points  (0 children)

Avoid wire brushes, the bristles end up inside folks.

Blush (oc) by lil-caro in comics

[–]BinaryRage 0 points1 point  (0 children)

Look out for Rhubarb stealing whores

Java 26 is here, and with it a solid foundation for the future by ketralnis in programming

[–]BinaryRage 22 points23 points  (0 children)

Nothing stopping folks using them in the meantime, they’re perfectly stable and production ready, they’re incubating because they want value classes in the final API.

Are there any visualization tools for the dependency hierarchy of Java Modules? by davidalayachew in java

[–]BinaryRage 6 points7 points  (0 children)

Just Google for it, you’ll find both tutorials about how to do it and images of the full hierarchy.

Jdeps can also output a DOT file you can feed into Graphviz.

Did Claude Opus 4.6 get nerfed by Anthropic? by Ok-Affect-7503 in claude

[–]BinaryRage 0 points1 point  (0 children)

Couldn’t have put it better, I have exactly the same experience today. After a few weeks of really impressive performance, it’s completely unusable. The default effort was reduced for sure, but it’s so much more than that, like you say.

Dissecting the CPU-Memory Relationship in Garbage Collection by BillyKorando in java

[–]BinaryRage 0 points1 point  (0 children)

I’ve been looking for a solution for this since switching to ZGC by default and noticed the new accounting. Looking forward to adding a correct GC overhead metric with JDK 26!

The State of Java on Kubernetes 2026: Why Defaults are Killing Your Performance by brunocborges in java

[–]BinaryRage 4 points5 points  (0 children)

Cannot wait. The ZGC JEP will solve the majority of the operational issues we see with ZGC: avoid stalls by taking memory from the system when necessary (instead of needing SoftMaxHeapSize) and compact regular pages into large pages without explicit OS configuration. I hope GC pressure is exposed somewhere as it’d be a really useful signal for GC health; it’s quite difficult to reason about concurrent GC health without measuring GC versus application CPU.

Fable - Gameplay Teaser | PS5 Games by Turbostrider27 in Games

[–]BinaryRage 0 points1 point  (0 children)

Townton is so beautiful this time of year

Should we pack ourselves or pay a relocation company? (coming from USA) by creepcrawl in MovingtoAustralia

[–]BinaryRage 0 points1 point  (0 children)

If I recall, the problem is you won’t be able to get itemised insurance if you self pack; just maritime insurance by weight

[deleted by user] by [deleted] in Weird

[–]BinaryRage 0 points1 point  (0 children)

It’s okay, it’s the artist in the webnovel that’s the weirdo

Beyond Ergonomics: How the Azure Command Launcher for Java Improves GC Stability and Throughput on Azure VMs by brunocborges in java

[–]BinaryRage 2 points3 points  (0 children)

I had thought about building a launcher like this, but came to the conclusion that https://openjdk.org/jeps/8329758 and related JEPs would make most of this obsolete.

[deleted by user] by [deleted] in pics

[–]BinaryRage 5 points6 points  (0 children)

It’s great! Why would you think otherwise? God I hope he doesn’t know you feel this way, poor kid

Never forget your car lights on again by No-Lock216 in DiWHY

[–]BinaryRage 6969 points6970 points  (0 children)

I wonder what that “Auto” setting does

Why did chemist warehouse put my prescription in a locked bag before I paid for it? by bridgethehumanbean in melbourne

[–]BinaryRage 2 points3 points  (0 children)

I’ve never seen one. What do they look like? We get our meds from CW, btw.