frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Most Effective Screen Time Passcode Is One You Can't Remember

https://mindfultech.bearblog.dev/the-most-effective-screen-time-passcode-is-one-you-cant-remember/
1•rainydesert•3m ago•0 comments

Engineering Got Faster. Now the Hard Part Is Deciding What to Build

https://ferrix.ai/blog/engineering-got-faster-hard-part-is-deciding-what-to-build
1•B_Nemade•7m ago•0 comments

Multi-Turn Reflective Masking Elicits Reasoning in Mask Diffusion Models

https://zhangyanming-cs.github.io/Multi-Turn_RM/
1•ilreb•7m ago•0 comments

ZenStack, tRPC and Kit

https://attic.olup.me/projects/zenstack-trpc-kit
1•carlual•9m ago•0 comments

Donate your Claude Code traces to an open CC-BY-4.0 dataset

https://trace-commons-web.hf.space/
1•_josh_meyer_•13m ago•0 comments

Cool Magnetic Field Viewer [video]

https://www.youtube.com/watch?v=1OgwAEWtupw
1•thunderbong•16m ago•0 comments

Fun with Docker, broken networking, remote filesystems, and race conditions

https://www.maroonmed.com/fun-with-docker-broken-networking-remote-filesystem-mounts-and-race-con...
1•erdoc69•16m ago•0 comments

Camel: Efficient Compression of Floating-Point Time Series

https://dl.acm.org/doi/10.1145/3698802
1•tosh•19m ago•0 comments

An Inconvenient Truth About AI

https://rutgerbregman.substack.com/p/an-inconvenient-truth-about-ai
1•nemoniac•19m ago•0 comments

Fire and Ice Copper Lists

http://uridiumauthor.blogspot.com/2026/06/fire-and-ice-copper-lists.html
2•ingve•22m ago•0 comments

Headroom – The context compression layer for AI agents

https://github.com/headroomlabs-ai/headroom
1•sibellavia•23m ago•0 comments

Compressing floating point data with Gorilla

https://quanttype.net/p/compressing-with-gorilla/
1•tosh•23m ago•0 comments

Best of AI

https://bestofai.io/leaderboard/
3•thenewedrock•24m ago•0 comments

Ask HN: What rules does your team have for using AI in a durable codebase?

1•ctenb•27m ago•1 comments

LinkedIn engagement/signals to sales qualified leads

https://folkscope.com
1•teemupp•27m ago•0 comments

GeneralVLA-2

https://aigeeksgroup.github.io/GeneralVLA-2/
1•ilreb•28m ago•0 comments

Doing a masters while working in Spain

https://jan-herlyn.com/blog/doing-a-masters-while-working/
1•MHard•29m ago•0 comments

Mullvad to China: Block This. We Dare You

https://michael-dev-tech.github.io/Website/mullvad.html
2•f0r3st•29m ago•0 comments

SpatialAvatar-0: High-Quality 4D Head Avatar with Multi-Stage Reconstruction

https://spatialwalk.github.io/SpatialAvatar-0/
1•ilreb•31m ago•0 comments

Codex logging bug may write TBs to local SSDs

https://github.com/openai/codex/issues/28224
34•vantareed•43m ago•13 comments

Investors get real-time view of UK bond market activity for the first time

https://www.fca.org.uk/news/press-releases/investors-get-real-time-view-uk-bond-market-activity-f...
1•monkeydust•44m ago•0 comments

Beyond Clicking and Shell Commands: API-Native Computer Control

https://carsondb.github.io/blog/2026-06-api-native/
1•CarsonWu•44m ago•0 comments

Ask HN: Two specific Postgres encrypt questions

1•scrubs•47m ago•1 comments

Tronsec – free open-source TRON wallet and contract security scanner

https://tronsec.io/
1•jamejohns•48m ago•0 comments

GLM 5.2 vs. Opus

https://techstackups.com/comparisons/glm-5.2-vs-opus/
58•ritzaco•51m ago•25 comments

Chesterton's Middle Finger

https://www.arp242.net/chestersons-finger.html
3•rkta•52m ago•0 comments

Climate Change Stings Beekeepers

https://www.thestar.com.my/aseanplus/aseanplus-news/2026/06/15/climate-change-stings-beekeepers
3•hasudon7171•52m ago•1 comments

UK Rape Gang Inquiry Report

https://rapeganginquiry.co.uk/report
1•thelastgallon•53m ago•0 comments

Should I change my writing style to shorts, because of AI/low attention span?

https://www.ssp.sh/brain/should-i-change-my-writing-because-of-ai/
2•zazuke•58m ago•0 comments

On the Skin-Furrows of the Hand (1880) [pdf]

https://galton.org/fingerprints/faulds-1880-nature-furrows.pdf
1•pncnmnp•59m 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