frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

My friend says he can make contact with aliens. how can we monetize this?

1•mr-pink•1m ago•0 comments

Karl Rove on Iraq War (2009)

https://www.youtube.com/watch?v=f1mTqVSqvvU
1•marysminefnuf•2m ago•0 comments

Emacs and Vim in the Age of AI

https://batsov.com/articles/2026/03/09/emacs-and-vim-in-the-age-of-ai/
1•psibi•3m ago•0 comments

Show HN: Sift – local hybrid search CLI in a single Rust binary

https://www.alexdk.com/blog/introducing-sift
1•rupurt•5m ago•0 comments

Is Music Just Sound?

https://perthirtysix.com/is-music-just-sound
1•2opt•10m ago•0 comments

Show HN: RACKS! Give your AI agent a Visa card in 60 seconds

https://twitter.com/Rackspay/status/2031217491528020375
1•rakan1•16m ago•0 comments

Slackfmt: Paste Markdown into Slack keeping formatting intact (via Quill Delta)

https://slackfmt.labs.caue.dev
1•cauethenorio•16m ago•1 comments

SEC Holds Roundtable on the "Retailization" of Private/Alternative Investments

https://natlawreview.com/article/sec-holds-roundtable-retailization-privatealternative-investment...
1•petethomas•16m ago•0 comments

This Doc Sees Dead People

https://alum.up.edu.ph/this-doc-sees-dead-people/
1•thunderbong•17m ago•0 comments

Ask HN: Can Sim2Real gap in robotics be closed?

1•glaksmono•17m ago•0 comments

Three distinct ADHD biotypes identified using brain-first, data-driven approach

https://medicalxpress.com/news/2026-03-distinct-adhd-biotypes-brain-driven.html
2•1659447091•23m ago•1 comments

Marathon's Chairman Refuses to Buy Software, Predicting Defaults

https://www.bloomberg.com/news/articles/2026-03-04/marathon-s-richards-refuses-to-buy-software-on...
3•1vuio0pswjnm7•27m ago•1 comments

Collecting AI Prompting Files in One Place

1•shashahchk•31m ago•0 comments

Startups.RIP

https://startups.rip/
3•gmays•31m ago•0 comments

What's Tech'in?

1•losalah•34m ago•0 comments

Meta, Google Pivot in Addiction Trial to Accuser's History

https://www.bloomberg.com/news/articles/2026-03-09/meta-google-pivot-in-addiction-trial-to-accuse...
2•1vuio0pswjnm7•39m ago•0 comments

Phlex: Ruby gem for building HTML and SVG view components

https://www.phlex.fun/
1•thunderbong•47m ago•0 comments

EQT eyes potential $6B sale of Linux pioneer SUSE, sources say

https://www.reuters.com/business/eqt-eyes-potential-6-billion-sale-linux-pioneer-suse-sources-say...
2•shscs911•50m ago•0 comments

Nextvi 4.0 – A small, hackable vi/ex editor with an optional patch system

https://github.com/kyx0r/nextvi
1•todsacerdoti•51m ago•0 comments

Personal MCP server on every Claude platform without Auth0

https://github.com/crumrine/fastmcp-personal-auth
1•brian200•53m ago•1 comments

SSH Secret Menu

https://twitter.com/rebane2001/status/2031037389347406054
1•piccirello•56m ago•0 comments

Strict Monospace Font with Nerd Fonts and Emoji for AI and Human, AI-CLIs Users

https://www.npmjs.com/package/@monolex/codexmono
1•monokist•58m ago•0 comments

Show HN: sAT Protocol – static social networking

https://github.com/remysucre/satproto
3•remywang•59m ago•1 comments

Context Hub: give coding agents curated, versioned docs

https://github.com/andrewyng/context-hub
2•saikatsg•59m ago•0 comments

German publishers reject Apple's revised app tracking rules, urge antitrust fine

https://www.reuters.com/legal/litigation/german-publishers-reject-apples-revised-app-tracking-rul...
2•1659447091•1h ago•0 comments

JadeGate – A deterministic safety proxy for MCP servers (no LLMs)

1•coolcoder9520•1h ago•1 comments

Spatial Programming Without Escape [video]

https://www.youtube.com/watch?v=eQgxFuw8f1U
1•bcjordan•1h ago•0 comments

January 6: A Date Which Will Live in Infamy – The White House

https://www.whitehouse.gov/j6/
2•rasengan0•1h ago•2 comments

Ask HN: What are your favorite podcast episodes?

1•nbaksalyar•1h ago•1 comments

Agentic Search: When Retrieval Stops Being Enough

https://medium.com/@calufa/agentic-search-when-retrieval-stops-being-enough-c62652fb94f9
1•_hfqa•1h ago•0 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

https://github.com/davidhershey/ClaudePlaysPokemonStarter
8•minimaxir•10mo ago
This is released by the Anthropic engineer who developed Claude Plays Pokemon.

Comments

minimaxir•11mo ago
This is released by the Anthropic engineer who developed Claude Plays Pokemon.
CSMastermind•10mo ago
It's interesting to me that they're extracting game state from memory instead of just passing the video into the LLM.
_--__--__•10mo 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•10mo ago
Shouldn't the goal be to compare it against a human player that would need to menu for that information?
_--__--__•10mo 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