frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

1•amitkma•25s ago

Show HN: Design.md and Skill.md Generator Chrome Extension

https://chromewebstore.google.com/detail/ai-design-taste-designmd/peclkdlolmcclhhgpoehpikgknbmkknc
1•novateg•57s ago•0 comments

How to Leave Instagram

https://www.a-side.social/blog/how-to-leave-instagram/
1•proletarian•1m ago•1 comments

AI's Next Phase Plays into TSMC's Hands

https://www.wsj.com/tech/ais-next-phase-plays-into-tsmcs-hands-3d1f2b60
1•Brajeshwar•2m ago•0 comments

Unauthorized Anthropic stock sales and investment scams

https://support.claude.com/en/articles/13704655-unauthorized-anthropic-stock-sales-and-investment...
2•dylanpyle•4m ago•1 comments

Want a better DDD domain model in 5 minutes?

https://www.esdm.io/getting-started/your-first-model-with-ai/
1•goloroden•4m ago•0 comments

Estimating Levenshtein Distance for Large Documents Using Compact Signatures

https://zenodo.org/records/20125438
1•coatespt•5m ago•0 comments

Excavate - Find the "hidden landmines" in your codebase

https://www.npmjs.com/package/excavate
1•Heysonics•6m ago•0 comments

Fostering breakthrough AI innovation through customer-back engineering

https://www.technologyreview.com/2026/05/11/1136967/fostering-breakthrough-ai-innovation-through-...
1•joozio•7m ago•0 comments

New Linux kernel vulnerability: Dirty Frag family RxGK variants discovered

https://ikotaslabs.com/news/2026-05-11
2•speckx•8m ago•0 comments

Oakland, California schools axe 421 jobs following sellout contract

https://www.wsws.org/en/articles/2026/04/22/ajnv-a22.html
2•PaulHoule•10m ago•0 comments

Why Reproducible Builds?

https://reproducible-builds.org/docs/why/
2•compiler-guy•11m ago•0 comments

The emerging cancer treatment that's exciting scientists

https://www.theguardian.com/society/2026/may/10/cancer-treatment-car-t-cell-therapy-sam-neill
1•pseudolus•11m ago•0 comments

Parse LP capital account statements, verify the math

https://github.com/VenturFlow/vc-statement-parser
1•venturflow•11m ago•0 comments

Why Money Exists [video]

https://www.youtube.com/watch?v=ZB7HJ39zUKg
8•ruby_hedlund84•12m ago•1 comments

Coursera and Udemy are now one company

https://blog.coursera.org/coursera-and-udemy-are-now-one-company-creating-the-worlds-most-compreh...
2•taubek•12m ago•1 comments

Browser made for AI coding agents – playwright or pencil.dev alternative [video]

https://www.youtube.com/watch?v=ERgRJaWSrKE
1•fcpguru•17m ago•2 comments

A US satellite imagery blackout over the Gulf is blinding journalists

https://www.cjr.org/feature/blind-spots-satellite-osint-open-source-middle-east-iran-blackout-pla...
6•johnshades•18m ago•0 comments

A deadly bacterium is creeping up the US east coast

https://www.theguardian.com/environment/2026/may/10/vibrio-bacteria-east-coast-climate-change
1•howard941•18m ago•0 comments

Why AI agents aren't quite living up to the hype in manufacturing

https://www.engineering.com/why-ai-agents-arent-quite-living-up-to-the-hype-in-manufacturing/
1•rustoo•19m ago•0 comments

Project44 launches Autopilot, an AI-enabled logistics OS offering infinite labor

https://www.freightwaves.com/news/project44-launches-autopilot-an-ai-enabled-logistics-operating-...
1•crescit_eundo•20m ago•0 comments

FFmpeg: The Technology Behind Video on the Internet

https://www.youtube.com/watch?v=nepKKz-MzFM
4•pakenrol•20m ago•0 comments

The anti-minimalist backlash is the bigger story behind Oxygen's revival

https://filipfila.wordpress.com/2026/05/10/the-anti-minimalist-backlash-is-the-bigger-story-behin...
1•speckx•21m ago•0 comments

Felicitas Initial Release

https://latinai.ch/2026/05/11/felicitas-release-0-1-0-2/
2•professor_adam•22m ago•0 comments

Tool for building collaborative structured worlds in fiction

https://indignified.com/w3wu-what-it-is-why-it-matters/
2•ZguideZ•22m ago•0 comments

CUDA Proves Nvidia Is a Software Company

https://www.wired.com/story/cuda-proves-nvidia-is-a-software-company/
2•Brajeshwar•23m ago•0 comments

Heimdall MCP, a simple proxy to traces MCP tool calls

https://github.com/enmanuelmag/heimdall-mcp
1•cardor•23m ago•0 comments

Ask HN: I am 17 years old, which college should I apply if I have some projects?

2•Imustaskforhelp•24m ago•1 comments

Unknowable Math Can Help Hide Secrets

https://www.quantamagazine.org/how-unknowable-math-can-help-hide-secrets-20260511/
1•johnshades•26m ago•0 comments

577B Euro Hole in Europe

https://www.yahoo.com/news/articles/eu-auditors-sound-alarm-over-150413259.html
3•trilogic•27m ago•1 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

https://github.com/davidhershey/ClaudePlaysPokemonStarter
8•minimaxir•1y ago
This is released by the Anthropic engineer who developed Claude Plays Pokemon.

Comments

minimaxir•1y ago
This is released by the Anthropic engineer who developed Claude Plays Pokemon.
CSMastermind•1y ago
It's interesting to me that they're extracting game state from memory instead of just passing the video into the LLM.
_--__--__•1y ago
Every agent step takes both a visual snapshot and a memory read, the memory gives more consistent tileset and location parsing and also has some stuff like party state/status conditions that isn't usually visible.
CSMastermind•1y ago
Shouldn't the goal be to compare it against a human player that would need to menu for that information?
_--__--__•1y ago
that's probably fair but I imagine that without memory access Claude would have been opening and searching the (completely unordered!) bag to check for progress critical items like the pokeflute every 5 minutes