Lately, I like to stop by Quora to answer questions as far as I can humbly answer and to follow recommendations and other views on my hobbies. Today I found a topic that I found interesting, an algorithm called Aho-Corasick, used to find patterns in a text. You may be thinking, for that we already…
About to use deeplearning4j to discover variable stars and maybe planets in transit.
Good morning, a couple of months ago I started a demo for a project that I have been thinking about for a long time, how to use technology to help find habitable planets that are in star systems, moving around their companion star. Something not very ambitious, the truth. For this I had thought to…
About how to use different Java virtual Machines in a linux/osx enviroment.
Hi, you may have encountered the problem of having to use different java virtual machines in osx, either because apple currently installs jdk8 by default and you want to try jdk9 or jdk10, or because you want to compile something with openjdk or the official oracle jdk. The fact is that I found a program,…