Immediately after switching the page, it will work with CSR.
Please reload your browser to see how it works.

Source:https://github.com/SoraKumo001/next-streaming

⬅️ A binary tree of all Pythagorean triples
sevensor 3 daysReload
This is wonderful! I’d somehow missed the classical enumeration of Pythagorean triples. I learned them as magic numbers. That structure alone is worth the price of admission.

keithalewis 2 daysReload
There are Pythagorean triples (a, b, c) for which there do not exist integers m, n with a = m^2 - n^2, b = 2mn, c = m^2 + n^2.

dpunjabi24 2 daysReload
Beautiful. Thanks for sharing.

matt3210 3 daysReload
Very nice! nit: website isn’t mobile friendly

lollobomb 3 daysReload
Wow, this is extremely cool! Only problem, the JS slows my Firefox almost to freezing, is it normal?