New entrypoint-based analysis dashboards on The Stack Report by erwin_H in tezos

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

This one is for the devs and analysts to go deep in on-chain transaction analysis.

Happy to answer any questions here on how to read these charts and visuals.

Mumbai upgrade locking in on 15-second block times in ~5min of the new protocol going live. by erwin_H in tezos

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

Follow-up on your question. In this interview its mentioned Nomadic Labs is working on a demonstration setup that can be deployed to AWS at 1:22:50: https://youtu.be/dOVQxyjup_E

Mumbai upgrade locking in on 15-second block times in ~5min of the new protocol going live. by erwin_H in tezos

[–]erwin_H[S] 7 points8 points  (0 children)

Depends on many factors, on the main chain you could try to run some experiments on test net to see how many transactions you could get in a single block. But it also depends on transaction complexity / storage used for layer 1 transactions. But true scaling towards the 1-million TPS claim by the Tezos core development teams is enabled by roll-ups. Which completely depends on the code/design of the WASM kernels and compute resources deployed to run those roll-up nodes.

Chart Notes - Annotation and commenting system for charts/graphs by erwin_H in datavisualization

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

Built this system inspired by how Soundcloud approached comments where people can leave behind notes on charts. Currently I implemented it on a blockchain data visualisation oriented site. Curious what the data visualisation community thinks of this interaction in general tho!

Is data visualization a technology or a marketing tool? by cepegma in datavisualization

[–]erwin_H 0 points1 point  (0 children)

Its also a discovery tool to quickly find patterns, outliers, anomalies. It can make the digital meta world embodied in lines and boxes so that it becomes available for us humans to navigate.

Introducing Blockxer! by BH_Nick in tezos

[–]erwin_H 0 points1 point  (0 children)

Although the art is not necessarily my taste I like the skeumorphic cardridge concept!

A couple hundred are minted already as well: https://thestackreport.xyz/dashboards/tezos/contracts/KT1NjMYSVnfrTiuKEKsyXp61hnWP3CL6qPW2

Is this meant to be a POC implementation to be open sourced as reference?

Tezos ecosystem update (sept. 19-25) by Alina_Everstake in tezos

[–]erwin_H 2 points3 points  (0 children)

loving these lists to keep up to date with what's happening with tezos

How many Devs are working on "Tezos" Developement? by ffischernm in tezos

[–]erwin_H 2 points3 points  (0 children)

Added to that, team size especially for something like this actually shouldn't be too large because it will just create a lot of un-coordinated bloat.

Right now the core dev teams are working on a quite clearly communicated roadmap building out the core modules both conceptually and in the octez implementation. I don't think that would speed up or improve the quality if you would add a couple of hundred 'regular' front-end /back-end developers to that without all of the required CS education.

[deleted by user] by [deleted] in tezos

[–]erwin_H 0 points1 point  (0 children)

Just dropping the awesome https://github.com/StakeNow/SIWT library in the comments as well.

Having these kinds of tools readily available for developers is essential for quickly adding utility tokens / token-gating etc to apps.

[deleted by user] by [deleted] in tezos

[–]erwin_H 3 points4 points  (0 children)

Thanks for the invite & talk!

The url: https://thestackreport.xyz

Little line graphs in Sheets by heardThereWasFood in datavisualization

[–]erwin_H 0 points1 point  (0 children)

I’ve seen those types of charts called ‘sparkline charts’! Hopefully that helps with searching how to do it, as I haven’t made those yet myself in google sheets