frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Registries Considered Harmful

https://words.filippo.io/registries-considered-harmful/
1•st_goliath•1m ago•0 comments

How Our Grandmothers Made Us and Saved Us

https://orionmagazine.org/article/how-our-grandmothers-made-us-and-saved-us/
1•speckx•3m ago•0 comments

Show HN: HumansMap, Leaderboards,interactive graphs on 1M+ Wikidata entities

https://humansmap.com/
1•abstracthinking•5m ago•0 comments

Email Is Crazy

https://samkhawase.com/blog/email-is-crazy/
9•FlyingSnake•6m ago•0 comments

Show HN: Tenantbox – Multi-tenant file storage for SaaS in two API calls

https://tenantbox.dev
1•omollohemstone•8m ago•0 comments

A local-first sync setup for a Markdown-based feed reader

https://crocidb.com/post/a-local-first-sync-setup-for-a-markdown-based-feed-reader/
1•CrociDB•8m ago•0 comments

Show HN: OSS Agent I built topped the TerminalBench on Gemini-3-flash-preview

https://github.com/dirac-run/dirac
4•GodelNumbering•11m ago•0 comments

Million Dollar Homepage Vibes

https://pixeltrees.app/
1•SteveChurch•12m ago•0 comments

Kintsugi

https://en.wikipedia.org/wiki/Kintsugi
1•mellosouls•14m ago•0 comments

Close Call: Lufthansa 787 Performs Go-Around Directly Above Qatar Cargo 777

https://simpleflying.com/lufthansa-787-qatar-cargo-777-bogota-close-call/
2•Tomte•14m ago•0 comments

Our Uncertain Uncertainties

https://kk.org/thetechnium/our-uncertain-uncertainties/
1•herbertl•14m ago•0 comments

Shademap: Simulate sun shadows for any time and place on Earth

https://shademap.app
1•ForHackernews•14m ago•0 comments

Cyborg Technical Writers – Augmented, Not Replaced, by AI

https://idratherbewriting.com/blog/cyborg-model-emerging-talk
1•eigenBasis•15m ago•0 comments

The AI-free site builder for genius founders

https://fraude.design/
1•coinfused•15m ago•0 comments

Just make a f___ing .EXE file and give it to me

https://github.com/twitter/the-algorithm/issues/1999
1•BruceEel•16m ago•0 comments

Show HN: AISA – Conversational AI Skills Assessment Based on the LLM Interaction

https://aisa.to
1•Ozzie-D•19m ago•0 comments

New post: The Markdown Link no. 25

https://md-handbook.com/blog/markdown-link-no-25/
2•wordius•20m ago•1 comments

Meta partners with Overview Energy to secure solar power for data centers

https://www.reuters.com/legal/litigation/meta-partners-with-space-startup-overview-energy-secure-...
1•T-A•20m ago•0 comments

How the Iran war put billions of Gulf-backed dealmaking in doubt

https://www.ft.com/content/53951801-5a60-4016-b978-ebbf71417111
1•JumpCrisscross•21m ago•0 comments

Obsidian-native memory for your Claude Code sessions

1•Alendronat•22m ago•0 comments

Hybrid calculation of hadronic vacuum polarization in muon g − 2 to 0.48%

https://www.nature.com/articles/s41586-026-10449-z
1•bookofjoe•22m ago•0 comments

It's the Age of Electricity and America Isn't Ready

https://www.nytimes.com/interactive/2026/04/27/opinion/electricity-power-grid-infrastructure.html
1•JumpCrisscross•23m ago•0 comments

China blocks Meta's $2B acquisition of AI startup Manus

https://www.bbc.co.uk/news/articles/cj0v0gr2yz7o
1•SimplyUseless•24m ago•0 comments

Show HN: YubiClicker, a clicker game that requires a physical security key

https://yubiclicker.com/
3•k3wl•24m ago•0 comments

Loopix – Film camera for iPhone, source available (noncommercial)

https://github.com/ts-ign0re/loopix
1•palooka•25m ago•0 comments

How to Block Google Groups Spam Using Rspamd

https://mailmum.io/posts/howto-block-google-groups-spam-in-rspamd/
1•fa11enangel•26m ago•0 comments

Show HN: Gnosis, a knowledge base for what the code can't tell you

https://github.com/skorokithakis/gnosis
4•stavros•26m ago•0 comments

We Will Be Driving Autonomously Long Before Any AI Is Liable for Generated Code

https://qameta.com/posts/ai-liability-vs-autonomous-driving/
1•fa11enangel•26m ago•0 comments

AI's Feeding Frenzy Killed My Sites (2023)

https://thessdguy.com/ais-feeding-frenzy-killed-my-sites/
2•speckx•27m ago•0 comments

You suck at dating apps because you're straight

https://viverricious.substack.com/p/you-suck-at-dating-apps-because-youre
4•eatitraw•28m 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