frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Am I right or am I right? Phrase

https://en.wiktionary.org/wiki/am_I_right_or_am_I_right
1•marysminefnuf•1m ago•0 comments

Ask HN: Is documentation a solved problem or are we all just pretending?

1•hariprasadr•3m ago•0 comments

Ask HN: What breaks first when your team grows from 10 to 50 people?

1•hariprasadr•5m ago•0 comments

Show HN: An OpenClaw skill to access Grok without an API Key

https://github.com/aquarius-wing/grok-scraper
1•lwy8wing•12m ago•1 comments

IBM, sonic delay lines, and the history of the 80×24 display

https://www.righto.com/2019/11/ibm-sonic-delay-lines-and-history-of.html
2•rbanffy•15m ago•0 comments

Ask HN: What are the hardest parts of working with the Web Audio API?

1•alexgriss•15m ago•0 comments

Ask HN: Why do the majority of vibecoded projects fail?

3•keepamovin•15m ago•0 comments

Those who 'circle back' and 'synergize' also tend to be crap at their jobs

https://www.theregister.com/2026/03/15/corporate_jargon_research/
1•beardyw•16m ago•0 comments

PHP-community: a faster-moving, community-driven PHP

https://blog.daniil.it/2026/03/15/php-community-a-faster-moving-community-driven-php/
2•danogentili•19m ago•0 comments

From Demo JWT to Production JWT: Adding Proper Audience Validation in .NET

https://www.aaronpina.com/from-demo-jwt-to-production-jwt-adding-proper-audience-validation/
1•aaronpina•21m ago•0 comments

A Terminal UI (TUI) Alternative to GHelper for Asus ROG / TUF Laptops on Linux

https://github.com/Ichihiroy/ghelper-for-linux
1•ichihiroy•22m ago•1 comments

Microslop

https://www.s-config.com/microslop/
2•ColinWright•25m ago•0 comments

Show HN: Realtime Chat with Curl Command

https://chat.est.im/hackernews
1•est•28m ago•0 comments

Manufacturing IoT Hardening browser sessions for factory kiosks and Smart TVs

https://andonalert.net/dev-blog/hardening-long-lived-browser-sessions-for-factory-iot
2•SolarpunkRachel•32m ago•1 comments

A Visual Introduction to Machine Learning

https://r2d3.us/visual-intro-to-machine-learning-part-1/
18•vismit2000•34m ago•1 comments

Show HN: Buxo.ai – Calendly alternative where LLM decides which slots to show

https://buxo.ai
2•paragarora•34m ago•0 comments

Show HN: React Native formatting in Node, powered by real Clang-format binaries

https://github.com/lumirlumir/npm-clang-format-node
1•beenzinozino•38m ago•0 comments

How to use storytelling to fit inline assembly into Rust

https://www.ralfj.de/blog/2026/03/13/inline-asm.html
1•birdculture•40m ago•0 comments

Never Go Full Kelly

https://www.lesswrong.com/posts/TNWnK9g2EeRnQA8Dg/never-go-full-kelly
1•pinkmuffinere•40m ago•0 comments

In the AI age, nothing is forgotten

https://yadin.com/notes/unforgettable/
1•dryadin•40m ago•0 comments

How to Explore London's Museums and Galleries

https://londonist.com/london/museums-and-galleries/how-to-explore-london-s-museums-and-galleries
1•zeristor•41m ago•0 comments

Having fun with the Go source code

https://jespino.github.io/having-fun-with-the-go-source-code-workshop/
2•valyala•42m ago•0 comments

AI Sovereignty Is a Myth

https://foreignpolicy.com/2026/03/09/artificial-intelligence-ai-sovereignty-taiwan-semiconductor-...
1•helsinkiandrew•42m ago•0 comments

Show HN: Show HN: GitHub Pages for Agents with GitHub Agentic Workflows (Gh-Aw)

https://github.com/idorozin/AgentPages
1•idorozin•48m ago•1 comments

Show HN: 1,011 AI crawler requests. Google Analytics saw zero

https://www.adwait.me/writings/tracking-ai-crawlers-server-side
1•adwait12345•48m ago•0 comments

Stay safe online: pull, don't get pushed

https://world.hey.com/ricardo.tavares/stay-safe-online-pull-don-t-get-pushed-bf7a90e1
1•rickdg•50m ago•0 comments

Software Bonkers

https://craigmod.com/essays/software_bonkers/
1•EmilStenstrom•52m ago•1 comments

Estranged and Alone? How to Find Community After Going 'No Contact' with Family

https://www.teenvogue.com/story/estranged-how-to-find-community-after-going-no-contact-with-family
1•Tomte•54m ago•0 comments

Roast your startup and send it to 1999

https://shipordie.club/roast/1999mystartup
2•ghoshbishakh•55m ago•0 comments

Are Prediction Markets Good for Journalism?

https://www.cjr.org/the-interview/are-prediction-markets-actually-good-for-journalism-kalshi-poly...
2•Tomte•55m 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