frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Outlaws: On the Road with a 1960s Biker Gang

https://flashbak.com/the-outlaws-on-the-road-a-1960s-biker-gang-482415/
1•bookofjoe•7m ago•0 comments

Commitgen – AI-generated Conventional Commit messages from your staged diff

2•TheAary•7m ago•0 comments

Android now stops you sharing your location in photos

https://shkspr.mobi/blog/2026/04/android-now-stops-you-sharing-your-location-in-photos/
2•edent•8m ago•0 comments

HumansMap, an interactive graph visualization of 3M+ Wikidata entities

https://humansmap.com
1•abstracthinking•9m ago•1 comments

The Global API Injection Pattern

https://www.elbeno.com/blog/?p=1831
2•ingve•10m ago•0 comments

Show HN: Digest – a Claude Code skill for your daily dev news digest

https://github.com/camilleroux/tech-digest
1•camilleroux•11m ago•0 comments

AIs can 'memorize' data they shouldn't. Can they be forced to forget?

https://www.science.org/content/article/ais-can-memorize-data-they-shouldn-t-can-they-be-forced-f...
1•giuliomagnifico•12m ago•0 comments

Share private Gitea/Forgejo repos secretly

https://sharemygit.com/
1•onesandofgrain•12m ago•1 comments

Ronja: Optical point-to-point data link with 1.4km range and 10Mbps full duplex

https://ronja.twibright.com/about.php
1•fanf2•15m ago•0 comments

How to Tax Billionaires

https://www.theatlantic.com/ideas/2026/04/estate-tax-billionaires-wealth/686770/
1•monkeydust•17m ago•0 comments

"Darwin-27B-Opus: Surpassing the Foundation Model Without Training"

https://huggingface.co/blog/FINAL-Bench/darwin-gpqa
1•makaimc•17m ago•0 comments

ReBot-DevArm: open-source Robotic Arm

https://github.com/Seeed-Projects/reBot-DevArm
1•rickcarlino•18m ago•0 comments

Data centers' heat exhaust is not raising the land temperature

https://blog.andymasley.com/p/data-centers-heat-exhaust-is-not
1•zajio1am•18m ago•0 comments

Announcing DuckDB 1.5.2

https://duckdb.org/2026/04/13/announcing-duckdb-152
1•henrikhorluck•18m ago•0 comments

Show HN: Git-style branching for your Rails database

https://github.com/carldaws/activerecord-postgresql-branched
1•carldaws•21m ago•0 comments

Syntonic Dentiforms Redux

https://aras-p.info/blog/2026/04/13/Syntonic-Dentiforms-redux/
1•ingve•22m ago•0 comments

Bangen is an ASCII banner renderer built on pyfiglet, rich, and Pillow

https://github.com/programmersd21/bangen
1•PaulHoule•24m ago•0 comments

Apple Says Lebanon Villages Weren't Removed from Maps. It Never Had Them

https://www.wired.me/story/apple-says-southern-lebanon-villages-werent-removed-from-maps-it-never...
1•docdeek•26m ago•1 comments

I track what developers say about AI coding tools each week

https://murmure.cc
3•ianalyze•27m ago•1 comments

Struggling to heat your home? How about 500 Raspberry Pi units?

https://www.theregister.com/2025/10/03/thermify_heathub_raspberry_pi/
3•cmsefton•29m ago•0 comments

Galactic Algorithm

https://en.wikipedia.org/wiki/Galactic_algorithm
2•tmtvl•30m ago•0 comments

Ask HN: Why are printers always so unreliable?

2•keiferski•32m ago•5 comments

Too much discussion of the XOR swap trick

https://heather.cafe/posts/too_much_xor_swap_trick/
1•CJefferson•34m ago•0 comments

Data Center Outlook: Half of 2026 Pipeline May Not Materialize

https://www.sightlineclimate.com/research/data-center-outlook
2•giuliomagnifico•35m ago•0 comments

Java 26 new Feature Breakdown With Examples

https://javatechonline.com/java-26-new-features-with-examples/
1•birdculture•35m ago•0 comments

Show HN: AI Content Attestation & Verification w/ Revocable Signatures

https://lyfe.ninja/news/#know-your-agent-with-blkbolt
1•lyfeninja•35m ago•1 comments

The Internet's Most Powerful Archiving Tool Is in Peril

https://www.wired.com/story/the-internets-most-powerful-archiving-tool-is-in-mortal-peril/
2•Anon84•35m ago•1 comments

Radio Browser

https://www.radio-browser.info
2•carlos-menezes•38m ago•0 comments

MCP Apps on Mobile: The Iframe Scroll Problem Nobody Talks About

https://casys.ai/blog/mcp-apps-mobile-ux-patterns
1•ErwanLP•38m ago•0 comments

Mitre ATLAS technique detection for LLM security in Rust

https://crates.io/crates/atlas-detect
1•akavlabs•42m 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