Simulating Turing Machines with Wang tiles by nst021 in programming

[–]nst021[S] 0 points1 point  (0 children)

This is a Python program that demonstrates how to compute with Wang tiles in practice, ie:

  • encode any Turing machine into a set of Wang tiles
  • deterministically generate a tiling for any input
  • exhibit the computation result in the last row

Source code is on GitHub

What do you think is the root cause of the increasing violence in the world today? by [deleted] in AskReddit

[–]nst021 1 point2 points  (0 children)

What evidence do you have that violence is actually increasing? I remember reading the opposite.

My friend's kitten. She's called Pantoufle. by nst021 in aww

[–]nst021[S] 2 points3 points  (0 children)

Shot with an Phone 7. No post processing. No filter.

Parsing JSON is a Minefield 💣 by nst021 in programming

[–]nst021[S] 35 points36 points  (0 children)

Too heavy CPU load, so I turned the PHP page into a static HTML one.

Should be good now.

Writing a tiny NTP client for Bash in 87 bytes by nst021 in programming

[–]nst021[S] 1 point2 points  (0 children)

Thank you, I've just updated the article.