Skip to content

Instantly share code, notes, and snippets.

@burningtree
burningtree / pbw23-speakers-follows.md
Last active May 15, 2023 13:57
PBW23 Twitter Speaker Follower count
@burningtree
burningtree / soika.json
Created May 6, 2023 07:12
devfolio api output - example project
{
"_source": {
"hashtags": [
{
"name": "Next.js",
"verified": true,
"uuid": "c1b23ad44c2b4456a0001bca7095a6ee"
},
{
"name": "java script",
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box.
✅ did:3:bafyreifvx7bsgfohmlclxwr24mnmefr5fqbvzyyoxndeg5db4gks7fc3qa ✅
Create your profile today to start building social connection and trust online at https://3Box.io/
@burningtree
burningtree / attestation.txt
Created March 30, 2021 14:24
ZKOPRU trusted setup attestation
I contributed to the ZKOPRU Trusted Setup Multi-Party Ceremony.
The following are my contribution signatures:
Circuit: zk_transaction_1_2
Contributor # 160
Hash: 28946971 eab25156 9ed41ce7 92d8e5f7
c25e9f24 d1fe37aa 481c36ef c79d1117
f069faa0 ae8813da 81824cd2 bcd523da
a5fd3b93 331dad03 bf7ab2de bdde6c66
cs:
translation:
header: Nejvýhodnější kurzy kryptoměn v Evropě
difference: Rozdíl
price: Cena
amount: Částka
rate: Kurz
buy: Koupit
sell: Prodat
url_buy: nakup
@burningtree
burningtree / test.js
Created April 3, 2019 19:32
mongoose error
const mongoose = require('mongoose')
const Period = new mongoose.Schema({
start: Date,
end: Date
}, { _id: false })
const Cat = mongoose.model('Cat', {
name: String,
period: Period
for d in ../../../../schema/examples/models/* ; do
js-yaml $d > $(basename $d .json).yaml
done
type Query {
me: User
}
type User {
id: ID
name: String
}
Verifying my Blockstack ID is secured with the address 1NeJ2nWPubYEP5afjTQpFNyS3H2eSGxgeR https://explorer.blockstack.org/address/1NeJ2nWPubYEP5afjTQpFNyS3H2eSGxgeR
@burningtree
burningtree / results.txt
Created September 11, 2016 08:24 — forked from maxpert/results.txt
JSON vs MsgPack using Gzip + LZ4
Original tweet size in JSON 2624 Msgpack = 1817 Gzip + Json = 1058 Gzip + Msgpack = 1116 LZ4 + Json = 1628 LZ4 + Msgpack = 1361
Original tweet size in JSON 1863 Msgpack = 1443 Gzip + Json = 0783 Gzip + Msgpack = 0835 LZ4 + Json = 1153 LZ4 + Msgpack = 1040
Original tweet size in JSON 2074 Msgpack = 1670 Gzip + Json = 0842 Gzip + Msgpack = 0894 LZ4 + Json = 1229 LZ4 + Msgpack = 1139
Original tweet size in JSON 2025 Msgpack = 1617 Gzip + Json = 0845 Gzip + Msgpack = 0895 LZ4 + Json = 1238 LZ4 + Msgpack = 1143
Original tweet size in JSON 2069 Msgpack = 1663 Gzip + Json = 0846 Gzip + Msgpack = 0901 LZ4 + Json = 1243 LZ4 + Msgpack = 1164
Original tweet size in JSON 2035 Msgpack = 1634 Gzip + Json = 0852 Gzip + Msgpack = 0907 LZ4 + Json = 1247 LZ4 + Msgpack = 1167
Original tweet size in JSON 1988 Msgpack = 1464 Gzip + Json = 0804 Gzip + Msgpack = 0862 LZ4 + Json = 1220 LZ4 + Msgpack = 1061
Original tweet size in JSON 1910 Msgpack = 1502 Gzip + Json = 0775 Gzip + Msgpack = 0832 LZ4 + Json = 1154 LZ4 + Msgpack = 1060