/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

cl4es.github.io
| | zignar.net
2.8 parsecs away

Travel
| | Personal weblog about programming, linux, life, the universe and everything
| | blog.ndk.io
2.0 parsecs away

Travel
| | [AI summary] The author debunks the common myth that JVM slow startup time is a significant issue in Clojure development by demonstrating that the actual slowness stems from Clojure's runtime initialization rather than the Java Virtual Machine itself.
| | juandebravo.com
3.1 parsecs away

Travel
| | Juan de Bravo - Personal thoughts about technology (@juandebravo)
| | blog.deesee.xyz
17.8 parsecs away

Travel
| When reverse engineering an application that is shipped as compiled bytecode (jar file, war file, class files, etc.), we normally use a decompiler and then audit the resulting Java code. The catch is that the language the application was written in might not have been Java! Indeed, there are multiple languages that target the Java Virtual Machine (JVM) and produce bytecode just like Java does. On top of generating generally strange decompiled code, this has for effect that the common potentially dangerou...