frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

It Was Always Email

https://www.primitive.dev/blog/it-was-always-email
1•mymx•38s ago•0 comments

Plans for battery swapping Electric trucks in UK

https://www.independent.co.uk/cars/electric-vehicles/battery-swap-for-electric-trucks-octopus-cat...
1•lonelyasacloud•1m ago•1 comments

The Probability Index: Passive exposure to the market portfolio of probabilities

https://predmarketindex.com/
1•JV00•5m ago•0 comments

The Optimal Amount of Slop Is Non-Zero

https://www.slater.dev/2026/06/the-optimal-amount-of-slop-is-non-zero/
2•sltr•5m ago•0 comments

AMD releases FSR 4.1 upscaling for older graphics cards

https://www.theverge.com/news/953664/amd-fsr-4-1-upscaling-rx-7000-series-gpus-rdna-3
1•saghm•6m ago•0 comments

Absolute State of Unreal 2026

https://www.joewintergreen.com/absolute-state-of-unreal-2026/
2•gafferongames•8m ago•0 comments

Show HN: Vivijure – Self-hosted AI film studio on your own GPU (AGPL)

https://github.com/skyphusion-labs/vivijure
1•skyphusion•9m ago•0 comments

Mexico Just Showed Off a New Cheap, Government-Backed EV

https://gizmodo.com/mexico-just-showed-off-a-new-extremely-cheap-government-backed-ev-2000769080
2•speckx•11m ago•0 comments

Stop Slopping Your Skills

https://rahulbaboota.substack.com/p/stop-slopping-your-skills
1•RahulBaboota•12m ago•0 comments

Former hacker saw the light–and now wants to collect all of it

https://arstechnica.com/features/2026/06/this-former-hacker-saw-the-light-and-now-wants-to-collec...
2•Brajeshwar•12m ago•0 comments

Godot confirms it tolerates 'some AI assistance' but rejects 'vibe coded' tag

https://www.gamedeveloper.com/business/godot-confirms-it-tolerates-some-ai-assistance-but-rejects...
2•HelloUsername•14m ago•0 comments

DisplayMate

https://www.displaymate.com/
2•skibz•14m ago•0 comments

Lagom – Just Enough

https://en.wikipedia.org/wiki/Lagom
1•hypertexthero•15m ago•0 comments

Polder model – cooperation despite differences

https://en.wikipedia.org/wiki/Polder_model
1•hypertexthero•16m ago•0 comments

Designing Firefox for the Future

https://blog.mozilla.org/en/firefox/new-firefox-design/
1•akyuu•16m ago•1 comments

Optimizing ClickHouse with Schemas and Codecs

https://clickhouse.com/blog/optimize-clickhouse-codecs-compression-schema
1•tosh•18m ago•0 comments

Show HN: Smolsonic – A Subsonic-compatible music server written in Rust

https://github.com/tsirysndr/smolsonic
2•tsiry•19m ago•0 comments

Show HN: DD Photos App – desktop front end to ddphotos photo album site gen

https://github.com/dougdonohoe/ddphotos-app
1•dougdonohoe•22m ago•2 comments

Cloudflare – Majorly Impacted

https://new.cloudflarestatus.com/incidents/v3yl7jqmqj51
4•rxmux•22m ago•2 comments

Show HN: No-OAuth Stripe Fee Auditor from Balance CSVs

https://feeauditor.com
1•Ksantor•23m ago•0 comments

Tracking one object through hyperspectral video

https://medium.com/@alanscottencinas/i-entered-a-competition-to-track-objects-in-light-you-cant-s...
2•encinas88•24m ago•0 comments

Tech Influence Watch – tracking crypto and AI industry 2026 U.S. election spend

https://influence.citationneeded.news/
2•ChrisArchitect•24m ago•1 comments

Are You Burning Tokens?

https://savetokens.netlify.app/
1•prengaraj•24m ago•0 comments

Constraining U.S. wind and solar deployment could cost an unnecessary $121B

https://pv-magazine-usa.com/2026/06/20/constraining-u-s-wind-and-solar-deployment-could-trigger-1...
3•epistasis•25m ago•0 comments

A public Sentry key is all it takes to hijack Claude Code, Cursor, and Codex

https://thenewstack.io/agentjacking-sentry-mcp-attack/
1•Brajeshwar•26m ago•1 comments

The most trusted code on Earth is being rewritten in Rust [video]

https://www.youtube.com/watch?v=Sntj4HmuykI
1•tcfhgj•26m ago•0 comments

Show HN: S3FileViewer – A lightweight browser interface to preview S3 files

https://github.com/cgopalan/s3fileviewer
1•cgopalan•26m ago•0 comments

Agent minimalism: what shipping OpenClaw in production taught us

https://autoclaw.sh/blog/agent-minimalism/
2•anuveyatsu•27m ago•0 comments

Super AI Agentic Android App (BYOK)

1•Jeff9James•29m ago•0 comments

Show HN: Building an Autonomous Drone with Codex – Hardware Phase

https://jakedecamp.com/engineering/autonomous-drone-phase-3-real-hardware/
1•silksowed•30m 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