frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why Did Goose Die Ejecting in Top Gun, but Maverick Didn't in Top Gun Maverick [video]

https://www.youtube.com/watch?v=Gj3r_aKo2bA
1•fortran77•24s ago•0 comments

Sous-Chef, a Claude Code plugin where Fable reviews, Codex implements

https://github.com/tomascupr/sous-chef
1•tomcupr•1m ago•0 comments

FBI Seizes NetNut Proxy Platform, Popa Botnet

https://krebsonsecurity.com/2026/07/fbi-seizes-netnut-proxy-platform-popa-botnet/
1•k1m•4m ago•0 comments

How America Celebrated Its Previous Big Birthday in 1976

https://www.wsj.com/us-news/how-america-celebrated-1976-b0f2b9d1
1•fortran77•5m ago•0 comments

The LLVM Compiler Infrastructure

https://cacm.acm.org/federal-funding-of-academic-research/the-llvm-compiler-infrastructure/
2•sohkamyung•5m ago•0 comments

TV Time is shutting down in a couple of weeks

https://www.neowin.net/news/tv-time-is-shutting-down-in-a-couple-of-weeks/
2•bundie•5m ago•0 comments

Ask HN: What if we provided support for AI guidelines at the kernel level?

1•PJHkorea•7m ago•0 comments

Show HN: Gist Discover – TikTok for ArXiv Summaries

https://gist.is/discover
1•MediaSquirrel•7m ago•0 comments

Mystery identity of 'Green Boots' climber is finally solved after DNA test

https://www.dailymail.com/news/article-15943905/Mystery-identity-Green-Boots-climber-macabre-land...
1•FireBeyond•8m ago•0 comments

Roach cyborg diving suit works well

https://www.popsci.com/technology/cockroach-diving-suit/
1•aegatlin•9m ago•0 comments

Google Android: the ECJ upholds Google's fine of around €4.1B [pdf]

https://curia.europa.eu/site/upload/docs/application/pdf/2026-07/cp260093en.pdf
1•bushwart•10m ago•0 comments

Scaling a 1.59 quadrillion-row logging system across three clouds

https://clickhouse.com/blog/a-quadrillion-rows-across-the-three-cloud-scaling-loghouse
1•saisrirampur•10m ago•0 comments

Greyshark AUV – Biologically Inspired High-Performance Underwater Drone

https://www.hisutton.com/Greyshark-AUV.html
1•EA-3167•10m ago•0 comments

GitHub will send you a CD with your repo on it

https://twitter.com/github/status/2072801888525840476
4•EvanZhouDev•11m ago•1 comments

Smol Machines

https://smolmachines.com/
1•fumplethumb•14m ago•0 comments

Show HN: Capcat – CLI/TUI to Archive Articles as Markdown and HTML (FOSS)

https://capcat.org/
1•stayux•14m ago•0 comments

JPEG-XL Libjxl 0.12 Brings More Performance Optimizations

https://www.phoronix.com/news/JPEG-XL-libjxl-0.12
1•Bender•16m ago•0 comments

Lean 4 software scaling laws

https://gwern.net/lean-scaling
1•yuppiemephisto•16m ago•0 comments

Show HN: A 155K-param transformer builds a map of a world it's never shown

https://ankur-chr.github.io/inside-the-model/
2•ankurchrungoo•17m ago•0 comments

Archivegenocide.com: view the footage collected from Gaza in one place

https://archivegenocide.com/
5•lorecore•18m ago•1 comments

OpenNotetaker for Hinglish Meetings

1•IsomerX•20m ago•0 comments

Consult-LLM – A second opinion from another model right in your existing agent

https://github.com/raine/consult-llm
1•tiahura•20m ago•0 comments

Show HN: Mirrors – test AI agent changes by replaying real production traces

https://www.runmirrors.com/
3•aisinghal•22m ago•0 comments

Climon – A web dashboard for your CLI sessions, reachable from your phone

https://github.com/jackgeek/climon
1•jackgeek•22m ago•0 comments

Yahnc with previews – a visual hcker.news reader

https://hn.is-ai-good-yet.com/?view=frontpage
3•ilyaizen•27m ago•0 comments

Matrix Multiplication on Blackwell

https://www.modular.com/blog/matrix-multiplication-on-nvidias-blackwell-part-1-introduction
2•skidrow•28m ago•0 comments

Zuckerberg says Meta's bets on reorganization 'haven't come to fruition'

https://www.youtube.com/watch?v=uUJBRX_SkIc
6•root-parent•29m ago•2 comments

I used I-JEPA to generate SVG's and here is my code

https://www.reddit.com/r/artificial/s/1cY8WltbPq
1•haghiri75•30m ago•0 comments

CalyxOS is back

https://lwn.net/Articles/1081038/
2•pluc•30m ago•0 comments

This Month in Ladybird – June 2026

https://ladybird.org/newsletter/2026-06-30/
3•exploraz•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