This job is stuck, because you don’t have any active runners that can run this job. If you get this error in your gitlab ci/cd pipeline make sure that your runner has all the tags assigned to it that the pipeline needs. So if a pipeline needs multiple tags, the runner has to have all the tags assigned to it … Read More
The Problem At the work I wanted to have some computers boot automatically when triggered over WakeOnLan. There are four computers with the exact same specifications (HP Compaq 8200), but on three of them, when triggered by WakeOnLan, they would only display a blinking underscore instead of booting Windows. This problem was already reported on various sites but had no … Read More
No story, just the instructions, please: https://github.com/nahakiole/Java-Infrared-REST-API-Server-for-Android I’ve always loved the IR Remote feature of my old HTC One. It felt like a superpower to be able to mess with random tvs at random locations. After switching to a Pixel 2 and now an iPhone it laid around for a long time in my drawers until a friend of mine … Read More
A rite of passage as a developer is building a magic mirror. Every serious developer blog must have at least one article describing how they built theirs, so here is mine: I display our flat calendar that I shared via google calendar, the weather, the current tasks for each person provided by flatastic and a text that tells you the … Read More
How many of the tasks in Among Us can I automate?
The answer can be found at the end of this post.
This is the Swiss German Version of the Speech Printing a bicycle, which I gave last Year at the Rhetoric Club Solothurn Meeting on Zoom on the 14th of December. I used OBS with PowerPoint with a magenta background, so I could put the slides over the Camera Feed. For the camera I used my iPhone with the obs.camera Plugin. … Read More
I had a few ESP8266’s lying around and some OLED Displays and wanted to do a project with them. So, I decided to put a joke API (http://official-joke-api.appspot.com) I discovered earlier to use. Wire up your display to the ESP8266 according to the following schematics: Then add the following code to your ESP8266 with the Arduino Application. You need to … Read More
I just tested it and it still works in 2020 with the newest XAMPP Version. This is a short tutorial how the get up and running with dynamic virtual hosts with XAMPP on Windows. The goal of this tutorial is to be able to create a directory like “local.mywebsite.com” in your C:\xampp\htdocs\ to add a virtual host dynamically. First of we … Read More
A bit late, but I just found my old talk on Youtube about the prototype and this old post that I started writing. Originally this was a project from 2017. Part one can be found here. I finally got the parts I needed to build the prototype. After putting everything together according to my schematics, I uploaded the code and … Read More
Are you getting tired from typing the same login and pressing the same buttons on each device you need to configure? In this article I will describe a way to automatically fill in forms and click buttons on identical android devices. In my case, it were about 8 Samsung Galaxy Tablets where I needed to configure the wireless. Now you … Read More