frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Own Your Secrets – Sync encrypted secrets from any repo to any device

https://cottage-sync.github.io
1•sayanarijit•1m ago•0 comments

Big tech's fat profits conceal unsettling cashflows

https://www.economist.com/business/2026/05/13/big-techs-fat-profits-conceal-unsettling-cashflows
1•petethomas•6m ago•0 comments

HyperDX fork for Iceberg on S3 tables

https://github.com/bolt-earth/Berg
1•dinosor•9m ago•0 comments

Our response to the TanStack NPM supply chain attack

https://openai.com/index/our-response-to-the-tanstack-npm-supply-chain-attack/
1•meetpateltech•11m ago•0 comments

The Ghost of the Short Story: Memes, TVTropes, and the Evolution of Fiction

https://systemsthinkingcollection.substack.com/p/the-ghost-of-the-short-story
1•InputName•12m ago•0 comments

Storage based KVCache for denser token factory

https://blogs.oracle.com/ai-and-datascience/scaling-long-context-inference-on-oci-with-wekas-augm...
1•baruch•13m ago•1 comments

The Myers Diff Algorithm

https://blog.jcoglan.com/2017/02/12/the-myers-diff-algorithm-part-1/
1•chirau•16m ago•0 comments

Coding Trance Music from Scratch [video]

https://www.youtube.com/watch?v=iu5rnQkfO6M
1•bel8•17m ago•0 comments

Tracing and tenant-isolation firewall for AI agents (Apache 2.0)

https://github.com/amitbidlan/zistica-lumin
1•amitbidlan•21m ago•0 comments

Trump Mobile announces T1 phones will begin shipping this week

https://twitter.com/TrumpMobile/status/2054574531101266301
3•standeven•22m ago•0 comments

Reddit Tests Blocking Mobile Web to Force App Downloads

https://reclaimthenet.org/reddit-tests-blocking-mobile-web-to-force-app-downloads
2•Cider9986•30m ago•3 comments

Show HN: Textual-debugger, a Python TUI debugger with power features

https://pypi.org/project/textual-debugger/
2•aldanial•34m ago•1 comments

Malware crew TeamPCP open-sources its Shai-Hulud worm on GitHub

https://www.theregister.com/security/2026/05/13/malware-crew-teampcp-open-sources-its-shai-hulud-...
3•_____k•38m ago•0 comments

US sells 30-year bonds at 5% yield for first time since 2007

https://www.ft.com/content/11233902-2054-4ed5-b647-26402e7b58bd
5•petethomas•42m ago•3 comments

Why scrapping quarterly earnings is a bad idea

https://www.ft.com/content/8a42a683-2f1a-41b9-a9f4-5efed4e967ac
4•petethomas•45m ago•1 comments

Titan 3D Printed Home Building

https://www.iconbuild.com/technology
2•kristianpaul•45m ago•0 comments

New post: The Markdown Link no. 30

https://md-handbook.com/blog/markdown-link-no-30/
1•wordius•48m ago•1 comments

Show HN: I tried generating music from text and built a small tool around it

https://tegmix.com/
1•Nancylily•49m ago•0 comments

Built to help my dad pass CCNA, now were changing how people learn networking

https://switchlab.dev/
8•salad_v•53m ago•1 comments

How Consumers Adoption of Online Streaming Affects Music Consumption & Discovery

https://pubsonline.informs.org/doi/10.1287/mksc.2017.1051
2•Ariarule•56m ago•0 comments

Claude for Small Business

https://www.anthropic.com/news/claude-for-small-business
52•neilfrndes•58m ago•20 comments

How the Cheesecake Factory Runs One of America's Biggest Menus [video]

https://www.youtube.com/watch?v=rNNyEUxrPOY
3•gmays•1h ago•0 comments

Rezolus: High-Resolution Systems Performance Telemetry

https://github.com/iopsystems/rezolus
1•jinqueeny•1h ago•0 comments

Replyjoy – Open-source Gmail assistant that drafts replies in your voice

https://github.com/ConsulInc/replyjoy-oss
1•derek8bai•1h ago•0 comments

Dweav Trace – offline-first state tracing for JavaScript apps

https://chromewebstore.google.com/detail/dweav-trace/djibmlmofhdmijbpekpneclbpnokemne
1•Altrudev•1h ago•0 comments

What's Happening to Panoply?

https://panoply.io
1•r0h1n•1h ago•0 comments

Greenhouse and Icehouse Earth

https://en.wikipedia.org/wiki/Greenhouse_and_icehouse_Earth
3•chasil•1h ago•2 comments

Show HN: Building a universal device experience [video]

https://www.youtube.com/watch?v=euKIupqOd3g
2•mmajzoobi•1h ago•1 comments

Nginx Rift

https://depthfirst.com/nginx-rift
4•GalaxyNova•1h ago•2 comments

Ask HN: Efflora_run DAG Regression Test

1•zhoykn•1h 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