Recent Posts

Endive 1.0 Is Here: Wasm on the JVM Ships Under the Bytecode Alliance

Author: Andrea Peruffo Original post on Foojay: Read More A few weeks ago, we wrote about a new generation of Java libraries powered by WebAssembly. SQLite, QuickJS, Protocol Buffers, the Ruby Prism parser, all compiled to Wasm and shipped as regular JARs. No JNI, no platform-specific binaries. Wasm as an implementation detail. Today, the runtime that makes it all work …

Read More »

AI-Assisted Unused & Dead Code Removal

Author: Frank Delporte Original post on Foojay: Read More Why Your Codebase Is Forcing AI to Underperform, and What to Do About It Your AI coding assistant is only as good as the codebase it works on. If your Java application carries years of dead & unused code, and most do, the AI spends its reasoning budget on code that nobody runs. …

Read More »

Native Linux, Apple Watch, A Game Builder And Crash Protection

Author: Shai Almog Original post on Foojay: Read More This week brings a native Linux desktop port, an Apple Watch and Wear OS port, a visual Game Builder with a high-level gaming API, and a new crash-protection system, with a tutorial following each one over the coming days. There is also a large piece of work that you mostly should …

Read More »