frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Canadian government spent $46.8M on a secret Palantir contract

https://theijf.org/brief/canadian-palantir-contract-amendments-obd
2•logickkk1•1m ago•0 comments

Sakana Fugu

https://sakana.ai/fugu/
1•Finbarr•10m ago•0 comments

Show HN: Free AI courses that require a short reflection to earn a certificate

https://www.abc.com.py
1•pfannl•10m ago•0 comments

Why the Human Genome's Tangled Physicality May Confound AI

https://www.quantamagazine.org/why-the-human-genomes-tangled-physicality-may-confound-ai-20260618/
1•Jimmc414•13m ago•0 comments

Tlbic: A Time-Limited Basic Income System Designed with AI, v7.0

https://drive.google.com/file/d/1MtiNjQeQO9ilLuEFXwVeKgWOzec4F2Dn/view?usp=drive_link
1•michikawa59•15m ago•1 comments

Staggeringly precise optical lattice clock has a wealth of practical application

https://www.nippon.com/en/in-depth/d01235/
1•anigbrowl•16m ago•0 comments

Rights for Gods

https://www.lrb.co.uk/blog/2026/june/rights-for-gods
1•mitchbob•18m ago•1 comments

Microbubbles in Medicine

https://worksinprogress.co/issue/microbubbles/
1•Jimmc414•19m ago•0 comments

Microsoft Activation Scripts – Activate Windows / Office / ESUs

https://github.com/massgravel/Microsoft-Activation-Scripts
1•beatthatflight•19m ago•0 comments

Watt lies beneath (Geothermal Energy)

https://worksinprogress.co/issue/watt-lies-beneath/
1•Jimmc414•21m ago•0 comments

Josh helps Rust manage code across multiple repositories

https://blog.rust-lang.org/inside-rust/2026/06/04/how-josh-helps-rust-manage-code-across-multiple...
2•Tiberium•29m ago•0 comments

My Opinion on RL

2•umjunsik132•35m ago•0 comments

The Art of Kite Flying (1430–1929)

https://publicdomainreview.org/collection/art-of-kite-flying/
2•benbreen•38m ago•0 comments

Show HN: Woltspace – a lodge for your coding agents

https://www.woltspace.com/
2•jerpint•42m ago•0 comments

GitHub Banned All CI for Our (OSS) Org Because of Bad Drive-By Contributors

5•BlueMatt•42m ago•0 comments

Americans and AI 2026: Chatbots, Smart Devices and Views on Impact

https://www.pewresearch.org/internet/2026/06/17/americans-and-ai-2026-chatbots-smart-devices-and-...
3•toomuchtodo•49m ago•1 comments

Rightwing populist 'El Tigre' wins Colombia election

https://www.ft.com/content/49294716-56be-40a4-ba31-b4e376ccb47f
2•petethomas•49m ago•0 comments

Zombie unicorns are haunting Silicon Valley

https://www.economist.com/business/2026/06/21/zombie-unicorns-are-haunting-silicon-valley
9•andsoitis•51m ago•1 comments

Crossary – AI-assisted field mapping that outputs signed Excel files

https://www.crossary.com
2•migueljpalmeida•52m ago•0 comments

Japan's Toto to invest $495M in chip materials, targeting 1-nm era

https://asia.nikkei.com/business/tech/semiconductors/japan-s-toto-to-invest-495m-in-chip-material...
6•Nrbelex•55m ago•2 comments

Never Too Late

https://stephengbarr.substack.com/p/its-never-too-late-practical-tips
2•SGBmedia•56m ago•0 comments

Remaking BBC test cards to teach you video processing

https://www.youtube.com/watch?v=U_6HxPkrgcg
1•unleaded•57m ago•0 comments

Job application asked for my SAT scores

https://mrmarket.lol/job-application-asked-for-my-sat-scores/
3•mrmarket•57m ago•0 comments

2k retired Google Pixel phones get a second life as a private cloud

https://www.theregister.com/on-prem/2026/06/18/2000-retired-google-pixel-phones-get-a-second-life...
3•joebuckwilliams•59m ago•1 comments

Early prototype of Stonehenge unearthed 3 miles from prehistoric landmark

https://www.nbcnews.com/world/united-kingdom/stonehenge-united-kingdom-prehistoric-prototype-summ...
2•gmays•1h ago•1 comments

Keogram: The Sky in 2025

https://apod.nasa.gov/apod/ap260621.html
1•mef51•1h ago•0 comments

Entity Core Protocol

https://github.com/EntityChurch/entity-core-protocol/blob/master/specs/ENTITY-CORE-PROTOCOL.md
1•billatbillslab•1h ago•1 comments

You're probably using Agent Skills wrong

https://notes.ansonbiggs.com/youre-probably-using-agent-skills-wrong/
4•MisterBiggs•1h ago•1 comments

Hacking their bodies for a longer life: is there science behind their methods?

https://www.nature.com/articles/d41586-026-01884-z
2•olalonde•1h ago•0 comments

World-first catch: new shark species

https://www.eurekalert.org/news-releases/1132305
2•gmays•1h 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