java

Tag

Cards List
#java

Why 0xCAFEBABE?

Lobsters Hottest · 23h ago Cached

This content explores the origin and reasons behind Java's class file magic number 0xCAFEBABE, based on a 1996 newsgroup discussion.

0 favorites 0 likes
#java

BeanShell3 in Development

Hacker News Top · 4d ago Cached

BeanShell 3.0 is in development, updating the lightweight scripting tool for Java with new features like Lambda support after a long stale period.

0 favorites 0 likes
#java

@rauchg: Vercel is the Vercel for Java

X AI KOLs Timeline · 4d ago

Guillermo Rauch (@rauchg) states that Vercel is expanding to support Java, positioning itself as a Java development platform similar to its existing services.

0 favorites 0 likes
#java

@steren: You wouldn't deploy Java to Vercel...

X AI KOLs Timeline · 4d ago Cached

A tweet stating that Java applications are not suitable for deployment on the Vercel platform.

0 favorites 0 likes
#java

This Code Is CRAP (2011)

Hacker News Top · 6d ago Cached

The author highlights Crap4J as a valuable tool for identifying dangerous code in Java projects without false positives, praises its Jenkins integration, and notes its incompatibility with Java 7.

0 favorites 0 likes
#java

Java 27 Released

Hacker News Top · 2026-09-15 Cached

Java 27 (JDK 27) is now generally available, featuring enhancements like making G1 the default garbage collector, post-quantum hybrid key exchange for TLS 1.3, and various preview features.

0 favorites 0 likes
#java

jinfer: An open-source AI inference engine for the JVM. Finally, AI in jar.

Reddit r/LocalLLaMA · 2026-09-15

jinfer is an open-source AI inference engine built for the JVM, supporting various AI modalities like chat and vision without Python dependencies, and integrating with frameworks such as Spring AI and LangChain4j.

0 favorites 0 likes
#java

Better routing, probe fixes, plugin updates in Freenet/Hyphanet 0.7.5 build 1507

Hacker News Top · 2026-09-13 Cached

Freenet/Hyphanet 0.7.5 build 1507 is released with improved privacy for probe requests, reduced startup time, plugin updates, and it's the last version to support Java 8.

0 favorites 0 likes
#java

JEP 544: Ahead-of-Time Code Compilation

Hacker News Top · 2026-09-10 Cached

JEP 544 introduces ahead-of-time code compilation for Java applications to improve startup and warmup times by compiling code to native code in a training run, with dynamic JIT compilation for adaptability in changing workloads.

0 favorites 0 likes
#java

Virtual Threads for a scripting language in Java 8 without Loom

Hacker News Top · 2026-09-01 Cached

Jactl implements virtual threads and continuations for its scripting language in Java 8 without using Loom, enabling non-blocking operations in event-driven applications.

0 favorites 0 likes
#java

Why is Arrays.fill 265 times slower on G1GC?

Hacker News Top · 2026-09-01 Cached

The article investigates why Arrays.fill is 265 times slower on G1GC compared to ParallelGC, tracing the issue to JIT-generated code and memory barriers through detailed profiling and assembly analysis.

0 favorites 0 likes
#java

@jerryjliu0: I had to write Java during my junior year internship in 2016. And my manager asked me what IDE I was using. I told him,…

X AI KOLs Timeline · 2026-08-31 Cached

A developer shares a personal anecdote about using vim without plugins during a Java internship to prove their coding skill, contrasting it with using popular IDEs.

0 favorites 0 likes
#java

How we stopped a 44MB Excel file from blowing up our agent’s context window

Reddit r/AI_Agents · 2026-08-29

The article describes building a streaming tool to process large Excel files for AI agents, reducing context window usage from 86M characters to a small JSON output, and compares solutions from OpenAI, Codex, and Claude.

0 favorites 0 likes
#java

Value Classes Still Need Compiler Sympathy

Hacker News Top · 2026-08-26 Cached

This article discusses the integration of value classes as a preview feature in JDK 28 and analyzes the optimization opportunities and limitations in the JVM, emphasizing the need for careful compiler support.

0 favorites 0 likes
#java

Codes – typed application outcomes for Kotlin and Java

Hacker News Top · 2026-08-25 Cached

Codes is a library for JVM applications that provides stable outcome identities and explicit mappings for HTTP and gRPC, with zero runtime dependencies.

0 favorites 0 likes
#java

What's actually breaking when companies try to use AI agents for legacy code modernization?

Reddit r/AI_Agents · 2026-08-22

The article highlights challenges in using AI agents for legacy code modernization, such as lack of documentation and requirements gaps, and seeks community insights on effective practices.

0 favorites 0 likes
#java

How I Under-Engineered My Book

Hacker News Top · 2026-08-17 Cached

Chris Kiehl describes his simple, under-engineered process for writing a technical book using basic tools like Obsidian and Word, contrasting it with more complex approaches.

0 favorites 0 likes
#java

@GuidesJava: Apache Kafka Architecture Explained #kafka #springboot #java

X AI KOLs Timeline · 2026-08-16 Cached

This tweet explains the architecture of Apache Kafka, a distributed event streaming platform, targeting developers using Spring Boot and Java.

0 favorites 0 likes
#java

@seclink: It seems we can create benchmarks for more languages. Overnight, everyone is rushing to evaluate the cybersecurity capabilities of large language models, to see if this is real emergence or just hype. Next, we need to continue adding high-quality samples for next.js, rust, golang, c/c++, python...

X AI KOLs Timeline · 2026-08-15 Cached

This article discusses creating benchmarks for more programming languages to evaluate the cybersecurity capabilities of large language models, and announces the release of JSEF v1.3.0, a Java security teaching framework and benchmark for measuring the vulnerability detection capabilities of SAST tools and LLMs.

0 favorites 0 likes
#java

@javaevolved: Spring Null Safety with JSpecify Spring 7 adopts JSpecify annotations, making non-null the default and reducing annota……

X AI KOLs Timeline · 2026-08-13 Cached

Spring 7 adopts JSpecify annotations, making non-null the default and simplifying null safety by reducing explicit annotations.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback