frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Due to spam on GitHub, what platforms can I move my projects?

2•ciwolex•3m ago•0 comments

BountyClaimer – A platform to post tasks and claim bounties

https://www.bountyclaimer.com/
2•Kevan12•4m ago•0 comments

Termination shock: trust our expert warnings on geoengineering's planetary risks

https://www.theguardian.com/commentisfree/2026/jun/19/solar-geoengineering-risk-to-planet-earth
3•thrance•10m ago•1 comments

How Lume Works: The Retrieval Primitives

https://deepbluedynamics.com/blog/lume-retrieval-primitives
1•kordlessagain•10m ago•0 comments

Efficient Data Logger Design

https://blog.atimin.dev/efficient-data-logger-design/
2•flipback•11m ago•0 comments

Bill Gates on Steve Jobs

https://twitter.com/TechEmails/status/2067975210884882820
2•ksec•13m ago•0 comments

Quantum Fisher Information in a Strange Metal

https://www.nature.com/articles/s41567-026-03298-0
2•bookofjoe•16m ago•0 comments

Magnitude: A coding agent that runs on open models

https://magnitude.dev
2•ksec•20m ago•0 comments

Revised Rules of Engineering Leadership

https://lethain.com/revised-rules-of-engineering-leadership/
2•zdw•21m ago•0 comments

Exosomes in nanomedicine: A cell-free therapeutic intervention in burn wounds

https://pmc.ncbi.nlm.nih.gov/articles/PMC11462792/
3•CharlesW•23m ago•0 comments

Mark Rober demonstrate relay attacks by "stealing a car" [video]

https://www.youtube.com/watch?v=h0EGCnBjTVk
3•kidbomb•24m ago•2 comments

The ability to regrow body parts is dormant in mammals, not lost

https://www.sciencedaily.com/releases/2026/06/260617032207.htm
5•nryoo•28m ago•0 comments

Was lucky to have tested fable 5 on chess-bench

https://www.chess-bench.com
2•hardikvora•30m ago•0 comments

Claude Guillemot, co-founder of Ubisoft, dies in plane crash

https://www.cbsnews.com/news/claude-guillemot-dies-age-69-ubisoft-assassins-creed/
2•iugtmkbdfil834•33m ago•0 comments

Floppy Disk Piracy: How Software Was Shared Before the Internet

https://comuniq.xyz/post?t=1280
3•01-_-•33m ago•1 comments

I improved my old project "ScoreCast" after 3 years

https://github.com/Costasgk/ScoreCast
2•costas_8•34m ago•1 comments

Dialog

https://dialog.org/
2•paulpauper•34m ago•0 comments

Are You in the Weights?

https://intheweights.com/p/peterboettke
2•paulpauper•35m ago•0 comments

Refik Anadol's Dataland, the first AI art museum

https://www.theartnewspaper.com/2026/06/18/refik-anadol-dataland-opens-los-angeles
3•paulpauper•35m ago•0 comments

AIPropel, AI-powered proposal generation for freelancers and agencies

https://www.aipropel.app/
2•omardakelbab1•36m ago•0 comments

Tangled: Knot-Stored Cob Proposal

https://leaflet.pub/p/did:plc:xasnlahkri4ewmbuzly2rlc5/3mmex6biynk2g
2•jeremyjh•36m ago•0 comments

That which is unique, breaks (2020)

https://map.simonsarris.com/p/that-which-is-unique-breaks
2•mmphosis•37m ago•0 comments

Shard your locks: benchmarking 6 Go cache designs

https://strebkov.dev/posts/shard-your-locks/
2•kluyg•38m ago•0 comments

You probably don't need event-driven architecture

https://openacme.org/blog/you-dont-need-event-driven
2•theanonymousone•38m ago•0 comments

I Stopped Trusting SSH Key Files

https://igorstechnoclub.com/why-i-stopped-trusting-ssh-key-files/
2•Tomte•42m ago•1 comments

How to Attract Bats to Your Backyard

https://www.batcon.org/bat-house-tips-tricks/
2•andsoitis•42m ago•1 comments

We built an internal data analytics agent

https://github.blog/ai-and-ml/github-copilot/how-we-built-an-internal-data-analytics-agent/
1•Brajeshwar•50m ago•0 comments

UHF X11: X11 Built for VisionOS and Apple Vision Pro

https://www.lispm.net/apps/uhf-x11/
20•zdw•51m ago•4 comments

Bun has an open PR adding shared-memory threads to JavaScriptCore

https://github.com/oven-sh/WebKit/pull/249
3•gr4vityWall•52m ago•0 comments

Lena Walks

https://www.nomadicmatt.com/
2•docscannerss•53m ago•0 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