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 |
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!