swazzles0 | 3 years ago | on: Writing JavaScript without a build system
swazzles0's comments
swazzles0 | 3 years ago | on: A formula for the nth digit of 𝜋 and 𝜋^n
Cool little project, cheers for the link.
Definitely a neat concept, would be interested to see it applied like that.
swazzles0 | 3 years ago | on: A formula for the nth digit of 𝜋 and 𝜋^n
That's an interesting point. You could use this to hash values with infinitely scaling difficulty by providing an offset to n where n = difficulty + n. The only issues is collision since the output is always 0-9 but if your POW check is against multiple digits then it might work? Again you could still have potentially infinite repetitions of sequences of digits with different inputs.
page 1
We were embedding the component into a legacy application and needed to use a build tool for older browser compatibility but it was a breeze to work with even with the extra complication our build setup added.
Getting back to basics and targeting what most modern browsers support out of the box is a huge plus.