frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

From Rust to Ruby

https://xlii.space/eng/from-rust-to-ruby/
1•xlii•1m ago•0 comments

The best of every language, in one

https://amalgame.me/en/
1•bmouget•1m ago•0 comments

Geometry Dash triggers were too hard, let's use assembly instead [video]

https://www.youtube.com/watch?v=FvMM29MO1qw
1•Jotalea•4m ago•0 comments

France24 live stream is down

https://www.france24.com/en/live
2•lastdong•6m ago•0 comments

Show HN: MPEE – Offline route calculations and optimization

https://github.com/punnerud/mpee
1•punnerud•7m ago•0 comments

Nexus – open-source AI gateway for enterprise LLM traffic

https://github.com/AlphaBitCore/nexus-gateway
2•jjrhodes•7m ago•0 comments

Bouncy Castle Communism Is the Solution

https://www.laborpolitics.com/p/bouncy-castle-communism
3•mooreds•12m ago•1 comments

The Tail End (2015)

https://waitbutwhy.com/2015/12/the-tail-end.html
2•chistev•12m ago•0 comments

VoIP service provider anti-patterns (2019)

https://blog.evaristesys.com/2019/08/22/voip-service-provider-anti-patterns/
1•mooreds•13m ago•0 comments

Pavona open source sillicon ecosystem

https://pavona.org/
1•RealityVoid•15m ago•1 comments

The Five Pillars of AI Agent Accountability

https://www.tigera.io/blog/the-five-pillars-of-ai-agent-accountability-a-diagnostic-framework-for...
2•baroiall•16m ago•0 comments

Building a safe, effective sandbox to enable Codex on Windows

https://openai.com/index/building-codex-windows-sandbox/
1•gmays•20m ago•0 comments

Show HN: Visual composer for Claude Code multi-agent workflows

https://github.com/fayzan123/claude-workflow-composer
1•FayzanMalik•21m ago•0 comments

Show HN: I turned my personal website into a bash shell (with Vim)

https://darrikonn.com
2•darrikonn•22m ago•0 comments

'Major chemical explosion' kills, injures multiple people

https://www.usatoday.com/story/news/nation/2026/05/26/washington-chemical-explosion-nippon-dynawa...
3•SilverElfin•23m ago•3 comments

AI agents imperiled by critical vulnerability in open source package

https://arstechnica.com/information-technology/2026/05/millions-of-ai-agents-imperiled-by-critica...
3•ylk•23m ago•0 comments

Docker on Windows Server Felt Easier After I Tried VisualDock Server

https://www.virtualizationhowto.com/2026/05/docker-on-windows-server-finally-felt-easier-after-i-...
6•chemodax•25m ago•2 comments

The Misuse of Memory

https://www.krezl.com/essays/the-misuse-of-memory
1•prad_r•26m ago•0 comments

On the Laser-Fusion Milestone (2022)

https://inference-review.com/article/on-the-laser-fusion-milestone
2•tensegrist•27m ago•0 comments

The Vibe Coding Era: Why AI Won't Replace Software Engineers [video]

https://www.youtube.com/watch?v=xYU7zaaRjmE
1•regus•27m ago•0 comments

Turning You into a Power User with Hybrid Memory and Claude

https://medium.com/@vektormemory/turning-you-into-a-power-user-hybrid-memory-ssh-cloak-and-passwo...
2•vektormemory•32m ago•0 comments

Soft Serve – Self-hostable Git server for the command line

https://github.com/charmbracelet/soft-serve
3•helloplanets•34m ago•0 comments

Made (By Humans) in California

https://carette.xyz/posts/made_by_humans_in_california/
4•LucidLynx•36m ago•0 comments

PyCon US 2026 Packaging Summit Recap

https://bernat.tech/posts/pycon-us-2026-packaging-summit-recap/
1•nodivbyzero•37m ago•0 comments

AI agents are scrambling power users' brains

https://www.axios.com/2026/04/04/ai-agents-burnout-addiction-claude-code-openclaw
3•jjtang1•38m ago•0 comments

Life Is Short (2016)

https://paulgraham.com/vb.html
2•chistev•38m ago•0 comments

Grimm Brothers' Children's and Household Tales (Grimms' Fairy Tales)

https://sites.pitt.edu/~dash/grimmtales.html
2•Anthony-G•39m ago•0 comments

Hello, Ordinary Blog

https://ordinary.blog/posts/hello-ordinary-blog/
2•seanwatters•40m ago•0 comments

Phloto for My Photo Flow

https://cceckman.com/writing/phloto/
1•evakhoury•46m ago•0 comments

MiniMax teased M3 Sparse Attention: 9.7x prefilling, 15.6x decoding at 1M

https://twitter.com/SkylerMiao7/status/2059285750458544561
3•rebekkamikkoa•48m 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