frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I shipped code I don't understand – and I was proud of it

https://end-of-determinism.vercel.app/article
1•tomenden•49s ago•0 comments

Core inflation rate hit 3.4% in May, highest since October 2023

https://www.cnbc.com/2026/06/25/pce-inflation-report-may-2026-.html
1•MilnerRoute•57s ago•0 comments

Apple to Skip High-End M6 Mac Chips in Favor of AI-Focused M7 Line

https://www.bloomberg.com/news/articlehttps://www.bloomberg.com/news/articles/2026-06-25/apple-to...
1•scrlk•58s ago•0 comments

Ask HN: What should I advise my son?

1•pknerd•1m ago•0 comments

Why Carbon Capture Can't Conceivably Solve Climate Change

https://projects.propublica.org/why-carbon-capture-cant-solve-climate-change/
1•Brajeshwar•4m ago•0 comments

Imanikazi.io – know what remote work tech skills are in-demand

https://imanikazi.io
1•johnwehall•5m ago•0 comments

Fried Chicken Street Vendors in Boston

https://passionatefoodie.blogspot.com/2026/06/fried-chicken-street-vendors-in-boston.html
1•speckx•5m ago•0 comments

Oracle Opens MySQL Governance

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

We Rewrote WAL-G for Postgres Backups in Rust: Meet WAL-RUS

https://clickhouse.com/blog/walrus-postgres-backups-in-rust
1•saisrirampur•5m ago•0 comments

A Software Engineer's Take on the Political Spectrum

https://avestura.dev/blog/the-right-and-the-left-from-software-perspective
1•avestura•6m ago•0 comments

Discovery of an unpublished autograph manuscript by Mozart

https://www.bnf.fr/en/actualitesEN/discovery-unpublished-autograph-manuscript-mozart-bnf-music-de...
1•geox•6m ago•0 comments

Show HN: MCP Server for a UK Meat Price Comparison Site

https://meat.offer-spider.com
1•wolfer•7m ago•1 comments

Nuclear battery production facility moves into Sunol

https://www.pleasantonweekly.com/business/2026/06/21/nuclear-battery-production-facility-moves-in...
1•Bender•7m ago•0 comments

Kraid: A New Compiler for Panfrost

https://www.collabora.com/news-and-blog/news-and-events/kraid-a-new-compiler-for-panfrost.html
2•losgehts•8m ago•0 comments

Nearly a third of new heavy truck sales in China Electric in 2025

https://www.reuters.com/world/asia-pacific/china-sets-sights-heavy-truck-electrification-blow-die...
2•lonelyasacloud•9m ago•1 comments

Show HN: BrainAPI's event-centric graph from any data with four-stage pipeline

https://github.com/Lumen-Labs/brainapi2
1•Chrisszz•10m ago•0 comments

Caddy – an open source modular viewer for 3D Gaussian Splatting models

https://github.com/emiryuksel02/Caddy
1•emiryuksel•12m ago•1 comments

General Intuition's $2.3B bet that video games can train AI agents

https://techcrunch.com/2026/06/25/general-intuitions-2-3b-bet-that-video-games-can-train-ai-agent...
1•lairv•12m ago•0 comments

Looking for a partner from US/Canada/EU – part-time work

https://www.indiehackers.com/post/looking-for-a-partner-from-us-canada-eu-part-time-work-e859a45ff8
2•topdeveloper424•12m ago•0 comments

Grotesque 'zombie squirrels' with oozing flesh pods spark alarm across the US

https://www.dailymail.com/sciencetech/article-15929639/zombie-squirrels-sores-florida-north-carol...
1•Bender•13m ago•0 comments

Self-accelerating R&D – Mirendil $200M Seed Raise

https://a16z.com/announcement/investing-in-mirendil/
1•ageofattention•14m ago•0 comments

Ask HN: How to Germinate Ideas?

2•bhollan•14m ago•0 comments

"Your role has been made redundant"

https://aayushsahu.com/blog/layoffs
1•speckx•14m ago•0 comments

Xonotic (arena FPS) in a web browser

https://www.xonotic.gg/
3•astlouis44•14m ago•0 comments

Show HN: Retrace fork a failed AI agents run, replay it, prove the fix

https://retraceai.tech
1•Yashwanthbogam•15m ago•0 comments

Fruit fly sperm are almost as the the fly. How do they stay untangled?

https://www.nytimes.com/2026/06/24/science/giant-fruit-fly-sperm-untangled.html
1•marojejian•15m ago•1 comments

PixelSmash – Critical FFmpeg Vulnerability

https://jfrog.com/blog/pixelsmash-critical-ffmpeg-vulnerability-turns-media-files-into-weapons/
2•stymaar•16m ago•0 comments

Tesla, Sunrun team up on 16 GW virtual power plant for data centers

https://electrek.co/2026/06/24/tesla-sunrun-16gw-vpp-data-centers/
1•dakna•17m ago•0 comments

Politico owner Axel Springer doubles down on corporate principles

https://jewishinsider.com/2026/04/politicos-owner-axel-springer-doubles-down-on-corporate-princip...
3•Tomte•19m ago•1 comments

Show HN: Pythond, Persistent Python daemon where state survives across calls

https://pythond.sh/
1•rangersui•20m 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