I like to read mastodon content with phanpy.social (primarily because it displays threads nicely). But of course links to accounts and toots usually point to the original mastodon UI. The bookmarklet here jumps from there to the corresponding phanpy UI.
This gist contains some experiments/ideas for typing geometric-algebra code in TypeScript.
These ideas might be applied to PEGEAL at some point.
This code systematically explores the solution space for the puzzle "Das Haus vom Nikolaus". It finds various things:
- Solutions: Paths that use each (undirected) connection exactly once.
- Failures: Paths ending in a vertex where you cannot continue (because all connections of the vertex have been used already), but there are still unused connections elsewhere.
- "Early Failures": Paths where the last step was a mistake. That is, the path cannot be completed to a solution but without the last step it could have been (by continuing another way).
Usually one is only allowed to cross the middle of the house (the X in the sketch near the beginning of the code) in a straight line from b to e or from c to d or in the opposite direction. But some people consider the crossing as an actual vertex where you may start or end the path or change the direction. The program handles both variants.
Here are the numbers of paths of each kind found by the program for each variant of the puzzle:
|| solutions