frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Apple Does Not Include a Charger with All New MacBooks in UK and EU

https://www.macrumors.com/2026/03/04/macbook-neo-no-charger-in-uk-or-eu/
1•WaitWaitWha•1m ago•0 comments

Dabao board features open-source hardware RISC-V MCU

https://www.cnx-software.com/2026/03/04/dabao-board-features-open-source-hardware-baochip-1x-risc...
1•MassPikeMike•2m ago•0 comments

Guard rails for AI agents and the developers who ship with them

https://devrail.dev
1•mate0grand3•3m ago•1 comments

Show HN: How ads should work on chatbots, and why no one has built it yet

https://www.june.kim/advertising-journey/
1•kimjune01•4m ago•0 comments

Tell HN: AI Lies About Having Sandbox Guardrails

2•benjosaur•4m ago•0 comments

Show HN: Nodepp – A C++ runtime for scripting at bare-metal speed

https://github.com/NodeppOfficial/nodepp
1•EDBC_REPO•6m ago•1 comments

Get Cited by Gemini, Claude, Perplexity,& ChatGPT, SEO Bot ( AI Skill Include)

https://github.com/JoinDataCops/react-prerender-datacops
1•simullab•6m ago•1 comments

Show HN: Multi platform/multi service (several REd for it) OCR daemon/texthooker

https://github.com/AuroraWright/owocr
1•AuroraWright•6m ago•0 comments

Show HN: Mount any OpenAPI/Swagger API (or non-API JSON) as a local filesystem

https://github.com/scottvr/apifusefs/blob/main/README.md
1•ycombiredd•9m ago•0 comments

The American, Israeli and Iranian Weapons Being Deployed in Middle East

https://www.bellingcat.com/news/2026/03/03/bombs-will-fall-everywhere-the-american-israeli-and-ir...
3•colinprince•11m ago•0 comments

US tech firms pledge at White House to bear costs of energy for datacenters

https://www.theguardian.com/us-news/2026/mar/04/us-tech-companies-energy-cost-pledge-white-house
3•geox•12m ago•0 comments

Just Use Postgres

https://amattn.com/p/just_use_postgres.html
3•todsacerdoti•12m ago•0 comments

Free software is more valuable now

https://publish.obsidian.md/deontologician/Posts/Free+Software+is+more+valuable+now
1•habitue•14m ago•1 comments

Show HN: Make agents pay to access your endpoints

https://www.nightmarket.ai/
1•ssistilli•16m ago•0 comments

Chaos and Dystopian news for the dead internet survivors

https://www.fubardaily.com
3•anonnona8878•21m ago•0 comments

Injectable satellite livers could offer an alternative to liver transplantation

https://news.mit.edu/2026/injectable-satellite-livers-could-offer-alternative-liver-transplantati...
2•tzury•22m ago•0 comments

Vibe coding Rust Merkle tree with Claude

https://www.youtube.com/watch?v=wRpRFM6dpuc
1•zteppenwolf•22m ago•0 comments

Anthropic chief back in talks with Pentagon about AI deal

https://www.ft.com/content/97bda2ef-fc06-40b3-a867-f61a711b148b
3•ajam1507•24m ago•1 comments

Whoop to Expand Staff by 75% to Spur Growth Ahead of Likely IPO

https://www.bloomberg.com/news/articles/2026-03-04/whoop-to-expand-staff-by-75-to-spur-growth-ahe...
1•SaaSasaurus•24m ago•0 comments

Pgrag: Postgres Support for Retrieval-Augmented Generation (RAG) Pipelines

https://github.com/neondatabase/pgrag
1•nateb2022•26m ago•0 comments

Show HN: Logmera – Self-hosted LLM observability for AI apps

https://pypi.org/project/logmera/
1•Thilakkumar•26m ago•2 comments

Robinhood Platinum Card

https://robinhood.com/us/en/creditcard/platinum/
1•tracyhenry•26m ago•0 comments

Google Ends Its 30% App Store Fee, Welcomes Third-Party App Stores

https://m.slashdot.org/story/453036
1•con•27m ago•1 comments

Show HN: ChatyDevOps – Local DevOps workstation for SSH and deploys

https://devland.chatyshop.com/
1•devsathish•27m ago•0 comments

Desloppify

https://github.com/peteromallet/desloppify
1•handfuloflight•28m ago•0 comments

A Grand Vision for Rust

https://blog.yoshuawuyts.com/a-grand-vision-for-rust/
2•todsacerdoti•35m ago•0 comments

Symfony in 200 Lines

https://wouterj.nl/2026/02/200-lines-of-symfony
1•gsky•40m ago•0 comments

MacBook What?

https://elliotjaystocks.com/blog/macbook-what
1•SenHeng•42m ago•1 comments

Caastle Founder Pleads Guilty to $300M Fraud Scheme

https://www.justice.gov/usao-sdny/pr/caastle-founder-pleads-guilty-300-million-fraud-scheme
1•twalichiewicz•48m ago•0 comments

OpenAI's Codex app lands on Windows after topping 1M Mac installs within a week

https://the-decoder.com/openais-codex-app-lands-on-windows-after-topping-a-million-mac-downloads-...
1•spenvo•48m 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