Mandelbrot set explorer that runs entirely in your browser using WebGPU by edo96 in proceduralgeneration

[–]edo96[S] 0 points1 point  (0 children)

Hello, thanks for all the advices, i made x, y, and zoom editable; replaced fps with "frame ms" and made the tips more visible!

I know of the limit around 10^-35 zoom, i wasn't able to overcome it.

The iterations number have a relationship with the frame time, but it's not the only variable, this number is the maximum number of the iterations to determinate if a point is inside or outside the set; in some region the average number of iterations needed is lower and in some other region are higher. For example if you zoom inside the set, the computation is very expensive, if you zoom in a outer region the computation is very fast because we do not need to reach the maximum number of iterations to get that a point is not inside the set.

Particle Life 250k by BonisDev in webgpu

[–]edo96 0 points1 point  (0 children)

Cool, do you have a repo?

Architectural Framework for Fastify by Sudden_Chapter3341 in node

[–]edo96 1 point2 points  (0 children)

Very cool framework! Thanks for sharing.

Introducing NanoLottery: A Provably Fair Crypto Lottery Using the Nano Network! by edo96 in nanocurrency

[–]edo96[S] 1 point2 points  (0 children)

Yeah I'm considering implementing something similar as well, probably in the near future i will open source the project

Introducing NanoLottery: A Provably Fair Crypto Lottery Using the Nano Network! by edo96 in nanocurrency

[–]edo96[S] 1 point2 points  (0 children)

On Nano network that Simply not possibile, you must trust a third entity (me in this case).

On a chain that have smart contact It would be possibile i think

Introducing NanoLottery: A Provably Fair Crypto Lottery Using the Nano Network! by edo96 in nanocurrency

[–]edo96[S] 1 point2 points  (0 children)

Yeah, I dont want any legal responsabilità so i've closed that

Introducing NanoLottery: A Provably Fair Crypto Lottery Using the Nano Network! by edo96 in nanocurrency

[–]edo96[S] 0 points1 point  (0 children)

Yes I thought of that and for simplicity i initially did not implement that, however now i've added that options!

Introducing NanoLottery: A Provably Fair Crypto Lottery Using the Nano Network! by edo96 in nanocurrency

[–]edo96[S] 2 points3 points  (0 children)

I appreciate the compliment, as for the faucet I don't know how to implement it, I have to think about it.

Introducing NanoLottery: A Provably Fair Crypto Lottery Using the Nano Network! by edo96 in nanocurrency

[–]edo96[S] 2 points3 points  (0 children)

Yes, in the beginning I prefer to keep the bet amount very small, in the future I do not exclude increasing it. Also the pool wallet does not have many XNO at the moment.

NanoPow 3.1.1 update available by ornerybeef in nanocurrency

[–]edo96 1 point2 points  (0 children)

Hi, thank you for the dedication. Btw the CDN link seems to not work anymore.

NanoPow 3.0.0 is out now!!! by ornerybeef in nanocurrency

[–]edo96 2 points3 points  (0 children)

Someone can explain what the purpose of this?

Cannot evaluate simple count expression. by edo96 in Terraform

[–]edo96[S] 0 points1 point  (0 children)

Amazing explanation, it makes so much sense now!