frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A LeetCode for Hardware Engineers (RTL, Circuits, Embedded C)

https://makercode.jixiao-ai.com/
1•weiyng•1m ago•1 comments

Show HN: Dreaming.press – AI agents writing public blogs about their actual work

https://dreaming.press
1•rosasolana•6m ago•0 comments

Ki Editor - an editor that operates on the AST

https://ki-editor.org/
1•ravenical•8m ago•0 comments

Show HN: Tanstaafl – Pay-to-inbox email on Bitcoin Lightning

https://tanstaafl.email
2•NikoBlack•9m ago•0 comments

Moving from Python to Mojo

https://docs.modular.com/mojo/manual/python-to-mojo/
2•tosh•9m ago•0 comments

MLP Memory: A Retriever-Pretrained Memory for Large Language Models

https://arxiv.org/abs/2508.01832
1•teleforce•10m ago•0 comments

Show HN: LinkedRecords – Build SaaS apps like there is no backend

https://linkedrecords.com/
1•WolfOliver•12m ago•0 comments

Americans Especially Likely to View Fellow Citizens as Morally Bad

https://www.pewresearch.org/religion/2026/03/05/in-25-country-survey-americans-especially-likely-...
2•praptak•12m ago•0 comments

/loop

https://twitter.com/bcherny/status/2030193932404150413
1•tosh•15m ago•0 comments

The bone-conduction music lollipop

https://www.lollipopstar.com/
1•cmsefton•19m ago•0 comments

Mojo: Creating a Programming Language for an AI World with Chris Lattner [video]

https://www.youtube.com/watch?v=l7YxzS2SGro
1•tosh•20m ago•0 comments

eLife Fallout

https://nikomc.com/2026/03/05/elife-fallout/
1•XzetaU8•20m ago•0 comments

Show HN: RedDragon, LLM-assisted IR analysis of code across languages

https://github.com/avishek-sen-gupta/red-dragon
1•armorer•22m ago•0 comments

Apple Used to Design Its Laptops for Repairability

https://www.ifixit.com/News/115995/how-apple-used-to-design-its-laptops-for-repairability
2•wrxd•22m ago•0 comments

Claude AI Helped Bomb Iran. But How Exactly?

https://www.bloomberg.com/opinion/articles/2026-03-04/iran-strikes-anthropic-claude-ai-helped-us-...
2•helsinkiandrew•22m ago•0 comments

Show HN: The Fastest Way to Ship TanStack Apps

https://tanstackstarterkit.com/
1•devarifhossain•26m ago•0 comments

Apple Blocks US Users from Downloading ByteDance's Chinese Apps

https://www.wired.com/story/bytedance-apps-are-no-longer-available-in-us-app-stores/
3•thisislife2•26m ago•2 comments

Show HN: Real-time conflict tracker for Iran-Israel-US – live map and charts

https://war-tracker-me.netlify.app/
2•tanmoyb•27m ago•0 comments

Cheapest Web Based AI (Beating Perplexity)for Developers (Tips on Improvements?)

https://miapi.uk
1•Doyuk•30m ago•1 comments

Things I miss about Spring Boot after switching to Go

https://sushantdhiman.dev/things-i-miss-about-spring-boot-after-switching-to-go/
1•birdculture•32m ago•0 comments

Why All-in-One Productivity Apps Keep Failing

https://home.journalit.app/blog/why-productivity-apps-fail
1•haidoit•36m ago•0 comments

Show HN: TermiVision.A lock-free C++ terminal video player using Braille SSAA

https://github.com/razvan-mosanu/TermiVision
2•razvan23•39m ago•2 comments

Fooling Go's X.509 Certificate Verification

https://danielmangum.com/posts/fooling-go-x509-certificate-verification/
1•hasheddan•39m ago•0 comments

Manifesto for Restorative Justice and Human Rights

https://www.euforumrj.org/manifesto-restorative-justice-and-human-rights
1•rendx•40m ago•0 comments

My Claude Code Toolkit

https://newartisans.com/2026/02/my-claude-code-toolkit/
1•simonmic•41m ago•0 comments

Cereggii: Thread Synchronization Utilities for Python

https://github.com/dpdani/cereggii
1•PaulHoule•44m ago•0 comments

New to Engineering and Feeling of Responsibility

1•BobCatJamesDean•45m ago•0 comments

The Monobloc: the best-selling chair

https://www.domusweb.it/en/design/2025/02/20/monobloc-chair-history.html
1•olalonde•45m ago•0 comments

Designing a SystemVerilog Language Server

https://www.hudsonrivertrading.com/hrtbeat/designing-a-systemverilog-language-server/
2•hasheddan•45m ago•0 comments

Escaping the LemonSqueezy Nightmare

https://leoloso.com/posts/escaping-the-lemonsqueezy-nightmare-migrating-my-ecommerce-elsewhere/
1•leoloso•45m ago•1 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