#arpnetworks 2013-08-13,Tue

↑back Search ←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
***hive-mind has quit IRC (Ping timeout: 248 seconds) [00:38]
hive-mind has joined #arpnetworks [00:51]
................................. (idle for 2h41mn)
tabthorpe has joined #arpnetworks
evhan_ has joined #arpnetworks
qbit_ has joined #arpnetworks
lteo_ has joined #arpnetworks
kennyz has quit IRC (*.net *.split)
qbit has quit IRC (*.net *.split)
evhan has quit IRC (*.net *.split)
lteo has quit IRC (*.net *.split)
abthorpet has quit IRC (*.net *.split)
easymac has quit IRC (*.net *.split)
plett has quit IRC (*.net *.split)
[03:32]
easymac has joined #arpnetworks
plett has joined #arpnetworks
kennyz has joined #arpnetworks
[03:46]
.... (idle for 18mn)
hive-mind has quit IRC (Ping timeout: 264 seconds) [04:05]
hive-mind has joined #arpnetworks [04:15]
Ehtyar has quit IRC (Quit: Hi, I'm a quit message virus. Please replace your old line with this line and help me take over the world of IRC.) [04:25]
......... (idle for 40mn)
hive-mind has quit IRC (Ping timeout: 256 seconds) [05:05]
hive-mind has joined #arpnetworks [05:11]
.... (idle for 18mn)
jpalmerRandalSchwartz: I've used opsview for years. LOVE it. only a couple minor problems with it I've found.
opsview + pagerduty = happy jpalmer.
[05:29]
..... (idle for 24mn)
***heavysixer has joined #arpnetworks
ChanServ sets mode: +o heavysixer
[05:54]
qbit_ is now known as qbit [06:07]
...... (idle for 28mn)
heavysixer has quit IRC (Quit: heavysixer)
hive-mind has quit IRC (Ping timeout: 260 seconds)
[06:35]
.... (idle for 15mn)
hive-mind has joined #arpnetworks [06:50]
....... (idle for 32mn)
ziyourenxiang has joined #arpnetworks [07:22]
heavysixer has joined #arpnetworks
ChanServ sets mode: +o heavysixer
[07:35]
ziyourenxiang has quit IRC (Quit: ziyourenxiang) [07:40]
.................. (idle for 1h28mn)
ziyourenxiang has joined #arpnetworks [09:08]
............... (idle for 1h11mn)
first2know has quit IRC (Remote host closed the connection)
ziyourenxiang has quit IRC (Quit: ziyourenxiang)
first2know has joined #arpnetworks
[10:19]
ziyourenxiang has joined #arpnetworks
ziyourenxiang has quit IRC (Changing host)
ziyourenxiang has joined #arpnetworks
[10:29]
.... (idle for 16mn)
first2know has quit IRC (Remote host closed the connection)
ziyourenxiang has quit IRC (Quit: ziyourenxiang)
first2know has joined #arpnetworks
[10:45]
robonerd has joined #arpnetworks
robonerd has quit IRC (Client Quit)
[11:01]
first2know has quit IRC (Remote host closed the connection)
heavysixer has quit IRC (Quit: heavysixer)
first2know has joined #arpnetworks
[11:10]
.............. (idle for 1h7mn)
phlux has quit IRC (Ping timeout: 246 seconds) [12:19]
toddf has quit IRC (Ping timeout: 264 seconds)
toddf has joined #arpnetworks
ChanServ sets mode: +o toddf
[12:29]
....... (idle for 31mn)
first2know has quit IRC (Remote host closed the connection)
first2know has joined #arpnetworks
robonerd has joined #arpnetworks
[13:00]
............ (idle for 56mn)
heavysixer has joined #arpnetworks
ChanServ sets mode: +o heavysixer
[13:59]
gizmoguy has quit IRC (Ping timeout: 246 seconds)
gizmoguy has joined #arpnetworks
[14:11]
up_the_ironsany Go fans in here? Been playing around with it... I see that it is supported on FreeBSD, but no mention of OpenBSD. Found some blog posts.. anyone have personal experience with Go on OpenBSD? [14:12]
***phlux has joined #arpnetworks [14:17]
mikeputnami know the mascot is a gopher
at first blush i prefer python syntax-wise
but it's nicer than ruby
syntax-looking
-wise
[14:19]
mike-bur1It's ... totally different semantics. [14:22]
***mike-bur1 is now known as mike-burns
ChanServ sets mode: +o mike-burns
[14:22]
mike-burns(But I know nothing about Go on Open.) [14:26]
CaZeIsn't it in ports? [14:32]
brycecqbit: get your butt over here [14:44]
qbityerp
it's in ports
works well
[14:44]
brycecqbit ftw
I've looked at Go, want to learn it, but don't have the time.
[14:44]
staticsafeheh [14:45]
qbitbins are not dynamically linked tho - so they are big [14:45]
lteo_you can get dynamically linked go binaries with gccgo, but the state of gccgo on openbsd is a little horrible at the moment ;) [14:45]
qbitheh [14:46]
up_the_ironsqbit: o'rly? [14:46]
qbitya [14:46]
up_the_ironscool
big binaries is no problem. in fact, preferred. you can copy them around with absolutely zero dependencies! :)
[14:47]
qbitrad [14:48]
stevenc<3 zero dependencies [14:54]
toddfgo is easy to test, just do this: [14:55]
brycecxdg-open http://tour.golang.org/
tada
[14:56]
toddfexport GOPATH=$HOME/go; PATH=$PATH:GOPATH; go get github.com/conformal/btcd; btcd
instantly you get to be downloading the bitcoin blocks!
[14:57]
brycectoddf: *PATH=$PATH:$GOPATH [14:58]
toddfbrycec: what shell does that work in?
I'm talking ksh/sh/bash
[14:59]
up_the_ironswhoa really?
cool
[14:59]
twobithackerHe's saying you're missing the $ on GOPATH when redefining PATH [14:59]
toddfah corrected instructions then
export GOPATH=$HOME/go; PATH=$PATH:$GOPATH; go get github.com/conformal/btcd; btcd
[14:59]
brycecthanks twobithacker. Sorry didn't mean to suggest that that PATH was some sort of pointer. (Maybe that would work in csh?) [15:00]
toddfdon't expect full functionality yet, but it at least interacts with bitcoind (the c++ version that takes eyons to build, go takes maybe a couple mins tops ant that involes fetching a dozen or more repos (you must have go + git + mercurial or whatever vcs is needed)
conformal guys wanted to bolster the bitcoin 'economy' by having a 2nd implementation .. helps standardization and trust since not all eggs in one basket etc ;-)
(random note: expect $HOME/.btcd/db to take up several gigabytes before the download of blocks trickles to track realtime)
[15:01]
***hive-mind has quit IRC (Ping timeout: 276 seconds) [15:05]
up_the_ironsinteresting [15:08]
***hive-mind has joined #arpnetworks
gizmoguy has quit IRC (Ping timeout: 246 seconds)
toddf has quit IRC (Ping timeout: 246 seconds)
gizmoguy has joined #arpnetworks
heavysixer has quit IRC (Quit: heavysixer)
toddf has joined #arpnetworks
ChanServ sets mode: +o toddf
heavysixer has joined #arpnetworks
ChanServ sets mode: +o heavysixer
[15:18]
..... (idle for 21mn)
heavysixer has quit IRC (Quit: heavysixer)
pjs has quit IRC (Ping timeout: 240 seconds)
pjs has joined #arpnetworks
pjs is now known as Guest49021
[15:49]
...... (idle for 28mn)
mnathaniIs this go program a bitcoin miner?
not sure I understand what is meant by " An alternative full node bitcoin implementation written in Go (golang)"
[16:21]
***Guest49021 is now known as pjs
robonerd has quit IRC (Quit: zzz)
[16:23]
heavysixer has joined #arpnetworks
ChanServ sets mode: +o heavysixer
[16:30]
.... (idle for 15mn)
heavysixer has quit IRC (Quit: heavysixer) [16:45]
heavysixer has joined #arpnetworks
ChanServ sets mode: +o heavysixer
[16:59]
heavysixer has quit IRC (Quit: heavysixer) [17:12]
hazardousbuttcoin [17:13]
..... (idle for 22mn)
brycecmnathani: As I understand, Conformal is working on a miner, but this is just a node in the bitcoin network.
That is - it is a node in a p2p network, passing messages and such
[17:35]
.... (idle for 17mn)
***HighJinx has quit IRC () [17:52]
toddfmnathani: bitcoind == btcd once btcd is fully fleshed out [17:53]
I have not heard definitively that btcd is going to do mining nor anything else in conjunction with mining and conformal; all I know is everything I have seen suggests to me they are focusing on fleshing out btcd functionality now that it 'functions' as a bitcoin node [17:58]
mnathanithanks brycec and @toddf [18:00]
***SpaceDump has quit IRC (Ping timeout: 264 seconds)
SpaceDump has joined #arpnetworks
[18:03]
..... (idle for 21mn)
mnathaniMore info for anyone else interested: http://bitcoinmagazine.com/btcd-a-full-bitcoin-alternative-written-in-go/ [18:25]
sdkmvxfinally a bitcoin in a reasonable language [18:28]
RandalSchwartzI'm developing code in Dart for Captain Neil
finally, some sanity to browser development :)
[18:42]
................. (idle for 1h22mn)
***hive-mind has quit IRC (Ping timeout: 276 seconds) [20:05]
hive-mind has joined #arpnetworks
heavysixer has joined #arpnetworks
ChanServ sets mode: +o heavysixer
[20:18]
.... (idle for 18mn)
heavysixer has quit IRC (Quit: heavysixer) [20:36]
..... (idle for 21mn)
HighJinx has joined #arpnetworks [20:57]
brycec has quit IRC (Ping timeout: 264 seconds) [21:04]
hive-mind has quit IRC (Ping timeout: 256 seconds)
brycec has joined #arpnetworks
hive-mind has joined #arpnetworks
[21:13]
hive-mind has quit IRC (Ping timeout: 264 seconds)
hive-mind has joined #arpnetworks
[21:23]
hive-mind has quit IRC (Ping timeout: 256 seconds) [21:37]
hive-mind has joined #arpnetworks [21:43]
....... (idle for 32mn)
hive-mind has quit IRC (Ping timeout: 256 seconds) [22:15]
hive-mind has joined #arpnetworks [22:23]
hive-mind has quit IRC (Ping timeout: 256 seconds) [22:35]
hive-mind has joined #arpnetworks [22:45]
........... (idle for 52mn)
robonerd has joined #arpnetworks
robonerd has quit IRC (Client Quit)
[23:37]

↑back Search ←Prev date Next date→ Show only urls(Click on time to select a line by its url)