“Burning Ship” fractal
51–60 of 75 posts
Re: “Burning Ship” fractal
#52Incredibly creepy. What if one day we found a fractal that contains a message from God?
What I'm saying is, asking this question isn't a whole lot different than cutting open the liver of an animal sacrifice and trying to divine the will of the gods from the interior structure. Or cutting the throat of a prisoner of war and reading the splatter. Or watching the flight of birds. It doesn't say much.
Re: “Burning Ship” fractal
#53Related: Burning Ship Fractal - https://news.ycombinator.com/item?id=12581569 - Sept 2016 (65 comments)
Just curious - do you have a script that finds related posts for each submission or do you rely on your memory, Dang?
Edit: or, to dereference all the way: https://news.ycombinator.com/item?id=26158300.
Re: “Burning Ship” fractal
#54Xaos [1] is great for exploring fractals and the Burning Ship is no exception -- just define a user formula of powi(rabs(z)+i*rabs(im(z)),2)+c and set c to zero (or don't!). The views in the article are mirrored compared to xaos and are in the left area close to the axis. Some good views and palettes to explore interactively are (my taste!) around: ;Position file automatically generated by XaoS 4.2.1 ; - a realtime i…
edit: Wait a minute, it's right on the same site! http://www.paulbourke.net/fractals
Re: “Burning Ship” fractal
#55Re: “Burning Ship” fractal
#56These kind of fractal have actually 4 dimentional structure since c_x and c_y can also be parameters. I'd love to see their slice as 3D, but have yet to find a good way to visualize them... https://i.imgur.com/JRfLy6R.mp4
Re: “Burning Ship” fractal
#57Great YouTube video of a deep zoom: https://www.youtube.com/watch?v=2S3lc2G3rWs
What's the trick to implement a zoom like this in software? I remember many years ago implementing a trivial program to display the mandelbrot fractal, but as you zoomed in you quickly ran out of precision even if you used 64bit double floats. Is it just using "bignums" behind the scenes or is there a trick to "reset" the exponent due to the fractal nature of the display? I always wondered if, thanks to the self-simi…
Re: “Burning Ship” fractal
#58Great YouTube video of a deep zoom: https://www.youtube.com/watch?v=2S3lc2G3rWs
This is crazy. How do they pilot the zooming of the fractal? It must be carefully planned and programmed in to generate the video. edit: I guess if they find an interesting thing very zoomed-in, then zoom out from that, the whole video will be interesting.
Re: “Burning Ship” fractal
#59Great YouTube video of a deep zoom: https://www.youtube.com/watch?v=2S3lc2G3rWs
What's the trick to implement a zoom like this in software? I remember many years ago implementing a trivial program to display the mandelbrot fractal, but as you zoomed in you quickly ran out of precision even if you used 64bit double floats. Is it just using "bignums" behind the scenes or is there a trick to "reset" the exponent due to the fractal nature of the display? I always wondered if, thanks to the self-simi…
Re: “Burning Ship” fractal
#60Earlier quoted context omitted.
This is crazy. How do they pilot the zooming of the fractal? It must be carefully planned and programmed in to generate the video. edit: I guess if they find an interesting thing very zoomed-in, then zoom out from that, the whole video will be interesting.
How is it possible that most stages have symmetries around the center of view?