FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
A 13MB Cursor Monitor: AppKit, Undocumented APIs, Zero Dependencies
NewsProgramming Languages

A 13MB Cursor Monitor: AppKit, Undocumented APIs, Zero Dependencies

via Dev.toWoojin Ahn11h ago

My company recently started supporting Cursor, so I jumped in. But checking usage meant opening the dashboard every time — and if Max mode was on without me noticing, requests burned through fast. I wanted a glanceable counter, always visible . So I built one. V1: SwiftUI — Done in a Weekend, Regretted in a Week The first version took two days. SwiftUI's MenuBarExtra made it trivial to get something on screen. I was proud of it. Then I checked Activity Monitor. 56 MB of memory. For a menu bar app that displays a single number. I tried to optimize — removed animations, simplified views, cached aggressively. Nothing moved the needle. The SwiftUI runtime itself was the cost. MenuBarExtra allocates a full SwiftUI rendering pipeline whether you need it or not. For a "set and forget" menu bar app that runs 24/7, 56MB felt like a tax I shouldn't be paying. The Rewrite: Burning It All Down I threw out the entire UI layer and rebuilt everything in pure AppKit. NSStatusItem , NSPopover , NSViewC

Continue reading on Dev.to

Opens in a new tab

Read Full Article
2 views

Related Articles

Spotify will let you edit your Taste Profile to control your recommendations
News

Spotify will let you edit your Taste Profile to control your recommendations

TechCrunch • 11h ago

Techonology: The world is changing and you need to change too.
News

Techonology: The world is changing and you need to change too.

Medium Programming • 11h ago

When you believe in something and you don't act accordingly, it robs you of the power to possess…
News

When you believe in something and you don't act accordingly, it robs you of the power to possess…

Medium Programming • 11h ago

This HP Omen 17 is a powerhouse laptop that's $1,100 off on Best Buy for a limited time
News

This HP Omen 17 is a powerhouse laptop that's $1,100 off on Best Buy for a limited time

ZDNet • 12h ago

News

Different Variable Types in Common Languages

Medium Programming • 12h ago

Discover More Articles