Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: A toy implementation of ELF relocation weird machines(github.com/scriptod911 ↗)
    discuss
  2. We Need a Way to Prove Personhood Online(noemamag.com ↗)
    discuss
  3. Financial Times – The era of AI warfare has arrived(ft.com ↗)
    discuss
  4. Zuckoff app detects nearby Meta 'perv glasses'(nypost.com ↗)
    discuss
  5. From Specialist Agents to Distributed Skills over MCP(devblogs.microsoft.com/agent-framework ↗)
    discuss
  6. EU president: AI agents escaping their environment preview what's coming(the-decoder.com ↗)
    discuss
  7. Ask HN: How to recover Google auth after phone stolen?
    discuss
  8. A Taxonomy of Toddler Jokes(lastwordonnothing.com ↗)
    discuss
  9. Jev's Architecture Unmasked(archerhume.com ↗)
    discuss
  10. God Eye View(spatialintelligence.ai ↗)
    discuss
  11. Modern Monetary Theory: Economics for the 21st Century (MOOC)(mmted.org ↗)
    discuss
  12. How we made one of our largest inference workloads 4.7× more GPU-efficient(decagon.ai ↗)
    discuss
  13. AI has transformed The Pentagon's aging networks into a national security risk(washingtonpost.com ↗)
    1comments
  14. Show HN: Stroq – trace your agent's commands back to the text that produced them
    2comments
  15. ZSA Backpack(zsa.io ↗)
    discuss
  16. Designing for Amnesia(kasrin.com ↗)
    discuss
  17. Sub-ms deterministic parsing vs. LLM-based policy for agent safety?(github.com/midhunweb ↗)
    discuss
  18. The suddenly explosive world of AI safety(theverge.com ↗)
    discuss
  19. Agentic Societies Need a Social Harness(social-harness.org ↗)
    1comments
  20. We Need a Science of the AI Mind(wsj.com ↗)
    1comments
  21. Iran strikes on Amazon data centers caused permanent loss of customer data(arstechnica.com ↗)
    discuss
  22. Aviation is running telecom's playbook. The year is 1985(marbletech.us ↗)
    discuss
  23. Why Germany Is Building an Ark for U.S. Climate Data(yale.edu ↗)
    discuss
  24. AI model watermarking changes agent behavior(theregister.com ↗)
    discuss
  25. Songs Banned from Radio Following 9/11 Terrorist Attacks(consequence.net ↗)
    discuss
  26. Sloth – passive C99 WiFi SIGINT for Linux, 2,122 tests(github.com/spacetrucker2196 ↗)
    discuss
  27. Whoisinspace.com/(whoisinspace.com ↗)
    2comments
  28. Victory Appeals Court Rejects Expansive New Copyright Claim(eff.org ↗)
    discuss
  29. New evidence for hidden chambers beyond Tutankhamun's tomb(nature.com ↗)
    discuss
  30. New wild cat species is identified for first time in 100 years, researchers say(nbcnews.com ↗)
    discuss

Show HN: Pelmet – menu bar manager for macOS 27 that hides icons on demand

1 pointsby 43m agogithub.com
0 comments
Hey, super happy to share about Pelmet, a macOS menu bar manager. It started as a side project during macOS 27 beta and just passed over 500 stars on GitHub and 5000+ downloads in a few weeks. This is crazy to me!

Since macOS completely changed the menubar architecture in macOS 27 the tools I was using were no longer working at the time, so I decided to build my own. Hadn't build an app in over a decade and things have changed so much since. I'm a design director so of course special attention went in the user experience and aesthetics (Settings with previews, subtle reveal animations, drag&drop and much more)

So macOS now knows how to hide icons natively, it does it when a Mac is locked down for an exam for example, Pelmet reuses the hiding part which then lets macOS know which icons should stay visible. The app does call on a private framework (MenuBarClientCore) resolved at runtime and has a safety net in case it fails, it reports hiding is unavailable instead of breaking the bar. Everything else (positions, clicks, previews, etc.) uses public APIs (Accessibility, ScreenCaptureKit).

I'm amazed with the reception Pelmet got, seems I wasn't alone to want a simple menu bar tool that does one thing, and (hopefully) does it well ;) Pelmet was built in native Swift, requires no accounts, no analytics, it's just private. Only external call it does is Sparkle for its updates. The project is free and open source (GPLv3) and hopefully makes many people happy.

Get the calm back in your menu bar and happy to answer questions

A quiet thread, for now.Start the conversation on HN ↗