You are here |
feathersui.com | ||
| | | |
in.relation.to
|
|
| | | | Java 9 comes with a new feature very useful to library authors: multi-release JARs (JEP 238). A multi-release JAR (MR JAR) may contain multiple variants of one and the same class, each targeting a specific Java version. At runtime, the right variant of the class will be loaded automatically, depending on the Java version being used. This allows library authors to take advantage of new Java versions early on, while keeping compatibility with older versions at the same time. If for instance your library pe... | |
| | | |
unencumberedbyfacts.com
|
|
| | | | There have been 350+ commits since Cypht 1.0.0 was released, and in this post I'm going to talk about every single one. Kidding of course, but I do want to share some of the super-cool things that have happened since. As always, I want to thank everyone who has written me an E-mail, filed a... | |
| | | |
techtldr.com
|
|
| | | | I use Ammonite and ipython like REPL for Scala. I find it handy to save history to file, so here is how to do it in Ammonite. Ammonite exposes a global object called repl, which has a method called history. The code above converts history to a new line separated string and writes it to [...] | |
| | | |
nakov.com
|
|
| | I was a speaker at the "AI Industrial Summit 2024". My talk was about the changes in the software engineering professions due to the adoption of AI technologies and tools, the shifting of the developer role and the upcoming "AI-driven software development". Slides from My Talk "Software Engineers |