Ivan Sapozhnik ๐Ÿ‡บ๐Ÿ‡ฆ (@isapozhnik) 's Twitter Profile
Ivan Sapozhnik ๐Ÿ‡บ๐Ÿ‡ฆ

@isapozhnik

iOS Engineer by day, macOS Engineer by night ๐Ÿง›โ€โ™‚๏ธ crafting @thelasso_app and @Pasty_App| ๐Ÿ‹๐Ÿป๐Ÿ๐Ÿ‚๐Ÿ’ป

ID: 416645870

linkhttp://isapozhnik.com calendar_today19-11-2011 23:45:12

1,1K Tweet

929 Takipรงi

469 Takip Edilen

Ivan Sapozhnik ๐Ÿ‡บ๐Ÿ‡ฆ (@isapozhnik) 's Twitter Profile Photo

I spent around 2 weeks building this app mainly for fun and it outperforms (in many ways) another one I was working on for months. Can't stop thinking about it.

I spent around 2 weeks building this app mainly for fun and it outperforms (in many ways) another one I was working on for months. Can't stop thinking about it.
Ivan Sapozhnik ๐Ÿ‡บ๐Ÿ‡ฆ (@isapozhnik) 's Twitter Profile Photo

Finally figured out how to stop Claude code from saying โ€œyou are absolutely right!โ€. Apparently there is a shortcut for that. Itโ€™s CTRL+X let me know if it worked for you.

Ivan Sapozhnik ๐Ÿ‡บ๐Ÿ‡ฆ (@isapozhnik) 's Twitter Profile Photo

We started forgetting the joy of solving programming challenges by ourselves. The other day I deliberately decided not to use AI. The task was to keep the path within the app to files even if they were moved or renamed. I spent a few days. I did it. I got a lot of dopamine.

Ivan Sapozhnik ๐Ÿ‡บ๐Ÿ‡ฆ (@isapozhnik) 's Twitter Profile Photo

I guess now Iโ€™m also in the club of those who have received an absurd review. The user complains that I show (in fact Apple shows) a default in app purchase flow where they have to provide their email and password within the app ๐Ÿคท

I guess now Iโ€™m also in the club of those who have received an absurd review. The user complains that I show (in fact Apple shows) a default in app purchase flow where they have to provide their email and password within the app ๐Ÿคท
Ivan Sapozhnik ๐Ÿ‡บ๐Ÿ‡ฆ (@isapozhnik) 's Twitter Profile Photo

Whatever black magic Ram Patra is doing with apps.deals/deals/lasso-wiโ€ฆ is working. The site is ranking #2 in traffic, just below Google. Grab Lasso with 50% off.

Whatever black magic <a href="/rampatra_/">Ram Patra</a> is doing with apps.deals/deals/lasso-wiโ€ฆ is working.

The site is ranking #2 in traffic, just below Google.

Grab <a href="/thelasso_app/">Lasso</a> with 50% off.
Ivan Sapozhnik ๐Ÿ‡บ๐Ÿ‡ฆ (@isapozhnik) 's Twitter Profile Photo

Thanks MacRumors.com and Dan Barbera for the shout out macrumors.com/2025/12/24/10-โ€ฆ And by the way Launchy allows you to have more than 7 apps in the quick access. The free version is limited though.

Ivan Sapozhnik ๐Ÿ‡บ๐Ÿ‡ฆ (@isapozhnik) 's Twitter Profile Photo

smughead.github.io/Loupe/#how-it-โ€ฆ This is pretty cool - instead of sending screenshots to your agent you can point to a concrete Accessibility element of a Mac app

Ivan Sapozhnik ๐Ÿ‡บ๐Ÿ‡ฆ (@isapozhnik) 's Twitter Profile Photo

I'm closing the loop! While working on a new Swift package to record global shortcuts, I wanted to let AI test its work. So I made a simple CLI to emit CGEvents and a very basic UI so that I can myself also test the package. The last step was XcodeBuildMCP from camsoft2000