I’ve just completed the Introduction to DAX in Power BI Course on DataCamp! 🚀
A nice way to learn, with a PowerBI vm for the excercises.
https://t.co/nZATik8l4U #DataCamp via @DataCamp
@omooretweets Well, I have this sneaking suspicion that, in the same way that big tech gets caught faking benchmarks, that they might be faking instances of "inteligence", but this is pretty freaky
@elsinacrypto Nice summary, Elsina. Can we expect an @flipsidecrypto dashboard followup? I, personally of hindsight analysis. Seems like there is a plethora of different strategies and you have to pick the winning ones in advance.
TPS is a great way to measure throughput! Pretty much the definition of throughput is how many transactions you can do in a unit of time.
Decentralization remains to be seen ...57 validators eh not so much. Not saying theya rent decentralized but they dont seem to shine out in that department to me.
Nice, except you miscalculated the "time between blocks" (known as "time to finality"). Here is where you went wrong:
The timestamps on the blocks are always rounded to 0 milliseconds. So when you do your datediff in milliseconds between two timestamps, you are not getting the result in milliseconds!
The fix is get the datediff over a larger period of time (I used an hour) and then you can average out and divide by 60*60*1000.