frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Simple ways to make meetings work better for employees on the autism spectrum

https://apnews.com/article/autism-awareness-work-neurodivergent-meetings-89dfea1bd912184ab0628377...
1•petethomas•29s ago•0 comments

Good-egg – Trust scoring for GitHub PR authors based on contribution history

https://github.com/2ndSetAI/good-egg
1•zdw•2m ago•0 comments

I made a rap album about SRE/DevOps incidents and outages and it slaps

https://poddaddy5x9.vercel.app/
1•logicminds•2m ago•1 comments

Subtyping, Subclassing, and Trouble with OOP

https://okmij.org/ftp/Computation/Subtyping/
1•signa11•7m ago•0 comments

Malicious Packages Don't Fit the Vulnerability Intelligence Model

https://www.first.org/blog/20260420-Malicious-Packages-Dont-Fit
1•jruohonen•8m ago•0 comments

An information operating system powered by local files

https://galaxybrain.com
1•marcinignac•8m ago•1 comments

Foundations of Computer Science: C edition (1994) [pdf]

https://blough.ece.gatech.edu/3020/focs.pdf
1•nill0•9m ago•0 comments

Social media content creator boost

https://www.qten.ai/
1•bandishankar•9m ago•1 comments

Aiguard-scan – Find secrets and vulnerabilities in AI-generated code

https://github.com/Hephaestus-byte/agent-guard
1•Hephaestus-byte•14m ago•0 comments

Making the most pickproof lock yet [video]

https://www.youtube.com/watch?v=-qUu8kIliy8
1•zdw•17m ago•0 comments

The Beauty of Bonsai Styles

https://longwoodgardens.org/blog/2023-05-17/beauty-bonsai-styles
3•lagniappe•26m ago•0 comments

SSA without Dominance for Higher-Order Programs

https://arxiv.org/abs/2604.09961
1•matt_d•29m ago•0 comments

Show HN: Kachilu Browser – a local browser automation CLI for AI agents

https://github.com/kachilu-inc/kachilu-browser
1•tmatsuzaki•41m ago•3 comments

A Roblox cheat and one AI tool brought down Vercel's platform

https://webmatrices.com/post/how-a-roblox-cheat-and-one-ai-tool-brought-down-vercel-s-entire-plat...
18•bishwasbh•46m ago•0 comments

Advancing BDD Software Testing: Dynamic Scenario Re-Usability and Step Auto-Comp

https://arxiv.org/abs/2402.15928
2•alihassaanmug•53m ago•0 comments

Show HN: A fake small claims court for petty complaints

https://benlirio.com/petty-small-claims/
1•blirio•53m ago•0 comments

Spotting Specification Gaps with Small Proof-Oriented Tests

https://risemsr.github.io/blog/2026-04-16-spotting-specs/
3•matt_d•55m ago•0 comments

Ancient Mughal tradition of pigeon-rearing thrives in India's capital

https://www.reuters.com/world/india/ancient-mughal-tradition-pigeon-rearing-thrives-indias-capita...
1•petethomas•55m ago•0 comments

"Capital Punishment" Trivia Game

https://games-by-will.com/capital-punishment/
2•wjuseck•56m ago•0 comments

Is AI a Bubble

1•Robelkidin•57m ago•3 comments

Sonnet 4.6 model could mistakenly use wrong model for OpenAI

https://github.com/anthropics/claude-code/issues/51417
1•keytalker•58m ago•0 comments

What Is Multi-Cloud Security? Challenges and Best Practices

https://spacelift.io/blog/multi-cloud-security
1•kat-w•58m ago•0 comments

Mac OS X 10.6 Snow Leopard – Now Available (2009)

https://news.ycombinator.com/item?id=781964
2•thomassmith65•1h ago•1 comments

RLMs are the new reasoning models

https://raw.works/rlms-are-the-new-reasoning-models/
1•dnw•1h ago•0 comments

Gell-Mann AImnesia

https://huonw.github.io/blog/2026/04/gell-mann-aimnesia/
1•dbaupp•1h ago•1 comments

Mall Code

https://mall.merkoba.com
1•madprops•1h ago•0 comments

Anthropic says OpenClaw-style Claude CLI usage is allowed again

https://docs.openclaw.ai/providers/anthropic
2•jmsflknr•1h ago•0 comments

No Naked Singularity, Whatever the Physical Collapse

https://zenodo.org/records/16181570
2•jruohonen•1h ago•0 comments

Svelte-check-native: Blazing fast svelte-check built with Rust

https://github.com/harshmandan/svelte-check-native
2•thunderbong•1h ago•0 comments

US Utilities Plan $1.4T for AI Data Centers

https://tech-insider.org/us-utility-1-4-trillion-ai-data-center-energy-2026/
2•jackyli02•1h ago•0 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

https://github.com/davidhershey/ClaudePlaysPokemonStarter
8•minimaxir•12mo 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•12mo ago
It's interesting to me that they're extracting game state from memory instead of just passing the video into the LLM.
_--__--__•12mo 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•12mo ago
Shouldn't the goal be to compare it against a human player that would need to menu for that information?
_--__--__•12mo 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