frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Enabling Monoglot Programming

https://www.humprog.org/~stephen/blog/research/enabling-monoglot-programming.html
1•htfy96•1m ago•0 comments

The Shape of a Guitar Pick

https://www.johndcook.com/blog/2026/05/03/guitar-pick/
1•malshe•5m ago•0 comments

Quantum teleportation between two quantum dots demonstrated over 270M

https://www.sciencedaily.com/releases/2026/04/260429102030.htm
1•thegdsks•7m ago•0 comments

Ask HN: Does Claude Code succeed after being asked "should we give up?" for you?

2•webwielder2•11m ago•0 comments

Show HN VibeAI FoldSpace by HugonomySystems

https://hugonomy.com/
1•GlyphWeaver_a•11m ago•0 comments

Scientists discover 27 potential new planets that orbit two stars

https://www.theguardian.com/science/2026/may/04/scientists-discover-27-potential-new-planets
1•nhatcher•12m ago•0 comments

Make some art with your phone sensors

https://tautme.github.io/phone-sensors/sensor-etch.html
1•adm4•18m ago•0 comments

Why Almost Everyone Loses on Prediction Markets

https://www.wsj.com/finance/investing/polymarket-kalshi-betting-profits-prediction-markets-eb23ac11
1•tysone•18m ago•0 comments

Don't fly if you can help it

https://michaelbluejay.com/airfare/dontfly.html
1•cxr•26m ago•2 comments

The Rise of Emotional Surveillance

https://www.theatlantic.com/culture/2026/05/worker-surveillance-emotion-ai/687029/
1•eloisius•31m ago•0 comments

Show HN: ReflowPDF – wrote a layout engine because every PDF library failed

https://reflowpdf.com
1•exsol•33m ago•0 comments

Think pop music is basic? Even classical and jazz are getting less complex

https://connectsci.au/news/news-parent/9259/Think-pop-music-is-basic-Even-classical-and-jazz
1•gmays•34m ago•0 comments

Shoppers falsely identified by facial recognition system

https://www.theguardian.com/technology/2026/may/03/guilty-until-proven-innocent-shoppers-falsely-...
1•kayfox•34m ago•0 comments

GameStop Proposes to Acquire eBay at $125.00 per Share

https://investor.gamestop.com/news-releases/news-details/2026/GameStop-Proposes-to-Acquire-eBay-a...
4•tech234a•35m ago•0 comments

PicoServer: A glue library embedding web server for .NET, no IIS, no Kestrel

https://www.nuget.org/packages/PicoServer
1•myhackernew•35m ago•0 comments

PostgreSQL databases are boring on purpose

https://stormatics.tech/blogs/the-best-postgresql-databases-are-boring-on-purpose
2•pgdatabase•50m ago•0 comments

Unauthorized macOS port claiming Don Ho as an author?

https://github.com/notepad-plus-plus/notepad-plus-plus/issues/17982
5•jethronethro•50m ago•0 comments

Bluchan.org – Anonymous Free Speech Forum

https://www.bluchan.org
1•jjhbhjbj•52m ago•1 comments

Diatom

https://en.wikipedia.org/wiki/Diatom
1•lucaslazarus•53m ago•0 comments

Trump: U.S. Navy will "guide" ships out of Strait of Hormuz from Monday

https://www.axios.com/2026/05/03/trump-us-navy-iran-ships-strait-hormuz
2•cosmicgadget•54m ago•1 comments

UIGen – Why runtime rendering is better than codegen (low code)

https://uigen-docs.vercel.app/blog/runtime-rendering-vs-code-generation
1•ombedzi•55m ago•0 comments

Tesla is facing up to $14.5B in lawsuits and it's only getting worse

https://electrek.co/2026/04/16/tesla-facing-up-to-14-billion-lawsuits-deep-dive/
6•1vuio0pswjnm7•59m ago•0 comments

Stohr

https://stohr.io
1•wesscope•1h ago•1 comments

Amazon takes $45M hit, abandons planned West Auckland data centre

https://www.rnz.co.nz/news/business/594164/amazon-takes-45m-hit-abandons-planned-west-auckland-da...
4•billybuckwheat•1h ago•0 comments

The new grads are not okay

https://blog.evan.hu/p/the-new-grads-are-not-okay
1•evanhu_•1h ago•2 comments

Request for Testers: Personal Planning App

https://www.threads.com/@alaaalatif/post/DX5VxSbmSgE
1•JustCallMeAl•1h ago•1 comments

Russian Soldiers Surrendered for Free McDonald's

https://www.youtube.com/watch?v=MktJb7dFv9E
2•doener•1h ago•0 comments

Don't Sue Me Nintendo

https://latexcrimes.leaflet.pub/3mky5fjz67k2p
1•Kye•1h ago•0 comments

Do AI Detectors Work Well Enough to Trust?

https://www.chicagobooth.edu/review/do-ai-detectors-work-well-enough-trust
2•alex000kim•1h ago•0 comments

Know thyself: LLM schema for personal memory

https://github.com/parrik/know-thyself
2•parrik•1h ago•0 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

https://github.com/davidhershey/ClaudePlaysPokemonStarter
8•minimaxir•1y 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•1y ago
It's interesting to me that they're extracting game state from memory instead of just passing the video into the LLM.
_--__--__•1y 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•1y ago
Shouldn't the goal be to compare it against a human player that would need to menu for that information?
_--__--__•1y 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