frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

June 2026 Stealer Logs Data Breach

https://haveibeenpwned.com/Breach/June2026StealerLogs
1•sanqui•25s ago•0 comments

Show HN: Macro – unified system for email, chat, tasks, docs, agents (AGPL/Rust)

https://github.com/macro-inc/macro
1•jbecke•38s ago•0 comments

Show HN: We built an 8-bit CPU as 2nd year EE students

https://github.com/c0rRupT9/STEPLA-1
1•CorRupT9•2m ago•0 comments

AI and Amateurism

https://pluralistic.net/2026/06/15/vernacular/#hypercardian
2•samizdis•8m ago•0 comments

UK's social media age ban requires an identity layer. That changes everything

https://bbs.splinternet.org/manifesto.html
1•arfuzzum•8m ago•0 comments

Serendipity: The Role of Luck in Your Life and Career

https://ritholtz.com/2026/06/recognize-the-role-of-luck-in-your-life-and-career/
1•zdw•8m ago•0 comments

Price drop notice from Google re. One/AI service

https://9to5google.com/2026/06/08/google-ai-plus-price-drop/
1•imperialdrive•9m ago•1 comments

I Love the Computer

https://michaelenger.com/blog/i-love-the-computer/
2•speckx•10m ago•0 comments

What job interviews taught me about Kubernetes

https://notnotp.com/notes/what-job-interviews-taught-me-about-kubernetes/
2•chmaynard•12m ago•0 comments

The Rub: We Don't Believe You

https://randsinrepose.com/archives/heres-the-rub-we-dont-believe-you/
2•mooreds•13m ago•0 comments

My Take on Gen AI Content

https://authenticmanager.substack.com/p/my-take-on-gen-ai-content
2•mooreds•15m ago•0 comments

Genomes from Oceania offer new clues to human evolution

https://news.yale.edu/2026/06/11/genomes-oceania-offer-new-clues-human-evolution
2•gmays•17m ago•0 comments

NetNewsWire Status

https://inessential.com/2026/06/15/netnewswire-status.html
2•frizlab•17m ago•0 comments

US Government Reportedly Allowing Federal Data Center Rules to Expire

https://gizmodo.com/us-government-reportedly-allowing-federal-data-center-rules-to-expire-2000772083
10•01-_-•18m ago•0 comments

Axonometric City, a procedural city grows massive size using threeJS/WebGL

https://sand-morph.up.railway.app/verdant-axonometric-city
2•echohive42•19m ago•0 comments

For centuries, math has been a human endeavor. Does AI mean it's over?

https://www.washingtonpost.com/science/2026/06/14/math-has-helped-define-what-it-means-be-human-c...
2•01-_-•19m ago•0 comments

Will Siri AI kill AI as a service?

https://thedent.net/posts/will-siri-ai-kill-ai-as-a-service
3•speckx•20m ago•0 comments

When Let's Encrypt is valid but GitHub Actions still reject it

https://jens.dev/2026/06/10/letsencrypt-gen-y.html
3•jicea•20m ago•0 comments

AI Image Generation from CFML in One Function Call

https://blog.kukiel.dev/posts/cfml-ai-images-with-cloudflare.html
2•rmason•21m ago•0 comments

Diplomat: Multi-Language FFI for Rust Libraries

https://manishearth.github.io/blog/2026/06/14/diplomat-multi-language-ffi-for-rust-libraries/
2•g0xA52A2A•22m ago•0 comments

US Air Force B-52 bomber crashes after takeoff, Edwards Air Force Base says

https://www.reuters.com/business/aerospace-defense/us-air-force-b-52-bomber-crashes-after-takeoff...
13•tartoran•23m ago•2 comments

A backdoor in a LinkedIn job offer

https://roman.pt/posts/linkedin-backdoor/
15•lwhsiao•24m ago•1 comments

Summer Rhombus picture competition 2026

https://racket.discourse.group/t/summer-rhombus-picture-competition-2026/4282
2•spdegabrielle•26m ago•1 comments

Why Earth Sucks Compared to the Planet Hestia [video]

https://www.youtube.com/watch?v=8qQW4LTWgtc
3•gmays•27m ago•0 comments

The Castles of the Garamantes

https://www.wildmanlife.com/the-forgotten-castles-of-the-garamantes/
2•yzydserd•27m ago•0 comments

2-in-1 cable that combines 4K 60Hz video output with 140W pass-through charging

https://twitter.com/stufflistings/status/2066511207645991012
2•sevenfoldnancy•27m ago•0 comments

AI-referred US shoppers browse longer, spend more per visit

https://www.reuters.com/business/media-telecom/ai-referred-us-shoppers-browse-longer-spend-more-p...
2•alephnerd•27m ago•0 comments

Aircraft-aware clear-air turbulence prediction with XGBoost on PIREPs and ERA5

https://pub.towardsai.net/why-a-boeing-737-and-an-a380-dont-feel-the-same-turbulence-and-what-tha...
2•kadir_gokdeniz_•27m ago•0 comments

QuantumReady

https://www.postquantumready.com/
2•austinallegro•28m ago•0 comments

Cilantro – it watches your bank accounts and tells you what changed

https://cilantro.highloop.co/
2•cloocher•29m 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