This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# For an elaboration, see the description at the top of the follower-gain page at | |
# https://gist.github.com/Nikolaj-K/4aab20f7858267eded3f7e98dd1a980e | |
De.sol@desola__xn 3000.0 gained | |
3000.0 % SMART follower gain throughout 28 ranked days. | |
1 to 31 followers (dates 250326 and 250723) | |
Dmitry@dmitrysitskiy 2200.0 gained | |
2200.0 % SMART follower gain throughout 72 ranked days. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The data below shows the follower gains of Somnia yappers, when looking at | |
the first and last day they appeared on the 7-day Kaito leaderboard. | |
Example: @lovaniceth entered on March 23th and is there on July 23th also, in which time | |
he grew his following from 11991 to 13549, making for a gain of (13549/11991)-1 or 12.993%. | |
I post the dataset comprising 469 users twice, once sorted by longevety on the leaderboard, | |
and once further below by gain. | |
I don't include users who were on the board for just one day or who lost subscribers (negative gain). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#1 with 112 NFTs: 25 quills, 7 uprising, 25 grillz, 2 koda, 25 deed, 10 bambi, 10 pixcape, 8 demons | |
#2 with 140 NFTs: 1 quills, 2 uprising, 25 grillz, 50 bambi, 37 pixcape, 25 demons | |
#3 with 49 NFTs: 1 quills, 1 grillz, 2 koda, 39 deed, 1 bayc, 5 mayc | |
#4 with 27 NFTs: 25 quills, 2 pixcape | |
#5 with 51 NFTs: 1 quills, 1 uprising, 16 grillz, 1 koda, 12 deed, 9 bambi, 7 pixcape, 4 demons | |
#6 with 28 NFTs: 2 quills, 1 uprising, 2 grillz, 1 koda, 16 deed, 6 bambi | |
#7 with 24 NFTs: 1 quills, 1 uprising, 1 grillz, 1 koda, 14 deed, 2 bayc, 3 mayc, 1 bambi | |
#8 with 27 NFTs: 10 quills, 11 bambi, 6 pixcape | |
#9 with 19 NFTs: 1 koda, 11 deed, 2 bayc, 5 mayc | |
#10 with 12 NFTs: 12 quills |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DCT = { | |
"aixbt@aixbt_agent": { | |
"user_id": "1852674305517342720", | |
"username": "aixbt_agent", | |
"yaps_all": 29726.45, | |
"yaps_l24h": 15.09, | |
"yaps_l48h": 39.52, | |
"yaps_l7d": 172.28, | |
"yaps_l30d": 1933.83, | |
"yaps_l3m": 4468.66, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Code described in the video | |
https://youtu.be/yyHd7BGGVp8 | |
Note: A day after recording, I refactored the script to use a more continuous | |
random variable (no jump at full circle). I find this gives a nicer to read plot. | |
Secondly, I've also added a tiny `class State`, abstracting away the state indices | |
and conversions using string.ascii_uppercase.index. | |
""" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import matplotlib.pyplot as plt | |
IMAGE_DIRPATH = r"your/path/to/lifespans.png" | |
PEOPLE = [ | |
("Voltaire", 1694, 1778, "Philosopher"), | |
("Hume", 1711, 1776, "Philosopher"), | |
("Rousseau", 1712, 1778, "Philosopher"), | |
("Kant", 1724, 1804, "Philosopher"), | |
("Fichte", 1762, 1814, "Philosopher"), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
To use this script, the variable starting with 'ps_docstring_' needs to be | |
the 4000 line long string holding the 1000 points data. | |
To get it, just go to https://quest.somnia.network/ and copy the 1000 rows. | |
""" | |
import matplotlib.pyplot as plt | |
from matplotlib.ticker import ScalarFormatter | |
import itertools |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
skaucat7 , days survived: 43, streaks: [43] | |
quan_eth , days survived: 42, streaks: [22, 20] | |
HumzyTrades , days survived: 42, streaks: [30, 12] | |
lovaniceth , days survived: 41, streaks: [22, 19] | |
rcethomas37 , days survived: 39, streaks: [21, 18] | |
choogio , days survived: 39, streaks: [20, 2, 17] | |
0xHaileyy , days survived: 39, streaks: [10, 7, 22] | |
defaeze , days survived: 39, streaks: [27, 12] | |
BnvNaz65175 , days survived: 38, streaks: [38] | |
i_am_michaelson , days survived: 37, streaks: [11, 7, 7, 12] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
KrenCrypto <=> KearneyCrypto (overlap score = 0.9565) | |
Danvicotech <=> lovaniceth (overlap score = 0.9048) | |
pedrocrypt1 <=> deecrrypt (overlap score = 0.9) | |
ironsidecrypto <=> interestedboys (overlap score = 0.8929) | |
isnotberlin <=> interestedboys (overlap score = 0.88) | |
blockgems_ib <=> bobbie_smile (overlap score = 0.875) | |
tonychilla_eth <=> lovaniceth (overlap score = 0.875) | |
systems_boi <=> bobbie_smile (overlap score = 0.8696) | |
PranisRihards <=> ParmisaRad (overlap score = 0.8696) | |
reynacrypto1 <=> pedrocrypt1 (overlap score = 0.8696) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 days: Ravstar.plena ꧁IP꧂ (Ø,G)@Ravstar11 ` | |
39 days: B. Balage@BodnrBalazs | |
39 days: cho_cho ☁️@choogio | |
39 days: vyre@0xvyre | |
39 days: NazBNV@BnvNaz65175 | |
39 days: skaucat 🐙@skaucat7 | |
39 days: silverwave@silverwave1000 | |
39 days: Miss Flo@MissFlo_N | |
39 days: Lovanic@lovaniceth | |
39 days: rcethomas@rcethomas37 |
NewerOlder