Jpackage : Overview of one of Java 14's hidden gems. In this article we will create an installer for Minecraft using jpackage.
development
A collection of 21 posts
Some fun with Kotlin, Exposed and MySQL
Some lessons learned from playing around with Kotlin, Exposed, SQL and the iMDB datasets.
Open Offices are evil, Long live Open Offices!
Open Office plans are supposed to help collaboration. But really, they're a disaster and most people hate them.
Installing gdal for Python 3.6
Heyo, At Skyai, we are working a lot with Geographic Information Systems. Just like the large majority of the market, we use GDAL and its Python bindings for that. Even though we are ESRI partners, we still love our QGis…
Creating a wall dashboard with an old laptop screen
Heyo, The past year, I've had a growing need for a dashboard to check what's coming. Lots of things to take care of for the baby, my girlfriend leaving couple days a month on average, keeping all family visits in…
My experience at the 2017 Polymer Summit
Last week, I attended my first conference ever : The 2017 Polymer Summit in Copenhagen. I am used to go to Meetups (and organize them myself) but it was my first time taking part in something at a bigger scale. Since…
Merging several SVN repositories into one
The source code at Spacemetric has been split over several reasons for years. The main reason was that some customers were having access to part of our code, while some other parts were to be kept private. This makes working…
Strange bug with long XML files in android.
Lately I encountered a strange bug while developing my android application, and I think it is strange enough to share it in this blog post. Brestram is an android application that aims at delivering real time bus schedule for the…
onLocationChanged is never called on Android
I had problems with this while developing #BresTram. I was developing a new feature, allowing my users to find bus stops nearby using their GPS location. But whatever I was trying, my location was never set, and onLocationChanged was never…
Find whether a Windows dll is compiled for 32 or 64 bits on Linux
This morning, I stumbled upon an unexpected problem; and found myself not knowing what to do. I had to compile the native part of a library on Linux, based on the existing Windows dlls. Before compiling, I needed to know…