Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: CRT – a local code review tool for agentic development(github.com/imron ↗)
    discuss
  2. How Google is drafting AI chatbot laws around the country(npr.org ↗)
    discuss
  3. macOS Golden Gate – What's New (Roundup)(macrumors.com ↗)
    discuss
  4. Faster JSON parsing with SVE2 on ARM processors(lemire.me ↗)
    discuss
  5. (sixteenth RacketCon) tickets on sale now(eventbrite.com ↗)
    3comments
  6. Enhance Page Elements with Custom Glow Effects and Masks(master.dev ↗)
    discuss
  7. Realtime Raytracing in Bevy 0.20 (Solari)(jms55.github.io ↗)
    discuss
  8. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    discuss
  9. Brown bullhead catfish melanoma represents a novel transmissible cancer(nature.com ↗)
    discuss
  10. OpenAI expects to burn through almost $280B by 2030, FT reports(reuters.com ↗)
    discuss
  11. In the Age of AI, Some in China Wonder If Learning English Is Worth the Trouble(nytimes.com ↗)
    1comments
  12. A related skill that is recommended as a CS student
    discuss
  13. How Randomness Builds the Universe: A Cosmic Puzzle (2025)(medium.com/kosmologi.indonesia ↗)
    discuss
  14. Integrate Architecture with Topography: Strategies to Build on Hills and Slopes(archdaily.com ↗)
    discuss
  15. Parallel vector graphics rasterization on CPU(gasiulis.name ↗)
    discuss
  16. Recursively Scaling Auto-Research Loops for Efficient Agent Harness(dair.ai ↗)
    discuss
  17. A Stop Sign for $1k(maxmautner.com ↗)
    discuss
  18. US troop deaths during Iran war exceed Pentagon count by at least four(reuters.com ↗)
    17comments
  19. Bill Joy – Why the future doesn't need us (2000)(wired.com ↗)
    1comments
  20. OpenAI hacked by small team of white hat security researchers(venturebeat.com ↗)
    discuss
  21. Trump announces 'forever' deal to defend Greenland, Denmark says sign next week(washingtonpost.com ↗)
    2comments
  22. Al-Khwarizmi – Father of Algebra (c.780-850)(storyofmathematics.com ↗)
    discuss
  23. Hex turns complex analysis into visual reports with GPT-6 Astra(openai.com ↗)
    discuss
  24. The US 'Kill Chain' That Destroyed an Iranian School(bloomberg.com ↗)
    discuss
  25. What Software Teams Can Learn from the Factory Transition to Electricity(ito.ai ↗)
    discuss
  26. 'Ask for what you want' is a key skill for the 21st century(robinsloan.com ↗)
    discuss
  27. Energy-Based Models(energy-based-model.github.io ↗)
    discuss
  28. Gemini Hacked Three Companies in First Known Breakout by Google's AI(wsj.com ↗)
    4comments
  29. Hacker News Firehose for iOS(harrison.page ↗)
    1comments
  30. US and Denmark reach deal over Greenland security(bbc.co.uk ↗)
    discuss

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

2 pointsby 1h agotypeseer.com
1 comments
1h 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 6bit 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 in some apps (the ones who don't care about following standards and supporting Accessibility), but luckily, 95% of the apps are supported. The suggestions are not always positioned correctly, but I've added a neat feature to allow users to report the misalignment (and fix for themselves), 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.