frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

DOGE Cuts Unleashed a Deadly Wave of Violence Across Africa, Study Finds

https://www.404media.co/doge-cuts-unleashed-a-deadly-wave-of-violence-across-africa-study-finds/
1•cdrnsf•2m ago•0 comments

Coding Had a Concurrency Problem: How Mux Helped Solve It

https://www.coinbase.com/blog/coding-had-a-concurrency-problem-how-mux-helped-solve-it
1•dukebartnik•2m ago•0 comments

Illusions of Understanding in the Sciences

https://link.springer.com/article/10.1007/s42113-026-00271-1
1•sebg•3m ago•0 comments

Building Tyr in Rust: CSF Architecture and Booting the MCU

https://www.collabora.com/news-and-blog/blog/2026/05/14/building-tyr-in-rust-csf-architecture-and...
1•losgehts•3m ago•0 comments

New Gemini Flash could be around the corner

https://sources.news/p/google-about-to-release-new-gemini
1•0xkvyb•3m ago•1 comments

Wall Street Raider

https://store.steampowered.com/app/3525620/Wall_Street_Raider/
1•exec•4m ago•0 comments

I owe my career to open-source. I'm not sure newcomers can say the same

https://dhruvahuja.me/posts/ai-impact-on-oss/
1•dhruv_ahuja•6m ago•0 comments

Cell phone users can't stop incriminating themselves

https://arstechnica.com/tech-policy/2026/05/cell-phones-users-cant-stop-incriminating-themselves/
1•ndr42•6m ago•0 comments

Linus Torvalds declares AI-fueled code surges as the new normal

https://www.neowin.net/news/linus-torvalds-declares-massive-ai-fueled-code-surges-as-the-new-norm...
1•Corrado•8m ago•1 comments

Ask HN: Will writing code by hand remain a part of work?

1•jaynetics•9m ago•0 comments

Thoughts on ALS

https://energydon.fi/@rmattila74/116568059478685468
1•DamonHD•10m ago•0 comments

Gemini Omni Demo Shows AI Video Getting Better at Text

https://firethering.com/google-gemini-omni-video-model/
1•steveharing1•10m ago•0 comments

Show HN: US Salary explorer from job postings

https://corvi.careers/salary-explorer/
1•sp1982•11m ago•0 comments

AI Avatars Without the Face

https://www.trayo.ai/blog/ai-avatars-without-the-face/
1•ohadpr•12m ago•0 comments

A new data layer for robot learning

https://rerun.io/blog/data-layer-for-robot-learning
1•Tycho87•14m ago•0 comments

Counting to 3 with a new builder processing 50M+ monthly builds

https://blog.railway.com/p/new-builder-scale-big
2•ndneighbor•15m ago•0 comments

Posit AI is priced for the long run

https://posit.co/blog/posit-ai-priced-long-run
2•ionychal•17m ago•0 comments

Source of Truth: Code, Spec, or Requirement?

https://blog.reqproof.com/p/code-spec-or-requirement
3•LeonidBugaev•18m ago•0 comments

A JavaScript static site generator that will still work in 5 years

https://github.com/termermc/wunphile
2•qwm•19m ago•0 comments

Alchemize: PyMC's model to replace Stan/PyMC, etc. with an LLM

https://statmodeling.stat.columbia.edu/2026/05/14/alchemize-pymcs-model-to-replace-stan-pymc-etc-...
2•Tomte•21m ago•0 comments

We protect and prepare kids for an always-on world

https://www.commonsense.org/
2•lemonberry•22m ago•1 comments

Compression & Decompression w/ FHE via Err Correcting Codes and Copy-and-Recurse

https://eprint.iacr.org/2026/504
1•pizza•23m ago•1 comments

Big tech bets on new mascots in bid to seem more cuddly

https://www.bbc.com/news/articles/c99l1zzp8xzo
4•billybuckwheat•24m ago•0 comments

Latvian government collapses amid dispute over breaches by Ukrainian drones

https://www.washingtonpost.com/world/2026/05/14/latvian-government-collapses-amid-dispute-over-br...
6•washingupliquid•24m ago•2 comments

Postgres minor releases closing 11 CVEs

https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/
4•tee-es-gee•26m ago•0 comments

Safety‑First AI Architecture

https://github.com/ElviCore/ElviCore
2•jweng•27m ago•0 comments

YouTube asks my subscribers if I'm emotionally manipulative [video]

https://www.youtube.com/watch?v=6-Nzb-D3xKc
1•hnburnsy•27m ago•0 comments

Messing with Chrome's Local Gemini Nano to Deobfuscate LinkedIn Posts

https://brentfitzgerald.com/posts/linkedin-translator-browser-extension/
1•burnto•27m ago•1 comments

The Inference Shift

https://stratechery.com/2026/the-inference-shift/
2•gmays•31m ago•0 comments

Rice processing research points to evolving milling rates as quality factor

https://phys.org/news/2026-04-rice-evolving-milling-quality-factor.html
1•PaulHoule•33m 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