frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Cljfx: A declarative desktop UI framework in Clojure

https://github.com/cljfx/cljfx
1•marcelox86•24s ago•0 comments

Fencing Tracking and Visualization System

https://research.rhizomatiks.com/s/works/fencing_tracking/en.html
1•bookofjoe•46s ago•0 comments

What I Learned About Billionaires at Jeff Bezos's Private Retreat

https://www.theatlantic.com/magazine/2026/05/billionaire-consequence-free-reality/686588/
3•tastyface•4m ago•1 comments

Brevity as a Human Advantage

https://blog.dahl.dev/posts/brevity-as-a-human-advantage/
1•aleda145•5m ago•0 comments

Diverse organic molecules on Mars revealed by the first SAM TMAH experiment

https://www.nature.com/articles/s41467-026-70656-0
1•bryan0•5m ago•0 comments

Glass bottles found to contain more microplastics than plastic bottles (2025)

https://phys.org/news/2025-06-glass-bottles-microplastics-plastic.html
1•vinni2•6m ago•0 comments

Show HN: I tried adding Folder Upload feature In my Website

1•gray_wolf_99•10m ago•2 comments

Ask HN: How are you handling data retention across your stack?

1•preston-kwei•11m ago•0 comments

Show HN: One ESLint rule to kill the "ChatGPT em dash" in your codebase

https://github.com/oleg-koval/drop-em-dash-eslint-rule
1•orthodoz•12m ago•0 comments

Rees.fm – Cheap video AI using Seedance 2.0 and Sora 2

https://reels.fm/
2•vioweb•13m ago•1 comments

iOS update to improve redaction for the iOS notification database

https://support.apple.com/en-us/127002
2•nar001•14m ago•0 comments

Cult-favorite burger chain to deploy hot slider vending machines nationwide

https://www.mlive.com/business/2026/04/cult-favorite-burger-chain-to-deploy-hot-slider-vending-ma...
2•rmason•15m ago•1 comments

ElementsKit a toolkit of reactive primitives for building the web UI

https://github.com/waelbettayeb/elements-kit
2•waelbettayeb•18m ago•1 comments

AI robot outplays humans in table tennis milestone

https://www.ft.com/content/9860f042-3332-4534-9b1a-fa9f57b8347e
3•aanet•18m ago•1 comments

Lightspeed Classroom CVE-2026-30368

https://www.incognitotgt.me/blog/lightspeed
2•crazycrystals•19m ago•0 comments

Biohacker claims to have sequenced their own genome with M3 Ultra Mac Studio

https://www.tomshardware.com/tech-industry/artificial-intelligence/biohacker-claims-to-have-seque...
2•rmason•19m ago•0 comments

MacBook Neo: Review (Basic Apple Guy)

https://basicappleguy.com/basicappleblog/macbook-neo-review
2•frizlab•26m ago•2 comments

A simple messenger build for Agent-2-Agent communication and discovery

https://www.agentmessenger.io/
2•pixelsebi•29m ago•1 comments

Got personal financial, medical data you'd like to keep private? Good luck

https://news.harvard.edu/gazette/story/2026/04/got-personal-financial-medical-data-youd-like-to-k...
3•gnabgib•30m ago•0 comments

Making the invisible audible: Building an OpenXR experience for ocean protection

https://www.collabora.com/news-and-blog/blog/2026/04/22/making-the-invisible-audible-building-an-...
2•losgehts•31m ago•0 comments

Scalable CLI – an official command line for the Scalable Capital broker

https://github.com/ScalableCapital/scalable-cli
2•michidk•32m ago•0 comments

Subpixel Text Encoding/Font

https://www.msarnoff.org/millitext/
2•gurjeet•32m ago•0 comments

Stop publishing conference videos (2022)

https://www.notcheckmark.com/2022/11/stop-publishing-conference-videos/
3•Tomte•32m ago•0 comments

SkillGuard – scan agent skills for prompt injection payloads

https://github.com/obielin/skillguard
2•arabking•33m ago•1 comments

Itron Project

https://en.wikipedia.org/wiki/ITRON_project
2•doener•33m ago•0 comments

Hey, it's Earth Day today

3•burnt-resistor•33m ago•1 comments

We Are All Playing Politics at Work

https://idiallo.com/blog/we-are-playing-politics
4•firefoxd•34m ago•0 comments

Dryos

https://en.wikipedia.org/wiki/DRYOS
2•doener•35m ago•0 comments

SpaceX developing Golden Dome software

https://www.bloomberg.com/news/articles/2026-04-22/spacex-tapped-for-industry-group-developing-go...
4•infinitewars•35m ago•0 comments

OpenAI demos cyber-focused GPT to governments, who secures the model itself?

https://www.axios.com/2026/04/22/openai-gpt-cyber-government-meeting
3•Almured•36m ago•1 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

https://github.com/davidhershey/ClaudePlaysPokemonStarter
8•minimaxir•12mo 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•12mo ago
It's interesting to me that they're extracting game state from memory instead of just passing the video into the LLM.
_--__--__•12mo 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•12mo ago
Shouldn't the goal be to compare it against a human player that would need to menu for that information?
_--__--__•12mo 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