frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

To Sit by the Water

https://tinkelenberg.com/posts/to-sit-by-the-water/
1•tinkelenberg•2m ago•0 comments

Transport Canada warned about WestJet seating hazard weeks before viral video

https://www.cbc.ca/news/canada/edmonton/transport-canada-westjet-seating-layout-hazard-9.7142069
1•luu•2m ago•0 comments

Velxio 2.0 – Emulate Arduino, ESP32, and Raspberry Pi 3 in the Browser

https://github.com/davidmonterocrespo24/velxio
1•dmcrespo•2m ago•0 comments

Type Theorists need to take a look at Zig

https://pure-systems.org/posts/2026-03-27-the-type-theorists-need-to-take-a-look-at-zig.html
1•doyougnu•8m ago•1 comments

CppCon: C++ Beats Rust in JSON Serialization [video]

https://www.youtube.com/watch?v=Mcgk3CxHYMs
1•fthiesen•8m ago•0 comments

Quadratic Micropass Type Inference

https://articles.luminalang.com/a/micropass-inference/
3•simvux•10m ago•0 comments

Where Agents Converge

https://danthegoodman.substack.com/p/where-agents-converge
1•dangoodmanUT•11m ago•0 comments

How to Make Programming Terrible for Everyone

https://jneen.ca/posts/2026-03-27-how-to-make-programming-terrible-for-everyone/
1•jneen•11m ago•0 comments

I scored every NYC building for distress using 37M public data points and ML

https://sillview.nyc
1•ThomasThuillier•12m ago•0 comments

Steam Wishlist Pulse > track wishlist spikes and changes for game devs

https://github.com/hortopan/steam-wishlist-pulse
1•remakeru•12m ago•1 comments

Show HN: Fallow – Find unused code, duplication, and complexity in TS/JS (Rust)

https://github.com/fallow-rs/fallow
1•bartwaardenburg•12m ago•0 comments

AI bug reports went from junk to legit overnight, says Linux kernel czar

https://www.theregister.com/2026/03/26/greg_kroahhartman_ai_kernel/
3•amarant•16m ago•0 comments

Agents of Chaos

https://agentsofchaos.baulab.info/report.html
1•luu•17m ago•0 comments

I don't understand graphical abstracts. So I both hate and admire this one (2025)

https://scientistseessquirrel.wordpress.com/2025/09/23/i-dont-understand-graphical-abstracts-so-i...
1•rossant•20m ago•0 comments

Show HN: Building your first ASGI framework – step-by-step lessons

1•grandimam•20m ago•0 comments

Offprint: Publishing infrastructure for the open web, built on AT Protocol

https://offprint.app
2•icy•21m ago•0 comments

Show HN: GladAItor – Judge AI Products for Free

https://glad-ia-tor.com/
2•Enjoyooor•22m ago•1 comments

Basecamp Becomes Agent Accessible

https://world.hey.com/dhh/basecamp-becomes-agent-accessible-3ae6b949
1•FigurativeVoid•23m ago•0 comments

Memory Crystal – persistent memory for AI agents (MIT)

https://github.com/memorycrystal/memorycrystal
1•memorycrystal•23m ago•0 comments

Truck hunting on the Ho Chi Minh trail

https://historynet.com/truck-hunting-ho-chi-minh-trail/
1•berkeleyjunk•26m ago•0 comments

Migrating Infrastructure Off Coolify

https://www.coryd.dev/posts/2026/migrating-infrastructure-off-coolify
1•cdrnsf•28m ago•0 comments

The telnyx packages on PyPI have been compromised

https://lwn.net/Articles/1065059/
4•amcclure•30m ago•0 comments

The many failures leading to the LiteLLM compromise

https://lwn.net/SubscriberLink/1064693/d00a7f49a30161da/
1•amcclure•30m ago•0 comments

Was the Iran War Caused by AI Psychosis?

https://houseofsaud.com/iran-war-ai-psychosis-sycophancy-rlhf/
2•decimalenough•30m ago•0 comments

Journaling for people who don't journal

https://maxgirkins.com/writings/email-to-self
1•mgirkins•31m ago•0 comments

A new TypeScript CSS parser with all modern features (nesting, scopes,)

https://github.com/node-projects/css-parser
1•jogibear9988•31m ago•0 comments

GM requires you to submit their opt-out form multiple times with name variations

https://gmcontactpreferences.com/opt-out-all.jsp
2•zephyreon•32m ago•4 comments

David Sacks Is No Longer the White House AI and Crypto Czar

https://www.theverge.com/policy/902140/david-sacks-out-ai-crypto-czar
3•kklisura•32m ago•0 comments

AI data centres can warm surrounding areas by up to 9.1°C

https://www.newscientist.com/article/2521256-ai-data-centres-can-warm-surrounding-areas-by-up-to-...
2•johnbarron•33m ago•0 comments

My Prodigal Brainchild

https://nealstephenson.substack.com/p/my-prodigal-brainchild
4•jethronethro•35m 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