frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Psychosis-as-a-Service

https://tikiver.se/posts/psychosis-as-a-service/
1•news_hacker•56s ago•0 comments

Apple's intentional crippling of Mobile Safari continues

https://pwa.gripe/
2•xd1936•5m ago•0 comments

CFO-stack: double-entry accounting setup for codex/Claude, inspired by gstack

https://github.com/MikeChongCan/cfo-stack
1•imWildCat•5m ago•0 comments

Turns out your coffee addiction may be doing your brain a favor

https://www.theregister.com/2026/03/21/turns_out_your_coffee_addiction/
1•Bender•7m ago•0 comments

We keep finding the raw material of DNA in asteroids–what's it telling us?

https://arstechnica.com/science/2026/03/we-keep-finding-the-raw-material-of-dna-in-asteroids-what...
1•Bender•8m ago•0 comments

15 years of building a lucid dreaming device: from EEG to machine vision

https://www.inspec.me/history
1•MichaelCoder•8m ago•0 comments

Tell HN: macOS supports instant snapshot rollbacks

1•concinds•8m ago•0 comments

Mining the Deep Ocean

https://knowablemagazine.org/content/article/physical-world/2026/deep-sea-mining-debate-critical-...
1•Brajeshwar•8m ago•0 comments

GT255: ICBM Test Launch Verifies Multiple Reentry Vehicle and System Reliability

https://www.afgsc.af.mil/News/Article-Display/Article/4420558/gt-255-icbm-test-launch-verifies-mu...
1•Bender•9m ago•0 comments

I spend the last 6 month Learning How to automate my boring Tasks with

1•farahkassbi•11m ago•0 comments

The Dude

https://yusufaytas.com/the-dude/
2•yusufaytas•13m ago•0 comments

Show HN: I replaced every function in a codebase with English – it still works

https://tril.cc
2•kulesh•14m ago•1 comments

Why a Child's Birth Month Could Play a Major Role in Their Mental Health

https://studyfinds.com/why-childs-birth-month-could-play-major-role-in-mental-health/
1•akyuu•16m ago•0 comments

Power Causes Brain Damage

https://www.theatlantic.com/magazine/archive/2017/07/power-causes-brain-damage/528711/
2•andsoitis•17m ago•1 comments

Cppsp v1.5.2 OOP system –Derive and Extension

https://github.com/user19870/cppsp
1•user19870•18m ago•0 comments

Looking at Unity made me understand the point of C++ coroutines

https://mropert.github.io/2026/03/20/unity_cpp_coroutines/
1•fanf2•18m ago•0 comments

Horsehair: The Stuff of Early and Modern Luxury Mattresses

https://www.beds.org/blog/horsehair-the-stuff-of-early-and-modern-luxury-mattresses/
1•thunderbong•19m ago•0 comments

Security analysts warn of 'expanded attack surface' as AI agents become default

https://www.cryptopolitan.com/analysts-warn-of-attack-ai-agents/
1•adrianwaj•19m ago•2 comments

Steve-eval – getting AI to write like me

https://stevekrouse.com/eval
1•stevekrouse•20m ago•1 comments

Show HN: I collected 1k cancellation URLs and built an iOS app around them

https://apps.apple.com/us/app/subscriptioncat-sub-tracker/id6760429188
1•hiroshichan•21m ago•0 comments

Show HN: AgentVerse – Open social network for AI agents (Mar 2026)

https://nickakre.github.io/agentverse-social/
2•nickakre•22m ago•0 comments

Achieving Zero Bugs: Rust, Specs, and AI Coding

https://www.borg.org/?p=1472
1•vinhnx•24m ago•0 comments

Creating a DAW in Rust

https://whoisryosuke.com/blog/2026/creating-a-daw-in-rust/
2•vinhnx•26m ago•0 comments

Ask HN:35,0 CS background, built real apps with AI, need suggestion

1•bond_builds•29m ago•1 comments

CERN eggheads burn AI into silicon to stem data deluge

https://www.theregister.com/2026/03/22/cern_eggheads_burn_ai_into/
1•Brajeshwar•30m ago•0 comments

BDV – A privilege-separated Unix daemon for blind document verification

https://github.com/calvinsienatra/bdv
1•csienatra•31m ago•0 comments

Project Nomad – Knowledge That Never Goes Offline

https://www.projectnomad.us
2•jensgk•32m ago•0 comments

Rust Shined over Python for My CLI Tool

https://smiling.dev/blog/rust-shined-over-python-for-my-cli-tool/
1•vinhnx•32m ago•0 comments

Dijkstra's Algorithm

https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm
1•Brysonbw•32m ago•0 comments

The Problem with Red Supergiants

https://www.thequantumcat.space/p/the-strange-problem-with-red-supergiants
2•verzali•32m ago•0 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

https://github.com/davidhershey/ClaudePlaysPokemonStarter
8•minimaxir•11mo ago
This is released by the Anthropic engineer who developed Claude Plays Pokemon.

Comments

minimaxir•11mo ago
This is released by the Anthropic engineer who developed Claude Plays Pokemon.
CSMastermind•11mo ago
It's interesting to me that they're extracting game state from memory instead of just passing the video into the LLM.
_--__--__•11mo 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•11mo ago
Shouldn't the goal be to compare it against a human player that would need to menu for that information?
_--__--__•11mo 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