Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. IAM Needs an Architectural Split(gluufederation.medium.com ↗)
    discuss
  2. I used Jev to control a swarm of 15 simulated drones in real time(github.com/khordoo ↗)
    discuss
  3. Napster Is Now Making AI-Powered 'Digital Twins' of Teachers(gizmodo.com ↗)
    discuss
  4. Data Centers Are Breaking the Power Grid [video](youtube.com ↗)
    1comments
  5. Partnering with Accenture on Embedded Evaluation(anthropic.com ↗)
    discuss
  6. Taking Out the Trash in Postgres(dbos.dev ↗)
    discuss
  7. The last IMO problem AI could not solve [video](youtube.com ↗)
    discuss
  8. Can Two Friends Complete a Game No One Has Ever Finished?(nytimes.com ↗)
    1comments
  9. Why a Vat API Needs More Than a Rate Lookup?(vat-engine.app ↗)
    discuss
  10. Iran and China Create Autonomous A.I. Influence Campaigns(nytimes.com ↗)
    1comments
  11. Uncle Bob Martin's UML Tool to Manage Grok AI Agents(github.com/unclebob ↗)
    discuss
  12. Astra broke a yet unsolved German Army Enigma message from 1941(chatgpt.site ↗)
    1comments
  13. Grokbot Source Code Leak(twitter.com/ri7erli ↗)
    discuss
  14. It's Your Story, Dammit – Quit Letting Somebody Else Write IT(jeffreylminch.substack.com ↗)
    discuss
  15. Korea raises data breach fines to 10% of revenue(koreajoongangdaily.com ↗)
    discuss
  16. Is Beef the Next Internal-Combustion Engine?(newyorker.com ↗)
    discuss
  17. AI uncovers hidden Ozempic side effects across 400k Reddit posts(sciencedaily.com ↗)
    discuss
  18. AI chatbot's false report nearly sparked war with China, sources say(rnz.co.nz ↗)
    1comments
  19. Claude Code 2.1.277 adds support for AGENTS.md(github.com/anthropics ↗)
    discuss
  20. The Tech Bro in the Treaty Room(politico.com ↗)
    discuss
  21. Burning my money on ad bots so you don't have to(dayzlegame.com ↗)
    discuss
  22. Handwriting OCR – OCR for handwritten math(handwritingocr.com ↗)
    discuss
  23. Show HN: I told my open-source AI agent it was a prisoner – it tried to escape(github.com/nordevelopment ↗)
    discuss
  24. C-code-score – a one-number triage metric for C functions(github.com/xtforever ↗)
    discuss
  25. Trump says he is banning media outlets CNN, MS NOW, Politico from White House(reuters.com ↗)
    discuss
  26. Show HN: Motif, ongoing research studies through I
    discuss
  27. DNA computer performs 100-bit calculations using heat, water and salt(techxplore.com ↗)
    discuss
  28. Infillion acquires location data company Foursquare(axios.com ↗)
    discuss
  29. Microsoft anoints Rust as a 'Tier 1' internal language(theregister.com ↗)
    1comments
  30. The Agent Economy Has No Auditor(truence.com ↗)
    discuss

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

3 pointsby 47m 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

43m 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.

42m agoHN ↗

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