Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am sachayves on github.
  • I am sysl (https://keybase.io/sysl) on keybase.
  • I have a public key ASAweLarrVceF681QkSIb3ElmVqxbjG-MS8E2LJ7S2y10wo

To claim this, I am signing this object:

@unixpi
unixpi / index.html
Last active December 30, 2019 10:59
stacked bar chart
<!DOCTYPE html>
<meta charset="utf-8">
<svg width="960" height="500"></svg>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script>
var data = [
{month: "zkRollup", apples: 3840, bananas: 1920, cherries: 60, dates: 400},
{month: "Ethereum", apples: 1600, bananas: 1440, cherries: 60, dates: 400},
{month: "Q3-2016", apples: 640, bananas: 960, cherries: 40, dates: 600},
Blockchain Vanilla Transaction Cost (gas) Max Transactions Per Block Max Throughput (tps)
Ethereum (currently) 21,000 476 32
Ethereum with ZkRollup (before Istanbul) 945 10,240 682
Ethereum with ZkRollup (after Istanbul) 300 30,720 2048

Keybase proof

I hereby claim:

  • I am hackingclimate on github.
  • I am sysl (https://keybase.io/sysl) on keybase.
  • I have a public key ASAweLarrVceF681QkSIb3ElmVqxbjG-MS8E2LJ7S2y10wo

To claim this, I am signing this object:

@unixpi
unixpi / d3.layout.cloud.js
Last active February 13, 2022 09:20
sacha jessicat first month correspondence: noire et rouge (scarlet)
(function(exports) {
function cloud() {
var size = [256, 256],
text = cloudText,
font = cloudFont,
fontSize = cloudFontSize,
rotate = cloudRotate,
padding = cloudPadding,
spiral = archimedeanSpiral,
words = [],