frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Attacking and Securing eBPF Maps [video]

https://www.youtube.com/watch?v=HV_-XOSRlGs
1•snaveen•2m ago•0 comments

How to Control What You Can't See [video]

https://www.youtube.com/watch?v=2Q_EtJs1ubc
1•surprisetalk•5m ago•0 comments

Why were Covid vaccine trials so fast?

https://www.clinicaltrialsabundance.blog/p/why-were-covid-vaccine-trials-so-fast
2•salonium_•8m ago•0 comments

New open governance model for MySQL

https://blogs.oracle.com/mysql/the-next-phase-of-mysql-community-engagement-accelerating-particip...
2•deesix•8m ago•2 comments

Food for Agile Thought 550: Make AI Boring, Everyone's a Product Manager Soon

https://age-of-product.com/food-agile-thought-550-make-ai-boring/
1•swolpers•9m ago•0 comments

There's One Clear Reason Americans Are Gloomy About A.I

https://www.nytimes.com/2026/06/25/opinion/ai-americans-pessimism.html
1•mooreds•10m ago•0 comments

The Post‑Covid Decline in the Labor Share

https://libertystreeteconomics.newyorkfed.org/2026/06/the-post-covid-decline-in-the-labor-share/
1•mooreds•10m ago•0 comments

Testing CIMD support across Anthropic's Claude products

https://leduccc.medium.com/testing-cimd-support-across-anthropics-claude-products-585366dbe089
1•mooreds•11m ago•0 comments

Build an SMS Auto-Reply Bot with the Telnyx Messaging API

https://telnyx.com/resources/sms-auto-reply-bot
1•harpreetseehra•13m ago•0 comments

Deadly abuse of mobilized men in Ukraine

https://eventsinukraine.substack.com/p/concentration-camp-army
1•rainworld•13m ago•1 comments

Ornith-1.0: Self-Scaffolding open source LLMs for Agentic Coding rivaling Claude

https://deep-reinforce.com/ornith_1_0.html
1•itvision•13m ago•0 comments

Volkswagen reportedly planning to axe 100k jobs

https://www.cnn.com/2026/06/26/economy/volkswagen-job-cuts
2•rawgabbit•16m ago•0 comments

Hey HN, I built local char an open source local AI platform like character AI

https://github.com/KishaWeb/local-char
1•KishaWeb•16m ago•0 comments

Show HN: I built a tool that matches Founders to VCs based on their pitch deck

https://investormatch.pro
2•MartinTobias•16m ago•0 comments

Sony's Clever but Flawed PlayStation Copy Protection [video]

https://www.youtube.com/watch?v=XUwSOfQ1D3c
1•tosh•17m ago•0 comments

Multi-harness session monitoring app for heavy AI users

https://cctop.app/
1•st0012•17m ago•1 comments

AI and Liability

https://www.schneier.com/blog/archives/2026/06/ai-and-liability.html
1•simonw•19m ago•0 comments

The Teen Believers in Christian Nationalism

https://www.newyorker.com/magazine/2026/06/29/the-teen-believers-in-a-christian-america
1•rbanffy•19m ago•0 comments

Automated My Homelab with the Bat Stack (Bootc, Ansible, Terraform/OpenTofu)

https://keijilohier.com/blogs/recreating-my-homelab-with-infrastructure-as-code/
1•Klohier•20m ago•0 comments

Climate.us launches independent website for trusted climate information

https://www.climate.us/news-features/feed/climateus-launches-independent-website-trusted-climate-...
1•ChrisArchitect•20m ago•0 comments

How much "Super Mario" per year?

https://sethmlarson.dev/super-mario-per-year
1•surprisetalk•20m ago•0 comments

Atari Video Music

https://www.generationamiga.com/2026/06/26/atari-video-music-the-1977-atari-console-that-turned-m...
1•Lio•21m ago•1 comments

AI inference is obviously profitable

https://www.seangoedecke.com/ai-inference-is-obviously-profitable/
2•medbar•21m ago•1 comments

Where the wild Discovery Loops are

https://blog.christianperone.com/2026/06/where-the-wild-discovery-loops-are/
1•perone•22m ago•0 comments

I Wish I Knew This Before Building an AI Second Brain

https://pub.towardsai.net/i-wish-i-knew-this-before-building-an-ai-second-brain-6179aa439aef
1•majidfekri•23m ago•0 comments

Skills vs. knowledge – formalizing how agents need both

https://blog.herlein.com/post/procedures-travel-knowledge-stays-home/
1•gherlein•24m ago•0 comments

NYC Off Tech

https://nycofftech.com
1•anandbaburajan•25m ago•1 comments

I Am Behind on C# 14 Features, and I Can't Prove It but Does It Matter?

https://medium.com/c-sharp-programming/i-am-behind-on-csharp-14-features-and-i-cant-prove-it-but-...
1•sukhpinder0804•26m ago•1 comments

Trump administration asks OpenAI to stagger release of GPT 5.6

https://old.reddit.com/r/OpenAI/comments/1ufnwkh/breaking_trump_administration_asks_openai_to/
1•samber•28m ago•0 comments

SpaceX's newest Starmind will make earth data centers obsolete

https://www.teslarati.com/spacex-starmind-ai-satellite-vs-starlink/
2•avgarrison•31m ago•2 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