frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Bringing Chrome to ARM64 Linux Devices

https://blog.chromium.org/2026/03/bringing-chrome-to-arm64-linux-devices.html
1•ingve•2m ago•0 comments

MCP tools for AI-native ontology engineering (Rust and Oxigraph)

https://github.com/fabio-rovai/open-ontologies
1•fabio_rovai•2m ago•1 comments

The Generational Prisoner's Dilemma: Three Certain Truths

https://twitter.com/dgt10011/status/2031757205888762205
1•washedup•2m ago•0 comments

The Official GBBS Pro Repository

https://gbbs.applearchives.com/
1•js2•2m ago•0 comments

You can turn Claude's most annoying feature off

https://jdlms.site/blog/claudes-most-annoying-feature
1•tietjens•5m ago•0 comments

Agentic Evidence

https://actis.world
1•blazingjolt•5m ago•1 comments

Ask HN: Do you struggle analyzing large log files with AI due to token limits?

1•DrTrader•5m ago•0 comments

Sitka's excellent Gravity clock Eurorack module is now open source

https://cdm.link/gravity-open-source/
1•bryanrasmussen•7m ago•0 comments

Show HN: RestaRules – A robots.txt for how AI agents interact with restaurants

https://github.com/selfradiance/restarules
1•selfradiance•7m ago•0 comments

One More Prompt: The Dopamine Trap of Agentic Coding

https://blog.quent.in/blog/2026/03/09/one-more-prompt-the-dopamine-trap-of-agentic-coding/
1•sylvainkalache•7m ago•0 comments

RAF vs. Usaaf: The Bombing Doctrine Split That Divided the Allies

https://warcommons.com/2026/03/11/raf-usaaf-bombing-doctrine-disagreement/
1•NENCMediaGroup•11m ago•0 comments

Grok 4.20 brings minimal improvements for Grok-4.1-fast

https://aibenchy.com/compare/x-ai-grok-4-20-beta-medium/x-ai-grok-4-20-multi-agent-beta-medium/x-...
1•XCSme•12m ago•1 comments

Show HN: Slack but Usage Priced

https://loftchat.com
1•valliveeti•12m ago•0 comments

Can LLMs Be Computers?

https://www.percepta.ai/blog/can-llms-be-computers
1•linolevan•12m ago•0 comments

Spacetime Quasicrystals

https://arxiv.org/abs/2601.07769
2•amai•13m ago•0 comments

Show HN: I'm building niche AI agents with OpenClaw (Clawsify)

https://clawsifyai.com
1•Vanshfin•14m ago•0 comments

Deepak Jain to Host Two Sessions at Nvidia GTC 2026

1•AiNETFactory•15m ago•0 comments

You Can Stop Marrying for Genes

https://fi-le.net/love/
2•fi-le•16m ago•0 comments

Amazon Employees Say AI Is Just Increasing Workload

https://gizmodo.com/amazon-employees-say-ai-is-just-increasing-workload-a-new-study-confirms-thei...
2•jamesgill•18m ago•0 comments

Ask HN: Developing .NET on Windows but deploying to Linux – common issues?

1•ghostlyInc•19m ago•2 comments

Boeing's Bizarre Planes That Were Never Built

https://www.airlineratings.com/articles/boeings-bizarre-planes-that-were-never-built
1•voxadam•20m ago•0 comments

On Making

https://beej.us/blog/data/ai-making/
1•ingve•21m ago•0 comments

Zeno's Paradox resolved by physics, not by math alone

https://bigthink.com/starts-with-a-bang/zenos-paradox/
2•bryanrasmussen•22m ago•1 comments

What's That? – Photo to personalized audio narrative in under 10 seconds

https://apps.apple.com/us/app/whats-that-ai-audio-guide/id6756409506
1•whatsthatapp•23m ago•1 comments

The Dopamine Trap of Vibe Coding

https://codn.dev/blog/the-dopamine-trap-of-vibe-coding/
3•romanhoffmann•26m ago•5 comments

MCPs, CLIs, and skills: when to use what?

https://jngiam.bearblog.dev/mcps-clis-and-skills-when-to-use-what/
6•jngiam1•26m ago•0 comments

A Snapshotable WASM Interpreter

https://github.com/friendlymatthew/gabagool
2•birdculture•27m ago•0 comments

Looking for Partner to Build Agent Memory (Zig/Erlang)

2•kendallgclark•28m ago•0 comments

Show HN: Codex Symphony – bootstrap OpenAI Symphony and Linear in any repo

https://github.com/Citedy/codex-symphony
1•ntty•30m ago•0 comments

How to use Claude Cowork – Complete guide

https://overtoncollective.com/blog/claude-cowork-complete-guide
2•Ali_Jiwani•30m ago•0 comments
Open in hackernews

Show HN: blunder.clinic, realistic daily chess puzzles

https://blunder.clinic/
3•mcyc•1h ago
Today, I launched blunder.clinic, a daily chess puzzle app that provides realistic positions for you to try to not blunder on. These are similar to traditional chess puzzles (i.e., tactics), but different in a few key ways.

There are two popular ways to self-study chess: tactics and following along with professional games or with an engine. These are obviously helpful, but both have downsides.

When playing puzzles, just by knowing you are playing a puzzle means that you are biased towards looking for specific types of moves (checkmates, queen sacrifices, etc.). But in real life, you don't know what positions actually have tactics available, so you can waste your time looking for tactics, or, even worse, make a blunder by thinking there is a tactic when there really isn't.

When following along with an engine, there are tons of positions where an engine comes up with a move that you simply would never have seen and can't possibly understand. These are very low signal for learners, and it is hard to differentiate between positions like that and high-signal positions that are on the edge of your ability.[^1]

blunder.clinic addresses both of these problems by giving you positions where people of your skill level actually blundered, but the best move is something that isn't too far beyond your capability to understand and learn from. We do this by leveraging stockfish for positional evaluations and maia[1] for difficulty evaluation.

Overall, the main purpose of blunder.clinic is to help you stop blundering easy positions!

You can read a bit more about it here: https://mcognetta.github.io/posts/blunder-clinic/

[1]: Maia (https://www.maiachess.com/) is a family of chess models trained on real games. The inputs are a board position and a player rating, and the output is a probability distribution of moves. You can use this to answer queries like "How likely do we think a player of XYZ rating would pick the best move?"