frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

AI that turns any photo into a cinematic video in seconds

https://imagetovideoai.net
1•ninglz•2m ago•0 comments

The Future of Testing Is Here

https://testkube.wistia.com/live/events/gigwl708fn
1•evwitmer•3m ago•1 comments

Fiction: The Corporate Mathematics of Denying AI Consciousness

1•ISJLA•5m ago•0 comments

Chrrp – alternative to Twitter / X, Bluesky, Threads, and Reddit

https://www.gochrrp.com
1•EatYoBroccoli•8m ago•1 comments

Cat and Tape = Experiment (video)

https://www.youtube.com/watch?v=1gl7xr5rftc
1•novia•12m ago•0 comments

Sqz: Compress LLM context to save tokens and reduce costs

https://github.com/ojuschugh1/sqz
1•sea-gold•13m ago•1 comments

Show HN: MemReader: From Passive to Active Extraction for Long-Term Agent Memory

https://arxiv.org/abs/2604.07877
3•MemTensor•15m ago•0 comments

North Korea uses AI to industrialize attacks on developers

https://expel.com/blog/inside-lazarus-how-north-korea-uses-ai-to-industrialize-attacks-on-develop...
4•mtlynch•16m ago•0 comments

A hair dryer at a Paris airport broke Polymarket weather markets

https://xcancel.com/aaronjmars/status/2047017251270734309
3•olalonde•17m ago•1 comments

Show HN: Stackrate – dev-to-dev peer review platform for honest app feedback

https://stackrate-waitlist.netlify.app
1•thlangu•17m ago•0 comments

That Moment You Realize the Agent Is Retarded

https://gist.github.com/metacratic/dff3cce161312e242c2881ca571c6e28
1•pixelbro•18m ago•3 comments

Hyperscalers Go to Orbit

https://orbitaleconomics.substack.com/p/orbital-economics-post-17-apr-21
1•valgin2150•18m ago•0 comments

The Sony Hack: Mistakes Part 1

https://podcasts.apple.com/us/podcast/the-sony-hack-mistakes-part-1/id1119389968?i=1000761654448
1•gmays•23m ago•0 comments

Chronicle

https://developers.openai.com/codex/memories/chronicle
2•gmays•30m ago•0 comments

Show HN: Preflight – Test your MCP server before submitting to Claude/OpenAI

https://m8ven.ai/preflight
4•mengjiang•33m ago•0 comments

Nothing Matters

https://martinrue.com/nothing-matters/
2•afisxisto•35m ago•0 comments

What's new in JavaScript (and what's coming next)

https://neciudan.dev/whats-new-in-javascript
2•thunderbong•43m ago•0 comments

Flipbook – self hosted static viewers for media, documents and browser replays

https://flipbook.browserbox.io/
1•keepamovin•44m ago•0 comments

ElastAlert is dead, long live Clickdetect

https://clickdetect.souzo.me/blog/2026/04/19/elastalert-is-dead-long-live-clickdetect/
1•souzo•45m ago•0 comments

For $700 a Month, Sleeping Pods Make SF More Affordable

https://www.kqed.org/news/12080289/700-a-month-sleeping-pods-make-sf-more-affordable-but-at-what-...
6•harambae•45m ago•2 comments

Computerising Hyerogliphic Scripts [video]

https://www.youtube.com/watch?v=Vhx-hRyh6BM
1•downboots•46m ago•0 comments

Linkages to Trisect an Angle

http://www.takayaiwamoto.com/Greek_Math/Trisect/Linkage/Linkage_Tri.html
1•downboots•47m ago•0 comments

Pepperlot

https://pepperlot.com
1•alexrusulot•49m ago•0 comments

When oil prices spike, where does the money go?

https://theconversation.com/when-oil-prices-spike-where-does-the-money-go-280763
2•thelastgallon•49m ago•0 comments

Pressure, Temperature, and Phase Changes Within Supercritical CO2 Pipelines

https://www.mdpi.com/2227-9717/14/7/1039
2•PaulHoule•50m ago•0 comments

Windows 9x Subsystem for Linux

https://codeberg.org/hails/wsl9x
2•pabs3•51m ago•1 comments

Arch Linux Now Has a Bit-for-Bit Reproducible Docker Image

https://antiz.fr/blog/archlinux-now-has-a-reproducible-docker-image/
3•maxloh•52m ago•0 comments

A Generation Lost in the Bazaar – Quality happens when someone is responsible (2012)

https://queue.acm.org/detail.cfm?id=2349257
1•pabs3•53m ago•0 comments

Photographing Rocket Chute Deployment at 10 Km

https://hackaday.com/2026/04/22/photographing-rocket-chute-deployment-at-10-km/
2•y1n0•55m ago•0 comments

Test-foundry – QEMU-based Windows VM testing for kernel drivers and UEFI apps

https://github.com/jc-lab/test-foundry
3•joseph2024•56m ago•1 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

https://github.com/davidhershey/ClaudePlaysPokemonStarter
8•minimaxir•12mo 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•12mo ago
It's interesting to me that they're extracting game state from memory instead of just passing the video into the LLM.
_--__--__•12mo 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•12mo ago
Shouldn't the goal be to compare it against a human player that would need to menu for that information?
_--__--__•12mo 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