frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Spire: Structure-Preserving Interpretable Retrieval of Evidence

https://arxiv.org/abs/2604.20849
1•PaulHoule•1m ago•0 comments

I took a physics class as a software engineer

https://frigade.com/blog/why-i-took-a-physics-class-as-a-software-engineer
1•pancomplex•1m ago•0 comments

Munich's IT transition: open-source is the default for the new coalition

https://www.heise.de/en/news/Munich-s-IT-transition-Open-Source-is-the-default-for-the-new-coalit...
1•doener•2m ago•0 comments

Great Essays About Biology

https://nikomc.com/essays/30-great-essays.html
1•sebg•2m ago•0 comments

Viral Marketing

1•FDX2018•2m ago•1 comments

Medicare's new payment model is built for AI. Most of the tech world has no idea

https://techcrunch.com/2026/05/12/medicares-new-payment-model-is-built-for-ai-and-most-of-the-tec...
1•brandonb•3m ago•0 comments

More concentrated precipitation decreases terrestrial water storage

https://www.nature.com/articles/s41586-026-10487-7
1•littlexsparkee•4m ago•0 comments

Lobotomized Claude Code: system-prompt overrides for Opus 4.7

https://github.com/skrabe/lobotomized-claude-code
1•opwizardx•5m ago•0 comments

Hondurasgate.ch Portal Under Attack

https://hondurasgate.ch/investigaciones/hondurasgate-under-attack-us-israel-digital-siege
1•lbrito•5m ago•0 comments

Token Dashboard – local desktop app to see where your Claude Code tokens go

https://github.com/Arylmera/Token-Dashboard
1•Arylmera•6m ago•0 comments

Show HN: Building effective Human-AI hybrid decision-making ecosystem

https://galdren.com/lgd/
1•stAInley•8m ago•0 comments

Windows 11 PCs Compared to MacBook Neo

https://signal65.com/research/windows-11-pcs-compared-to-macbook-neo/
1•ndr42•9m ago•1 comments

An 'Impossible' Idea Led to a Pancreatic Cancer Breakthrough

https://www.nytimes.com/2026/05/12/health/pancreatic-cancer-daraxonrasib-kras.html
1•bookofjoe•10m ago•1 comments

San Fransokyo: imagining a denser San Francisco

https://chinoiserie.media/posts/san-fransokyo/
1•stevenzzzzzzz•11m ago•0 comments

LLMs are breaking 20 year old system design

https://zknill.io/posts/llms-are-breaking-20-year-old-system-design/
1•zknill•11m ago•0 comments

ContextPilot... I got tired of paying for the same system prompt 200 times

https://github.com/msousa202/ContextPilot
1•msousa202•14m ago•0 comments

The Per-Minute Calling Myth: The Hidden Economics of Voice and Video Calling API

https://blog.mesibo.com/per-minute-calling-myth-hidden-economics-voice-video-calling-apis/
1•mesibo•14m ago•0 comments

"Call A Republican" San Francisco public phone lets you call a Texas Republican

https://www.axios.com/local/san-francisco/2026/01/26/sf-texas-phone-call-experiment-political-div...
1•WarOnPrivacy•17m ago•1 comments

Pythons new httpx fork: httpx2

https://tildeweb.nl/~michiel/httpx2.html
1•roywashere•21m ago•0 comments

TSMC unveils process technology roadmap through 2029 – A12, A13, N2U announced

https://www.tomshardware.com/tech-industry/semiconductors/tsmc-unveils-process-technology-roadmap...
2•rbanffy•21m ago•0 comments

Pullback Drive

https://xkcd.com/3244/
2•linuxkernal•21m ago•0 comments

Fragnesia (Linux LPE)

https://github.com/v12-security/pocs/tree/main/fragnesia
2•Wingy•23m ago•0 comments

Cisco to Cut Jobs in Shift to Capture More AI Demand

https://www.wsj.com/business/earnings/cisco-to-cut-jobs-in-shift-to-capture-more-ai-demand-b99eeb21
1•whatthesmack•23m ago•0 comments

PyTorch 2.12 Released

https://pytorch.org/blog/pytorch-2-12-release-blog/
1•0bytematt•23m ago•0 comments

Show HN: Sinain captures screen and audio in KG, shares it with agents/peers

https://anthillnet.github.io/sinain-hud/
2•geravant•26m ago•0 comments

QWEN2.5-1.5B Abliterated Release for Android Mobile

https://huggingface.co/automajicly/qwen-1.5b-android/commit/
1•automajicly•26m ago•0 comments

I tested GPT-5.5, Claude Opus 4.7, and Gemini 3.1 Pro on financial-control

https://albertquaisie.substack.com/p/i-tested-gpt-55-claude-opus-47-and
1•Aquaisie•29m ago•0 comments

I was asked to install malware during a fake interview

https://ashishb.net/security/contagious-interview/
9•ashishb•29m ago•0 comments

TinyStories-260K running locally on a stock Game Boy Color

https://github.com/maddiedreese/gbc-transformer
1•adunk•30m ago•0 comments

Content-defined chunking added to Bazel

https://www.buildbuddy.io/blog/content-defined-chunking/
1•siggi•30m 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