NodeRed for Onstar access for GM/Chevy vehicle access

In recent years there has been a surge in popularity of Chevrolet vehicles like the Chevrolet Bolt and, coming soon, the Equinox EV. There has also been increased popularity for Linux phones like the Librem phone, but unfortunately there has been no equivalent for the “myChevrolet” app for your own computer or Linux-phone… unless you know where to look.

Continue reading “NodeRed for Onstar access for GM/Chevy vehicle access”

Knime conference coming up

Next week the KNIME fall conference will be happening, Nov 14-16. For mathematicians or anyone wanting to look at some useful AI/Machine learning tools, this should be an informative conference! I’ve seen some previous sessions with interesting demos and overviews of new features they add to this open-source tool. Virtual passes are free to the live-streamed event! If it is like past online lessons, it is likely they will also be available later from their Youtube channel page.

Update: Check the videos here!

Packaging a Python application for ArchLinux/Manjaro Linux

In a previous howto I showed how to build a .deb installer file for a Python program. This would work for the majority of systems with Debian/Ubuntu/Linux Mint etc. However there are many users on Arch Linux or Manjaro, which do not take this .deb installer file. Some Linux computers such as the popular (and currently out of stock 🙁 ) Pinebook laptop, and Pinephone come with Manjaro Linux, which takes Arch packages. Thankfully there is an easy way to add a package to the AUR for these Arch-based devices.

Continue reading “Packaging a Python application for ArchLinux/Manjaro Linux”