frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

'Digital Circus' Google easter egg

https://www.google.com/search?q=digital+circus
1•Lammy•2m ago•1 comments

Statement regarding GNU Savannah security reports

https://www.fsf.org/news/statement-regarding-gnu-savannah-security-reports
2•pentagrama•7m ago•0 comments

A record 242 US cities now have starter homes that cost $1M

https://investors.zillowgroup.com/news-and-events/news/news-details/2026/A-record-242-US-cities-n...
3•littlexsparkee•9m ago•0 comments

Director of National Intelligence: Dr. Fauci Funded GoF Research at Wuhan Labs

https://twitter.com/DNIGabbard/status/2067792184753938484
3•panny•20m ago•0 comments

Blackwell Build Atlas

https://elliotbonneville.github.io/rtx6kpro-atlas/
1•elliotbnvl•20m ago•0 comments

I am dreading our LLM-written incident report future

https://surfingcomplexity.blog/2026/06/19/i-am-dreading-our-llm-written-incident-report-future/
2•azhenley•20m ago•0 comments

Build a full knowledge graph locally with any video

https://github.com/goodq02/goodq4all
1•joesdomingo•21m ago•0 comments

I Solved My Mystery Fatigue with AI

https://metalearn.substack.com/p/i-solved-my-mystery-fatigue-with-ai
1•staticshock•23m ago•0 comments

Why Algo Traders Club Is Moving from Hyperliquid to Kalshi

https://www.algotradersclub.com/blog/why-algo-traders-club-is-moving-from-hyperliquid-to-kalshi
1•fode•25m ago•0 comments

Telo confirms 400 kW sustained charging for its tiny electric truck

https://electrek.co/2026/06/19/telo-confirms-400-kw-sustained-charging-tiny-electric-truck/
1•breve•28m ago•0 comments

Efficient C++ Programming for Modern C++ CPUs, Chapter 4/part 2

https://6it.dev/blog/infographics-operation-costs-in-cpu-clock-cycles-take-2-80736
2•birdculture•28m ago•0 comments

Out of Stealth (Kinda)

https://github.com/Egoist-Machines/LodeDB
1•erinmeryl•30m ago•0 comments

Kahneman: Theory Induced Blindness

https://safetyinsights.org/2026/02/16/daniel-kahneman-theory-induced-blindness/
1•Jimmc414•31m ago•0 comments

Show HN: Agentcard – virtual cards for AI agents, now with DoorDash checkout

https://www.agentcard.sh
1•pipeabello•33m ago•0 comments

How to avoid street violence, by a professional kickboxer

https://www.youtube.com/watch?v=Q8Vk9KvLD3Q
1•nailer•34m ago•0 comments

Show HN: P34 – tabular profit prediction without the optimism bias

https://hyperc.com/preview/index.html
1•grandrew•34m ago•0 comments

Lump Sum vs. DCA comparison: LS wins or does it?

https://hduynam99.substack.com/p/lump-sum-vs-dca-comparison-ls-wins
1•hoangthuytrang•34m ago•0 comments

Cursor Is Now SpaceX: Enterprise Agentic Coding's New Lock-In Risk

https://superml.dev/spacex-cursor-enterprise-agentic-coding-lock-in-risk-2026
1•bps1418•35m ago•0 comments

Backstitch: Real-Time Version Control for Godot

https://backstitch.dev/
1•coinfused•44m ago•0 comments

Swedish VPN provider OVPN sold to US stock and asset company

https://www.ovpn.com/en/privacy-notice
3•hackedoffnews•45m ago•2 comments

We built a lab to evaluate data agents – Hex

https://hex.tech/blog/evaluate-data-agents/
2•haritha1313•48m ago•0 comments

Speculation Is All You Need

https://modal.com/blog/spec-is-all-u-need
5•charles_irl•54m ago•0 comments

Kernhelm: A Linux authority wall for untrusted agents

https://github.com/Deso-PK/make-trust-irrelevant/blob/main/Make-Trust-Irrelevant
1•DesoPK•55m ago•0 comments

QuadRF, a modular 4x4 MIMO beamforming tile built with an open antenna arch

https://www.youtube.com/watch?v=zdJ9Tbm8ALg
2•tekacs•55m ago•0 comments

Tradeoff Between Expertise and Flexibility: A Cognitive Entrenchment Perspective

https://www.jstor.org/stable/29765006
2•Jimmc414•57m ago•1 comments

Hey, N00B, We Didn't Hire You to Complete Tasks

https://newsletter.kentbeck.com/p/hey-n00b-we-didnt-hire-you-to-complete
43•rrvsh•1h ago•19 comments

Fiber Optic Drones

https://www.army.mil/article/287737/fiber_optic_drones_posing_a_significant_c_uas_challenge
1•Stevvo•1h ago•0 comments

To Pay Rent in Medieval England, Catch Some Eels

https://www.atlasobscura.com/articles/medieval-eel-rent-map-england
1•ohjeez•1h ago•1 comments

Cirrus: ATProto Personal Data Server That Runs on Cloudflare Workers

https://github.com/ascorbic/cirrus
2•gurjeet•1h ago•0 comments

Tell HN: Adding congestion control and retry tokens to a reliable UDP transport

2•x1colegal•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