Skip to content

Instantly share code, notes, and snippets.

View Garoth's full-sized avatar

Andrei Eternal Garoth

View GitHub Profile
Match 410088332 on 2013-12-04 21:08:45 -0800 PST
Player 51971876 had 7:12:24 and is radiant = true
Radiant spent 91614 gold. Dire spent 75979 gold. New Roman score total: 1.21
---------------------------------------------------------------------------
Match 410064527 on 2013-12-04 20:25:39 -0800 PST
Player 51971876 had 8:9:4 and is radiant = false
Radiant spent 93698 gold. Dire spent 33696 gold. New Roman score total: 1.57
---------------------------------------------------------------------------
Match 409045704 on 2013-12-03 22:10:06 -0800 PST
Player 51971876 had 2:2:13 and is radiant = false
Match 410088332 on 2013-12-04 21:08:45 -0800 PST
Player 75685110 had 5:16:19 and is radiant = true
Radiant spent 91614 gold. Dire spent 75979 gold. New Roman score total: 1.21
---------------------------------------------------------------------------
Match 410064527 on 2013-12-04 20:25:39 -0800 PST
Player 75685110 had 4:15:6 and is radiant = false
Radiant spent 93698 gold. Dire spent 33696 gold. New Roman score total: 1.57
---------------------------------------------------------------------------
Match 410044060 on 2013-12-04 19:45:42 -0800 PST
Player 75685110 had 9:14:13 and is radiant = true
if has('conceal')
echo "enabling conceal"
set conceallevel=3
set concealcursor="nvic"
syn match javaScriptGlobal 'var' conceal cchar=v
endif
2014/05/27 13:32:10:929 E|*** ENCacheManager.m:799 __52-[ENCacheManager findNotesToDownloadWithBackground:]_block_invoke | We just attempted to download note: d35b0e96-f8b3-43cf-b648-41a60c17b85a 'Drinko De Mayo @ Evernote'
2014/05/27 13:32:10:930 E|*** ENCacheManager.m:800 __52-[ENCacheManager findNotesToDownloadWithBackground:]_block_invoke | Flagging as an error
2014/05/27 13:32:10:930 E|*** ENCacheManager.m:799 __52-[ENCacheManager findNotesToDownloadWithBackground:]_block_invoke | We just attempted to download note: 3174b522-313b-4348-9703-48caca78773e 'Skinny Bitch Vegan Maeleines'
2014/05/27 13:32:10:930 E|*** ENCacheManager.m:800 __52-[ENCacheManager findNotesToDownloadWithBackground:]_block_invoke | Flagging as an error
2014/05/27 13:32:10:931 D| ENCacheManager.m:954 __52-[ENCacheManager findNotesToDownloadWithBackground:]_block_invoke | Continue fetching content
2014/05/27 13:32:10:963 D| ENCacheManager.m:662 -[ENCacheManager addDownloadOperations:] | Adding 2 download operations
2014/05
" Workspace Setup
" ----------------
function! DefaultWorkspace()
" Rough num columns to decide between laptop and big monitor screens
let numcol = 2
if winwidth(0) >= 220
let numcol = 3
endif
if numcol == 3
" Window split settings
highlight TermCursor ctermfg=red guifg=red
set splitbelow
set splitright
" Terminal settings
tnoremap <Leader><ESC> <C-\><C-n>
" Window navigation function
" Make ctrl-h/j/k/l move between windows and auto-insert in terminals
ETHER_PAYMENT_EVENT_ID = "0xb66556f6cabf16c4a3460f3164c6fe631dc20e73625d505042244a586761c346"
VENDING_MACHINE_ADDR = "0xa9d00e3a19a4ddebde3cb96d883658a721f4df38"
VENDING_MACHINE_CHECKPOINT = 9927996
fromBlock = big.NewInt(VENDING_MACHINE_CHECKPOINT)
query := ethereum.FilterQuery{
FromBlock: fromBlock,
ToBlock: nil,
Addresses: []common.Address{common.HexToAddress(VENDING_MACHINE_ADDR)},

The source of this is: https://twitter.com/VitalikButerin/status/1285593115672358912

And in particular, he links to: https://www.cs.princeton.edu/~arvindn/publications/mining_CCS.pdf


I am: an Ethereum entrepreneur working full time on https://flowerpatch.app, an indie game

When I first read that tweet, I was really surprised. We've been thinking since the start of Bitcoin that fees would gradually become the long-term thing that sustains miners. We were told that paying miners = security for the network