
GridLab
Design Sudoku puzzles worth solving by hand
What it does
GridLab is an iPad app for designing Sudoku puzzles to solve by hand, not on screen. You set the constraints, generate the grid, then export to PDF, PNG, SVG, or EPUB for paper, physical media, or e-ink. 5 combinable variants: Classic, X-Sudoku, Anti-King, Anti-Knight, Hyper. Every puzzle shows its logical depth, clue density, and whether it requires guessing to solve. No hints, no gamification, no ads, no subscription. A voluntary tip is the only ask. Free to download. iPad only.
Does a similar job
all alternatives →
- GTGot tired of all the spammy sudoku apps and built my own2022 · apps.apple.com · ▲12


- VSVisual Sudoku solver in the browser2024 · sudoku.dotslashdan.com · ▲63
Hello! I recently wanted to learn a bit about computer vision. Initially, I wanted to build something which could solve a jigsaw puzzle, but figured I should start with something (much) simpler, so I've built this instead. This is a visual Sudoku solver which runs in the browser. It works by using OpenCV to identify and process the Sudoku grid, passing this to a simple ML model to identify the digits, and then solving the puzzle with a backtracking algorithm. The ML model was trained on the TMNIST data set using a model built with Keras, also a completely new area to me. It's far from…
- SWSudoku with 0 Bells or Whistles2023 · ▲48
Hello HN, I've created a new Sudoku app for iOS and Android that prioritizes simplicity and privacy. It's free to download and use, and I'd be grateful for any feedback or suggestions. Features: > 4 difficulty levels, accessible at any time > No personal data collection of any kind > Clean, minimalistic design that focuses on the game > Takes up significantly less space than other popular apps (by a factor of about 10x) > Minimal use of advertisements I was frustrated by how many of the popular Sudoku apps feel excessively over-engineered, consume a lot of storage space and some that even…
More work this month
the category →

Hey we are Computable. We spent years building trading infrastructure at Jump Trading and Coinbase. From that point of view, compute looks like energy markets before 2000: everything trades through private bilateral leases, there’s no visible price, and nothing can be resold. The same H100 rents at a 2x spread depending on who’s asking, and once you sign a 24-month lease, it can never change hands. So we built a market for GPU nodes, sold by the calendar week. Here are three things you can do on it that you can’t do anywhere else: - Buy exactly the weeks you need. Three nodes for the last…
Work · 11d ago · getcomputable.com


The app store for voice native apps that lives in your notch
Work · 29d ago · voiceos.com

Launched alongside, May 2026
the whole month →

Parallel agents, diff reviewer, and multi-model comparisons
Dev tools · May 2026 · kilo.ai


- NW
Hey HN, Henry here from Cactus. We open-sourced Needle, a 26M parameter function-calling (tool use) model. It runs at 6000 tok/s prefill and 1200 tok/s decode on consumer devices. We were always frustrated by the little effort made towards building agentic models that run on budget phones, so we conducted investigations that led to an observation: agentic experiences are built upon tool calling, and massive models are overkill for it. Tool calling is fundamentally retrieval-and-assembly (match query to tool name, extract argument values, emit JSON), not reasoning. Cross-attention…
Life & fun · May 2026 · github.com
- FM
Dev tools · May 2026 · github.com