Show HN: I was curious about spherical helix, ended up making this visualization
131–140 of 140 posts
Re: Show HN: I was curious about spherical helix, ended up making this visualization
#132These used to be super important in early oceanic navigation. It is easier to maintain a constant bearing throughout the voyage. So that's the plan sailors would try to stick close to. These led to let loxodromic curves or rhumb lines. https://en.m.wikipedia.org/wiki/Rhumb_line Mercator maps made it easier to compute what that bearing ought to be. https://en.m.wikipedia.org/wiki/Mercator_projection This configuration…
Jeez Erdos. This man was so prolific he was still publishing 4 years after he died :o
Re: Show HN: I was curious about spherical helix, ended up making this visualization
#133These used to be super important in early oceanic navigation. It is easier to maintain a constant bearing throughout the voyage. So that's the plan sailors would try to stick close to. These led to let loxodromic curves or rhumb lines. https://en.m.wikipedia.org/wiki/Rhumb_line Mercator maps made it easier to compute what that bearing ought to be. https://en.m.wikipedia.org/wiki/Mercator_projection This configuration…
Except the helix curve shown in OP is NOT a loxodrome or rhumb line. It has equal spacing on the surface between lines, a loxodrome can't have that property since by definition it must cross the meridians at the same angle at all times. That means it always gets denser near the poles. --- Start with the curve: x = 10 · cos(π·t/2) · sin(0.02·π·t) y = 10 · sin(π·t/2) · sin(0.02·π·t) z = 10 · cos(0.02·π·t) Convert to sp…
Re: Show HN: I was curious about spherical helix, ended up making this visualization
#134> …which we know isn't actually chaotic. It's just a path defined by mathematical functions. I don't know what function is being presented, so I can't speak to whether it demonstrates chaotic behavior -- but the whole /point/ of chaos is that it's an emergent property of deterministic mathematical functions. Perhaps the author meant "random" or "non-deterministic" rather than "chaotic"?
Re: Show HN: I was curious about spherical helix, ended up making this visualization
#135Earlier quoted context omitted.
'actual' or 'true' randomness is a rabbit hole. https://en.wikipedia.org/wiki/Randomness It really depends on the exact definition of what you are quantifying 'random' to be. There is no proof (in the mathematical sense) of real randomness.
I use "Random" to mean chaotic (extreme sensitivity to initial conditions) but with unknown (or unknowable) initial conditions.
The chaotic nature of a system is one thing.
Our lack of knowledge of the governing laws, initial conditions, feasibility of simulation forcing us to use the mathematical tools of probability (i.e. randomness) to describe our uncertainty about said system is another thing.
The reason why it matters is that a statement like "a double inverted pendulum behaves randomly" is just wrong as it would imply that you couldn't even do a simulation of one in theory without throwing some dice.
However, it is totally uncontroversial that if someone gave you a measured initial position and velocity of one with 'really good' precision and asked you to predict its state 5 seconds forward you would likely have a big smeared-out probability density function to deal with.
Re: Show HN: I was curious about spherical helix, ended up making this visualization
#136Re: Show HN: I was curious about spherical helix, ended up making this visualization
#137Re: Show HN: I was curious about spherical helix, ended up making this visualization
#138As a visual (spatial) learner, I often wonder how my math/science education could have been improved with learning tools such as these.
Re: Show HN: I was curious about spherical helix, ended up making this visualization
#139I can't tell why, but I'm getting terrible performance on Linux/Brave. The CPU spikes immediately on visit. I'm on a powerful machine (32 GiB RAM, Intel i9 w/ 24 cores).
Based on a quick Firefox performance report on the minified source code, most of the time seems to be spent in functionality looking like frame handling. There are some signs of time calculations.
One educated guess would be that something in frame time calculations goes off, possibly due to restricted time resolution to prevent timing related fingerprinting. This would cause next frame computation to start immediately instead of after the intended timeout.
Re: Show HN: I was curious about spherical helix, ended up making this visualization
#140I can't tell why, but I'm getting terrible performance on Linux/Brave. The CPU spikes immediately on visit. I'm on a powerful machine (32 GiB RAM, Intel i9 w/ 24 cores).
I encountered similar trouble with both Firefox and Chrome on Ubuntu. Based on a quick Firefox performance report on the minified source code, most of the time seems to be spent in functionality looking like frame handling. There are some signs of time calculations. One educated guess would be that something in frame time calculations goes off, possibly due to restricted time resolution to prevent timing related fing…