I recently purchased an iPad Air and am blown away at how bad the UX is. Notes is incredibly buggy, the iOS is not optimized for the pencil pro (seems like it delivers very little value outside of visual arts programs), the Siri +gpt experience is laughable, and I can go on…
I’m a long time Apple user and I’m concerned with the state of things.
How is this any different from just using claude-cli?
The example on the npm page is something you could easily do from within claude-cli...? Sorry, I must be missing the point on this??
I’m genuinely curious how people have time to do this. I feel less and less sure of my abilities the more I see wonderful stuff like.
I can’t imagine the effort involved in this. Someone did mention this takes advantage of prior work just rerendering in ascii and mapping to procs but that’s not a negligible amount of work. How long did this take? I feel like I know nothing and I’ve been in this industry for more than I’d like to say.
I’m with you on the usecase. Simple server deployment on a VM, bash script is fine, in fact I recommend it. It’s when you start dealing with 5+ VMs that I would start looking into using a tool like Ansible.
Don’t get me wrong, I love bash scripts like any other old hat, but Ansible scratches this exact itch.
You’ve got playbooks that can execute shell, provide logging, better management, history of execution, fleet management, and it’s light weight. And there’s a robust community of shared modules, etc.