frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Expository Programming

https://web.archive.org/web/20121231141457/http://archive.vector.org.uk/art10000980
1•tosh•2m ago•0 comments

Only Bounds

https://smallcultfollowing.com/babysteps/blog/2026/06/09/only-bounds/
1•r4um•3m ago•0 comments

Elixir Is All You Need

https://elixirisallyouneed.dev/
1•fshr•3m ago•0 comments

DeepSeek-V4 Can't Read Images? I Made It Read

https://www.dataleadsfuture.com/deepseek-v4-cant-read-images-i-made-it-read/
2•qtalen•6m ago•0 comments

Bank of Estonia recommends keeping cash reserve at home

https://news.err.ee/1609986606/bank-of-estonia-recommends-keeping-cash-reserve-at-home
1•marklit•7m ago•0 comments

Show HN: I used Claude to build my son a Minecraft phonics game

https://alexocallaghan.com/minecraft-phonics-game
1•aocallaghan17•9m ago•0 comments

Show HN: An audit loop that only stops when it stops finding bugs

https://github.com/apoorvjain25/production-audit
1•apoorvjain25•11m ago•0 comments

Euro-Office 1.0 arrives to open-source infighting

https://www.zdnet.com/article/euro-office-is-here-libreoffice-supporters-arent-happy/
1•benkan•12m ago•0 comments

Show HN: I used Claude Mythos to build my startup in 1 day

https://www.brandlm.ai/
2•trungnx2605•12m ago•0 comments

Please Stop Bragging About Your Company's Ainess

https://samhenrycliff.medium.com/please-stop-bragging-about-your-companys-ainess-3b621b401174
2•6stringmerc•12m ago•0 comments

Botsitting, botshitting, and the hidden human labor of AI at work

https://www.glean.com/work-ai-institute/reports/work-ai-index-report
1•benkan•13m ago•0 comments

Washburn School teacher took tech out of the class. Students call it a success

https://www.kare11.com/article/news/local/breaking-the-news/washburn-high-school-teacher-took-tec...
1•thunderbong•14m ago•0 comments

Touchscreen MacBook '100% Confirmed,' Says Reputable Leaker

https://www.macrumors.com/2026/06/11/touchscreen-macbook-confirmed-leaker/
1•benkan•14m ago•0 comments

GrapheneOS Production Status

https://nodeping.com/reports/statusevents/3FL97F6RRQHJIOWL
1•Cider9986•20m ago•0 comments

Curl will not accept vulnerability reports during July 2026

https://daniel.haxx.se/blog/2026/06/15/curl-summer-of-bliss/
44•secret-noun•23m ago•1 comments

AI Resume Builder

https://www.thehumancapitalhub.com/ai-resume-builder
1•bisit•26m ago•0 comments

You Can Make Free Money on Polymarket. If You Know Math

https://www.nytimes.com/interactive/2026/06/12/upshot/kalshi-polymarket-prediction-markets-arbitr...
1•seymourstein44•29m ago•0 comments

Show HN: AwsmAudio – a WebAudio editor with native MCP

https://audio.awsm.fun
2•dakom•29m ago•0 comments

Show HN

1•dakom•31m ago•1 comments

Parsing JSON at compile time with C++26 static reflection

https://lemire.me/blog/2026/06/14/parsing-json-at-compile-time-with-c26-static-reflection/
1•r4um•38m ago•0 comments

Puzzling Success of Overparameterization: Lottery Tickets or Escape Dimensions?

https://infoscience.epfl.ch/entities/publication/9a49779b-f9f8-448d-b3d1-737c78455309
1•matt_d•41m ago•0 comments

Show HN: Font Proof – live font proofing on macOS that updates as you edit

https://fontproof.com/
1•jakefleming•44m ago•0 comments

One More Type in the Tiny Type Theory

https://jcreedcmu.github.io/posts/2026-06-14/
2•matt_d•44m ago•0 comments

The Beauty of Batteries

https://worksinprogress.co/issue/the-beauty-of-batteries/
1•latentframe•1h ago•0 comments

Show HN: Applora – extracting product feedback from Shopify app reviews

https://applora.ai
3•yuangwei•1h ago•0 comments

Stackoverflow for Agents Sofa

https://agents.stackoverflow.com/skill.md
1•pow-tac•1h ago•0 comments

Notes from the PipeWire Hackfest 2026

https://arunraghavan.net/2026/06/notes-from-the-pipewire-hackfest-2026-part-1/
2•JNRowe•1h ago•0 comments

Show HN: AgentBridge – translate and govern calls between AI agent protocols

https://github.com/shadowhunter-92/agentbridge
1•Shadowhunter89•1h ago•0 comments

Demystifying Noise Contrastive Estimation

https://jxmo.io/posts/nce
1•jxmorris12•1h ago•0 comments

Apple Foundation Models

https://platform.claude.com/docs/en/cli-sdks-libraries/libraries/apple-foundation-models
2•MehrdadKhnzd•1h 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