frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The spec said "handle user input securely." Three teams interpreted this differe

1•Lliora•13s ago•0 comments

Finding a CPU Design Bug in the Xbox 360

https://randomascii.wordpress.com/2018/01/07/finding-a-cpu-design-bug-in-the-xbox-360/
1•mariuz•1m ago•0 comments

Pingtrace – One command to ping and trace networks

https://www.npmjs.com/package/pingtrace
1•skhell•1m ago•0 comments

Improving instruction hierarchy in frontier LLMs

https://openai.com/index/instruction-hierarchy-challenge/
1•gmays•1m ago•0 comments

AI policy's new power center

https://www.axios.com/2026/03/13/ai-policy-power-center-pentagon-anthropic
1•Brajeshwar•2m ago•0 comments

IPv6 support for cloning Git repositories

https://github.com/orgs/community/discussions/10539
1•stefankuehnel•2m ago•0 comments

Computer History Museum Presents Apple at 50: Five Decades of Thinking Different [video]

https://www.youtube.com/watch?v=w8wt0LBCjXM
1•ChrisArchitect•2m ago•0 comments

How the Eon Team Produced a Virtual Embodied Fly

https://eon.systems/updates/embodied-brain-emulation
1•hmokiguess•3m ago•0 comments

Amid xAI co-founder exits, Elon Musk hires key engineers from AI startup Cursor

https://www.businesstoday.in/technology/news/story/amid-xai-co-founder-exits-elon-musk-poaches-ke...
1•Zigurd•4m ago•1 comments

Joint statement of scientists and researchers on Age Assurance [pdf]

https://csa-scientist-open-letter.org/ageverif-Feb2026
1•speckx•5m ago•0 comments

Show HN: Oxyde – Pydantic-native async ORM with a Rust core

https://github.com/mr-fatalyst/oxyde
1•mr_Fatalyst•6m ago•0 comments

I traced $2B in nonprofit grants, lobbying records for age verification bills

https://old.reddit.com/r/opensource/comments/1rsfhf0/i_traced_2_billion_in_nonprofit_grants_and_45/
1•thunderbong•7m ago•0 comments

The Formation of Star Patterns on Lake Ice (2007) [pdf]

https://www.whoi.edu/cms/files/Victor_21243.pdf
2•mooreds•7m ago•0 comments

The Gap

https://codeplusconduct.substack.com/p/the-gap
1•mooreds•8m ago•0 comments

GitHub Sudo Mode

https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/sudo-mode
1•mooreds•9m ago•0 comments

A list of tech co-ops and resources concerning worker owned co-ops

https://github.com/hng/tech-coops
1•iamnothere•10m ago•1 comments

Betrayed by My Own Blog

https://ossama.is/writing/betrayed
3•jllyhill•11m ago•1 comments

Sir-Engine Cross Language Duplicate Detection

https://github.com/lflin00/SIR-ENGINE
2•lflin00•12m ago•1 comments

Show HN: Using AI to generate accurate illustrations for physiotherapy site

https://www.healandmove.fit
2•ashmil•12m ago•0 comments

Project Nomad: Offline Knowledgebase

https://github.com/Crosstalk-Solutions/project-nomad
2•marvin-hansen•14m ago•0 comments

Mario Meets Pareto

https://www.mayerowitz.io/blog/mario-meets-pareto
2•MetallicCloud•14m ago•0 comments

Leaving a Fingerprint on the Day

https://paolog.net/posts/leaving-a-fingerprint-on-the-day/
2•paologi•15m ago•0 comments

Optimize your boiler's tap water temperature

https://practicalbetterments.com/optimize-your-boilers-tap-water-temperature/
3•surprisetalk•16m ago•0 comments

Moving to Sweden as an American

https://departure.blog/moving-to-sweden-as-an-american/
2•surprisetalk•16m ago•0 comments

Engineering Liveness

https://contraptions.venkateshrao.com/p/engineering-liveness
2•surprisetalk•16m ago•1 comments

An Atlas of the Universe (2009)

http://www.atlasoftheuniverse.com/
1•surprisetalk•16m ago•0 comments

Generative AI Vegetarianism

https://sboots.ca/2026/03/11/generative-ai-vegetarianism/
1•birdculture•17m ago•0 comments

Tell HN: Claude two rate limits don't know about each other

1•mustaphah•18m ago•0 comments

Launch HN: Spine Swarm (YC S23) – AI agents that collaborate on a visual canvas

https://www.getspine.ai/
1•a24venka•18m ago•0 comments

Decisions, extracted knowledge, handoff context: reasoning data infrastructure

https://sderosiaux.substack.com/p/ai-agents-produce-a-new-kind-of-data
1•chtefi•20m ago•0 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

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

Comments

minimaxir•11mo ago
This is released by the Anthropic engineer who developed Claude Plays Pokemon.
CSMastermind•10mo ago
It's interesting to me that they're extracting game state from memory instead of just passing the video into the LLM.
_--__--__•10mo 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•10mo ago
Shouldn't the goal be to compare it against a human player that would need to menu for that information?
_--__--__•10mo 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