Hacker News new | ask | show | jobs
by cltsang 2023 days ago
I am stunned by the fact that such seemingly complex and beautiful patterns we could see in the nature[0] can be generated with simple and elegant code, when the coder is well-versed in math and data structure.

Gets me thinking: our sophisticated world is created using layers upon layers of derived probabilistic algorithms, and the top layer may well be just one simple algorithm.

[0] https://observablehq.com/@makio135/confined-trees

1 comments

You may like this pattern too:

    10 PRINT CHR$(205.5+RND(1)); : GOTO 10
There's a whole book about it!

https://10print.org/

Thank you This looks amazing!