frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Guide to making a CHIP-8 emulator

https://tobiasvl.github.io/blog/write-a-chip-8-emulator/
1•AlexeyBrin•1m ago•0 comments

The UK Has It Wrong on Digital ID. Here's Why

https://www.eff.org/deeplinks/2025/11/uk-has-it-wrong-digital-id-heres-why
2•hn_acker•1m ago•0 comments

Be Slightly Monstrous

https://contraptions.venkateshrao.com/p/be-slightly-monstrous
1•jger15•2m ago•0 comments

AWS Amplify Is a Joke

1•2code•2m ago•0 comments

AI Tops Christian Artist Charts on iTunes

https://thehill.com/policy/technology/5620871-ai-christian-singer-tops-charts-stirs-debate/
1•geox•2m ago•0 comments

Reanimation of pseudoscience in machine learning and its ethical repercussions

https://www.cell.com/patterns/fulltext/S2666-3899(24)00160-0
1•INGELRII•4m ago•0 comments

Could Symbolic AI Unlock Human-Like Intelligence?

https://www.nature.com/articles/d41586-025-03856-1
2•beardyw•6m ago•0 comments

Why aren't there any "YouTube competitors?"

https://justinkuiper.substack.com/p/why-arent-there-any-youtube-competitors
1•surprisetalk•6m ago•1 comments

Oedipus is about the act of figuring out what Oedipus is about

https://interconnected.org/home/2025/11/07/oedipus
2•surprisetalk•7m ago•0 comments

Testing Shows Automotive Glassbreakers Can't Break Modern Automotive Glass

https://www.core77.com/posts/138925/Testing-Shows-Automotive-Glassbreakers-Cant-Break-Modern-Auto...
2•surprisetalk•7m ago•0 comments

My Ethical Conundrum Around Writing About Meditation

https://psychotechnology.substack.com/p/my-ethical-conundrum-around-writing
1•surprisetalk•7m ago•0 comments

Show HN:Send Full Folders Without Zip

https://openbeam.cloud/folder-upload
1•gray_wolf_99•7m ago•0 comments

Show HN: Write JavaScript code in Rust to achieve 200k req/s

https://github.com/hyper-forge/brahma-vue
1•StellaMary•9m ago•0 comments

Lazy linearity for a core functional language

https://alt-romes.github.io/posts/2025-11-26-lazy-linearity-popl26.html
2•fanf2•9m ago•0 comments

Voting and Pseudo-Randomness – SponsorBlock (2019)

https://blog.ajay.app/voting-and-pseudo-randomness-or-sponsorblock-or-youtube-sponsorship-segment...
1•bariumbitmap•10m ago•0 comments

About

http://thingrex.com/about/
1•Andrii98•10m ago•0 comments

Wasabi: Open-source, privacy preserving Bitcoin wallet

https://github.com/WalletWasabi/WalletWasabi
1•kekqqq•11m ago•0 comments

Compact (8KB) embedded x86 BIOS for FPGA/emulators/386EX

https://github.com/b-dmitry1/BIOS
1•peter_d_sherman•16m ago•0 comments

Show HN: CaptureAssist – Screen recording for technical support teams

1•squiggy22•21m ago•0 comments

Show HN: Create MCP Servers and Agents Easily with PolyMCP (Python and TS)

https://github.com/poly-mcp/Polymcp
2•justvugg•23m ago•3 comments

Copenhagenize Index 2025: The Global Ranking of Bicycle-Friendly Cities

https://copenhagenizeindex.eu/
11•axelfontaine•23m ago•1 comments

Major AI conference flooded with peer reviews written by AI

https://www.nature.com/articles/d41586-025-03506-6
3•_____k•24m ago•0 comments

How to Print a Human

https://nautil.us/how-to-print-a-human-1250487/
3•Brajeshwar•24m ago•1 comments

New universal law predicts how most objects shatter

https://phys.org/news/2025-11-universal-law-shatter-bottles.html
3•Brajeshwar•24m ago•0 comments

A new way to generate electricity from water

https://www.economist.com/science-and-technology/2025/11/26/a-new-way-to-generate-electricity-fro...
1•Brajeshwar•25m ago•0 comments

N-gated Hacker News

https://mastodon.social/@ngate
1•susam•27m ago•0 comments

Iceland declares ocean-current instability a national security risk

https://www.dagens.com/news/iceland-declares-ocean-current-instability-a-national-security-risk
2•donohoe•29m ago•1 comments

Show HN: Claude Artifact: P2P Coin Toss with hashed commitment scheme

https://claude.ai/public/artifacts/ab43ea56-ba14-4c4e-a96b-d644e2535509
1•guiltyf•30m ago•0 comments

Show HN: Open-source agent learning layer: 30% to 100% success on browser agents

https://github.com/kayba-ai/agentic-context-engine/blob/main/README.md
2•kayba•32m ago•0 comments

Ask HN: B2B SaaS founders: what are (or have been) your biggest problems?

3•Vaxind•38m ago•1 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

https://github.com/davidhershey/ClaudePlaysPokemonStarter
8•minimaxir•7mo ago
This is released by the Anthropic engineer who developed Claude Plays Pokemon.

Comments

minimaxir•8mo ago
This is released by the Anthropic engineer who developed Claude Plays Pokemon.
CSMastermind•7mo ago
It's interesting to me that they're extracting game state from memory instead of just passing the video into the LLM.
_--__--__•7mo 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•7mo ago
Shouldn't the goal be to compare it against a human player that would need to menu for that information?
_--__--__•7mo 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