Developer of EasyMQTT
| Location | 🇫🇮 Finland |
| EasyMQTT | https://apps.apple.com/fi/app/easymqtt/id1523099606 |
| Location | 🇫🇮 Finland |
| EasyMQTT | https://apps.apple.com/fi/app/easymqtt/id1523099606 |
Working on shipping some location features in EasyMQTT. Also planning to include a “connection keeper” feature that keeps the MQTT connection open in the background, which is something users have asked for for years.
It’s using the location APIs to keep the app active in the background, this is how other apps like Prompt 3 are doing it. Could be tricky to get through app review but fingers crossed! If anyone has any tips, let me know.
I took my kid to a science museum where they had an AI exhibit. There was a machine learning mind reader game where players went up against an algorithm that tried to predict the players next move.
I thought this would make a fun little side project, I did some research and wrote a specification for it, fired up VibeTunnel and after a couple of iterations we had a working game.
TIL markdown supports diagrams these days. Claude Code assisted me with setting up a CI workflow, opened a PR and added a diagram to visualize it
```mermaid
graph LR
A[GitHub Actions] -->|Generate| B[Changelog]
B -->|Attach to| C[Git Tag]
C -->|Trigger| D[Xcode Cloud]
D -->|Extract| E[TestFlight Notes]
```
Which renders into an interactive diagram in Github. So cool!