Live data from Hacker News

Show HN: I brute-forced a wooden Antikythera-style puzzle in Rust

github.com

1–3 of 3 posts

Re: Show HN: I brute-forced a wooden Antikythera-style puzzle in Rust

#3

combining physical woodworking /puzzles with brute -forcing is the ultimate hacker news crossover .did you write a custom script or simulation to map out the gear combinations, use an existing constraint solver ?

I wrote a custom script and started by representing the physical puzzle as JSON!

https://github.com/garyhtou/grecian-computer/blob/main/puzzl...