frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Iliad as Propaganda Justifying Aristocratic Rule

https://www.richardhanania.com/p/the-iliad-as-propaganda-justifying
1•paulpauper•58s ago•0 comments

Don Quixote was an unexpected hit

https://storica.club/blog/don-quixote-parody/
2•cemsakarya•1m ago•0 comments

Claude Code, Codex and Agentic Coding #8

https://thezvi.substack.com/p/claude-code-codex-and-agentic-coding-f54
1•paulpauper•1m ago•0 comments

Non-determinism is an issue with patching CVEs

https://flox.dev/blog/achieving-rapid-cve-remediation-in-an-era-of-escalating-vulnerabilities/
1•mathewpregasen•2m ago•0 comments

Polish intelligence warns hackers attacked water treatment control systems

https://therecord.media/polish-intelligence-warns-hackers-attacked-water-treatment
3•devonnull•3m ago•0 comments

Ask HN: How do you find good personal blogs on Google nowadays?

2•xapet•6m ago•1 comments

Ask HN: How do you find good personal blogs on Google nowadays?

1•xapet•6m ago•0 comments

Show HN: Agent MGMT guide to agent orchestrators

https://agentmgmt.dev/
1•manume•7m ago•0 comments

Interactive KL Divergence Visualisation

https://robotchinwag.com/posts/kl-divergence-visualisation/
1•joshlk•8m ago•0 comments

Beyond DevOps

https://debarshibasak.github.io/readables/blogs/beyond-devops.html
1•debarshri•12m ago•0 comments

USPS considers allowing people to ship handguns through the mail

https://www.theguardian.com/business/2026/may/08/usps-postal-service-handguns-mail
1•bookofjoe•14m ago•0 comments

The 77-Year-Old Artist Who 'Paints' Japanese Landscapes with Excel (2017)

https://www.thisiscolossal.com/2017/12/tatsuo-horiuchi-excel-artist/
2•rendx•16m ago•0 comments

Free chatbot that monitors changes on any website and sends alerts

https://apps.apple.com/pl/app/monity-ai/id6761957823
1•kamilms21•21m ago•0 comments

Show HN: Obsidian-Semantic, a CLI that lets agents search your vault by meaning

https://github.com/ravila4/obsidian-semantic-search
2•ravila4•22m ago•0 comments

Grok TTS vs. OpenAI

https://techstackups.com/comparisons/grok-tts-vs-openai/
1•ritzaco•23m ago•0 comments

AI Is Distorting Practically Everything About the Economy

https://www.wsj.com/tech/ai/ai-is-distorting-practically-everything-about-the-economy-4ca6fcff
2•1vuio0pswjnm7•24m ago•1 comments

Show HN: Bowbuilds, a configurator and tuning toolkit for compound archers

https://bowbuilds.com
1•whereismyreleas•27m ago•0 comments

Could Lovable's automatic 10% pay raise be the cure for toxic cultures?

https://techcrunch.com/2026/05/07/could-lovables-automatic-10-pay-raise-be-the-cure-for-toxic-cul...
2•doener•28m ago•1 comments

The Matrix Conference

https://conference.matrix.org/
1•doener•28m ago•0 comments

Feeding the Machine

https://www.theverge.com/cs/features/831818/ai-mercor-handshake-scale-surge-staffing-companies
1•amai•29m ago•0 comments

UFO Files Released by U.S. Shed Light on What the Government Knows

https://www.nytimes.com/2026/05/08/us/politics/ufo-sightings-us-government.html
2•quapster•30m ago•0 comments

Tell HN: Prayer with AI models is suboptimal

1•3pt14159•30m ago•0 comments

Show HN: I built a translator for SPANGLISH and mixed-language text

https://spanglishtranslator.net
1•Odeh13•30m ago•0 comments

Flatcar Container Linux – container optimized, immutable fs, config provisioning

https://www.flatcar.org/
1•gessha•32m ago•0 comments

Gulp – We have been made aware of a potential incident and are shutting down all

https://old.reddit.com/r/letsencrypt/comments/1t7ifve/gulp_we_have_been_made_aware_of_a_potential/
1•newsoftheday•33m ago•1 comments

NTFS-recover – NTFS data recovery when the MFT is corrupted

https://github.com/mjgil/rust-ntfs-recover
1•mjgil•34m ago•1 comments

Open TCP Connections in the Browser

https://developer.puter.com/networking/
1•ent101•35m ago•0 comments

1 in 277 PubMed-indexed 2026 papers shows fabricated references, says analysis

https://retractionwatch.com/2026/05/07/one-in-277-pubmed-indexed-papers-in-2026-shows-fabricated-...
1•bookofjoe•36m ago•1 comments

ShowHN: Guantr - Type-Safe JavaScript/TS Authorization Library; Major v2 Release

https://github.com/Hrdtr/guantr
1•hrdtr•38m ago•0 comments

Show HN: Cyoda-go – application platform in Go without the Temporal/Kafka glue

https://github.com/Cyoda-platform/cyoda-go
1•physix•39m 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