Manuel Maly
@manuelmaly
https://mastodon.social/@manmal — iOS Open Source (📦 ComposableUIKit, 🚜 CombineProperty, 🧮 LineCalc, 🧙♂️ DataSourcerer), Freelancer he/him
📣 Wanna render ComposableArchitecture state in a UINavigationController, declarative-style? ➡️ Check out my weekend project: github.com/manmal/Composa… Feedback, issues, and PRs are very welcome!
You know you’re having a great time when epochconverter.com is your most visited website
Gave it another shot with o3 and then let Claude Code loop on it til it worked. Got a Swift LSP server working and a list of unsigned var arithmetic sites (many false positives)
How it’s going
📢 Here's another banger. If you ever need a cli that can call AppleScript, welcome to a world of pain. Or just give Claude Code this post so it fixes up your scripts. steipete.me/posts/2025/app…
How it’s going
Been dealing with some arithmetic underflows due to unsigned variables. Turns out some assumptions are not holding, so we end up with impossible negative UInts. So I’m letting Claude Code generate a script that detects (across newlines) all subtractions that involve UInts.
The next beta comes with git integration - see how many files Claude Code or Gemini modify as they are working - catch them early when they go on a vision quest!
10 minutes later, Claude has produced a nice table of all Bosch dishwashers available at this certain shop, making the decision super easy.
using claude code sub tasks to investigate which the f is the ideal dishwasher
Don't built MCP servers. Build CLI tools with a --llm flag the LLM can invoke to get an LLM compatible description of what the tool does and how to use it. Benefit: you don't have a gazillion MCP server tools in your context. You pull in just the tools you need ad-hoc.