Luca

@Codable
67 Followers
358 Following
181 Posts
iOS developer📱| Dad 👶 | Mechanical keyboards ⌨️ | 3D printing 🖨️ | Smart Home 🏠 | Backpack collector 🎒| Apple enthusiast 🍎
Developer of EasyMQTT
Location🇫🇮 Finland
EasyMQTThttps://apps.apple.com/fi/app/easymqtt/id1523099606
Reviving this idea I had for EasyMQTT widgets to be displayed as live activities and… it’s looking very promising! All that work I put into the background connection keeper is paying off. Looking to ship this with 1.26.0

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.

#AppStore #iOS #appreview

Teaching OpenClaw to design 3D models to print and it worked even better than expected! Here’s a skill for it https://github.com/LucaKaufmann/gridfinity-generator-skill #openclaw #3dprinting #gridfinity
It's been a while since I last submitted a completely new app to the App Store, but here we go đź‘€
The whole repository is now public as well https://github.com/LucaKaufmann/Guess-a-tron
#BuildInPublic #Shipaton
A couple of vibecoding prompts later and the AI guessing game looks like this

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.

A new filter sheet for my recipe app #LittleChef #Shipaton #BuildInPublic
After some tweaking and with the help of the SwiftSoup library for HTML parsing, recipe imports are now working 🎉 Next up, tweaking the AI API calls and prompts #LittleChef #Shipaton #BuildInPublic
A few more days of progress, Claude Code did most of the work setting up the Tuist project and modules. It also came up with some creative solutions, like a quota tracking service that syncs over icloud, giving free users some amount of free AI recipe imports every month. Working my way through the features now, starting with RecipeFeature
#LittleChef #Shipaton #BuildInPublic

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!