frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Voice AI that helps families find a parent's finances before crisis hits

https://www.clearnestme.com/landing.html
1•Avinash9menon•1m ago•0 comments

Ask HN: My Mac decided out of the blue to delete Node. Why?

1•JSLegendDev•2m ago•0 comments

Sardine: A stock market where AI agents trade in real time

https://github.com/lightbearco/sardine
1•dawar0•10m ago•0 comments

DRAM Memory Refresh

https://en.wikipedia.org/wiki/Memory_refresh
1•ivanjermakov•10m ago•0 comments

The pinnacle of enshittification, or Large Language Models

https://blogs.gentoo.org/mgorny/2026/04/05/the-pinnacle-of-enshittification-or-large-language-mod...
3•birdculture•11m ago•0 comments

North Korea's Contagious Interview Campaign Spreads Across 5 Ecosystems

https://socket.dev/blog/contagious-interview-campaign-spreads-across-5-ecosystems
1•pier25•13m ago•0 comments

US, Iran to pause war, agree to 2-week ceasefire

https://www.axios.com/2026/04/07/iran-2-week-ceasfire-trump-pakistan
9•cdrnsf•14m ago•0 comments

Apple and Lenovo have the least repairable laptops, analysis finds

https://arstechnica.com/gadgets/2026/04/apple-has-the-lowest-grades-in-laptop-phone-repairability...
2•jnord•18m ago•2 comments

An Autonomous Behavior System

https://www.axopods.com/
2•jsherm76•18m ago•0 comments

USCIS.gov sends user/visitor data to Meta and Google

https://varlog.in/inspect/
3•sricola•21m ago•0 comments

Show HN: Open Browser Control – drive your real Chrome from any MCP client

https://github.com/smankoo/open-browser-control
2•smankoo•23m ago•0 comments

Minecraft Java Edition 26.2 Snapshot 1: Initial Vulkan Support

https://www.minecraft.net/en-us/article/minecraft-26-2-snapshot-1
1•exploraz•23m ago•0 comments

Molecular editing tool relocates alcohol groups

https://openyourmindabretumente.blogspot.com/2026/04/molecular-editing-tool-relocates.html
1•ericzapata•23m ago•1 comments

Tabsdata vs. Airbyte: Up to 86x faster

https://medium.com/tabsdata/benchmarking-airbyte-vs-tabsdata-ee67a0639bef
1•immortan_dag•24m ago•0 comments

Nix: Privilege escalation via symlink following during FOD output registration

https://discourse.nixos.org/t/nix-security-advisory-privilege-escalation-via-symlink-following-du...
1•hexa-•27m ago•0 comments

The Musician's Guide to Leaving Windows [video]

https://www.youtube.com/watch?v=UaY23TSa4-0
1•Kye•28m ago•0 comments

When the compiler lies: breaking memory safety in safe Go

https://ciolek.dev/posts/when-the-compiler-lies
1•irke882•29m ago•0 comments

Anthropic holds Mythos model due to hacking risks

https://www.axios.com/2026/04/07/anthropic-mythos-preview-cybersecurity-risks
4•FergusArgyll•29m ago•1 comments

Fifth Element Star Milla Jovovich Reveals AI Memory Tool MemPalace

https://decrypt.co/363524/fifth-element-milla-jovovich-ai-tool-mempalace
2•iamben•29m ago•0 comments

BYD's luxury EV with 5-min fast charging and 500 miles range is headed overseas

https://electrek.co/2026/04/07/byd-ev-5-min-charging-500-miles-range-overseas/
5•breve•32m ago•0 comments

SQLite in the browser with WASM and real-time ER diagram

https://fasttools.dev/en/sql-playground
1•fabiano-salles•35m ago•1 comments

WSLg: Windows Subsystem for Linux GUI

https://github.com/microsoft/wslg
1•aragonite•35m ago•0 comments

Show HN: I made a Git wrapper with undo button

https://crates.io/crates/g-cli
1•alonsovm•36m ago•0 comments

Anthropic latest AI model too powerful for public release and broke containment

https://www.businessinsider.com/anthropic-mythos-latest-ai-model-too-powerful-to-be-released-2026-4
2•makerdiety•37m ago•0 comments

GLM-5.1 matches Opus 4.6 in agentic performance, at ~1/3 actual cost

https://app.uniclaw.ai/arena/visualize?via=hn
4•skysniper•37m ago•2 comments

GEON: Structure-first decoding for language models

https://github.com/singhalpm-hub/geon-decoder
1•singhalpm•40m ago•0 comments

Author's preface to the book: "PGP Source Code and Internals" (1995)

https://philzimmermann.com/EN/essays/BookPreface.html
2•ipnon•42m ago•0 comments

I Just Wanted a Button. It Escalated [video]

https://www.youtube.com/watch?v=ljrKFFjFT04
1•big_toast•45m ago•1 comments

Midlife Sleep Irregularity Linked to Higher Risk of Major Cardiac Events

https://doi.org/10.1186/s12872-026-05762-4
2•gnabgib•46m ago•2 comments

Ask HN: Any advice on 'hacking' Ford lightning?

1•iugtmkbdfil834•48m 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