frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why web browsers don't support Markdown

https://unstory.eu/qaa/
1•skeledrew•1m ago•0 comments

There's Been a Subtle Shift in the AI Zeitgeist

https://www.bloomberg.com/news/newsletters/2026-06-26/there-s-been-a-subtle-shift-in-the-ai-zeitg...
1•Alien1Being•2m ago•0 comments

Tug: An IDE for AI Coding

https://github.com/tugtool/tugtool
1•azhenley•2m ago•0 comments

Why SpaceX Is the McDonald's of AI

https://www.computerworld.com/article/4189645/why-spacex-is-the-mcdonalds-of-ai.html
1•mikelgan•3m ago•1 comments

End of an era as BBC Long Wave closes down

https://www.mayonews.ie/news/end-of-an-era-as-bbc-long-wave-closes-down-8759031
1•austinallegro•6m ago•0 comments

Is America Becoming a Gerontocracy?

https://www.economist.com/culture/2026/06/25/is-america-becoming-a-gerontocracy
1•littlexsparkee•10m ago•0 comments

The Stag Hunt

https://nonzerosum.games/staghunt.html
1•mrcgnc•15m ago•0 comments

After 100 years of BBC LW, last ever R4 Shipping Forecast and final close down [video]

https://www.youtube.com/watch?v=ozZKZWMRMPU
1•austinallegro•16m ago•0 comments

McNUFFT – Nonuniform FFT for Apple Silicon GPUs via MLX

https://github.com/martinlachaine/mcnufft
1•anglerbay•16m ago•0 comments

Defining Taste

https://twitter.com/mitchellh/status/2070665127331037290
1•tosh•22m ago•0 comments

SVG-Margin: Better Gutters for Emacs

https://www.chiply.dev/post-svg-margin
2•signa11•28m ago•0 comments

Horsewood ComplaintS (2026) We Tried It My Honest ReviewS

https://finance.yahoo.com/sectors/healthcare/articles/horsewood-urgent-report-2026-horse-19110038...
1•tafuhagt•29m ago•0 comments

All Logic, No Bite

https://lcamtuf.substack.com/p/all-logic-no-bite
2•surprisetalk•32m ago•0 comments

When a measure stops helping people see and starts teaching them to hide

https://lamis73.substack.com/p/the-same-number-twice
1•Lamis-A•35m ago•0 comments

After years of working with Go, I wrote the interview guide I wish I'd had

https://leanpub.com/the-senior-go-engineer-interview-guide-ai-platform-engineering
1•lucasepe•38m ago•0 comments

Australia plans to strengthen under-16s social media ban

https://www.irishexaminer.com/world/arid-41869605.html
2•Markoff•39m ago•3 comments

Apple is skipping M6 Pro and Max to focus on M7 chips

1•StizzurpXDD•44m ago•2 comments

Democrats and Republicans agree: AI is scary

https://economist.com/united-states/2026/06/25/democrats-and-republicans-agree-ai-is-scary
1•andsoitis•49m ago•0 comments

Mathematics: Its Content, Methods and Meaning

https://old.maa.org/press/maa-reviews/mathematics-its-content-methods-and-meaning
1•teleforce•50m ago•0 comments

Ford execs say they made a mistake when they replaced human engineers with AI

https://www.neowin.net/news/ford-execs-say-they-made-a-mistake-when-they-replaced-human-engineers...
1•gscott•54m ago•0 comments

We measured whether AI obeys architecture rules. Even Opus ignored them 60%

https://hunch-pi.vercel.app/blog/post?slug=ai-ignores-your-architecture
2•davesheffer•54m ago•0 comments

Show HN: OpenClaw Launch – deploy a managed OpenClaw AI agent in 30s

https://openclawlaunch.com
1•zackchew•55m ago•1 comments

CraftsmanSHIP. Not CraftsmanSHIT

https://fagnerbrack.com/craftsmanship-not-craftsmanshit-88db7c982103
1•fagnerbrack•55m ago•0 comments

LFM2 VL WebGPU

https://huggingface.co/spaces/LiquidAI/LFM2-VL-WebGPU
1•fagnerbrack•56m ago•0 comments

Qwen3.5 WebGPU

https://huggingface.co/spaces/webml-community/Qwen3.5-WebGPU
1•fagnerbrack•56m ago•0 comments

Show HN: An LLM that designs M5Stack hardware builds

https://unitkit.pages.dev/
1•toyoshi•57m ago•0 comments

Explore the Leading Global Data Center Database

https://www.datacentermap.com/
1•zeristor•58m ago•0 comments

AirPlay for Google (Android) TV Chromecast

https://github.com/lekandigital/android-tv-airplay-receiver
1•lekan_digital•58m ago•0 comments

Emergent Geometry from the IKKT Matrix Model: Convergence to S^4

https://zenodo.org/records/19558001
1•RIshabh235•1h ago•0 comments

What Is an AI Intelligence Layer for Business Data?

https://www.corpusiq.io/blog/what-is-ai-intelligence-layer-business-data
2•corpusiq_io•1h 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