Skip to content

Instantly share code, notes, and snippets.

View fadushin's full-sized avatar
I may be slow to respond.

Fred Dushin fadushin

I may be slow to respond.
View GitHub Profile
@fadushin
fadushin / 0. Riak on Raspberry Pi's
Created January 11, 2018 18:01 — forked from alexmoore/0. Riak on Raspberry Pi's
Building Basho Erlang / Riak TS on a Raspberry Pi 3
This is unsupported by Basho, but you can build Basho's flavor of Erlang and Riak on Raspberry Pis.
2,3c2,3
< +-o MacBookPro11,3 <class IOPlatformExpertDevice, id 0x100000112, registered, matched, active, busy 0 (18901 ms), retain 42>
< +-o AppleACPIPlatformExpert <class AppleACPIPlatformExpert, id 0x100000113, registered, matched, active, busy 0 (2322 ms), retain 44>
---
> +-o MacBookPro11,3 <class IOPlatformExpertDevice, id 0x100000112, registered, matched, active, busy 0 (18896 ms), retain 42>
> +-o AppleACPIPlatformExpert <class AppleACPIPlatformExpert, id 0x100000113, registered, matched, active, busy 0 (2319 ms), retain 44>
130,131c130,131
< | +-o PCI0@0 <class IOACPIPlatformDevice, id 0x10000013c, registered, matched, active, busy 0 (2031 ms), retain 39>
< | | +-o AppleACPIPCI <class AppleACPIPCI, id 0x100000248, registered, matched, active, busy 0 (2021 ms), retain 35>
---
#!/usr/bin/env python
import sys
from optparse import OptionParser
import random
import sha
import base64
import httplib
parser = OptionParser()