/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

hamatti.org
| | stuartsierra.com
5.6 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.
| | librarian.newjackalmanac.ca
7.5 parsecs away

Travel
| | They say that the best time to plant a tree is twenty years ago. The second best time is now. I didn't learn how to code twenty years ago,...
| | www.softdevtube.com
7.2 parsecs away

Travel
| | Computers are orders of magnitude faster than when most of us started programming and yet a lot of software runs much slower than it should. Nobody likes progress bars. Slow code provides for a horrible user experience, drains batteries faster, and increases our cloud bill. This session explores some of the reasons why software is
| | blog.kdgregory.com
16.2 parsecs away

Travel
| When I want to package a Java application in a single JAR with all of its dependencies, I normally turn to Maven's Shade plugin. This ...