frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The prime your computer finds while you sleep

https://primecrunch.com/blog/3/the-prime-your-computer-finds-while-you-sleep
1•andyhedges•51s ago•0 comments

Show HN: Kiso, an open-source publishing engine for Open Knowledge Format

https://oak-invest.github.io/kiso/
1•straumat•2m ago•0 comments

Should European housing politics be Americanized?

https://worksinprogress.co/issue/should-european-housing-politics-be-americanized/
1•JumpCrisscross•2m ago•0 comments

OpenZL

https://openzl.org/
1•enz•5m ago•0 comments

Datavessel – ecommerce and marketing agents of new age

https://www.datavessel.io/
1•djr4•5m ago•0 comments

NSA's SIGINT Enabling Project includes sabotaging cryptographic standards

https://nsa.2026.action.cr.yp.to/
2•rasengan•7m ago•1 comments

The $546,000 Door

https://housingimpact.substack.com/p/the-546000-door
1•JumpCrisscross•8m ago•0 comments

Stroustrup's Rule (2024)

https://buttondown.com/hillelwayne/archive/stroustrups-rule/
1•bmacho•8m ago•0 comments

EV demand powers Europe car market in May, Chinese rivals expand share

https://www.reuters.com/world/china/ev-demand-powers-europe-car-market-may-chinese-rivals-expand-...
1•JumpCrisscross•9m ago•0 comments

Smooth-Maximum, the most useful function [video]

https://www.youtube.com/watch?v=6Qb6QtC6QMs
1•raphlinus•10m ago•0 comments

Show HN: HSON / Hson-Live

https://github.com/neutralica/hson-live
1•neutralica•10m ago•0 comments

Show HN: Formidable – local-first docs from YAML templates, with a REST API

https://github.com/petervdpas/Formidable2
1•petervdpas•10m ago•0 comments

Rich Harris on AI and Svelte [video]

https://www.youtube.com/watch?v=SKjXE_wfdDY
1•IcyFoxe•11m ago•0 comments

Show HN: Quizingo Vocabulary, a daily 3x3 English word association game

https://www.quizingo.app/vocabulary
1•coder97•13m ago•0 comments

Zoryn Local-first speech-to-text for macOS, audio never leaves your Mac

https://zoryn.ai
1•sudeepdalal•18m ago•0 comments

Murmur: A Speaker with a World Inside

https://www.murmur.living/
1•gehwartzen•19m ago•0 comments

Everyone feared AI taking over; the real danger is AI serving just the few

3•PhilipDaineko•22m ago•2 comments

Reef: Paste bash into fish. It just works

https://github.com/ZStud/reef
1•thunderbong•26m ago•0 comments

Update Your Secure Boot Cert Before It Expires

https://nochan.net/b/Internet-Crap/20260621-Update-Secure-Boot-Cert-Before-It-Expires/
1•Bender•27m ago•1 comments

Shard your locks: benchmarking 6 Golang cache designs

https://strebkov.dev/posts/shard-your-locks/
1•fanf2•28m ago•0 comments

Show HN: Adrafinil – keep a lid-closed Mac awake only while agents work

https://github.com/kageroumado/adrafinil
11•kageroumado•35m ago•4 comments

Show HN: Tickerstar – Instant SEC and company earnings summaries

https://www.tickerstar.com
2•TickerStar•35m ago•0 comments

A Perfect Meritocracy Will Have Limited Social Mobility

https://outlookzen.com/2026/06/27/a-perfect-meritocracy-will-have-little-social-mobility/
3•whack•38m ago•1 comments

What If a Man Practised Shooting a Million Times? Shot 90172, Football Progress [video]

https://www.youtube.com/watch?v=CI9oUUnUzw0
6•mmarian•40m ago•0 comments

Check out the new US passport

https://mishtalk.com/economics/does-president-trump-have-any-idea-what-passports-are-for/
6•megamike•40m ago•3 comments

Mojo programming language will become open-source soon

https://console.modular.com/signup
5•birdculture•41m ago•2 comments

Empero: A 9B that checks its own work

https://empero.org
2•modinfo•42m ago•0 comments

Show HN: Answer questions and see which countries share your personal values

https://jaylol.com/values-survey/
2•marifjeren•42m ago•0 comments

V16 Engine, a mechanical simulation with sixteen synchronized pistons

https://sand-morph.up.railway.app/v16-engine
2•echohive42•44m ago•0 comments

New York Housing Market suffers fatal news after Mamdani freezes rents [video]

https://www.youtube.com/watch?v=5vBkoEvZN6s
2•Bender•47m 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