Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Banyan Vines (wikipedia.org)
    —discuss
  2. Grow the Harness, Not the Context (arxiv.org)
    —discuss
  3. Gender, Identity, and Power in the Shaft Tombs of Western Mesoamerica (metmuseum.org)
    —discuss
  4. A test of agentic workflows for software engineering (hankconn.github.io)
    —discuss
  5. Sieve: Find and grep in the same command faster than both (github.com/m10ust)
    —discuss
  6. Digital Homesteading: A Primer on Running Your Own Web Services [2025] (brodybrooks.com)
    —discuss
  7. Maybe Flagship Models Shouldn't Be World Class Exploit Writers? (lockboxx.org)
    —discuss
  8. I Deliberately Bet Like a Problem Gambler. DraftKings Made Me a VIP (propublica.org)
    —discuss
  9. Working with OSC: UDP vs. TCP (2019) (djy.io)
    1comments
  10. I'm the Mom in That Viral Giants Clip. Let Me Tell You About My Husband (themomoftheyear.substack.com)
    1comments
  11. Universal Agents (thesecretsproject.com)
    —discuss
  12. Opus 5.5 launch videos are genuinely next level (twitter.com/bloxstack)
    1comments
  13. Heaven's Melodic Strains (nplusonemag.com)
    —discuss
  14. Ponysay rewritten in Rust: 22x faster startup (github.com/jcpsimmons)
    —discuss
  15. I Built a Native RDP Server for macOS (prordp.app)
    —discuss
  16. Neomacs: GPU rendered Rust hard fork of Emacs (github.com/eval-exec)
    1comments
  17. It would suck to die because I love consuming (michalkotowski.pl)
    —discuss
  18. Meta Horizon Create and Horizon Studio "Game Engines" (gamefromscratch.com)
    —discuss
  19. Dear AlmostHadYa, I got live previews working with a batch ASR model (mimicscribe.app)
    1comments
  20. Make Claude your assistant in excalidraw (tangled.org)
    1comments
  21. The AI Bubble Explained (hughhowey.com)
    —discuss
  22. Can we have reachability properties in TLA⁺? (ahelwer.ca)
    —discuss
  23. Prioritized Grammar Enumeration is the method for solving Symbolic Regression (github.com/verdverm)
    —discuss
  24. Show HN: Waitwise, Replace Claude Code's spinner with anything usefull (github.com/marciob)
    —discuss
  25. Turning GLM-5.3-Flash into a Jev-like decision model (privatemode.ai)
    2comments
  26. Banks and Credit Unions to Team Up Against Apple Pay Fees (macrumors.com)
    —discuss
  27. Using an LLM to Automate the Process of Archiving New macOS App Icons (jim-nielsen.com)
    —discuss
  28. After the AI Hype – What's Real, and What's Next – Richard Campbell [video] (youtube.com)
    —discuss
  29. Music & sound exposition of the Discrete Fourier Transform with numpy (6 parts) (medium.com/georgetzanetakis)
    1comments
  30. How to serve trillions of tokens for trillion-parameter coding agents (modal.com)
    —discuss

Show HN: A Claude Code skill to analyze your chess games

12 pointsby 48m agogithub.com
2 comments
Hello HN,

It started as an experiment: can Claude play chess properly if it uses vision instead of PGN notation? Somehow it can.

The next experiment was to see whether Claude + Stockfish could explain a game. Somehow it can too.

A few sessions later, I had a system that takes my live audio notes (or text, for that matter) and a vague instruction like "analyze my last lichess game", and gives me a commented video of the game. The result is not perfect and it takes time to deliver (an hour or so), but for me it is a much more pleasant and memorable experience than clicking around Stockfish branches. It burns tokens, so make sure you have enough quota. From the session logs, the last analyzed game would have cost around $15 at API prices.

The fact that it reflects on my own thinking during the game makes it interesting from a teaching point of view, so I thought it was worth sharing.

18m agoHN ↗

I am very interested in this, but it looks like the video link gives 404

13m agoHN ↗

Weird, the video is supposed to be embedded. On my chrome desktop it displays properly. EDIT: fixed