frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

MongoDB Compass Alternative

https://visualeaf.com/blog/visualeaf-as-mongodb-compass-alternative/
1•RoxiHaidi•1m ago•0 comments

I'm tired about hearing about AI startups

1•geuis•7m ago•0 comments

Observational constraints project a ~50% AMOC weakening by end of this century

https://www.science.org/doi/10.1126/sciadv.adx4298#sec-3
1•Kaibeezy•8m ago•0 comments

Drivers sue San Jose over nearly 500 police cameras used to track drivers

https://www.nbcnews.com/tech/tech-news/san-jose-drivers-sue-city-police-flock-cameras-rcna331750
1•blessedwhiskers•10m ago•0 comments

IETF: Meow

https://www.ietf.org/archive/id/draft-meow-mrrp-00.html
1•michaelsshaw•13m ago•0 comments

Dog Bed Database

https://aosabook.org/en/500L/dbdb-dog-bed-database.html
1•tosh•14m ago•0 comments

Why is the unit of measure placed before the value for currencies? (2016)

https://english.stackexchange.com/questions/34013/why-is-the-unit-of-measure-placed-before-the-va...
2•fittingopposite•14m ago•1 comments

'Middle Class' Actors Are Getting 'Squeezed Out' of Hollywood

https://variety.com/2026/tv/news/kirk-acevedo-sold-house-middle-class-actors-hollywood-1236722809/
1•Michelangelo11•15m ago•0 comments

House punts on FISA, extends spy powers program for two weeks

https://www.politico.com/news/2026/04/17/spy-powers-expiration-closes-in-as-house-procedural-vote...
1•Cider9986•15m ago•0 comments

A Stunning New Verdict Rewrites the Rules of Corporate Morality

https://www.nytimes.com/2026/04/17/opinion/a-stunning-new-verdict-rewrites-the-rules-of-corporate...
1•mitchbob•16m ago•1 comments

First bikebell against noise-canceling headphones

https://www.welovecycling.com/wide/duobell/
2•mccolly•18m ago•0 comments

Intel Core Ultra 7 270K Plus Performance in 340 Linux Benchmarks Review

https://www.phoronix.com/review/intel-core-ultra-7-270k-plus
2•rbanffy•18m ago•0 comments

How Secure Is Tap to Pay? [Veritasium] [video]

https://www.youtube.com/watch?v=PPJ6NJkmDAo
1•mfrw•19m ago•0 comments

For Enterprises, GPUs Need Virtualization as Much as CPUs Ever Did

https://www.nextplatform.com/control/2026/04/10/for-enterprises-gpus-need-virtualization-as-much-...
1•rbanffy•23m ago•0 comments

Everything works. Until it doesn't

https://blog.bridgexapi.io/everything-works-until-it-doesn-t-what-changes-when-messaging-hits-scale
1•Bridgexapi•23m ago•1 comments

PROBoter – Open-source platform for automated PCB analysis

https://www.schutzwerk.com/en/blog/proboter-01/
2•kuizu•25m ago•0 comments

US tech firms lobbied EU to keep datacentre emissions secret

https://www.theguardian.com/technology/2026/apr/17/microsoft-us-tech-firms-lobbied-eu-secrecy-rul...
2•zeristor•27m ago•1 comments

Ask HN: DS920 –> Unraid build, is the flexibility worth it?

1•sidebotexp•27m ago•0 comments

Search 54M Discord messages by User ID –> see cross-server history

https://illumi.icu/
1•NotTenyear•27m ago•2 comments

Ephemeral Leaks and Automated BGP Route Leak Detection

https://www.kentik.com/blog/ephemeral-leaks-and-automated-bgp-route-leak-detection/
1•oavioklein•29m ago•0 comments

McDonnell Douglas DC-X(1993)

https://en.wikipedia.org/wiki/McDonnell_Douglas_DC-X
2•o4c•29m ago•0 comments

Does your DSL little language need operator precedence?

https://utcc.utoronto.ca/~cks/space/blog/programming/LittleLanguagesVsOpPrecedence
1•ingve•32m ago•0 comments

UC Berkeley talk from alum CVP Microsoft on jobs, startups, and coding agents [video]

https://www.youtube.com/watch?v=l3RTCyMeceM
2•sfrcom•34m ago•1 comments

Qodiqa Consent as Infrastructure for Artificial Intelligence

https://qodiqa.github.io/qodiqa/docs/QODIQA___Consent_as_Infrastructure_for_Artificial_Intelligen...
1•bogdandutescu•35m ago•0 comments

Intel refreshes non-Ultra Core CPUs with new silicon for the first time

https://arstechnica.com/gadgets/2026/04/intels-non-ultra-core-cpus-are-new-silicon-this-year-for-...
1•rbanffy•35m ago•0 comments

Your Estimates Look a Bit 2024

https://latentchaos.ai/your-estimates-look-a-bit-2024/
3•bobby-cb•42m ago•1 comments

React-driftkit – small, unstyled primitives for floating UI

https://react-driftkit.saktichourasia.dev/
2•shakcho•43m ago•0 comments

A Claude Code plugin for upgrading Ruby projects safely, including Ruby on Rails

https://github.com/dhruvasagar/ruby-upgrade-toolkit
2•dhruvasagar•43m ago•1 comments

End of Life: Changes to Eclipse Jetty and CometD (2025)

https://webtide.com/end-of-life-changes-to-eclipse-jetty-and-cometd/
4•shscs911•45m ago•0 comments

Shibuya Crossing and Times Square side by side in real time

https://www.globalcrossings.live
3•jespinoza17•45m ago•0 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

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