frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

U++ – Cross-Platform App Development Framework

https://www.ultimatepp.org/
1•mahirsaid•1m ago•0 comments

Sacculina Carcini

https://en.wikipedia.org/wiki/Sacculina_carcini
1•thunderbong•3m ago•0 comments

Top AI CEOs Call for Law Protecting Against Biological Weapons

https://www.wsj.com/politics/policy/top-ai-ceos-call-for-law-protecting-against-biological-weapon...
2•whalee•3m ago•0 comments

Interfaces for Representing Uncertainty (2025)

https://digitalseams.com/blog/interfaces-for-representing-uncertainty
1•bobbiechen•6m ago•0 comments

LM/LSTS inference-injected garbage collection programming language

https://medium.com/@andrew_johnson_4/lm-lsts-hits-major-mid-stabilization-milestone-with-release-...
1•DoubleDecoded•9m ago•0 comments

Reaching 10⁻⁶ mbar for my homemade electron microscope [video]

https://www.youtube.com/watch?v=Ku04_mVZx_E
1•Audiolite•9m ago•0 comments

Epiplexity

https://andys.blog/epiplexity/
1•andytratt•13m ago•0 comments

The Cheapest Mercy

https://protortyp.github.io/posts/the-cheapest-mercy/
2•protortyp•14m ago•0 comments

Building self-improving tax agents with Codex

https://openai.com/index/building-self-improving-tax-agents-with-codex/
1•gmays•18m ago•0 comments

Google pushes water standards amid data center backlash

https://www.axios.com/2026/06/03/google-pushes-water-standards-data-center-backlash
1•1vuio0pswjnm7•19m ago•3 comments

Show HN: AI Agent that resolves all your support issues

1•Daniel-Pan•19m ago•0 comments

American capitalism has taken an apocalyptic turn

https://economist.com/business/2026/06/03/american-capitalism-has-taken-an-apocalyptic-turn
2•andsoitis•20m ago•0 comments

American Fork PD posts and removes unredacted bodycam footage

https://old.reddit.com/r/RecklessBen/comments/1tvzfv9/american_fork_pd_unredacted_bodycamdashcam_...
2•cosmicgadget•23m ago•0 comments

Strategic Petroleum Reserve

https://www.energy.gov/hgeo/opr/strategic-petroleum-reserve
1•mooreds•23m ago•0 comments

The Post That Beat The News By 38 Minutes. [video][50 mins]

https://www.youtube.com/watch?v=b2VAiFBXz-E
1•Bender•25m ago•0 comments

DOJ investigating former congressman George Santos for insider trading on Kalshi

https://www.npr.org/2026/06/02/nx-s1-5843371/george-santos-kalshi-insider-trading-investigation
2•gnabgib•28m ago•0 comments

SpaceX wins tax exemption for $55B AI chip plant despite local backlash

https://www.ft.com/content/86b2440a-60ce-4a5b-94ba-a6a4456ae574
1•1vuio0pswjnm7•29m ago•0 comments

Sil Val was built on public money-now it's fighting California's billionaire tax

https://www.morningstar.com/news/marketwatch/2026060256/silicon-valley-was-built-on-public-money-...
1•initramfs•29m ago•0 comments

Postgres IDE in Cursor

https://techcommunity.microsoft.com/blog/adforpostgresql/your-postgresql-workflow-just-found-its-...
1•gen_tp•29m ago•0 comments

Scientists uncover Feynman's formula for finding best holiday restaurant

https://www.theguardian.com/science/2026/jun/01/scientists-uncover-feynmans-formula-for-finding-b...
1•paulpauper•31m ago•0 comments

How cowboy culture remade Brazil

https://thebaffler.com/outbursts/rodeo-clowns-cowie
1•paulpauper•31m ago•0 comments

Are India's GDP figures OK after all?

https://www.ft.com/content/28783a0c-5a7c-4d6b-9485-61bdcb06e83d
2•paulpauper•31m ago•1 comments

Large AI Models in Dental Healthcare

https://arxiv.org/abs/2606.02914
1•berlianta•32m ago•0 comments

Meta Is Reportedly Working on an AI Pendant and More Smart Glasses

https://www.engadget.com/2184224/meta-developing-ai-pendant-more-smart-glass-models/
1•gmays•37m ago•0 comments

Ask HN: What would justify writing a kernel in 2026?

1•alonsovm44•38m ago•3 comments

Fridge with a Tiny Funnel Site

https://tailscale.com/blog/funnel-fridge
1•ChicknNuggt•39m ago•0 comments

The King and the Swarm

https://firstthings.com/the-king-and-the-swarm/
1•cratermoon•40m ago•0 comments

OpenAI Codex tool linked to malicious NPM supply chain attack

https://www.techradar.com/pro/security/openai-codex-tool-with-over-29-000-downloads-linked-to-mal...
1•ChicknNuggt•41m ago•0 comments

HttpBin Service

https://github.com/conductor-oss/httpbin
1•opiniateddev•43m ago•0 comments

Show HN: AI Gauge, a desktop monitor for Claude/Codex/Copilot usage limits

https://github.com/jpajak/ai-gauge
1•jpajak•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