Programming
Running Garmin Connect IQ SDK on Ubuntu-20
AFTER INSTALLING GARMIN Connect IQ SDK on Ubuntu-20, using the script I created in Installing Garmin Connect IQ SDK on Ubuntu-20, I realized that building would work fine, but the simulator wouldn’t run due to the same dependency issue. ./bin/sdkmanager: error while loading shared libraries: libwebkitgtk-1.0.so.0: cannot open shared object Read more…
Programming
Installing Garmin Connect IQ SDK on Ubuntu-20
GARMIN HAS LINUX support for their developer SDK which is awesome! Unfortunately the installer for the Garmin Connect IQ SDK, is a GTK based application that utilizes an older version of libwebkit which is available for Ubuntu-18 only. You’ll end up with an error like this: ./bin/sdkmanager: error while loading Read more…
Linux
Xpra
XPRA IS SCREEN for X11, as xpra describes itself on its page. xpra allows to run X11 applications on a remote machine and benefit from the detach/attach workflow known from e.g. screen and tmux. I coincidentally discovered xpra today, when google’ing on how to setup copy to clipboard in tmux Read more…
Personal
Going down the Fish shell internet wormhole
A FISH SHELL installation resonantly led me down a wormhole of new information. Hyperlinks are the greatest thing ever invented – but can also be somewhat of a time consumer :-D I decided to install the fish shell. I’ve tried it before a long time ago, so thought it would Read more…
Programming
Cross-compiling Janet-lang
JANET IS A programming language that can be used for systems scripting or be embedded in other programs. For further details read more at the Janet site. My interest revolves around getting a portable language that could replace bash for scripting on a small arm based platform. This is the Read more…
Linux
Garmin Forerunner 610 and Garmin Connect on Linux
GETTING PROPRIETARY ELECTRONICS to work on Linux can be a hassle sometimes. More often that not, companies develops controller software for Windows only, or at best for Windows and Mac OS, but neglects to support the Linux platform. Then us that enjoy the freedom and wonders of Linux is often Read more…
Rant
F1 Timing App 2013
FOR THE 2013 Formula-1 season I though I would treat my self with buying the official live timing app: ‘F1 Timing App 2013’ by Soft Pauer Limited. At season start it costed around €22 – a hole lot of money of a one season app. So I had high expectations, Read more…
Linux
Serial Port Not Working On Fedora Due To GPS Daemon (gpsd)
THE SERIAL PORT on my Fedora 15 install, mysteriously refused to be accessed. I discovered that when inserting a USB-to-Serial device, GNU screen would refuse to access the created device /dev/ttyUSB0. » screen /dev/ttyUSB0 115200 [screen is terminating] Since I could use screen for serial access as root, and because Read more…
Games
Linux Nvidia Driver GLX Failure
I’VE BOUGHT A copy of the game Sacred Gold in an edition that is ported to Linux. This would be very exiting… if it didn’t segfault every time I start it :-( $ sacred sacred 1.0.1, built for i386 Segmentation Fault: I dont believe in dragons! oh… This is a Read more…