Agis Tsarampoulidis

@agis
121 Followers
160 Following
862 Posts
iOS Engineer • Maker of @subsmind • Writer • International Speaker • Bookworm • OSS Contributor @GithubDesktop, @swiftlang • Prev: iOS Wire, @microsoft, @irisapp, @getstarkco •
Instagramhttps://www.instagram.com/agisilaostsaraboulidis/
Building out CLIs for all the things I want access to in the terminal + an "agent" would want access to https://github.com/shareup/nanomsg https://github.com/shareup/nanomail https://github.com/shareup/nanotes etc

I can’t recommend this interview with @steipete enough. As someone who has followed their work since basically the beginning, it was both a lovely walk down memory lane and a deeply insightful tour of where software development is heading. 👍

(And just a wild story of Clawdbot’s rise)
https://newsletter.pragmaticengineer.com/p/the-creator-of-clawd-i-ship-code

The creator of Clawd: "I ship code I don't read"

How Peter Steinberger, creator of Moltbot (formerly Clawdbot), builds and ships like a full team by centering his development workflow around AI agents.

The Pragmatic Engineer
I really like writing software. I can do it all day long. And so I do.
Built another macOS menubar app so you can keep your subs in check. https://codexbar.app/

This has been a huge release. Packed with stuff from Liquid Glass, natural language support all the way up to German localization and some fantastic performance improvements.

More exciting stuff are coming soon!

Excited for the future of my little app. 🧡
https://mastodon.social/@subsmind/115666610725849287

After more than 11 years, today is my last day at Apple.

It’s been a privilege to be able to say I’ve worked my dream job, helping create SwiftUI and getting to support an incredible team of engineers and friends.

I’m excited for what’s next for me (stay tuned!), but today I’m focused on how deeply grateful I am to everyone at Apple that I’ve worked with and learned from over the years. It’s a truly amazing place full of astoundingly talented but also genuinely wonderful people.

10 years ago today, the Swift programming language was open-sourced. 🎉
y'all. it's time
Power On: After the iOS 26 overhaul, Apple’s plan for iOS 27 is a Snow Leopard-like year with a major focus on quality versus new features. But there’s one big exception: a lot more AI. Details here — https://www.bloomberg.com/news/newsletters/2025-11-23/apple-ios-27-snow-leopard-like-quality-focus-ai-features-tim-cook-retirement-mibq7jv8?srnd=undefined

#SwiftLang is such a nice scripting language. The only issue is that you basically always end up having to create a package.

Pro tip for when you do: use the `--type tool` flag

```
swift package init --type tool
```

when creating it. This will give you a nice scaffolding with ArgumentParser and the entry point already set up.