frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Why More Users Are Choosing Dedicated VPN Servers for Security

1•emmanol•3m ago•0 comments

Ephemeral Infrastructure: Why Short-Lived Is a Good Thing

https://lukasniessen.medium.com/ephemeral-infrastructure-why-short-lived-is-a-good-thing-2cf26afd...
1•birdculture•10m ago•0 comments

Show HN: Veritas OS – Local OS for LLM Governance

https://github.com/veritasfuji-japan/veritas_os
1•VERITAS_OS_JP•11m ago•0 comments

Open Source Developers Are Exhausted, Unpaid, and Ready to Walk Away

https://itsfoss.com/news/open-source-developers-are-exhausted/
1•giuliomagnifico•12m ago•0 comments

CachyOS: Fast and Customizable Linux Distribution

https://cachyos.org/
2•doener•13m ago•0 comments

Make Money Not War: Trump's Real Plan for Peace in Ukraine

https://www.wsj.com/world/russia/russia-u-s-peace-business-ties-4db9b290
1•truegoric•16m ago•1 comments

Write ReactJS in Rust

https://github.com/hyper-forge/brahma-react
1•StellaMary•17m ago•0 comments

Advent of Code CLI and "std" Library

https://blog.miloslavhomer.cz/advent-of-code-cli-client-and-library/
2•ArcHound•22m ago•1 comments

Top Line App Devdeloper

1•Epif•24m ago•0 comments

Show HN: Sportfoli – A Simple, Clean Sports Profile Builder for Athletes

https://www.sportfoli.com/
1•ethjdev•24m ago•4 comments

Why Fears of a Trillion-Dollar AI Bubble Are Growing

https://www.bloomberg.com/news/articles/2025-11-24/why-ai-bubble-concerns-loom-as-openai-microsof...
2•doener•27m ago•0 comments

Austria's armed forces rely on LibreOffice instead of Microsoft

https://oe1.orf.at/programm/20250916/807304/Freie-Software-fuer-das-Bundesheer
2•doener•28m ago•1 comments

Cultural Death in the Age of the Excessive Choice

https://apocalypse-confidential.com/2025/11/24/cultural-death-in-the-age-of-the-excessive-choice/
1•nickcotter•29m ago•0 comments

Pg_stat_insights: PostgreSQL Performance Monitoring Extension

https://www.pgelephant.com/blog/pg-stat-insights
1•pgelephant2025•30m ago•0 comments

The missing link in JavaScript tools

https://marvinh.dev/blog/unifying-js-tools/
1•whatever3•31m ago•0 comments

Pro-tax Austrian heiress gives away $27M of her inheritance

https://www.nbcnews.com/news/world/heiress-gives-away-inheritance-rcna157887
2•saubeidl•33m ago•0 comments

Losing Confidence

https://eclecticlight.co/2025/11/30/last-week-on-my-mac-losing-confidence/
2•ingve•34m ago•0 comments

Show HN: MTXT – Music Text Format

https://github.com/Daninet/mtxt
3•daninet•39m ago•0 comments

The 30-foot sea cow quickly hunted to extinction because of its tasty meat

https://www.nationalgeographic.com/history/article/stellers-sea-cow-30-foot-hunted-extinction
1•rwmj•41m ago•0 comments

Celebrity Birthdays: Toddler Edition 2025 (Z-Image)

https://old.reddit.com/r/StableDiffusion/comments/1pa8os4/celebrity_birthdays_toddler_edition_202...
1•b0ner_t0ner•50m ago•0 comments

Exploiting open Ollama instances for free LLM inference

https://defcon.social/@flipper/115611972992468231
3•flipperr•54m ago•3 comments

Shrinking While Linking

https://www.tweag.io/blog/2025-11-27-shrinking-static-libs/
2•ingve•56m ago•0 comments

Silicon Valley's Man in the White House Is Benefiting Himself and His Friends

https://www.nytimes.com/2025/11/30/technology/david-sacks-white-house-profits.html
6•fleahunter•57m ago•1 comments

Why is real-world ASR still ~85% when lab models claim >95%?

1•DoubleThing•58m ago•0 comments

Open source YouTube Content Blocker based on words

https://chromewebstore.google.com/detail/filtertube/cjmdggnnpmpchholgnkfokibidbbnfgc
2•varshneydevansh•1h ago•0 comments

Elf a modern CLI helper for Advent of Code written in Python

https://github.com/cak/elf
1•cak•1h ago•1 comments

UserScanner

1•kaifcodec•1h ago•0 comments

Israel's IDF Bans Android Phones: iPhones Now Mandatory

https://www.forbes.com/sites/zakdoffman/2025/11/30/israels-idf-bans-android-to-stop-hackers-iphon...
15•teleforce•1h ago•1 comments

Great_Consciousness_Theory_2025

https://pastebin.com/x1Yr9mvP
1•MATE_VIGH•1h ago•1 comments

The Space of Minds

https://karpathy.bearblog.dev/the-space-of-minds/
3•Garbage•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