frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

German government approves new gas power plant auctions to backup wind and solar

https://www.cleanenergywire.org/news/german-government-approves-new-gas-power-plant-auctions-back...
1•leonidasrup•59s ago•0 comments

A twinkling pulsar reveals invisible structures in space

https://www.mpg.de/26493907/0513-radi-a-twinkling-pulsar-reveals-invisible-structures-in-space-15...
1•Tomte•2m ago•0 comments

Tangled – tightly-knit social coding

https://tangled.org
2•dennis-tra•10m ago•0 comments

ThinkPad Endgame

https://williamjansson.com/posts/thinkpad_endgame/
3•billybuckwheat•10m ago•1 comments

Slax Reader CLI: a read-later library your AI agents can use

https://slax.com/blog/slax-reader-cli-a-read-later-library-for-ai-agents/
1•wulujia•11m ago•0 comments

Professor Miller (1973) [video]

https://www.youtube.com/watch?v=qSKqW6Olm7I
1•simonebrunozzi•12m ago•0 comments

SRM: Detecting slow-burn risk in AI-agent sessions before execution

https://arxiv.org/abs/2603.22350
1•ilion_identity•13m ago•0 comments

Apple Is Making Hit Products and High Profits from Imperfect Chips

https://www.wsj.com/tech/apple-is-making-hit-products-and-high-profits-from-imperfect-chips-d32c21d8
1•taubek•15m ago•0 comments

Show HN: Chrome ext to let zot, your terminal coding agent, operate the browser

https://github.com/patriceckhart/zot-chrome-operator
8•patriceckhart•16m ago•1 comments

Weaving baskets and braiding hair for quantum computing [video]

https://www.youtube.com/watch?v=Y0mn7UBonSs
1•marysminefnuf•19m ago•0 comments

Grafana Labs security update on TanStack NPM supply chain ransomware incident

https://grafana.com/blog/grafana-labs-security-update-latest-on-tanstack-npm-supply-chain-ransomw...
1•taubek•21m ago•0 comments

Ringspace Trusted Webrings: Is a great idea returning?

https://ringspace.net/
1•8bitsrule•25m ago•0 comments

Nucleus: Enforced permissions for AI agents – policy+enforcement in one stack

https://github.com/coproduct-opensource/nucleus
1•weitzj•25m ago•1 comments

Claude Onboarding Unnecessarily Painful

1•totalconfusion•26m ago•0 comments

NSA Umbra UFO Files converted to Markdown and chat with them

1•freakynit•33m ago•0 comments

Mirage – Unified Virtual File System for AI Agents

https://www.strukto.ai/mirage
3•choam•34m ago•0 comments

Book on Truth in the Age of A.I. Contains Quotes Made Up by A.I

https://www.nytimes.com/2026/05/19/business/media/future-of-truth-ai-quotes.html
3•whyage•34m ago•0 comments

Obvious markers of AI: doubts raised over winner of short story prize

https://www.theguardian.com/books/2026/may/19/commonwealth-short-story-prize-winner-doubts-ai-art...
1•bananaflag•37m ago•0 comments

What is an executive chair, Tim Cook's new position?

https://hsu.cy/2026/04/tim-cook-as-the-executive-chair/
1•uneven9434•39m ago•0 comments

Tonic is joining the gRPC project

https://luciofranco.com/blog/tonic-joins-grpc/
1•explodingcamera•39m ago•0 comments

AppLovin – The two-second ad auction you never see

https://labs.nowsecure.com/applovin/
2•lmbbuchodi•40m ago•0 comments

My GitHub Account Was Unexpectedly Suspended

https://blog.lyc8503.net/en/post/github-account-suspended/
1•uneven9434•40m ago•1 comments

Running PyTorch Models on Apple Silicon GPUs with the ExecuTorch MLX Delegate

https://pytorch.org/blog/running-pytorch-models-on-apple-silicon-gpus-with-the-executorch-mlx-del...
2•tosh•48m ago•0 comments

Gemini Omni and the Cognitive Question We Aren't Ready For

https://old.reddit.com/r/AICognitiveWatch/
1•GlyphWeaver_a•52m ago•0 comments

Everything in C is undefined behavior

https://blog.habets.se/2026/05/Everything-in-C-is-undefined-behavior.html
63•lycopodiopsida•56m ago•25 comments

Content Credentials

https://en.wikipedia.org/wiki/Content_Credentials
2•svara•56m ago•0 comments

Ex-Apple engineer says Apple deliberately slows older phones via updates

https://www.macobserver.com/news/ex-apple-software-engineer-claims-apple-deliberately-slows-down-...
30•neya•1h ago•6 comments

Most Theoretical Physicists Are Doing Engineering

https://danieltan.weblog.lol/2026/05/most-theoretical-physicists-are-doing-engineering
2•danieltanfh95•1h ago•0 comments

Extended Cyber Kill Chain for AI-Era Threats

https://github.com/gouravnagar-infosec/ai-kill-chain
1•gnz1•1h ago•0 comments

Missing RAF pilot found strapped in his sunken Hurricane laid to rest

https://www.thetimes.com/uk/history/article/missing-raf-pilot-george-morley-fidler-hurricane-fran...
3•petethomas•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