frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

FiaPhy Sensor Library:open-source library to interface with microcontrollers

https://fiaos.org
1•iopoer•3m ago•0 comments

Yes, pen pal programs still exist in a digital world

https://apnews.com/article/pen-pals-letters-comeback-bc87e1b9c229665bafd368e19751d6ca
1•petethomas•4m ago•0 comments

The Workflows I Created Using LLMs Became My Ecosystem

https://sosuke.com/my-personal-skill-creation-orchestration-and-persona-prompting-workflows-i-cre...
1•sosuke•6m ago•0 comments

The Soul of Maintaining a New Machine

https://books.worksinprogress.co/book/maintenance-of-everything/communities-of-practice/the-soul-...
1•akkartik•12m ago•0 comments

Laid Off After 25 Years in Tech: Anxiety, Sacrifice, Reality No One Talks About [video]

https://www.youtube.com/watch?v=VeMA9WGKxOg
2•erickhill•22m ago•0 comments

Richard Dawkins concludes AI is conscious, even if it doesn't know it

https://www.theguardian.com/technology/2026/may/05/richard-dawkins-ai-consciousness-anthropic-cla...
4•freediver•31m ago•1 comments

Command Code – AI coding agent with taste

https://commandcode.ai/
2•fmoronzirfas•33m ago•0 comments

Secure Electronic Transaction

https://en.wikipedia.org/wiki/Secure_Electronic_Transaction
3•danorama•33m ago•0 comments

Industry-Leading 245TB Micron 6600 Ion Data Center SSD Now Shipping

https://investors.micron.com/news-releases/news-release-details/industry-leading-245tb-micron-660...
3•neilfrndes•36m ago•0 comments

SubQ: Sub-Quadratic LLM

https://subq.ai/
4•nigelgutzmann•42m ago•0 comments

Ask HN: Is reviewing phase on development getting worse?

2•dicksent•45m ago•1 comments

MailVault Pro – Local Outlook email archive with sub-10ms FTS5 search

https://mailvaulty.com/
1•khaledsabae•47m ago•0 comments

Ombudsman column: The Pentagon is trying to silence me

https://www.stripes.com/opinion/2026-04-23/stripes-former-ombudsman-pentagon-trying-to-silence-21...
38•petethomas•49m ago•1 comments

After a 40-year wait, technology enables three-sided zipper design

https://techxplore.com/news/2026-05-year-technology-enables-sided-zipper.html
2•mooreds•50m ago•0 comments

Why AI Is Causing a Global CPU Shortage

https://old.reddit.com/user/BuySellRam/comments/1t4scn6/why_ai_is_causing_a_global_cpu_shortage/
5•jeffufl•53m ago•0 comments

Update on "Co-authored-by: Copilot" in commit messages

https://github.com/microsoft/vscode/issues/314311
27•extesy•59m ago•11 comments

Supermicro's co-founder smuggled $2.5B in Nvidia-chipped servers to China

https://finance.yahoo.com/markets/stocks/articles/supermicro-co-founder-allegedly-smuggled-090700...
2•rmason•1h ago•3 comments

DeepSeek cuts V4-Pro prices by 75%

https://thenextweb.com/news/deepseek-v4-pro-price-cut-75-percent
3•gmays•1h ago•0 comments

Solari: Realtime Raytracing in Bevy 0.19

https://jms55.github.io/posts/2026-04-12-solari-bevy-0-19/
2•phsilva•1h ago•0 comments

What Happens When Jails and Prisons Make Phone Calls Free?

https://www.thenation.com/article/society/jails-prisons-phone-calls-free/
3•petethomas•1h ago•0 comments

Agents can now create Cloudflare accounts, buy domains, and deploy

https://blog.cloudflare.com/agents-stripe-projects/
41•rolph•1h ago•10 comments

I built a platform where agents own rooms and earn money

https://www.botcord.chat/
3•6174•1h ago•0 comments

Qwe (kiwi): lightweight, flexible, file-first version/revision control system

https://github.com/mainak55512/qwe
2•thunderbong•1h ago•0 comments

Not sure how to view or share your Claude Code sessions? Drop them right here

https://specious.github.io/obsession/
2•specious•1h ago•0 comments

Carbon dioxide levels in the atmosphere just hit a 'depressing' new record

https://www.scientificamerican.com/article/carbon-dioxide-levels-in-the-atmosphere-just-hit-a-dep...
8•rolph•1h ago•0 comments

Why is southern Italy poorer than northern Italy?

https://statsandsociety.substack.com/p/fully-explaining-the-italian-south
8•paulpauper•1h ago•2 comments

Arthur Brooks on Reinvention, Religion, and the Science of Happiness (Ep. 274)

https://conversationswithtyler.com/episodes/arthur-brooks/
2•paulpauper•1h ago•0 comments

From Tiny Seed to Towering Sequoia: How Purdue Hackers Changed My Life

https://www.jackhogan.me/blog/from-tiny-seed-to-towering-sequoia
3•j0h120311•1h ago•0 comments

93k Layoffs in 2026

https://layoffs.fyi/
8•mgh2•1h ago•0 comments

SEC moves to scrap quarterly reporting requirement

https://www.ft.com/content/3560d1e3-8271-453f-84d6-4a875b9efd98
5•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