This is awesome. How can we access the code to play around with?
An Interesting Pattern in the Prime Numbers: Parallax Compression
11–20 of 195 posts
Re: An Interesting Pattern in the Prime Numbers: Parallax Compression
#12Earlier quoted context omitted.
Come on, does every cool thing need a stamp of approval by "experts" before publication? "SQLite looks nice, but I would have double checked with Oracle engineers before announcing this as something novel"
Well, to some extent, yes. Otherwise you’d end up like the MD who’ve “rediscovered” numerical integration (the trapezoid method) and got it published in the journal of diabetes or whatever.
Re: An Interesting Pattern in the Prime Numbers: Parallax Compression
#13Earlier quoted context omitted.
Come on, does every cool thing need a stamp of approval by "experts" before publication? "SQLite looks nice, but I would have double checked with Oracle engineers before announcing this as something novel"
Well, to some extent, yes. Otherwise you’d end up like the MD who’ve “rediscovered” numerical integration (the trapezoid method) and got it published in the journal of diabetes or whatever.
Re: An Interesting Pattern in the Prime Numbers: Parallax Compression
#14Re: An Interesting Pattern in the Prime Numbers: Parallax Compression
#15Re: An Interesting Pattern in the Prime Numbers: Parallax Compression
#16Re: An Interesting Pattern in the Prime Numbers: Parallax Compression
#17Based on the linked explanation here: https://beta.observablehq.com/@montyxcantsin/unwinding-the-u...
Re: An Interesting Pattern in the Prime Numbers: Parallax Compression
#18Re: An Interesting Pattern in the Prime Numbers: Parallax Compression
#19The pattern looks nice, but I would have asked some mathematicians before announcing this as something novel.
Re: An Interesting Pattern in the Prime Numbers: Parallax Compression
#20Does this mean that we have a sort of bloom filter-esque test for primality? (ie, it will give you a guaranteed no in O(1) but you'll have to crunch numbers to get the yes?)
If so, are there implications for things that want to know "is it prime?" quickly? Crpytography comes to mind, for instance...