We used Lit for a project a while ago and I definitely vouch for it. 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…
Cool little project, cheers for the link. Definitely a neat concept, would be interested to see it applied like that.
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…
We used Lit for a project a while ago and I definitely vouch for it. 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…
Cool little project, cheers for the link. Definitely a neat concept, would be interested to see it applied like that.
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…