frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Grafana Labs internal source code accessed

https://twitter.com/grafana/status/2055827123236171827
1•jschorr•1m ago•0 comments

Show HN: Serene Bach – a Go weblog engine that runs as CGI or HTTP

https://github.com/serendipitynz/serenebach
1•takkyun•1m ago•0 comments

Brokkr: Scalable cluster management for GPU/HPC workloads

https://github.com/jackthepunished/brokkr
1•bhdr26k•2m ago•0 comments

As the West Dries Out, a New Generation of Dams Rise

https://www.bloomberg.com/news/features/2026-05-15/colorado-builds-new-dams-in-a-race-with-the-we...
2•divbzero•7m ago•1 comments

Learning to Write (Again)

https://jampa.bearblog.dev/learning-to-write-again/
1•tjampa•12m ago•0 comments

The latest X algorithm has been published to GitHub

https://twitter.com/elonmusk/status/2055277918633562153
3•guiambros•17m ago•0 comments

A Tale of Two File Names

https://tomgalvin.uk/blog/gen/2015/06/09/filenames/
1•GranPC•20m ago•1 comments

Refray – ∞-way RW Git sync tool and auto conflict resolution, for leaving GitHub

https://github.com/MaigoLabs/refray
1•azaneko•20m ago•0 comments

Recent Developments in LLM Architectures: KV Sharing, MHC, Compressed Attention

https://magazine.sebastianraschka.com/p/recent-developments-in-llm-architectures
1•pretext•21m ago•0 comments

I Found Ultra-Pure Quantum Crystals in an Abandoned Mine in the Atacama Desert

https://medium.com/@breid.at/ultra-pure-quantum-crystals-from-an-abandoned-mine-in-a-mysterious-d...
1•vi_sextus_vi•23m ago•0 comments

We Built a Web That Consumes Us

https://gist.github.com/motyar/e53a2c23362a5d5a73a6895e79ee3d20
2•motyar•26m ago•0 comments

'News will find me' mindset makes people trust algorithms and online networks

https://www.psu.edu/news/bellisario-college-communications/story/news-will-find-me-mindset-makes-...
1•thunderbong•29m ago•0 comments

Async I/O in Zig 0.16, today

https://lalinsky.com/2026/05/11/async-io-in-zig-016-today.html
1•signa11•32m ago•0 comments

Reasons to Use Std:SIMD

https://github.com/NoNaeAbC/std_simd
2•quasigloam•40m ago•0 comments

AI Faceless Video Generator for TikTok, Shorts and Reels

https://faceless-video.com/
1•duanhjlt•40m ago•0 comments

Ultime Western

http://www.ultimewestern.com/
1•hyperific•42m ago•0 comments

Fourth Television Network

https://en.wikipedia.org/wiki/Fourth_television_network
1•Ariarule•42m ago•0 comments

The Blind Witness: AI observer with fu

https://theairtgroup.com/blind-witness.html
1•simonaitchison•44m ago•0 comments

TheArchiveBase – A Lightweight Distributed Search Engine

https://thearchivebase.com/
1•tanvirredwan•45m ago•1 comments

Trillions of miles of data: Your car is spying on you

https://www.bbc.com/future/article/20260513-your-car-is-spying-on-you-its-about-to-get-worse
2•1659447091•46m ago•0 comments

Fly.io is getting rid of GPU-accelerated machines

https://fly.io/docs/gpus/
4•abound•48m ago•1 comments

I Rewrote My Project from Clojure to Gleam [video]

https://www.youtube.com/watch?v=iEP6pWmxWeI
1•TheWiggles•49m ago•0 comments

SF vibes are frenetic over the divide in outcomes and career uncertainty

https://www.techmeme.com/260516/p9
2•danorama•1h ago•1 comments

SeeFlow – Architecture diagrams that run

https://seeflow.dev
1•tuongaz•1h ago•0 comments

Lord of the Flies: A Harmful Distortion of Children's Nature

https://petergray.substack.com/p/114-lord-of-the-flies-a-harmful-distortion
1•Ariarule•1h ago•0 comments

Unmanned lab opens with robots at work as researchers push AI, automation

https://japantoday.com/category/tech/unmanned-lab-opens-with-robots-at-work-as-researchers-push-a...
1•pseudolus•1h ago•0 comments

Eric Weinstein: "I Was Wrong About UFOs " [video]

https://www.youtube.com/watch?v=ZBjJTj_ZFXU
1•keepamovin•1h ago•0 comments

Ccstory – Weekly recap of what you did in Claude Code

https://github.com/atomchung/ccstory
1•atomtw•1h ago•0 comments

Bear spray is exploding in the trash near Yellowstone National Park

https://www.sfgate.com/national-parks/article/exploding-bear-spray-yellowstone-22244713.php
8•turtlegrids•1h ago•7 comments

2026 will be a HVAC contractor bloodbath

https://www.reddit.com/r/heatpumps/s/APgJ68ZSyz
3•ssuds•1h ago•1 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