Older posts about programming. I think I stopped creating blog posts when stack overflow was created.

Running Kotlin Applications on a headless Raspberry Pi and other embedded systems
Kotlin is way more than just an Android programming language. And to show you I’ll explain how you can run Kotlin Applications on a headless

Updating MEROSS garage door opener to work locally only skipping cloud using my own HOME ASSISTANT MQTT broker
So after failing to use a simple Shelly 1 (v3) for my garage door automation I finally opted for a Meross smart device that is

How I’m pushing data from my Energica electric motorcycle to my Home Assistant installation
First a quick disclaimer, I’m literally writing this 3 days after the installation of my Home Assistant setup so I have little experience with that.

Disk Drill data recovery app werkt goed (gelukkig maar)
Het overkomt de beste. Ik was een aantal foto’s kwijt. Ik had deze op een kaartje staan samen met een deel oudere foto’s. En toen

configure error libusb headers missing
I got the below error while trying to build libnfc on a mac running mountain lion.
configure: error: The libusb headers are missing
I first checked if
Forecast weather API android lib
I used to call the google weather API within several Android apps. Until Google once decided to shut that service down. Since then I have
ActionBarCompat and NavigationDrawer example
I finally found some time to get the recently released support version of the Android ActionBar implemented. Also known as ActionBar Compat, with support back
AppleScript select RAW pictures iPhoto library
A quick appleScript I wrote to select all images from the current library that are from a certain type.The type is checked with the extension
jade template with variable in element id
For most NodeJS projects I rely on Jade for rendering views.A quick example of how to generate a set of elements based on your data:ul
Apple OS X keyboard shortcuts
some shortcuts to remember. Original source: http://ss64.com/osx/syntax-keyboard.htmlOS X Keyboard ShortcutsScreen Capture to disk: 3
adb devices no permissions on ubuntu
SolutionCreate a file named /tmp/android.rules with the following contents (hex vendor numbers were taken from the vendor list page):SUBSYSTEM==”usb”, ATTRS{idVendor}==”0bb4″, MODE=”0666″SUBSYSTEM==”usb”, ATTRS{idVendor}==”0e79″, MODE=”0666″SUBSYSTEM==”usb”, ATTRS{idVendor}==”0502″, MODE=”0666″SUBSYSTEM==”usb”, ATTRS{idVendor}==”0b05″, MODE=”0666″SUBSYSTEM==”usb”, ATTRS{idVendor}==”413c”,
IllegalStateException: Recursive entry to executePendingTransactions
I got the below error when converting an Activity to a Fragment that holds a ViewPager.06-01 10:14:49.698: E/AndroidRuntime(8102): FATAL EXCEPTION: main06-01 10:14:49.698: E/AndroidRuntime(8102): java.lang.IllegalStateException: Recursive