frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Decant: Liquid Glass icons reverse engineered

https://github.com/kylebshr/decant
1•memalign•2m ago•0 comments

Show HN: QR Code generator – micro/2 via numeric, alphanumeric, 8bitbyte, kanji

https://h1yapp.com/en/scripting/pwa/qrcodegenerator/
1•h1yapp•5m ago•0 comments

Saving the Biggest Machine You've never heard of

https://www.youtube.com/watch?v=m7G1MRHatuw
2•robrain•6m ago•1 comments

How Queens Die: Analysing a 6M Puzzle Database

https://lichess.org/@/heroku/blog/how-queens-die-analysing-a-6-million-puzzle-database/jgN7WEdl
1•heroku•7m ago•0 comments

Cloud Manufactory Heartbeat Control

https://wordpress.org/plugins/cloud-manufactory-heartbeat-control/
1•taubek•8m ago•0 comments

Even the Secret Service won't use company-issued phones

https://www.theregister.com/security/2026/06/26/even-the-secret-service-wont-use-company-issued-p...
1•speckx•8m ago•0 comments

Finding the Best Sleep Tracker

https://karpathy.bearblog.dev/finding-the-best-sleep-tracker/
1•abhaynayar•11m ago•0 comments

18XX: A System of Systems

https://blog.fogus.me/games/18XX/intro.html
1•tosh•12m ago•0 comments

Why LLMs Will Not Have Your Next Big Idea

https://albertsikkema.com/ai/opinion/research/2026/06/24/why-llms-will-not-have-your-next-big-ide...
1•speckx•13m ago•0 comments

How to Disable Blinking Cursors

https://jurta.org/en/prog/noblink
1•sampo•15m ago•0 comments

Viture Beast Review: My New Favorite Display Glasses

https://www.cnet.com/tech/computing/viture-beast-review-i-think-i-found-my-new-favorite-display-g...
1•walterbell•15m ago•0 comments

Ask HN: How do new users gain reach on HN

1•enlightpixel•15m ago•1 comments

All Chinese Models Will Be Illegal in 3 2 1

https://idiallo.com/blog/all-chinese-models-will-be-illegal
1•garo-pro•16m ago•0 comments

Previewing Speccat.com – Compare CPU, APU, GPU Specifications Instantly

https://nietras.com/2026/06/27/previewing-speccat/
1•nietras•16m ago•0 comments

Streaming services' obnoxiously loud ads become illegal on July 1 in California

https://arstechnica.com/gadgets/2026/06/streaming-services-obnoxiously-loud-ads-become-illegal-on...
4•speckx•22m ago•1 comments

Fantasy Land: interoperability of common algebraic structures in JavaScript

https://github.com/fantasyland/fantasy-land
2•tosh•22m ago•0 comments

Create and share YouTube playlists without an account

https://y2pilot.com/
2•lvidakovic•23m ago•0 comments

How Many Elementary Particles Are There, Really?

https://www.quantamagazine.org/how-many-elementary-particles-are-there-really-20260615/
3•rwmj•24m ago•0 comments

Lemonad: A functional programming library for JavaScript

https://github.com/fogus/lemonad
1•tosh•25m ago•0 comments

The great herbivores of the Caucasus stage a comeback

https://www.unep.org/news-and-stories/story/great-herbivores-caucasus-stage-comeback
1•thunderbong•25m ago•0 comments

Some Intuition Behind the Contrapositive

https://max-amb.github.io/blog/some_intuition_behind_the_contrapositive/
1•max-amb•29m ago•0 comments

Designing Math Ft. Grant Sanderson (3Blue1Brown) [video]

https://www.youtube.com/watch?v=bLSLN96Gn-w
1•marvinborner•29m ago•0 comments

QRCard – Your digital business card

https://qrcard.up.railway.app/
1•nikitafaesch•32m ago•0 comments

Open-source cloud-native Postgres platform

https://github.com/xataio/xata
1•mebcitto•34m ago•0 comments

Phones Alerted Millions Before Quakes Shook Venezuela

https://www.nytimes.com/interactive/2026/06/27/world/americas/venezuela-earthquakes-android-alert...
2•jgalt212•36m ago•2 comments

A Street of Good Houses - The Shape of the Whole

https://shapeofthesystem.com/posts/2026/06/26/a-street-of-good-houses
1•supermatt•36m ago•0 comments

BlueBookOS: An LLM microkernel and language for specifying apps

https://bluebookos.com/
1•logn•37m ago•0 comments

Show HN: Nirnam – a browser-native message bus and AI agent framework for MFEs

https://github.com/shaurcasm/nirnam
1•shauryaSP•38m ago•0 comments

Generative artificial intelligence creates delicious, nutritious burgers

https://www.nature.com/articles/s41538-026-00953-x
1•Anon84•45m ago•0 comments

What's cooking on Sourcehut? Q2 2026

https://sourcehut.org/blog/2026-05-28-whats-cooking-q2-2026/
1•birdculture•46m 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