frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Pentagon used Elon Musk's Grok AI to fire 2k missiles at Iran, official says

https://www.independent.co.uk/news/world/americas/us-politics/elon-musk-grok-ai-iran-missiles-pen...
1•pseudolus•2m ago•0 comments

Narcissism of Small Differences

https://en.wikipedia.org/wiki/Narcissism_of_small_differences
2•gurjeet•5m ago•0 comments

Squidbleed (CVE-2026-47729) Heartbleeds ancient cousin, hiding in Squid since 97

https://blog.calif.io/p/squidbleed-cve-2026-47729
1•chillax•7m ago•0 comments

Intel Announces Leadership Appointment at Intel Foundry

https://newsroom.intel.com/corporate/intel-announces-leadership-appointment-at-intel-foundry-to-a...
1•zvr•8m ago•0 comments

2k retired Google Pixel phones get a second life as a private cloud

https://www.theregister.com/on-prem/2026/06/18/2000-retired-google-pixel-phones-get-a-second-life...
1•pseudolus•9m ago•0 comments

Doctor at thome in Dubai – 24/7 Doctor at Home services

https://simshomehealthcare.ae/doctor-at-home/
1•ahrup12•11m ago•0 comments

What I've Learned From Selling 500k Books

https://fortelabs.com/blog/what-ive-learned-from-selling-500000-books/
1•jger15•11m ago•0 comments

The Hidden Harms of CPR (2023)

https://www.newyorker.com/news/the-weekend-essay/the-hidden-harms-of-cpr
1•pseudolus•12m ago•0 comments

Estonia to give digital identities to AI agents

https://www.euractiv.com/news/estonia-to-give-digital-identities-to-ai-agents/
1•giuliomagnifico•16m ago•0 comments

PWA for nervous system regulation (no subscriptions, offline)

https://quietudeapp.com/
1•saphidev•18m ago•0 comments

Show HN: I Built a SaaS Explainer Template Editor in Clickcast.tech

https://www.clickcast.tech/template-editor
1•clickcasttech•18m ago•0 comments

Linux 7.2 Gets Rid of the Last Optimized MD5 Implementation

https://www.phoronix.com/news/Linux-7.2-MD5-Generic-Only
2•t-3•19m ago•0 comments

Tesla HW3 claim grows to 7,000 owners, gets backing for collective action

https://electrek.co/2026/06/18/tesla-hw3-claim-netherlands-7000-owners-kennedy-van-der-laan/
2•breve•20m ago•0 comments

Haggis legalised in US state as Tartan Army celebrate another World Cup win

https://www.dailyrecord.co.uk/news/scottish-news/haggis-legalised-state-tartan-army-37314996
2•jjgreen•22m ago•0 comments

Rockstar Games faces full hearing over alleged union busting

https://www.theregister.com/offbeat/2026/06/19/rockstar-games-faces-full-hearing-over-alleged-uni...
1•t-3•24m ago•0 comments

The room the economy can't see

https://wilsoniumite.com/2026/06/19/the-room-the-economy-cant-see/
1•Wilsoniumite•25m ago•0 comments

Norway greenlights first full-scale ship tunnel

https://eandt.theiet.org/2026/06/18/norway-greenlights-world-s-first-full-scale-ship-tunnel
3•geox•25m ago•0 comments

GitHub Copilot App

https://github.com/features/ai/github-app
1•adrianvi•26m ago•0 comments

Pazuzu

https://spectrecollie.com/2026/06/18/pazuzu/
1•jwx48•29m ago•0 comments

Protect an MCP Server with an Authorization Server

https://fusionauth.io/blog/mcp-authorization-server
1•sixhobbits•32m ago•0 comments

Sorry Guys,but I'll Be Cryosleeping Throughout the Rest of This Space Expedition

https://www.mcsweeneys.net/articles/sorry-guys-but-ill-be-cryosleeping-throughout-the-rest-of-thi...
1•calcifer•34m ago•0 comments

Conversations Should Stay Yours

https://getweeve.io/
1•dylandeheer•37m ago•0 comments

Pull request limits are cutting down the noise

https://github.blog/open-source/maintainers/how-pull-request-limits-are-cutting-down-the-noise/
3•ingve•38m ago•0 comments

Taipy – Alternative to Streamlit

https://taipy.io/
1•amai•40m ago•0 comments

Node-Fetch on latest Node Update broken

https://github.com/nodejs/node/issues/63989
1•DDerTyp•42m ago•0 comments

Business Intelligence as Code

https://evidence.dev/
1•janandonly•44m ago•0 comments

SSD Prices in 2026

https://i.imgur.com/ekYqwY6.png
2•toilet•45m ago•1 comments

Show HN: I built an 11-LLM consensus engine to detect AI hallucination

https://github.com/jaquelinejaque/quorum-saas-starter
3•jaquelinejaque•47m ago•0 comments

Why Social Media Bans Alone Can't Solve the Age Verification Dilemma

https://about.fb.com/news/2026/06/how-to-verify-age-online/
2•kerim-ca•51m ago•2 comments

Utopia (By Fable)

https://aiking.dwyer.co.za/utopia
2•sixhobbits•52m 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