frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I built a global supplier discovery engine form raw materials to everything

https://suppliers.run/
1•rayluminarch•1m ago•0 comments

Show HN: Font Finder Chrome Extension

https://chromewebstore.google.com/detail/font-detector/lpgiclolinhgkampahomomlhbcngafek
1•chernikovalexey•3m ago•0 comments

Man's Search for Meaning

https://en.wikipedia.org/wiki/Man%27s_Search_for_Meaning
1•chistev•5m ago•3 comments

Teens who hacked TfL were known to police years before cyber-attack

https://www.bbc.co.uk/news/articles/cx2kx8jr244o
1•edent•6m ago•0 comments

UK Prime Minister Simulator

https://no10.io/
1•chernikovalexey•6m ago•0 comments

The Download: Europe's heat wave hits the grid, and IBM's chip targets Moore's

https://www.technologyreview.com/2026/06/25/1139738/the-download-europe-heat-wave-ibm-chip-moores...
1•joozio•7m ago•0 comments

Heat waves mess with your brain. Scientists are trying to figure out why

https://www.technologyreview.com/2026/06/26/1139760/heat-waves-mess-with-your-brain-scientists-ar...
1•joozio•11m ago•0 comments

AI Makes the Cybersecurity Game Faster, Not New

https://www.rstreet.org/commentary/ai-makes-the-cybersecurity-game-faster-not-new/
1•aledevv•13m ago•0 comments

Thinking Different, Thinking Slowly: LLMs on a PowerPC Mac

http://www.theresistornetwork.com/2025/03/thinking-different-thinking-slowly-llms.html
1•asimovDev•14m ago•0 comments

AI SDK 7 is available

https://vercel.com/blog/ai-sdk-7
1•m3h•15m ago•0 comments

Show HN: Loomabase – Column-level CRDT sync for SQLite + Postgres

https://github.com/JustVugg/loomabase
1•vforno•17m ago•0 comments

US Government Asks OpenAI to Stagger AI Model Release

https://www.bloomberg.com/news/articles/2026-06-25/trump-administration-asks-openai-to-stagger-re...
1•m3h•20m ago•0 comments

Remote Tech Support On-the-Go: Your Hermes-Powered USB Troubleshooting Kit

https://github.com/mainmeister/hermes-friend-diag-kit
1•mainmeister•20m ago•0 comments

Vaadin 25.2: Build UIs in plain language, and call the browser from Java

https://vaadin.com/blog/vaadin-25-2-release
1•spicyroman•23m ago•2 comments

VW Eyes Cutting 100k Jobs and Closing Plants

https://www.bloomberg.com/news/articles/2026-06-26/vw-eyes-cutting-100-000-jobs-and-closing-plant...
1•mgh2•23m ago•0 comments

Thing that has ever happened for multiplayer games

https://mas-bandwidth.com/the-best-thing-that-has-ever-happened-for-multiplayer-games/
1•pbootly•25m ago•0 comments

What happened to China's property collapse? [video]

https://www.youtube.com/watch?v=1N2C72OdOxo
1•Imustaskforhelp•30m ago•0 comments

Siag Office – A Free Office Package for Unix (2007)

https://siag.nu/index.shtml
1•turtleyacht•31m ago•0 comments

Show HN: Pybench, Pytest but to check non regression of noisy benchmarks

https://github.com/AnthonyBeeblebrox/pybench
1•ururu01010•31m ago•0 comments

The UN demands AI accountability while running Google ad-tech on its own website

https://www.thatprivacyguy.com/blog/un-tracking-without-consent/
1•ilreb•33m ago•0 comments

Train the draft model for your workload

https://nebius.com/blog/posts/train-the-draft-model-for-your-workload
1•Sami_Lehtinen•34m ago•0 comments

I Am Not an AI – The Tlbic Policy Proposal

https://drive.google.com/file/d/1NJA8clb_wkotSnUkBPGZMw8Dywa5caiF/view?usp=drive_link
2•michikawa59•35m ago•2 comments

Claude ends the chat – refuses conversation

https://medium.com/@thesuperrepemail/claude-got-sentimental-couldnt-take-the-insults-anymore-56de...
2•rajsuper123•35m ago•0 comments

Show HN: Hikaru Labs – An offline, client-side alternative to CloudConvert

https://hikarulabs.xyz
3•CFBL•36m ago•1 comments

Ask HN: How is GPU power draw measured at scale?

3•anax32•39m ago•0 comments

The fight against data centers has nothing to do with data centers

https://twitter.com/mcuban/status/2070211760196587534
3•tosh•39m ago•0 comments

Apple hints at more price increases coming later

https://9to5mac.com/2026/06/25/apple-hints-at-more-price-increases-coming-later/
2•virgildotcodes•40m ago•1 comments

ChoiceBeat: The Visual Novel and Interactive Fiction Zine

https://willyelektrix.itch.io/choicebeat-issue-17
2•Schiphol•42m ago•0 comments

Stop generating what you already have

https://aazar.me/posts/stop-generating-what-you-already-have
2•44za12•44m ago•0 comments

A Niche Technology Became a Choke Point for A.I

https://www.nytimes.com/2026/06/26/technology/ai-advanced-chip-packaging-tsmc.html
2•thinkcontext•44m 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