frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

What is the strongest open source model for coding against Opus 4.6?

1•eeko_systems•3m ago•0 comments

Whole-Brain Connectomic Graph Model Enables Whole-Body Locomotion Control in Fly

https://arxiv.org/abs/2602.17997
1•sosodev•4m ago•0 comments

Patience – 3Sec Hold Game:)

https://3sec.site/
1•casultra•5m ago•2 comments

Show HN: Homecastr - AI home price forecasts on a map

https://www.homecastr.com/
1•dhardestylewis•5m ago•0 comments

Show HN: DevNode.studio, 100% local dev tools to make back end work faster

https://www.devnode.studio/
1•nyosef26•5m ago•1 comments

Brex tests agents: by committing fraud

https://www.brex.com/journal/articles/simulation-testing-ai-audit-agent
2•brandonbloom•10m ago•0 comments

Cryo FAQ

https://notebook.ldeming.com/whyilovecryo/
2•sebg•10m ago•0 comments

AI Slop: A Slack API Rate Limiting Disaster

https://code.dblock.org/2026/03/12/ai-slop-a-slack-api-rate-limiting-disaster.html
1•dblock•11m ago•0 comments

"You're Right"- What if you gave a web dev from 2006 Claude Code?

https://wiredsis.medium.com/youre-absolutely-right-2f4281e0f950
1•chess•11m ago•0 comments

Illinois introduces OS-level age verification law

https://legiscan.com/IL/bill/SB3977/2025
14•rickcarlino•13m ago•2 comments

Sam Altman Says Intelligence Will Be a Utility

https://gizmodo.com/sam-altman-says-intelligence-will-be-a-utility-and-hes-just-the-man-to-collec...
2•cdrnsf•14m ago•1 comments

Now Is the Time to Eat Their Lunch

https://rodyne.com/?p=3875
1•boznz•14m ago•1 comments

Tanker Sea Owl I Boarded in the Baltic Sea

https://polisen.se/aktuellt/nyheter/nationell/2026/mars/tanker-sea-owl-i-boarded-in-the-baltic-sea/
1•madspindel•15m ago•0 comments

A 4 byte file can bypass permissions in a GraphQL package used for payments

https://medium.com/@caplanmaor/prototype-pollution-in-graphql-upload-minimal-cve-2025-65587-a8648...
1•BambaNugat•15m ago•1 comments

Code Quality in the Age of Coding Agents

https://michaeltimbs.me/blog/code-quality-in-the-age-of-coding-agents/
1•alpaylan•16m ago•0 comments

Ask HN: Does code style matter much anymore?

2•travisgriggs•19m ago•2 comments

DirectX: Bringing Console-Level Developer Tools to Windows

https://devblogs.microsoft.com/directx/directx-bringing-console-level-developer-tools-to-windows/
3•haunter•20m ago•0 comments

DIY: Enigma Machine from a Toilet Paper Tube

https://www.flyingpenguin.com/build-your-own-mini-enigma-machine-from-a-toilet-paper-tube/
1•rolph•20m ago•0 comments

Jones Act Enforcer

https://offshoremarine.org/page/JonesActEnforcer
1•signorovitch•20m ago•1 comments

Turn your best X posts into a portfolio people can browse

https://curio-brown.vercel.app
2•NachikethRamesh•21m ago•0 comments

Women of the Flemish Golden Age

https://news.artnet.com/art-world/meet-the-forgotten-women-of-the-flemish-golden-age-2751227
2•petethomas•22m ago•0 comments

Show HN: Stratum – SQL that branches and beats DuckDB on 35/46 1T benchmarks

https://datahike.io/notes/stratum-analytics-engine/
3•whilo•24m ago•1 comments

Show HN: I rebuilt the "similar movies/TV shows" algorithm on TasteFinder

https://tastefinder.io/
2•tastefinder_io•28m ago•0 comments

Killing the Serialization Tax: 1M Entity Ingestion in 11.8µs with C#

https://intelligentaudio.net/nexus-pulse
1•NexusCore•29m ago•1 comments

Safari web browser bugs: A year in review

https://lapcatsoftware.com/articles/2026/3/6.html
1•zdw•29m ago•0 comments

San Francisco is awesome. It could be much better

https://faingezicht.com/articles/2026/03/12/san-francisco/?src=hn
2•avyfain•29m ago•0 comments

Show HN: Codelegate, keyboard-driven coding agent orchestrator GUI for Mac/Linux

https://codelegate.dev/
2•brucehsu•30m ago•0 comments

Infisical in 60 Seconds

https://infisical.com/videos/infisical-in-60-seconds
1•vmatsiiako•30m ago•0 comments

Why Moltbook and OpenClaw are the fool's gold in our AI boom

https://www.zdnet.com/article/moltbook-and-openclaw-fools-gold-in-ai-boom/
1•CrankyBear•30m ago•0 comments

Shall I implement it? No

https://gist.github.com/bretonium/291f4388e2de89a43b25c135b44e41f0
30•breton•33m ago•1 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

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

Comments

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