frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Without RBAC for Skills and MCP, your org has root access to your company

https://www.sleuth.io/post/without-rbac-for-agent-skills-and-mcp-your-entire-organization-basical...
1•detkin•24s ago•0 comments

From Panthor to RK3588: Advancing graphics, video and SoC support in Kernel 7.0

https://www.collabora.com/news-and-blog/news-and-events/from-panthor-to-rk3588-advancing-graphics...
1•losgehts•2m ago•0 comments

Ask HN: Could online services "flood the zone" of compromised password lists?

1•justinluther•2m ago•0 comments

Among the Private Spies

https://www.lrb.co.uk/the-paper/v48/n06/vadim-nikitin/among-the-private-spies
2•jbegley•3m ago•0 comments

The 42-Day Vibe – A technical thriller about an AI-run company and context rot

https://bugramming.dev
1•codekidX•3m ago•0 comments

Miners Risk Their Lives for Himalayan Pink Salt [video]

https://www.youtube.com/watch?v=HjSQ10zDB0k
1•gmays•4m ago•0 comments

The Looming College-Enrollment Death Spiral

https://www.theatlantic.com/ideas/2026/04/college-enrollment-demographic-cliff/686750/
2•JumpCrisscross•5m ago•0 comments

Panther Lake is the real deal

https://world.hey.com/dhh/panther-lake-is-the-real-deal-4bd731f1
1•maluta•7m ago•0 comments

Show HN: Claude Code skills for network engineering and homelabs

https://github.com/arsallls/claude-network-skills
1•arsalsajjad•8m ago•0 comments

I Went to China to See Their Progress on A.I. We Can't Beat Them

https://www.nytimes.com/2026/04/13/opinion/china-ai-america-chipmakers.html
2•amgreg•8m ago•1 comments

SSH Pilot: Scala-based SSH tool for managing and testing remote server clusters

https://github.com/openmole/sshpilot
1•thunderbong•8m ago•0 comments

Show HN: GDL – I built an AI-powered invention engine

https://groundeddiscoverylabs.com/
1•Whyachi•10m ago•0 comments

Show HN: Lint-AI by RooAGI, a Rust CLI for AI Doc Retrieval

https://github.com/RooAGI/Lint-AI
1•rooagi•11m ago•0 comments

Mapcodes – free, open way to make locations on Earth addressable by a short code

https://www.mapcode.com
1•smartmic•13m ago•0 comments

Show HN: Ithihāsas – a character explorer for Hindu epics, built in a few hours

https://www.ithihasas.in
5•cvrajeesh•13m ago•1 comments

The "AI Vulnerability Storm": Building a "Mythos-Ready" Security Program [pdf]

https://labs.cloudsecurityalliance.org/wp-content/uploads/2026/04/mythosready-20260413.pdf
3•larve•15m ago•0 comments

Artemis II Was a Blockbuster. Landing on the Moon Will Be a Lot Harder

https://www.wsj.com/science/space-astronomy/artemis-ii-was-a-blockbuster-landing-on-the-moon-will...
1•JumpCrisscross•17m ago•0 comments

AI Agents Are Control Systems

https://cloudpresser.com/writing/ai-agents-are-control-systems
2•cloudpresser•19m ago•0 comments

'Has the Rust programming language's popularity reached its plateau?'

https://developers.slashdot.org/story/26/04/12/2329229/has-the-rust-programming-languages-popular...
1•MilnerRoute•19m ago•0 comments

Sometimes I Don't Use AI at All

https://www.clintmcmahon.com/Blog/sometimes-i-dont-use-ai
1•speckx•21m ago•0 comments

Transitive 2.0: store, visualize and alert about robotics fleet data

https://transitiverobotics.com/blog/transitive-v2/
1•chfritz•22m ago•1 comments

Probing the Planck scale with quantum computation

https://arxiv.org/abs/2604.06322
2•haxiomic•23m ago•1 comments

AI-boosted hacks with Anthropic's Mythos could have dire consequences for banks

https://www.reuters.com/legal/litigation/ai-boosted-hacks-with-anthropics-mythos-could-have-dire-...
5•devonnull•23m ago•0 comments

Can you learn to read faster? And why would you want to?

https://www.rnz.co.nz/life/lifestyle/can-you-really-learn-to-read-faster-and-why-would-you-want-to
3•billybuckwheat•23m ago•1 comments

U.S. blockade of Iran's ports comes into effect

https://www.nbcnews.com/world/iran/live-blog/live-updates-us-blockade-iran-ports-trump-hormuz-pea...
3•mgh2•25m ago•1 comments

Can we use C++ Modules in 2026?

https://mropert.github.io/2026/04/13/modules_in_2026/
2•jandeboevrie•27m ago•0 comments

Lattice-Based Cryptography and Formal Verification

https://mayckongiovani.substack.com/p/pqc-engineering-series-deep-dive-dba
1•doomhammerhell•33m ago•0 comments

How to make Firefox builds 17% faster

https://blog.farre.se/posts/2026/04/10/caching-webidl-codegen/
7•mbitsnbites•33m ago•0 comments

Brunost: The Nynorsk Programming Language

https://lindbakk.com/blog/introducing-brunost
2•atomfinger•33m ago•0 comments

Péter Magyar: Hungary's next leader energised voters but is 'dark horse'

https://www.theguardian.com/world/2026/apr/12/peter-magyar-hungary-next-leader-profile
2•mooreds•35m ago•0 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

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