frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Voice of Gene Wilder recreated by AI for new Wonka-themed Netflix series

https://news.sky.com/story/voice-of-gene-wilder-recreated-by-ai-for-new-wonka-themed-netflix-seri...
1•austinallegro•56s ago•0 comments

Don't Do Code Reviews

https://kore-nordmann.de/blog/dont_do_code_reviews.html
1•ingve•3m ago•0 comments

Coding and debugging will fall back to older model in Fable 5.Losing hope as Dev

https://x.com/AnthropicAI
1•riponcm•8m ago•0 comments

Gojek Co-Founder Makarim's Trial in Indonesia Shows Rising Business Risks

https://www.bloomberg.com/news/articles/2026-06-17/gojek-co-founder-makarim-s-trial-in-indonesia-...
1•doppp•12m ago•0 comments

New attack provides one more reason why AI browsers are a bad idea

https://arstechnica.com/security/2026/06/ai-browsers-can-be-lulled-into-a-dream-world-where-guard...
3•joozio•13m ago•0 comments

Liquid AI releases a 230M model optimized for phones, Raspberry Pi, and robots

https://www.liquid.ai/blog/lfm2-5-230m
1•mpfect•14m ago•0 comments

For Kodachrome Fans, Road Ends at Photo Lab in Kansas (2010)

https://www.nytimes.com/2010/12/30/us/30film.html
1•js2•17m ago•1 comments

Horsewood ReviEwS ( July 2026) We Tried It My Honest Review

https://finance.yahoo.com/sectors/healthcare/articles/horsewood-urgent-report-2026-horse-19110038...
3•pazybaur•21m ago•0 comments

Noise as information and information as noise – Unsung

https://unsung.aresluna.org/noise-as-information-and-information-as-noise/
1•rbanffy•21m ago•0 comments

Terminal Apps Need a DOM

https://www.c1.ai/engineering/agent-tui-structured-terminal-access-for-ai-agents
1•philips•22m ago•0 comments

What if social media optimized for less time online?

https://tuhat.net/u/sbr/p/kilta
1•8by3•22m ago•0 comments

Uruky: The paid European search engine

https://robheghan.prose.sh/26_06_30_uruky
2•Skinney•26m ago•0 comments

Ragit – chat with any folder of documents using a local LLM

https://github.com/ats4321/ragit
2•atshu21•27m ago•0 comments

Telharmonium: First Synthesizer (and Predecessor to Muzak), Invented in 1897

https://www.openculture.com/2026/03/meet-the-telharmonium-the-first-synthesizer-and-predecessor-t...
1•brudgers•31m ago•0 comments

End Every Work Session with One Note

1•Semi_hayat•31m ago•0 comments

High quality image resizing: ImageMagick vs. libplacebo

https://world-playground-deceit.net/blog/2026/06/high-quality-image-resizing-imagemagick-vs-libpl...
1•BoingBoomTschak•34m ago•0 comments

Clone This Repo and I Own Your Machine

https://0din.ai/blog/clone-this-repo-and-i-own-your-machine
1•croes•34m ago•0 comments

Flux 2.9 release: new mirror and schema plugins

https://fluxcd.io/blog/2026/06/flux-v2.9.0/
1•stealthybox•36m ago•1 comments

Will China build an electric rocket launch pad on the roof of the world?

https://www.scmp.com/news/china/science/article/3358469/will-china-build-electric-rocket-launch-p...
1•Alien1Being•41m ago•0 comments

New Zealand paid Michelin $6.3M to make a guide for the country

https://www.stuff.co.nz/politics/361000572/our-food-migtnt-be-worth-special-journey-minister-says...
1•didntknowyou•42m ago•2 comments

DProvenanceKit: Execution Provenance for AI Systems

https://github.com/Therealdk8890/DProvenanceKitPython
1•DPK890•42m ago•0 comments

How to (Not) Spend $10k/Wk on Coding Agents

https://allenpike.com/2026/how-to-not-spend-10k-on-coding-agents/
2•srijan4•47m ago•0 comments

Where do you answer"is the agent allowed to do this?"–one place,orevery adapter?

https://github.com/YogiSotho/warden
1•yogisotho•49m ago•0 comments

Realta Fusion generates electricity directly from a fusion reaction

https://techcrunch.com/2026/06/30/realta-fusion-generates-electricity-directly-from-a-fusion-reac...
1•latchkey•51m ago•0 comments

A Multi-Dimensional, Per-Pass Empirical Study of the LLVM Optimization Pipeline

https://arxiv.org/abs/2606.31238
1•fcb•52m ago•1 comments

Soapbox – Software for a Free Internet

https://soapbox.pub/
1•janandonly•53m ago•0 comments

Pragmatic Approaches to Improving Compiler Correctness

https://2026.ecoop.org/details/ICOOOLPS-2026-icooolps-2026/1/Pragmatic-Approaches-to-Improving-Co...
1•matt_d•56m ago•0 comments

Japan defense forces used USB drives with China-linked virus: Nikkei

https://asia.nikkei.com/spotlight/cybersecurity/japan-defense-forces-used-usb-drives-with-china-l...
1•NewCzech•58m ago•1 comments

The young Chinese choosing life in 'ghost cities'

https://www.ft.com/content/510b7c6c-04b4-4ba0-a6bb-5208de76572e
1•NewCzech•1h ago•1 comments

Trump made $1B from crypto, financial disclosure shows

https://abcnews.com/Politics/trump-made-1-billion-crypto-financial-disclosure-shows/story?id=1343...
2•doener•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