Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. US and Denmark reach deal over Greenland security(bbc.co.uk ↗)
    discuss
  2. Flox will require login for search/install commands starting in October(flox.dev ↗)
    discuss
  3. Open source tool to schedule, analyze, and grow your LinkedIn page(github.com/yapsgg ↗)
    discuss
  4. Could we reboot the modern world without fossil fuels?(aeon.co ↗)
    discuss
  5. How the Boeing 737 MAX Disaster Looks to a Software Developer (2019)(ieee.org ↗)
    discuss
  6. Qantas is retiring its A380s(cnn.com ↗)
    discuss
  7. SAIR's Open Math Model Initiative(terrytao.wordpress.com ↗)
    discuss
  8. Anthropic Shifts Planned IPO to November(wsj.com ↗)
    discuss
  9. Brian Greene interviews Stephen Wolfram: Can spacetime emerge from simple rules? [video](youtube.com ↗)
    discuss
  10. Steve Eisman on AI: Companies are trying to manufacture a crisis(youtube.com ↗)
    1comments
  11. A 6502 emulator written in Markdown (and executed by an LLM)(dunkels.com ↗)
    discuss
  12. ATRA-mediated RAR-α activation attenuates acrylamide-induced testicular toxicity(nature.com ↗)
    discuss
  13. The White House Tussle to Sway Trump on AI(wsj.com ↗)
    discuss
  14. Two parallel neural ectoderm progenitors contribute to the developing brain(nature.com ↗)
    discuss
  15. Anthropic is planning to launch its IPO in November(wsj.com ↗)
    1comments
  16. Valve has open-sourced Lepton, its tool to bring Android games to Steam(theverge.com ↗)
    discuss
  17. Exclusive-Anthropic sets up biology lab as it ramps AI drug program(yahoo.com ↗)
    discuss
  18. I Hate Workday(nelson.cloud ↗)
    1comments
  19. Y Combinator's PAC is throwing money at Republicans across the country(gazetteer.co ↗)
    discuss
  20. War may be coming. Are we psychologically ready?(bbc.com ↗)
    16comments
  21. Flawed AI Intel Brought US to the Brink of Confronting China, Claims Report(ndtvprofit.com ↗)
    discuss
  22. AI cloud provider Nscale files for IPO on $140.6M revenue, $1.02B net loss(cnbc.com ↗)
    discuss
  23. Show HN: Find Street Parking in NYC(avi.nyc ↗)
    discuss
  24. Software-Based Live Migration for RDMA – Proceedings of the ACM Sigcomm 2025(acm.org ↗)
    discuss
  25. Anthropic sets up a bio research lab for physical experiments(engadget.com ↗)
    3comments
  26. Show HN: Prohibition of Nuclear Launch Automation
    discuss
  27. A CPU Backdoor (2025)(phrack.org ↗)
    discuss
  28. Show HN: TypeSeer – on-device autocomplete for every text field on macOS(typeseer.com ↗)
    1comments
  29. Show HN: Rediagram – put the diagrams you have on your brand(rediagram.app ↗)
    discuss
  30. We Must Create the Shit Machine(mcsweeneys.net ↗)
    2comments

Show HN: TypeSeer – on-device autocomplete for every text field on macOS

1 pointsby 45m agotypeseer.com
1 comments
35m agoHN ↗

Hi HN, I'm the creator of TypeSeer. TypeSeer suggests the rest of what you're typing, as grey text at your cursor, in almost any Mac app. Tab accepts it.

It runs Gemma 4 E2B 5bit locally (mlx), and it needs Apple Silicon and macOS 14+.

I know there were many developers who tried to make this happen, and only one succeeded (so far), but I decided to try it myself. Indeed, hooking model to the Accessibility API on Mac was the easy part. What actually took me most of the time was to handle the responses from the tiny model and make sure they are usable. Additionally, the complete nightmare of hundreds of apps, with loads of them not really supporting the Accessibility API made me want to give up, but well, with the little help of a small group of testers, I managed to get it working. Current problems? It doesn't work on some apps (the ones who don't care about following standards and supporting Accessibility), but luckily, 95% of the apps is supported. The suggestions are not always positioned correctly, but I've added a neat feature to allow users to report the misalignment, so we are getting there.

This is not an open source project - but I am a strong believer in owning your software, and the main way of owning TypeSeer is through the lifetime licence purchase. It costs £59.99, but with the discount code SHOWHN25 you can get it down to £44.99. If you really want to use a subscription, there is also this option, but please don't. There is a 14 days trial with the whole functionality unlocked so you can try it out.

I am more than happy to answer any questions, if you have any.