frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Kitum Cave

https://en.wikipedia.org/wiki/Kitum_Cave
1•Jimmc414•1m ago•0 comments

Toward Autonomous Long-Horizon Engineering for ML Research

https://arxiv.org/abs/2604.13018
1•gmays•2m ago•0 comments

Healthchecks.io Now Uses Self-Hosted Object Storage

https://blog.healthchecks.io/2026/04/healthchecks-io-now-uses-self-hosted-object-storage/
1•zdw•3m ago•0 comments

Things AI Shouldn't Do

https://jsrn.net/weeknotes/2026/04/15/things-ai-shouldnt-do.html
1•speckx•4m ago•0 comments

It Is Time to Ban the Sale of Precise Geolocation

https://www.lawfaremedia.org/article/it-is-time-to-ban-the-sale-of-precise-geolocation
5•hn_acker•6m ago•0 comments

We need a physical digital music experience

https://olly.world/we-need-a-physical-digital-music-experience
1•cyanbane•7m ago•0 comments

iPhone Loyalty Hits 96.4% as Android Users Four Times More Likely to Switch

https://www.macrumors.com/2026/04/16/iphone-loyalty-survey/
2•MBCook•8m ago•1 comments

Tiktokification shall set us free

https://pluralistic.net/2026/04/17/for-youze/
1•hn_acker•9m ago•0 comments

Eliza a Play by Tom Holloway

https://www.mtc.com.au/plays-and-tickets/whats-on/season-2026/eliza
1•abrax3141•9m ago•1 comments

So many HN topics blocked by paywall. I'll pass

1•vektoralian•10m ago•0 comments

Chicken Nuget

https://daniel.haxx.se/blog/2026/03/12/chicken-nuget/
2•latexr•11m ago•1 comments

Microsoft closes book on rogue Windows Server 2025 upgrades

https://www.theregister.com/2026/04/17/microsoft_windows_server_2025/
1•Brajeshwar•11m ago•0 comments

Show HN: React Email 6.0 – An open-source email editor you can embed in your app

https://github.com/resend/react-email
6•code-in-public•12m ago•0 comments

Why nobody outside of GIS use Postgres for large datasets analytics

https://dekart.xyz/docs/knowledge-base/gis-analytics-cost-comparison/
1•delfrrr•12m ago•0 comments

AI agents hire meatbags as the perils of chaos thrive in Silicon Valley

https://www.sdxcentral.com/control-plane/ai-agents-hire-meatbags-as-the-perils-of-chaos-thrive-in...
4•oavioklein•14m ago•1 comments

Built a full-stack charitable giving SaaS as a solo developer with agentic AI

https://www.pifster.org/
2•conleec•14m ago•0 comments

How Push Notifications Can Betray Your Privacy (and What to Do About It)

https://www.eff.org/deeplinks/2026/04/how-push-notifications-can-betray-your-privacy-and-what-do-...
3•hn_acker•17m ago•0 comments

Crystal 1.20.0 Is Released

https://crystal-lang.org/2026/04/16/1.20.0-released/
5•sdogruyol•17m ago•1 comments

Tracing the social half-life of a zombie citation

https://codeactsineducation.wordpress.com/2026/01/30/tracing-the-social-half-life-of-a-zombie-cit...
2•jruohonen•21m ago•0 comments

Show HN: simple_ans – Asymmetric Numeral Systems Compression in Python/C++

https://github.com/flatironinstitute/simple_ans
2•jmagland•22m ago•1 comments

We Reproduced Anthropic's Mythos Findings with Public Models

https://blog.vidocsecurity.com/blog/we-reproduced-anthropics-mythos-findings-with-public-models
8•__natty__•22m ago•0 comments

Taguar – Desktop app for audio tagging

https://github.com/ad-si/Taguar
3•adius•23m ago•1 comments

Archive of Byte magazine, starting with issue #1 in 1975

https://archive.org/details/byte-magazine-1975-09
2•DamnInteresting•24m ago•0 comments

The creative software industry has declared war on Adobe

https://www.theverge.com/tech/913765/adobe-rivals-free-creative-software-app-updates
4•bookofjoe•25m ago•0 comments

Older Women Are in Demand by Younger Men

https://www.nytimes.com/2026/04/16/opinion/younger-men-dating-older-women.html
3•metadat•26m ago•0 comments

Mystery Cpuid Bit

https://www.os2museum.com/wp/mystery-cpuid-bit/
2•ingve•27m ago•0 comments

Attention Decay

https://dzoba.com/blog/attention-decay/
3•speckx•29m ago•1 comments

Ask HN: Agents Craving Context

1•AnthonyR•31m ago•0 comments

Why robots can't replace guide dogs (yet)

https://www.popsci.com/technology/robots-replace-guide-dogs/
3•Vaslo•32m ago•0 comments

Internet Content Regulation Is Coming to Canada

https://axisofeasy.com/aoe/internet-content-regulation-is-coming-to-canada/
6•StuntPope•32m 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