frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

DuckDB SQLite Extension

https://github.com/duckdb/duckdb-sqlite
1•tosh•49s ago•0 comments

Future Transistor Stacking Plans Start to Diverge IBM, Intel, Samsung, and TSMC

https://spectrum.ieee.org/cfet-ibm-plan
1•rbanffy•2m ago•0 comments

Taalas

https://taalas.com/
1•dboon•2m ago•0 comments

Ukraine disguised Nord Stream sabotage mission as a 'porn film'

https://www.telegraph.co.uk/books/non-fiction/nord-stream-conspiracy-bojan-pancevski-review/
1•joe_mamba•2m ago•0 comments

Hate "The Algorithm?" RSS Is One of the Tools You've Been Looking For

https://www.eff.org/deeplinks/2026/06/hate-algorithm-rss-one-tools-youve-been-looking
1•speckx•3m ago•0 comments

Previewing GPT‑5.6 Sol: a next-generation model

https://openai.com/index/previewing-gpt-5-6-sol/
8•minimaxir•4m ago•1 comments

Just Use Postgres for Task Queues

https://www.dbos.dev/blog/making-postgres-queues-scale
1•KraftyOne•4m ago•0 comments

Show HN: To memorize my studies, I made a flashcards app with a dating app UI

https://apps.apple.com/us/app/minder-flashcards-exam-study/id6775268676
1•busymom0•6m ago•0 comments

Can You Terraform Mars?

https://www.nature.com/immersive/d41586-026-01978-8/index.html
1•Schiphol•7m ago•0 comments

AI coding agents could soon cost more than the developers using them

https://www.theregister.com/ai-and-ml/2026/06/24/ai-coding-agents-could-soon-cost-more-than-the-d...
1•beardyw•7m ago•1 comments

AI Learns the "Dark Art" of RFIC Design

https://spectrum.ieee.org/ai-radio-chip-design
1•rbanffy•9m ago•0 comments

The Download: brain-melting heatwaves and unprecedented OpenAI restrictions

https://www.technologyreview.com/2026/06/26/1139780/the-download-heatwaves-brain-health-openai-re...
1•joozio•9m ago•0 comments

Polygraph: A Meta-Harness for Maximum Agent Autonomy

https://nx.dev/blog/announcing-polygraph
17•cheald•9m ago•0 comments

Blink If You're Human

https://dynomight.net/blink/
2•surprisetalk•9m ago•0 comments

The abundant but expensive energy source that's under your feet

https://www.bbc.co.uk/news/articles/cj3gj1n8yz8o
1•Brajeshwar•9m ago•0 comments

SpaceX plans to launch Starlink mobile service in the US

https://arstechnica.com/space/2026/06/spacex-plans-to-launch-starlink-mobile-service-in-the-us/
4•LorenDB•11m ago•0 comments

Show HN: TBD, a Mac-native CLI-forward coding agent multiplexer

https://github.com/cheapsteak/tbd
2•cheapsteak•11m ago•0 comments

Engineering Manager Charged with $1.4M Insider Trading Scheme

https://www.justice.gov/usao-de/pr/engineering-manager-charged-14-million-insider-trading-scheme
2•geox•11m ago•0 comments

Titanic's unknown child is finally identified (2011)

https://www.nbcnews.com/id/wbna42755013
3•EndXA•12m ago•0 comments

White House Will Ad Hoc Decide Who Can Individually Access GPT-5.6

https://thezvi.substack.com/p/white-house-will-ad-hoc-decide-who
3•myrmidon•13m ago•1 comments

Rising RAM prices are taking a toll on PCs, tablets, game consoles, and more

https://liliputing.com/lilbits-rising-ram-prices-are-taking-a-toll-on-pcs-tablets-game-consoles-a...
3•speckx•13m ago•0 comments

Beyond Objects

https://arxiv.org/abs/2606.27258
3•dwenzek•15m ago•1 comments

Show HN: Vynex API – One endpoint for 34 LLM models, paid with USDT

https://llm-api.vynexcloud.com/
3•sandboxclaw•16m ago•0 comments

Mullvad founder Daniel Berntsson donated millions to far right party

https://www.na.se/orebro/miljonregn-till-orebropartiet-fran-techprofil/
5•mrtesthah•17m ago•0 comments

Biotech firm files bankruptcy w $115M debt; Eli Lilly, Astellas bet on it anyway

https://www.masslive.com/news/2026/06/biotech-firm-files-for-bankruptcy-with-115m-debt-eli-lilly-...
3•randycupertino•18m ago•1 comments

Meta Tapped a Pentagon Supplier to Prototype Face Recognition for Its Glasses

https://www.wired.com/story/meta-rank-one-computing-face-recognition-smart-glasses/
4•cdrnsf•18m ago•0 comments

Globalizing the Philadelphian System: Unresolved Issues [pdf]

https://isonomiaquarterly.com/wp-content/uploads/2026/06/iq-4.2-summer-2026-marquis-and-coyne-glo...
2•brandonlc•20m ago•0 comments

Csound Score in Emacs

https://github.com/luqtas/csound-score-emacs
6•luqtas•20m ago•0 comments

I'm building a 4X strategy game in Flutter and Flame

https://github.com/ernestwisniewski/aonw/tree/main
1•ernest_dev•21m ago•0 comments

Show HN: Puzzle with Strangers. A free multiplayer jigsaw

https://endtime-instruments.org/puzzle/
1•janoelze•24m 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