frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Manna announces 'strategic pause' that grounds drone deliveries in Ireland

https://www.irishtimes.com/business/2026/06/19/manna-announces-strategic-pause-that-grounds-drone...
1•trusche•2m ago•0 comments

How I turned World Cup data into posters

https://zehfernandes.com/posts/how-i-turned-world-cup-data-into-posters
1•zehfernandes•2m ago•1 comments

Open-source AI skills that make Claude/ChatGPT produce real work, eval-scored

https://github.com/mohitagw15856/pm-claude-skills
1•mohitagw•3m ago•0 comments

A Shallow Introduction to the K Programming Language (2002)

https://web.archive.org/web/20070519112242/http://www.kuro5hin.org/story/2002/11/14/22741/791
1•tosh•3m ago•0 comments

Show HN: Intelligrade – EU Based Digital Exams

https://www.intelligrade.de/en
1•Escapado•3m ago•0 comments

Balsamiq Turns 18

https://e.customeriomail.com/deliveries/dgTrwgsDAKuYBqqYBgGe3uUDTbaOe6hHejNN_78=
2•constantinum•4m ago•0 comments

Show HN: StartupsBR – A Map of Brazilian Startups

https://www.startupsbr.com/sao-paulo
1•leonagano•4m ago•0 comments

Amazon Studios Won't Release Movie It Made That Makes Tech Billionaires Look Bad

https://www.showbiz411.com/2026/06/19/jeff-bezoss-amazon-studios-wont-release-movie-it-made-about...
3•harambae•5m ago•0 comments

LeCun blasts Musk's xAI as 'failure,' labs are risking a 'big bubble explosion'

https://www.cnbc.com/2026/06/18/yann-lecun-elon-musk-xai-failure-ai-labs-bubble-risk.html
1•1vuio0pswjnm7•5m ago•0 comments

Show HN: Gn – gets, filters, and labels news on the command-line

https://github.com/jake-gh1/gn
1•Jake83741•5m ago•0 comments

Google workspace threatening to block Firefox access

https://tales.fromprod.com/2026/169/google-workspace-threatening-to-block-firefox.html
3•birdculture•6m ago•0 comments

How four years at a startup changed the way I work

https://diogomr.com/posts/how-four-years-at-a-startup-changed-the-way-i-work/
2•mgdo•7m ago•1 comments

AI credit markets at risk of 'violent' correction investors must stay clear-eyed

https://www.cnbc.com/2026/06/17/ai-credit-markets-at-risk-of-violent-correction-man-group-says.html
1•1vuio0pswjnm7•8m ago•1 comments

Hyundai buys Boston Dynamics, Atlas humanoid to be used at vehicle plant by 2028

https://startupfortune.com/hyundai-takes-full-control-of-boston-dynamics-as-softbank-exits-for-32...
3•ck2•9m ago•0 comments

Proportion-Integral-Derivative Controllers

https://en.wikipedia.org/wiki/PID_controller
2•dhorthy•9m ago•0 comments

Bioregional Resilience Analysis: Mexican Dry and Coniferous Forests

https://naturalsystems.substack.com/p/bioregional-resilience-analysis-mexican
1•jelani_thompson•9m ago•0 comments

World Cup Tracker

https://www.schuetzler.net/blog/world-cup-tracker/
1•phalangion•12m ago•0 comments

Bringing an Open Source Project Back from the Dead

https://go-micro.dev/blog/27
2•asim•13m ago•0 comments

Mary Somerville: The Woman for Whom the Word "Scientist" Was Coined (2016)

https://www.themarginalian.org/2016/12/26/mary-somerville-scientist/
2•downbad_•14m ago•0 comments

I built a CLI poker game that you don't need to install to play

https://filiph.net/text/pokerd.html
2•filiph•14m ago•0 comments

Show HN: LeadLu – local business lead gen with built-in email and SMS outreach

https://www.leadlu.com/
1•brevn•15m ago•0 comments

US getting modern sunscreen formulations

https://www.theverge.com/column/952744/optimizer-sunscreen-bemotrizinol-fda-health
2•ctur•17m ago•1 comments

Show HN: OpenTunnel – Run Remote Commands as Local Agent Tool Calls

https://github.com/akoenig/opentunnel
3•akoenig•17m ago•0 comments

Spotify Killed the Thrill of the Hunt

https://erildrun.bearblog.dev/spotify-killed-the-thrill-of-the-hunt/
2•speckx•17m ago•0 comments

SpaceX Bankers Prepare for Bond Sale of at Least $20B

https://www.bloomberg.com/news/articles/2026-06-18/spacex-bankers-preparing-for-bond-sale-of-at-l...
3•2OEH8eoCRo0•18m ago•1 comments

Thirty Six Hours with Fable

https://tossrock.substack.com/p/36-hours-with-fable
1•Tossrock•18m ago•0 comments

Show HN: Leadmux – A Lead Generation Platform

https://leadmux.com
1•kataqatsi•18m ago•0 comments

Do you think we have got to the top of the rapid AI breakthroughs?

1•meligoli•19m ago•1 comments

Sarcophagus – Auth and Other API Helpers for Mummy

https://github.com/elcritch/sarcophagus
1•TheWiggles•20m ago•0 comments

AI-assisted off-site backup guide take ~25 minutes

https://guides.endusergeek.com/never-lose-your-stuff/
1•responsiblparty•21m 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