frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Twenty Years Later, Everything Is the Truman Show (2018)

https://www.vanityfair.com/hollywood/2018/06/truman-show-anniversary-jim-carrey-peter-weir-laura-...
2•thoughtpeddler•1m ago•0 comments

How to Think About AI Before It's Too Late

https://www.theatlantic.com/podcasts/2026/06/how-to-think-about-ai-before-its-too-late/687644/
1•joebuckwilliams•2m ago•0 comments

TOP500 – June 2026 List

https://top500.org/lists/top500/2026/06/
1•NKosmatos•2m ago•0 comments

Generate per-session LoRA adapters in <1s for agentic inference efficiency

https://github.com/theoddden/Tessera
1•Facingsouth•3m ago•1 comments

Show HN: AnswerJournal – An MCP server to save and share AI answers

https://answerjournal.com/
1•daniban•5m ago•0 comments

Deciphering Basmalah

https://blog.plover.com/2026/06/23/
1•frizlab•10m ago•0 comments

Show HN: Pencil – Obsidian plugin to write, draw, sync

https://github.com/rcanand/obsidian-pencil
1•rcanand2025•10m ago•0 comments

As Chinese Tech Pulls Ahead, U.S. Fears It Will Become Dependent

https://www.nytimes.com/2026/06/23/business/economy/china-megafactory-us-tech-race.html
2•mikhael•12m ago•0 comments

John Carmack on why he would push back against anti-datacenter efforts

https://twitter.com/i/status/2069486595917402117
2•alexcos•12m ago•0 comments

Formisch V1 – A Vite-inspired lightweight form builder

1•Abutterflye•12m ago•0 comments

Philip K. Dick Takes You Inside His Life Changing Mystical Experience (2014)

https://www.openculture.com/2014/05/philip-k-dick-takes-you-inside-his-life-changing-mystical-exp...
1•Jimmc414•12m ago•0 comments

Carbon Language: An experimental successor to C++

https://github.com/carbon-language/carbon-lang
1•theanonymousone•12m ago•0 comments

Active Group and "Agentic Engineering"

https://funktionale-programmierung.de/en/2026/06/23/agai.html
2•marvinborner•15m ago•0 comments

Ask HN: Has anyone replaced a human receptionist with AI for a

1•VaderAi•16m ago•0 comments

America's data-centre backlash puts the AI boom at risk

https://www.economist.com/business/2026/06/23/americas-data-centre-backlash-puts-the-ai-boom-at-risk
1•edward•18m ago•1 comments

California AB 2047 makes 3d printers off-limits to students, educators, business

https://www.the3dprintingnerd.com/ab2047
2•Buildstarted•20m ago•0 comments

Embedded Skills Tree

https://embedded.fm/blog/2023/5/19/embedded-skills-tree
2•arbayi•24m ago•0 comments

A tiny shared Linux system

https://mbox.blue/
2•davidcollantes•24m ago•0 comments

Fika Jobs raises $4M to build platform where AI agents interview candidates

https://techcrunch.com/2026/06/23/fika-jobs-raises-4m-to-build-a-video-first-hiring-platform-wher...
3•adityamwagh•25m ago•2 comments

Geothermal Startup Plans to Use Oil Tech for Green Energy

https://insurancedimes.com/2026/06/23/birch-geothermal-emerges-from-stealth-with-ambitions-to-pow...
1•crookedroad44•29m ago•0 comments

Show HN: ReplyVoice <> global floating button for Android voice dictation

https://replyvoice.com
1•kedimuzafer•30m ago•0 comments

United Wizards of the Coast recognized by NLRB

https://unitedwizardsofthecoast.com/news/2026-06-23-we-have-a-union
23•d4mi3n•34m ago•1 comments

Netherlands urgently needs agency to handle "disruptive innovation"

https://nltimes.nl/2026/06/23/netherlands-urgently-needs-agency-handle-disruptive-innovation-experts
1•RetroTechie•34m ago•0 comments

A stray "j" ruined my evening

https://napkins.mtmn.name/posts/stray-jay.html
5•birdculture•35m ago•0 comments

The State of FanGraphs 2026

https://blogs.fangraphs.com/the-state-of-fangraphs-2026/
1•mccolin•35m ago•1 comments

WaPo Loves Data Centers More Than Disclosing Bezos's Financial Interest in Them

https://washingtonian.com/2026/06/23/the-washington-post-loves-data-centers-a-lot-more-than-discl...
12•donohoe•38m ago•0 comments

Show HN: Zahosts Health – An open-source WHM plugin to catch /24 brute-force

https://github.com/Nawareg/zahosts-health
2•MNawareg•38m ago•0 comments

Show HN: I'm building the best POD in Nigeria

https://kraemod.vercel.app
2•bemdoomaor•38m ago•0 comments

SilverTorch: Index as Model

https://engineering.fb.com/2026/05/26/ml-applications/silvertorch-index-as-model-new-retrieval-pa...
2•platzhirsch•39m ago•0 comments

Playable 3D-rendered reel-to-reel player

https://dunstanorchard.com/reel-to-reel-player/
2•CharlesW•39m 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