Explore >> Select a destination


You are here

blog.ndk.io
| | abarbanell.wordpress.com
2.3 parsecs away

Travel
| | This is a little experience report how to bring up Scala on my RaspberryPi Step 1: Java I have connected my Raspberry only with power and network (no keyboard/mouse/display) for now and log in via ssh from my Linux desktop. Not only to save cables on the desk, but also to allow copy and paste...
| | cl4es.github.io
1.8 parsecs away

Travel
| | JDK 12 development is ramping down with a targetted release in March. This hopefully means things will be pretty stable from here on out.
| | stuartsierra.com
1.4 parsecs away

Travel
| | [AI summary] The author benchmarks various ways to run Clojure in 2019, comparing traditional JVM launchers like Leiningen with faster alternatives such as Babashka, Joker, and GraalVM-compiled native binaries against a basic C program.
| | blog.trailofbits.com
12.7 parsecs away

Travel
| By Matt Schwager Trail of Bits is excited to introduce Ruzzy, a coverage-guided fuzzer for pure Ruby code and Ruby C extensions. Fuzzing helps find bugs in software that processes untrusted input. In pure Ruby, these bugs may result in unexpected exceptions that could lead to denial of service, and in Ruby C extensions, they...