frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I can't stop thinking about Papua New Guinea

https://notnottalmud.substack.com/p/why-i-cant-stop-thinking-about-papua
451•networked•6h ago•176 comments

CSS-Tricks in Limbo

https://vale.rocks/micros/20260915-0135
103•edent•5h ago•25 comments

Suspected sabotage causes major Netherlands rail disruption

https://www.bbc.com/news/articles/c8ly49w9g1edo
236•choult•2h ago•217 comments

Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations

https://github.com/arnegiacomo/fugleramme
6•arnemunthekaas•37m ago•0 comments

25 Years of Mass Surveillance Is Enough

https://www.schneier.com/blog/archives/2026/09/25-years-of-mass-surveillance-is-enough.html
88•iamnothere•1h ago•7 comments

Alternatives to MinIO for single-node local S3

https://rmoff.net/2026/01/14/alternatives-to-minio-for-single-node-local-s3/
91•rmoff•4h ago•49 comments

iOS 27, iPadOS 27, and macOS 27

https://www.apple.com/newsroom/2026/09/major-updates-for-apples-software-platforms-are-now-availa...
656•throw0101d•19h ago•754 comments

OpenArm: An open-source 7DOF humanoid arm

https://github.com/enactic/OpenArm
138•Lwrless•1d ago•25 comments

The k-server conjecture is true

https://arxiv.org/abs/2609.15979
45•iamsyr•5h ago•18 comments

OpenAI buys smartphone camera maker Glass Imaging for $300M

https://techcrunch.com/2026/09/14/openai-buys-smartphone-camera-maker-glass-imaging-for-300-milli...
24•myth_drannon•1h ago•6 comments

A rough guide for going back to the Moon

https://research.ibm.com/blog/nasa-ibm-lunar-foundation-model
21•gmays•22h ago•10 comments

4,400-Year-Old Tomb of Egyptian Judge Found at Saqqara with Colors on Walls

https://arkeonews.net/4400-year-old-tomb-of-an-egyptian-judge-found-at-saqqara-with-colors-still-...
174•arunbahl•2d ago•53 comments

Pion, an agent designed to run any company autonomously

https://andonlabs.com/blog/why-we-built-pion
436•lukaspetersson•19h ago•538 comments

US confirms for first time it has deployed space weapons

https://www.bbc.com/news/articles/ck790xg41ygro
113•harporoeder•9h ago•70 comments

When Google Cuts Off Access: Poland and the World

https://dossier.reasoner.pl/artykul/
9•marekfocus•1h ago•1 comments

Linux from Scratch

https://www.linuxfromscratch.org/
256•sippingabonedry•8h ago•79 comments

There are only twelve 4x4 sudokus (and a cool trick for finding minimal subsets)

https://baldino.dev/blog/there-are-only-twelve-4x4-sudokus/
15•Fran314•1d ago•7 comments

Lingo.dev (YC F24) is hiring a senior content engineer (Remote, worldwide)

https://lingo.dev/en/careers/ff88132a-cb79-4d35-a6a0-a6230de7a013
1•maxpr•6h ago

XCancel service is suspended until further notice

https://xcancel.com/#
695•gaganyaan•1d ago•968 comments

Charts built for Chat

https://dbtcharts.com/blog/charts-built-for-chat/
263•thingsilearned•15h ago•78 comments

OpenAI bots knew about the RubyGems caching vulnerability

https://tenderlovemaking.com/2026/09/11/what-a-time-to-be-alive/
486•gregnavis•1d ago•392 comments

Show HN: Redis City – Explore how Redis works in an interactive 3D model

https://poltora.dev/redis
127•poltora•2d ago•22 comments

Dropping eBPF CPU Cost by About 90% with Memoization (Not AI Gen)

https://nathannaveen.dev/posts/dropping-ebpf-cpu-cost-by-90/
136•nathannaveen•22h ago•29 comments

A beginning for mathematics

https://www.daniellitt.com/blog/2026/9/13/a-beginning-for-mathematics/
250•robinhouston•21h ago•128 comments

Inverse-Square Law

https://blog.coredump.cx/p/inverse-square-law
3•surprisetalk•1d ago•0 comments

Distributed Systems Classics (2017)

https://nvartolomei.com/dist-sys-classics/
323•grep_it•21h ago•68 comments

25 Years of Mass Surveillance Is Enough [Auth: Cindy Cohn; Bruce Schneier]

https://www.lawfaremedia.org/article/25-years-of-mass-surveillance-is-enough
12•mdp2021•1h ago•2 comments

Compressing a flag to 11 bits

https://read.vantezzen.io/miniflags
172•bennett_dev•2d ago•65 comments

Forgotten Woodlands

https://storymaps.arcgis.com/stories/9b790daf22ba4e87836f467abb1c7e49
80•NaOH•3d ago•26 comments

Ubuntu 26.10 completes transition to Rust-based coreutils

https://www.omgubuntu.co.uk/2026/09/ubuntu-2610-rust-coreutils-complete
233•theanonymousone•23h ago•250 comments
Open in hackernews

There are only twelve 4x4 sudokus (and a cool trick for finding minimal subsets)

https://baldino.dev/blog/there-are-only-twelve-4x4-sudokus/
15•Fran314•1d ago

Comments

Fran314•1d ago
In the last few days I went down the rabbithole of 4x4 sudokus, and found out that (up to permutations) there are only 12 possible solutions.

I decide to write up the small research I did as well as some fun findings discovered along the way in a blog post.

Also, yes this is extremely pointless and silly, and the math involved is not incredibly high level, but I still think it's an enjoyable bit of recreational math worth your time!

redfast00•1h ago
Did you check for rotational and mirror symmetry? As in, are the 12 unique sudokus just the same one, rotated in 4 ways, and mirrored along the x or y axis?
probably_wrong•43m ago
I was wondering this myself so I wrote a script that shows that there are duplicated puzzles if you count a rotated Sudoku as being equivalent. Here's one example:

Puzzle 2 is

  1234
  3412
  2341
  4123
If you rotate it counterclockwise you have

  4213
  3142
  2431
  1324
And if you normalize it, replacing the first row with "1234" (brilliant idea from the post), you get

  1234
  4312
  2143
  3421
Which is listed as puzzle 7. A quick check gives me that puzzles 1, 2, 3, 5, 11 and 12 would be unique under rotation, but I wrote that check in five minutes so there must be bugs somewhere. Also, I performed no check for mirror symmetry whatsoever (update: I did a quick one, same result).

I don't want to miss my chance to say that the post is brilliant and that it convinced me to leave what I was doing to check for rotations. I was nerd sniped in the best way and I take my hat off for the OP.

irusik•23h ago
I love articles where a seemingly simple puzzle turns out to be much more interesting when you look at it from the perspective of math and code. It’s especially interesting to learn that there aren’t actually that many possible 4×4 Sudoku grids. I also enjoy working with puzzles and creating my own crosswords in SuperColoring. Articles like this make me want to try creating a more unusual crossword and see how much harder it would be to solve.
Fran314•23h ago
I'm glad this inspired something in you!
gilleain•54m ago
There is a way of understanding all this through group theory. eg:

https://arxiv.org/html/2607.20669

'Counting, Symmetries and Equivalence Classes of Sudoku Grids' where an 'equivalence class' is a set of structures (such as filled Sudoku grids) that are all equivalent under some relation.

qsort•2m ago
Can't you just describe the group that defines those transformations and use Burnside?