Show HN: Logiquiz – Daily Self-Referential Puzzles(logiquiz.com) Logiquiz, also know as Self-Referential Quiz or Puzzle, is a type of quiz where the questions refer to the quiz itself or other questions within the same quiz. The answers often depend on the content or structure of the quiz, making it a meta-puzzle.
Reptends and Reciprocals(gregegan.net) Is there an integer d whose reciprocal, 1/d, has a decimal representation with a recurring block of digits exactly 10 digits long, containing all ten decimal digits?
48 points by hyperbrainer 7 days ago | 13 comments
Solving Greater Than Sudoku using constraint logic programming(sdymchenko.com) Greater Than Sudoku (Compdoku) is a variant of sudoku where no initial values are given, but there are greater-than relations inside 3×3 squares that the values must satisfy (the picture from http://avva.livejournal.com/2832977.html):
Unlocking Sudoku's Secrets(chalkdustmagazine.com) Sudoku has long captivated puzzle enthusiasts worldwide with its logical challenges and addictive nature. While it may seem like a simple game of numbers, beneath the surface lies a fascinating connection to the realm of mathematics.
Solving a “Layton Puzzle” with Prolog(buttondown.com) I have a lot in the works for the this month's Logic for Programmers release. Among other things, I'm completely rewriting the chapter on Logic Programming Languages.
AI/Math Puzzle(aggressivelyparaphrasing.me) I found a poster with a math puzzle that points to a reward website. I couldn’t figure it out, so maybe the prize is still available!
Don't Think, Just Solve(nytimes.com) Max Park is a longtime speedcubing world record holder — for the 3x3x3 cube, his best official time is 3.13 seconds. Let's show you how he does it.
Show HN: Betting game puzzle (Hamming neighbor sum in linear time)(ycombinator.com) In Spain, there's a betting game called La Quiniela: https://es.wikipedia.org/wiki/La_Quiniela_(Espa%C3%B1a)<p>Players predict the outcome of 14 football matches (home win, draw, away win). You win money if you get at least 10 correct, and the prize amount depends on the number of winners. Since all bets are public, the number of winners and the corresponding payouts can be estimated for each of the 3^14 possible outcomes.
Solving Sudoku with Tmux(willhbr.net) The question that everyone has been asking me since I compiled Python to run on tmux is: “can you actually do anything useful with this?”. I’m happy to report back that the answer is still no, but I can now use tmux to solve sudoku, and I can do it using a different and trickier approach than the one I used with the compiler.