20.03.26 – von
Sebastian Jensen
From Commit to AAB/APK: Automating .NET MAUI Android Builds with GitHub Actions
Shipping an Android app is easy to postpone and surprisingly hard to standardizeA local build works on one machine, someone manually signs an .aab, someone else exports an .apk, and six weeks later nobody remembers which password, keystore, or command produced the store-ready package. That is exactly where GitHub Actions helps.
Weiterlesen04.02.26 – von
Marius Schröder
Knowledge Graphs and AI: Why Semantics Matter Again
A few days ago I listened to a podcast episode about knowledge graphs, ontologies and semanticsOne of those episodes where you start with “yeah yeah, sounds academic” and end up thinking “wait… this explains half of the problems we currently have with AI”.
Weiterlesen26.01.26 – von
Jonas Hundertmark
Building a simple, general purpose Navigation System in Godot
I love UI navigationIt’s one of those things that, the earlier you build it into your game/app, the more time it will save you later. This is the current version of what I am using for handling navigation in Godot. It’s a very bare bones setup, but it’s fully functional, extendible and modular. Let’s get to it:
Weiterlesen