frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Petition to stop Microsoft at government in bavaria

https://www.openpetition.de/petition/online/petition-gegen-die-ausstattung-bayerischer-behoerden-...
1•jlagetar•1m ago•0 comments

Web App Pre-Launch Checklist: Lessons from my own mistakes

https://catnose.me/notes/web-checklist
1•catnose•2m ago•0 comments

Five Years of Structural Deficit Broke the Silver Market

https://shanakaanslemperera.substack.com/p/the-argentum-inflection-how-five
1•jnord•6m ago•0 comments

Scientists may have solved why this ancient, advanced civilization vanished

https://www.msn.com/en-us/news/world/scientists-may-have-solved-why-this-ancient-advanced-civiliz...
1•jnord•10m ago•0 comments

Nexperia crisis: Dutch chipmaker issues urgent plea to its China unit

https://www.cnbc.com/2025/11/28/nexperia-crisis-dutch-chipmaker-issues-urgent-plea-to-its-china-u...
1•jnord•11m ago•0 comments

ChatGPT refuses to "hand-type" spreadsheet

https://bsky.app/profile/stvmln.bsky.social/post/3m6qzladfpc2v
2•swidi•12m ago•1 comments

The Preformamce Inequality Gap in 2026

https://infrequently.org/2025/11/performance-inequality-gap-2026/
1•gherkinnn•13m ago•0 comments

Show HN: TimeTracker – Self-hosted time tracking with invoicing (120 features)

https://timetracker.drytrix.com/
3•DRYTRIX•14m ago•0 comments

Alternative Internet Protocols

https://n0thanky0u.neocities.org/alternativeprotocols/
1•Mr_Minderbinder•19m ago•0 comments

GitArsenal: Automates Repository Setup

https://www.gitarsenal.dev/cli
1•rs545837•22m ago•1 comments

There are no moral laws out there

https://www.optimallyirrational.com/p/there-are-no-moral-laws-out-there
1•hn_rationality•25m ago•1 comments

1980s BASIC's Paint

https://youtu.be/f9YkL9_GfwQ
1•user____name•25m ago•1 comments

Show HN: Hh.ht – a lightweight JSON-extended scripting language

https://github.com/chunpulee/hh.ht
1•chunpulee•30m ago•0 comments

Good Engineers Write Bad Code – A Hacker News Discussion

https://medium.com/@adrianbooth/how-good-engineers-write-bad-code-a-hacker-news-discussion-e27fa9...
2•adrianbooth17•30m ago•0 comments

Solidtime: Modern open-source time-tracking app

https://github.com/solidtime-io/solidtime
1•tricked•33m ago•0 comments

I won my first game jam

https://irtaza.xyz/blog/how-i-won-my-first-game-jam/
2•Irtaza1•34m ago•0 comments

Preserving Snow Crystals

https://www.its.caltech.edu/~atomic/snowcrystals/preserve/preserve.htm
1•jameslk•35m ago•0 comments

AWS inks strategic collaboration agreement with Posit, maker of RStudio/Positron

https://posit.co/blog/posit-signs-strategic-collaboration-agreement-with-aws
3•ionychal•36m ago•0 comments

Two truths of software development still valid in the age of AI

https://espen.wtf/articles/2025/11/two-truths-of-software-development-still-valid-in-the-age-of-ai/
2•ingve•37m ago•0 comments

We Brexiteers must acknowledge the costs of leaving Europe

https://www.thetimes.com/business/economics/article/we-brexiteers-must-acknowledge-the-costs-of-l...
2•mpweiher•37m ago•2 comments

Mononoke Hime FAQ's

http://www.nausicaa.net/miyazaki/mh/faq.html
1•Eridanus2•44m ago•0 comments

WebGPU Snippets – Vercel Inspired

https://webgpusnippets.vercel.app/
1•hsnice16•45m ago•0 comments

I underestimated SEO, & now got surprised, my website is going up

https://www.lync.me
1•Mohamm6d•49m ago•1 comments

Show HN: Truesize.net – Now with 140k regions and iOS and Android apps

https://truesize.net/
1•FreeGuessr•51m ago•0 comments

A free, no-signup address label maker that works in the browser

https://blondfrogs.github.io/label-maker/
1•thunderbong•52m ago•0 comments

The undeserved status of the pigeon-hole principle (EWD 1094)

https://www.cs.utexas.edu/~EWD/transcriptions/EWD10xx/EWD1094.html
3•tosh•53m ago•0 comments

What Happens When You Move the Mouse Pointer

https://youtu.be/sZC0Biv_Iyk
1•artisandip7•54m ago•0 comments

PEP 638 – Syntactic Macros

https://peps.python.org/pep-0638/
3•skeledrew•1h ago•1 comments

Having Fun with K&R C

https://sbaziotis.com/compilers/having-fun-with-k-and-r-c.html
2•saurabh•1h ago•0 comments

With Love to KDE: Take a Moment

https://korcenji.neocities.org/Writings/KDE-Take-A-Moment
1•birdculture•1h ago•0 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

https://github.com/davidhershey/ClaudePlaysPokemonStarter
8•minimaxir•7mo ago
This is released by the Anthropic engineer who developed Claude Plays Pokemon.

Comments

minimaxir•8mo ago
This is released by the Anthropic engineer who developed Claude Plays Pokemon.
CSMastermind•7mo ago
It's interesting to me that they're extracting game state from memory instead of just passing the video into the LLM.
_--__--__•7mo 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•7mo ago
Shouldn't the goal be to compare it against a human player that would need to menu for that information?
_--__--__•7mo 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