frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

KV Cache and Flash Attention with interactive diagrams

https://kvcache.cobanov.dev/
2•cobanov•2m ago•0 comments

The Long and Unprofitable Life of the Short Story Collection

https://laurabmcgrath.substack.com/p/the-long-and-unprofitable-life-of
1•ilamont•3m ago•0 comments

Singapore inks AI deals with Google

https://www.cnbc.com/2026/05/20/singapore-google-openai-ai-partnerships-lab-investment-chatgpt-ai...
1•01-_-•5m ago•0 comments

An OpenAI model has disproved a central conjecture in discrete geometry

https://openai.com/index/model-disproves-discrete-geometry-conjecture/
2•tedsanders•5m ago•0 comments

China banned Nvidia 5090D V2 while CEO Jensen Huang was in town, report claims

https://www.tomshardware.com/tech-industry/china-banned-nvidia-5090d-v2-while-ceo-jensen-huang-wa...
1•01-_-•7m ago•0 comments

The reason people stay on Chrome despite its terrible privacy track record

https://www.neowin.net/editorials/the-real-reason-everyone-stays-on-chrome-despite-its-terrible-p...
1•theanonymousone•8m ago•0 comments

Everyone Against Us (2023)

https://www.chicagomag.com/chicago-magazine/april-2023/everyone-against-us/
1•NaOH•8m ago•0 comments

Why Not Tail Recursion?

https://futhark-lang.org/blog/2026-01-20-why-not-tail-recursion.html
1•Munksgaard•9m ago•0 comments

How We Built Security into Computer

https://www.perplexity.ai/hub/blog/how-we-built-security-into-computer
1•gmays•10m ago•0 comments

The Refining Crisis – Part 1: Why Fuels, Not Crude, Are the Real Story

https://crackthemarket.substack.com/p/the-refining-crisis-part-1-why-fuels
1•JumpCrisscross•15m ago•0 comments

Cloudflare issue: Workers subrequests returning 1006

https://www.cloudflarestatus.com/incidents/37szr7sz1t5r
1•NiekvdMaas•16m ago•0 comments

Russia's plan to advertise on rockets and spacecraft takes off

https://arstechnica.com/space/2026/05/russias-plan-to-advertise-on-rockets-and-spacecraft-takes-off/
2•LorenDB•17m ago•0 comments

Show HN: expo-callkit-telecom – easily integrate CallKit/Core-Telecom

https://github.com/mfairley/expo-callkit-telecom
1•mfairley•18m ago•0 comments

Plan Meals. Save Cash. Stress Less

https://budgetbites.website
1•ClarenceJackson•18m ago•0 comments

Tracking Starbucks' 'widely recyclable' cups: none ended up at recycling

https://www.beyondplastics.org/press-releases/starbucks-cups-recyclable-report
41•theanonymousone•20m ago•2 comments

Noemi Reveals Multi-Mission Strategy for Electric Amphibious Aircraft

https://www.ainonline.com/aviation-news/futureflight/2026-05-19/noemi-reveals-multi-mission-strat...
1•rbanffy•21m ago•0 comments

Startup Fundraising, just like Dating, are both deeply inefficient markets

https://intercoin.org/matchmaking.html
2•EGreg•21m ago•0 comments

End of the beginning – the state of global energy markets after ten weeks of war

https://nbutler.substack.com/p/the-end-of-the-beginning-the-state
1•JumpCrisscross•22m ago•0 comments

Node.js 26.0.0 (Now with Temporal)

https://nodejs.org/en/blog/release/v26.0.0
5•aarestad•22m ago•0 comments

Researchers discover a new gigantic dinosaur species in Thailand

https://abcnews.com/International/researchers-discover-new-gigantic-dinosaur-species-thailand/sto...
1•gmays•22m ago•0 comments

Ask HN: US is planning another Invasion (Cuba).Can Congress/public stop this?

3•orsenthil•23m ago•2 comments

Understand Russian without Studying [video]

https://www.youtube.com/watch?v=86zPQ53bgX0
2•diimdeep•24m ago•0 comments

GitHub Source code leaked. Be prepared

https://twitter.com/github/status/2056949169701720157
4•TZubiri•24m ago•1 comments

Show HN: Llama CPU Benchmarks

https://deemwar-products.github.io/llama-cpu-benchmarks/
1•muthuishere•24m ago•0 comments

What You Will Lose When You Retire – By Dan Haylett

https://danhaylett.substack.com/p/what-you-will-lose-when-you-retire
3•bilsbie•26m ago•1 comments

If an LLM is too expensive it won't be next year

http://liveatthewitchtrials.blogspot.com/2026/05/if-llm-is-too-expensive-it-wont-be-next.html
3•speckx•32m ago•0 comments

Citor: A header-only C++20 thread pool tuned for sub-us dispatch

https://github.com/Lallapallooza/citor
3•Lallapallooza•34m ago•0 comments

Flipper One Tech Specs

https://docs.flipper.net/one/general/tech-specs
5•gregsadetsky•37m ago•0 comments

Marine scientists discover record number of new species

https://abcnews.com/International/marine-scientists-discover-1100-new-species-new-record/story?id...
2•thunderbong•38m ago•0 comments

Notched sticks to calculators: the history of counting machines

https://lcamtuf.substack.com/p/a-brief-history-of-counting-stuff
2•fratellobigio•39m 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