Sudoku with 0 Bells or Whistles
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…
In plain words
Sudoku with 0 Bells or Whistles is a free Sudoku app for iOS and Android designed for players who want a straightforward puzzle experience. It offers four difficulty levels, a minimalist interface, and does not collect any personal data. The app is roughly ten times smaller than competing Sudoku applications and includes minimal advertising, making it a lightweight alternative to feature-heavy puzzle apps.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
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 collect unnecessary personal information, like location and contacts. So I put this app together without any of those things (using flutter). Links: iOS: https://apps.apple.com/app/sudoku-puzzle-palace/id1668683822 android: https://play.google.com/store/apps/details?id=com.kingfisher... Here's a screenshot of the main app page: https://imgur.com/a/FbCf2IJ Thanks for taking a look and happy solving!
More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io

Photosynthesis fires two of your iPhone
Life & fun · 28d ago · photosynthesis.camera
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io

Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.
Life & fun · 26d ago · everycube.alen.is


Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…
Life & fun · 27d ago · baselashraf81.github.io