Explore >> Select a destination


You are here

calebfenton.github.io
| | componenthouse.com
5.5 parsecs away

Travel
| | I have been testing java optimizations latelyand I have found a bug in the Java compiler by accident. The JDK version I use is 8 update 112, which is the latest production release available at this point (Dec 28, 2016). I have justreported the bug to Oracle, hopefully they will fix it soon. I will...
| | www.morling.dev
5.0 parsecs away

Travel
| | One of the ultimate strengths of Java is its strong notion of backwards compatibility: Java applications and libraries built many years ago oftentimes run without problems on current JVMs, and the compiler of current JDKs can produce byte code, that is executable with earlier Java versions. For instance, JDK 16 supports byte code levels going back as far as to Java 1.7; But: hic sunt dracones. The emitted byte code level is just one part of the story. It's equally important to consider which APIs of the ...
| | renato.athaydes.com
3.7 parsecs away

Travel
| | [AI summary] The blog post discusses running WebAssembly (WASM) on the JVM using the asmble compiler and Gradle plugin, highlighting its potential and challenges compared to traditional methods like Emscripten.
| | ianthehenry.com
13.4 parsecs away

Travel
| Okay. In the last post I got sort of an introduction to flakes, and I even wrote a flake, but I didn't learn how to... do anything with flakes. My flake provided an overlay, but I have no idea how to make my Nixpkgs actually use that overlay. I have no idea what "my Nixpkgs" even means anymore. My channel? My flake? Everything I've learned about Nix has been turned upside down. But presumably if we keep reading, these blog posts will explain how to actually put them to use.