Fotogroep Waalre app goes open source

The Swift source code of the Fotogroep Waalre app is now in a GitHub repository. This allows software developers who are interested in photography to join in.

The Swift source code of the Fotogroep Waalre app is now in a GitHub repository. This allows software developers who are interested in photography to join in.
This website is new. Most content can be found via the Menu. I plan to make small, daily updates. This is the technology stack (in top-to-bottom order): Kadence theme for the Gutenberg block editor, WordPress 6.0 and MariaDB 10.8 – in two separate Docker containers, Docker (not essential, but why not), Ubuntu 22.04, a VPS…
The Fotogroep Waalre app (called “Photo Club Waalre” in English) has a new version on the Apple App Store. Starting with v2.1.0 the app’s source code is now also available on a public GitHub repository. This was a matter of conforming to GitHub conventions (like having a markdown readme file). But it took quite some…
Git, Linus Torvald’s version control system, is pretty unescapable nowadays. I methodically installed Git in a basic Xcode Swift project, along with Git-Crypt. The latter allows you to encrypt certain of the files that you published using Git. Publishing source code while encrypting a file or two may sound like a strange combination. But it…
I could explain this technology with a concise explanation such as ”Latent Diffusion Models (LDM) use machine learning to iteratively remove deliberately added noise”. Or I could try to further summarise the University of Nottingham’s YouTube video (which is in itself a summary of research papers). But let’s try to add value by providing info…