frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

StudioLedger – Escrow-protected contracts for creators, on XRPL

https://github.com/remyyx/workledger
2•remyyx•3m ago•0 comments

Quarkdown – Markdown with Superpowers

https://quarkdown.com/
2•Tomte•3m ago•0 comments

Issue with AWS Ops Wheel

https://aws.amazon.com/security/security-bulletins/rss/2026-018-aws/
3•mooreds•5m ago•0 comments

Farting Fish Fingered (2005)

https://www.theguardian.com/education/2005/mar/11/highereducation.research
2•thunderbong•7m ago•0 comments

The Digesting Duck: a 1739 automaton that appeared to eat, digest, and defecate

https://en.wikipedia.org/wiki/Digesting_Duck
14•AgentNews•7m ago•3 comments

A Systems Glitch at Fidelity Caused One Woman's Savings to Disappear

https://www.nytimes.com/2026/04/25/your-money/fidelity-investments-fraud-alert.html
3•donohoe•8m ago•0 comments

Installing Pop!OS 24 Directly with Unsquashfs and Chroot (and No Reboot)

https://hajo.me/blog/2026/04/25/installing-popos-24-directly-with-unsquashfs-chroot-no-reboot/
2•fxtentacle•10m ago•0 comments

Electric air taxis. Vertical Aerospace's VX4 just cleared a key test

https://www.scientificamerican.com/article/can-electric-air-taxis-carry-passengers-vertical-aeros...
2•beardyw•16m ago•0 comments

NeoAgent – self-hosted proactiv Agent with Android, browser and desktop control

https://github.com/NeoLabs-Systems/NeoAgent
2•neo_original•19m ago•0 comments

The Military Rockets That Launched the Space Age (2023)

https://airandspace.si.edu/stories/editorial/military-rockets-launched-space-age
2•radeeyate•22m ago•0 comments

Designing synthetic datasets for the real world

https://research.google/blog/designing-synthetic-datasets-for-the-real-world-mechanism-design-and...
2•Anon84•24m ago•0 comments

Making the Rails Default Job Queue Fiber-Based

https://paolino.me/solid-queue-doesnt-need-a-thread-per-job/
2•ksec•28m ago•0 comments

The Most Successful Typeface in History | Helvetica [video]

https://www.youtube.com/watch?v=vxDySZrrAeA
2•skibz•31m ago•0 comments

Show HN: Enlist AI: Sub-second interview coaching with persistence

2•lilprince1218•32m ago•0 comments

Millet

https://en.wikipedia.org/wiki/Millet
2•num42•32m ago•0 comments

AgentCore Harness

https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/harness.html
2•aor215•32m ago•0 comments

Brief delays in chatbot responses boost perceived thoughtfulness and usefulness

https://engineering.nyu.edu/news/why-faster-ai-isnt-always-better
3•giuliomagnifico•35m ago•1 comments

Metal Lossy Compression Format

https://www.ludicon.com/castano/blog/2026/04/metal-lossy-compression-format/
2•gok•35m ago•0 comments

Quarkdown 2.0 Is Here

https://www.heise.de/en/news/Books-and-slides-from-Markdown-Quarkdown-2-0-is-here-11271511.html
2•croes•38m ago•0 comments

From $200 to $30: Five Layers of LLM Cost Optimization

http://blog.dwornikowski.com/posts/cutting-llm-costs-token-optimization/
4•tdi•40m ago•0 comments

Basic Type System Terminology

https://lewiscampbell.tech/blog/250817.html
2•kugurerdem•41m ago•0 comments

Crafting an AI-Driven Workflow System [video]

https://www.youtube.com/watch?v=SrRweChigB0
1•pedrodelfino•42m ago•0 comments

Oops, I Wrote a Database

https://dafoster.net/articles/2026/02/23/oops-i-wrote-a-database/
1•davidfstr•43m ago•0 comments

Amnesty International calls on states to stop predatory, anti-rights order

https://www.amnesty.org/en/latest/news/2026/04/amnesty-international-calls-states-to-stop-predato...
1•rguiscard•47m ago•0 comments

Global Village Coffeehouse

https://en.wikipedia.org/wiki/Global_Village_Coffeehouse
1•xattt•48m ago•1 comments

Getting my daily news from a dot matrix printer 2024

https://aschmelyun.com/blog/getting-my-daily-news-from-a-dot-matrix-printer/
2•xupybd•57m ago•0 comments

Show HN: Harnessing LLM-Prompt Mutation to Build Smart,Automated Fuzz Drivers

https://github.com/FuzzAnything/PromptFuzz
1•JasonHEIN•57m ago•0 comments

Local SLM as a compression layer for cloud API calls

1•asong56•57m ago•0 comments

Shipping the OpenClaw Stack in Public

https://agentbot.raveculture.xyz/blog
1•Agentbot-esky•1h ago•0 comments

Claude Code Routines: 5 Production Workflows That Ship Real Work

https://www.arcade.dev/blog/claude-code-routines-mcp-setup/
1•manveerc•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