Hacker News with Generative AI: Sudoku

A new Sudoku layout with 81 uniquely shaped cells (danielchasehooper.com)
Something productive finally came from my daily Sudoku habit: I invented a new type of puzzle that I call “Cracked Sudoku”. It’s named after cracked dirt:
Can you solve it? Clueless sudoku, a genius new puzzle (theguardian.com)
Today I unveil a fantastic new type of Sudoku invented by reader Alf Smith. Like all Sudoku, the digits from 1 to 9 must appear in all rows, columns and boxes.
Show HN: SudokuVariants – play and construct different variants of Sudoku (sudokuvariants.com)
Solving Sudoku with the Python package resolver (github.com/konstin)
Solving the versions of python package from your requirements is NP-complete, in the worst case it runs exponentially slow. Sudokus are also NP-complete, which means we can solve sudokus with python packaging.
Arthur Whitney's one liner sudoku solver (2011) (dyalog.com)
The Sudoku puzzle consists of a 3×3 grid of 3×3 boxes, each cell of which is either empty or contains a number in the range 1 to 9.
Generating sudokus for fun and no profit (tn1ck.com)
Show HN: I made a Sudoku game you can play using Vim (vimsudoku.com)