frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Song Sung Blue: From Barstool to Big Screen

https://www.reelasdirt.com/song-sung-blue
1•js2•25s ago•0 comments

Build a voice agent using Soniox STT and TTS

https://soniox.com/docs/demo-apps/soniox-voice-agent
1•easwee•1m ago•0 comments

The CNRS is calculating digital environmental footprints

https://www.cnrs.fr/en/update/cnrs-calculating-digital-environmental-footprints
1•JeanKage•3m ago•0 comments

Show HN: Minimal Linux sandboxes to manage AI-Generated Code with ease

https://github.com/bugthesystem/agentjail
1•bugthesystem•5m ago•0 comments

AOMedia Releases Polygonal Mesh Coding Standard Reference Software

http://aomedia.org/press%20releases/AOMedia-Releases-Reference-Software-for-Polygonal-Mesh-Coding...
1•dabinat•6m ago•0 comments

Binary 2Pac

https://twitter.com/TuckermintNet/status/2049051430154088650
1•PerfectPicture•6m ago•0 comments

When model distillation becomes a diplomatic incident

https://underlines.news/2026/04/26/us-orders-global-diplomatic-warning-on-chinese-distillation-of...
1•dtedesco1•9m ago•0 comments

We moved our blog off Webflow and what it cost us

https://blog.bunnyhoneyclub.com/posts/why-we-moved-our-blog-off-webflow
1•shadowinbox•12m ago•0 comments

China surpasses US in research spending

https://theconversation.com/china-surpasses-us-in-research-spending-the-consequences-extend-far-b...
1•JeanKage•12m ago•0 comments

Lovable: We're Currently Experiencing Issues

https://status.lovable.dev/
1•doener•13m ago•0 comments

Why the same LLM gives different answers in different environments

https://johndwade.substack.com/p/the-environment-rewrites-the-question
1•edgecased•13m ago•1 comments

Greenest countries eye drilling as fix for Iran crisis

https://www.politico.eu/article/worlds-greenest-countries-eye-drilling-as-fix-for-iran-crisis/
1•leonidasrup•17m ago•0 comments

If this doesn't scream AI bubble is about to burst IDK what does

https://docs.github.com/en/copilot/reference/copilot-billing/models-and-pricing
2•julia-kafarska•18m ago•2 comments

Goodbye Tim Apple – daily.dev Show [video]

https://www.youtube.com/watch?v=XKO67n3xfzM
1•idosh•21m ago•0 comments

What Type of AI Usage?

https://jensrantil.github.io/posts/types-of-ai-implementations/
1•JensRantil•21m ago•1 comments

AI Is Cannibalizing Human Intelligence

https://www.wsj.com/tech/ai/is-ai-smarter-than-humans-cyborg-956e0f0e
1•JeanKage•22m ago•0 comments

$1,605: average annual ad value of a U.S. Google user

https://proton.me/blog/what-is-your-data-worth-to-google
5•muzzy19•25m ago•1 comments

A Field Guide to Bugs

https://www.stephendiehl.com/posts/field_guide_to_bugs/
1•signa11•25m ago•0 comments

Phony whistleblowers, fake journalists and cyber spies

https://www.icij.org/investigations/china-targets/fake-journalists-cyber-spies-china-targets-repo...
1•_tk_•27m ago•0 comments

AI Workflows Need Provider Escape Hatches

https://rawsignal.xyz/posts/ai-workflows-need-provider-escape-hatches/
2•chown•29m ago•2 comments

Comparing SBC prices in 2024 and 2026

https://www.cnx-software.com/2026/04/28/what-a-difference-two-years-make-comparing-sbc-prices-in-...
1•pyprism•29m ago•0 comments

GitHub Copilot code review will start consuming GitHub Actions minutes

https://github.blog/changelog/2026-04-27-github-copilot-code-review-will-start-consuming-github-a...
2•whtsky•31m ago•0 comments

AI prefers resumes written by itself: Self-preferencing in Algorithmic Hiring

https://arxiv.org/abs/2509.00462
2•ytpete•34m ago•1 comments

Notice of Obsolescence

https://thebuild.com/blog/2026/04/27/notice-of-obsolescence/
2•ggaughan•34m ago•0 comments

Donating to Open Source

https://entropicthoughts.com/open-source-donation
1•exiguus•36m ago•0 comments

The era of "malicious compliance" in AI identity is here

https://arielsakin.substack.com/p/the-era-of-malicious-compliance-in
2•asakin•39m ago•0 comments

A Complete History of Quantum Computing (and what comes next)

https://quantumzeitgeist.com/a-complete-history-of-quantum-computing/
1•Nazzareno•41m ago•0 comments

Show HN: Devicons, +1300 logos and icons in React, SVG, and icon format

https://devicons.io/
2•vorillaz•41m ago•0 comments

A Year of Hetzner Auction Data: Where Did All the Servers Go?

https://blog.iodev.org/blog/hetzner-auction-supply-crunch/
2•100ms•44m ago•0 comments

London Met Police investigates officers after using Palantir AI tool

https://www.theguardian.com/uk-news/2026/apr/25/met-police-investigates-hundreds-officers-palanti...
1•lucidplot•44m ago•3 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