frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

LGP to take Mister Car Wash private in $3.1B deal

https://www.alternativeswatch.com/2026/02/22/lgp-take-mister-car-wash-private-3-1-billion-deal/
1•mattas•2m ago•0 comments

Using Nsnotifyd with a PowerDNS Secondary

https://blog.feld.me/posts/2026/02/nsnotifyd-with-powerdns-secondary/
1•todsacerdoti•3m ago•0 comments

In Search of the Leisure Class

https://libertiesjournal.com/articles/insearch-of-the-leisure-class/
2•fferen•7m ago•0 comments

Fast starting Clojure runtime built with GraalVM native-image and Crema

https://github.com/borkdude/cream
3•yogthos•10m ago•0 comments

The JavaScript Oxidation Compiler

https://oxc.rs/
3•modinfo•11m ago•0 comments

SpaceX gets federal approval for Starship launches, AI satellites from Florida's

https://www.usatoday.com/
2•bookmtn•11m ago•1 comments

Show HN: OpenClaw alternative written in Golang and talk with you in voice

http://coolwulfai.com
2•coolwulf•14m ago•0 comments

Show HN: Lyra Kids – I built an AI bedtime storyteller for my daughters

https://lyra.kids/
5•Kael1•15m ago•0 comments

Log into 28 vintage computer systems in the browser / Interim Computer Museum

https://www.tomshardware.com/video-games/retro-gaming/you-can-log-into-28-vintage-computer-system...
2•russfink•18m ago•1 comments

Agentic Software Engineering Book

https://agenticse-book.github.io/
4•bananaflag•18m ago•0 comments

Ask HN: Freelance full-stack dev in between contracts

2•downbad_•20m ago•0 comments

We Have Pgvector at Home

https://theconsensus.dev/p/2026/02/22/we-have-pgvector-at-home.html
2•zdw•23m ago•0 comments

Leibniz on Binary: The Invention of Computer Arithmetic (2022)

https://direct.mit.edu/books/monograph/5492/Leibniz-on-BinaryThe-Invention-of-Computer
2•measurablefunc•23m ago•0 comments

Wrapping Code Comments

https://matklad.github.io/2026/02/21/wrapping-code-comments.html
2•tenpa0000•25m ago•0 comments

Code Review Is Not About Catching Bugs

https://www.davidpoll.com/2026/02/code-review-is-not-about-catching-bugs/
2•depoll•25m ago•0 comments

Leveraging Attributes with Respect\Validation and Laravel

https://alganet.github.io/blog/2026-02-22-23-Leveraging-Attributes-With-Respect-Validation-and-La...
2•gaigalas•27m ago•0 comments

Official specification and reference code for Fast Lightweight Online Encryptio

https://github.com/Snowflake-Labs/floe-specification
2•todsacerdoti•27m ago•1 comments

"Pinky Promise Diplomacy" Once Stopped a War in the Middle East

https://www.lesswrong.com/posts/unxyt8EsCNkMCRbsw/how-pinky-promise-diplomacy-once-stopped-a-war-...
1•positivesum•31m ago•0 comments

Show HN: InferShield – A Lightweight Orchestration-Layer Attack Detector (POC)

https://github.com/InferShield/infershield
2•Alex-Hosein•37m ago•0 comments

Show HN: MSI GPU Mux Switcher for Linux via UEFI Vars and EC Trigger

https://github.com/ElXreno/msi-gpu-switcher
3•elxreno•38m ago•0 comments

Search Console MCP – Unified CLI for Google Search Console, Bing and GA4

3•svss_me•39m ago•0 comments

AI's [Other] Existential Threat

https://twitter.com/nick_alexander/status/2025757123033104562
3•nick007•41m ago•0 comments

Duan et al. 2026 algorithm beats Duan et al. 2025 for the SSSP Problem

https://arxiv.org/abs/2602.07868
2•samyadn12•42m ago•0 comments

Blue Owl Anxiety Rattles the $1.8T Private Credit Market

https://www.bloomberg.com/news/features/2026-02-22/blue-owl-redemptions-halt-intensifies-private-...
6•zerosizedweasle•43m ago•0 comments

No one has defined the "AI Strategist" role – so I wrote an OSS book to do it

https://github.com/Leading-AI-IO/the-ai-strategist
3•leading-AI•49m ago•0 comments

Aqua: A CLI message tool for AI agents

https://github.com/quailyquaily/aqua
3•lyricat•53m ago•0 comments

Cheers to the NetJets captain that made the call

https://twitter.com/BOCOjetSales/status/2025724280923910425
3•hnburnsy•56m ago•0 comments

2008 "Peak Oil" = 2026 "Peak Memory"

https://twitter.com/benkizemchuk/status/2025570398495015100
3•walterbell•56m ago•0 comments

Your Thirst Is Mine, My Water Is Yours

https://www.stopcar.ing/your-thirst-is-mine-my-water-is-yours/
3•cwal37•58m ago•0 comments

Jujutsu Version Control Explained – Video by Brian Will

https://www.youtube.com/watch?v=mM4nrhDenC8
4•Lanedo•1h ago•0 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

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

Comments

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