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

I got tired of taking screenshots and explaining everything to AI agents

4 pointsby 3h ago
2 comments
HI HN!! First here is a demo video : https://youtu.be/A0LV28G4sXo?si=ymIQEfNGprh8yyxq I work in a SDE role and work in multiple windows at once like i have many apps open in my mac. I faced a problem of screenshotting everything and explaining the context and theri relations to claude code again and again like for little UI chanegs and such or any bug. I got this idea and started workign on it , made a swift app which will track cursor and when your press a hoteky it starts only then and when you hold a hoteky it will draw over the areas your point with your cursor and you can keep talking while explaining what you need like you would to a real colleague. The voice timings come form whisper and they get attached with the cursor positions and screenshots and form a full event files. those get stored as context everytime you do some actions like draw a circle , point to anything or somethign like that. and at the end we generate a context using those events that you can just drop to any AI agent of your choice like claude,cursor,codex etc. and it just starts working on it right off the bat. I decided to not ask users to create any accounts or such thigns will give it through license key and everything will be stored on their local system only as we wont have any use of it anyway so yeah thats about it.

Just really want to share my idea to people and see if they like it. I am thinking of providing this for free with BYO option and a lifetime subscription of around 40$.

here is the link to site: https://deiko.app

3h agoHN ↗

That’s awesome.

And incredibly helpful to the right people.

You have a wonderful idea, and made it reality.

Good job!

We need more innovative people like you in the world.

3h agoHN ↗

Thanks a lot i really appreciate it. DO you think this would be useful in your daily flow and work?