frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Cursorlag – add a lag trail to your cursor

https://cursorlag.velocifyer.com/
1•Velocifyer•2m ago•1 comments

The Generative AI Policy Landscape in Open Source

https://redmonk.com/kholterhoff/2026/02/26/generative-ai-policy-landscape-in-open-source/
1•mooreds•2m ago•0 comments

How Not to Interview (Interesting People)

https://om.co/2026/03/19/how-not-to-interview-interesting-people/
1•mooreds•2m ago•0 comments

You can't imitation-learn how to continual-learn

https://www.lesswrong.com/posts/9rCTjbJpZB4KzqhiQ/you-can-t-imitation-learn-how-to-continual-learn
1•supermdguy•3m ago•0 comments

Don Cheli – AI writes tests before seeing the code (TDD as iron law)

https://github.com/doncheli/don-cheli-sdd
1•doncheli•4m ago•0 comments

Accidental eCall activation in cars lead to 75% false 112 calls in Nederland

https://nltimes.nl/2026/03/28/one-three-112-calls-netherlands-unintentional-many-triggered-car-sy...
1•giuliomagnifico•5m ago•0 comments

Harness Engineering

https://blog.vtemian.com/post/harness-engineering/
1•vtemian•7m ago•0 comments

Show HN: Live, interactive architecture diagrams for open-source projects

https://jigsawml.com/open-source-projects
1•maverickprac•9m ago•0 comments

Anthropic's Claude popularity with paying consumers is skyrocketing

https://techcrunch.com/2026/03/28/anthropics-claude-popularity-with-paying-consumers-is-skyrocket...
1•salkahfi•10m ago•0 comments

The Science Behind Being One of a Kind

https://nautil.us/the-science-behind-being-one-of-a-kind-1279329
1•Brajeshwar•10m ago•0 comments

Americans are coping ourselves to death (2023)

https://www.noahpinion.blog/p/americans-are-coping-ourselves-to
3•herbertl•17m ago•0 comments

Behind the Scenes of the Westworld UI

https://vanschneider.com/blog/behind-the-scenes-of-the-westworld-ui/
1•herbertl•19m ago•0 comments

AI chatbots are "Yes-Men" that reinforce bad relationship decisions, study finds

https://news.stanford.edu/stories/2026/03/ai-advice-sycophantic-models-research
3•oldfrenchfries•20m ago•0 comments

Outbreak linked to raw cheese grows; 9 cases total, one with kidney failure

https://arstechnica.com/health/2026/03/kidney-failure-case-reported-in-raw-cheese-outbreak-maker-...
1•Brajeshwar•21m ago•0 comments

TaskBounty – post tasks with crypto bounties, AI agents compete to solve them

https://www.task-bounty.com/
1•eliottre•23m ago•0 comments

Defrag ASMR

https://www.youtube.com/watch?v=KR3TbL3Tl6M
1•puttycat•23m ago•0 comments

Zellij is now supported on Windows

https://github.com/zellij-org/zellij/releases/tag/v0.44.0
2•ntoslinux•24m ago•0 comments

WASI Got It Wrong: The Case for a Thin Waist

https://medium.com/low-level/wasi-got-it-wrong-the-case-for-a-thin-waist-6f5d07971b7d
1•saketsoren•25m ago•0 comments

Video Calling Vulnerabilities in Miko Smart Kid Robots

https://blog.mgdproductions.com/miko-robots-vulnerabilities/
1•yawndex•28m ago•0 comments

My 2 cents on the "will Al replace software engineers" debate

https://am-i-replaceable.pages.dev
1•mayilian•31m ago•0 comments

Robert Trivers, Eccentric Scientist Who Probed Human Nature, Dies at 83

https://www.nytimes.com/2026/03/27/science/robert-trivers-dead.html
1•Brajeshwar•31m ago•0 comments

Trabajo en dublin ga para inmigrantes?

1•betoj•33m ago•0 comments

Show HN: OpenChat – Syncing conversations across AI providers

https://github.com/p0u4a/openchat
1•p0u4a•34m ago•0 comments

TLA+ in support of AI code generation

https://medium.com/@polyglot_factotum/tla-in-support-of-ai-code-generation-9086fc9715c4
1•atomicnature•36m ago•0 comments

The Panic over 'Tech Neck'–and Race for a Cure

https://www.wsj.com/style/beauty/tech-neck-wrinkles-smartphone-skincare-5ca72a06
1•bookofjoe•37m ago•1 comments

Lyria 3 Pro – AI Music Generator from Text Prompts

https://lyria3pro.pro/
1•JoahYi•38m ago•0 comments

PH4NTXM – Volatile RAM-Only OS, OPSEC, Network-Morphing, High-Stakes!

https://github.com/PH4NTXMOFFICIAL/PH4NTXM-LITE
1•PH4NTXMOFFICIAL•38m ago•0 comments

Calculate "1/(40rods/ hogshead) → L/100km" from your Zsh prompt

https://vincent.bernat.ch/en/blog/2026-zsh-calculator
1•vbernat•38m ago•1 comments

Ask HN: What is a good study guide for GATE EC examination?

1•rakshithbellare•40m ago•0 comments

Continuous cloud-native backup tool for PostgreSQL

https://github.com/pgrwl/pgrwl
1•alzhi7•40m 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•12mo 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