Go Language Resources Go, golang, go... NOTE: This page ceased updating in October, 2012

--- Log opened Wed Dec 09 00:00:31 2009
00:01 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has joined
#go-nuts
00:01 -!- addos [i=621a217f@gateway/web/freenode/x-ucgqtammspqmplpi] has joined
#go-nuts
00:03 < addos> is there a port of go to plan9?
00:04 < uriel> addos: yes, just not released yet, see
http://go-lang.cat-v.org/os-ports
00:04 < addos> ha, hey uriel
00:04 < addos> :)
00:04 < addos> sweet, I'm glad to hear
00:06 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has quit
["Leaving"]
00:12 -!- Wiz126 [i=Wiz126@72.20.220.75] has joined #go-nuts
00:13 -!- Daminvar [n=dennis@129.21.42.150] has joined #go-nuts
00:13 -!- teedex [n=teedex@204.14.155.161] has joined #go-nuts
00:14 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has joined
#go-nuts
00:14 -!- lux` [n=lux@151.95.190.245] has quit [Read error: 110 (Connection timed
out)]
00:17 -!- JSharpe [n=jamie@5ad93970.bb.sky.com] has joined #go-nuts
00:17 -!- StDan [n=danielb@124-197-59-227.callplus.net.nz] has quit [Remote closed
the connection]
00:19 -!- Daminvar [n=dennis@129.21.42.150] has quit ["Ex-Chat"]
00:24 -!- EddieRingle [n=EddieRin@64.233.242.70] has joined #go-nuts
00:24 -!- shawn [n=shawn@208-78-98-92.slicehost.net] has quit [Read error: 148 (No
route to host)]
00:24 -!- JSharpe2 [n=jamie@5ad93970.bb.sky.com] has quit [Read error: 145
(Connection timed out)]
00:29 -!- skelterjohn [n=jasmuth@lawn-net168-in.rutgers.edu] has quit []
00:29 -!- plexdev [n=plexdev@arthur.espians.com] has quit [Remote closed the
connection]
00:31 -!- plexdev [n=plexdev@li129-60.members.linode.com] has joined #go-nuts
00:34 -!- osmosis [n=steven@m1c0e36d0.tmodns.net] has quit [Read error: 104
(Connection reset by peer)]
00:36 -!- osmosis [n=steven@m1c0e36d0.tmodns.net] has joined #go-nuts
00:37 -!- skelterjohn [n=jasmuth@lawn-net168-in.rutgers.edu] has joined #go-nuts
00:39 -!- brunov [n=bruno@190.191.110.64] has quit [Read error: 110 (Connection
timed out)]
00:44 -!- iant [n=iant@nat/google/x-yygvtiygnffsrfdc] has quit [Read error: 110
(Connection timed out)]
00:45 -!- skelterjohn [n=jasmuth@lawn-net168-in.rutgers.edu] has quit []
00:50 -!- itrekkie [n=itrekkie@ip72-200-111-111.tc.ph.cox.net] has joined #go-nuts
00:50 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has quit ["This
computer has gone to sleep"]
00:50 -!- gkmngrgn [n=gkmngrgn@unaffiliated/gkmngrgn] has quit [Remote closed the
connection]
00:51 < dho> uriel: what a surprise
00:52 < uriel> what a surprise indeed!  /s
00:52 -!- amuck [n=amuck@h154.65.88.75.dynamic.ip.windstream.net] has joined
#go-nuts
00:53 < uriel> maybe in some five or six years...
00:53 < dho> aren't there also at least 2 ports in progress?  :)
00:54 < uriel> oh, I'm sure of it!  but thank Glenda I lost track or managed
to wipe any awareness from my mind
00:54 < dho> heh
00:54 < dho> you need a new $diety
00:55 -!- iant [n=iant@67.218.102.60] has joined #go-nuts
00:55 -!- mode/#go-nuts [+v iant] by ChanServ
00:55 -!- armence [n=armence@c-67-188-229-128.hsd1.ca.comcast.net] has joined
#go-nuts
00:55 -!- amuck [n=amuck@h154.65.88.75.dynamic.ip.windstream.net] has quit [Client
Quit]
00:55 < uriel> I like Glenda
00:55 < dho> http://www.youtube.com/watch?v=XwB16g3vNBk&fmt=22
00:55 < dho> is awesome
00:56 -!- fenicks [n=christia@log77-4-82-246-228-78.fbx.proxad.net] has left
#go-nuts []
00:56 < uriel> yea, I think I had seen that before, those crazy japanese
people :)
00:57 < KirkMcDonald> Video?  On the Internet?
00:57 < uriel> seems that Go has caught up over there quite a bit...  wonder
if it has something to do with the name...
00:57 < KirkMcDonald> This'll never catch on.
00:58 < dho> uriel: it's on your site so i hope so
00:58 < uriel> yea, I thin kit is somewhere in there..
00:59 < uriel> KirkMcDonald: yea, Go is too sane...  and the world too full
of...  oh, nevermind :)
01:01 -!- kota1111 [n=kota1111@gw2.kbmj.jp] has joined #go-nuts
01:04 -!- KinOfCain [n=KinOfCai@rrcs-64-183-61-2.west.biz.rr.com] has quit [Remote
closed the connection]
01:05 < addos> I am getting an error trying to compile
01:05 < addos> with subr
01:06 < dho> os/arch/error?
01:06 -!- shawn [n=shawn@208-78-98-92.slicehost.net] has joined #go-nuts
01:06 < addos> bison -y -d go.y ./mkbuiltin >builtin.c || \ (echo
'mkbuiltin failed; using bootstrap copy of builtin.c'; cp builtin.c.boot
builtin.c) ./mkbuiltin: line 18: 8g: command not found mkbuiltin failed; using
bootstrap copy of builtin.c
01:07 -!- turutosiya [n=turutosi@219.106.251.65] has joined #go-nuts
01:07 < dho> how are you compiling, and what OS/arch
01:07 < addos> i386 linux
01:07 < addos> ran all.bash
01:08 < dho> what's GOBIN set to
01:08 < dho> echo $GOBIN
01:09 < addos> I made an output directory
01:09 < addos> in my src directory
01:09 < addos> and set it to that
01:09 < dho> that directory needs to be in $PATH too.
01:09 < addos> and added it to my path
01:09 < dho> is it?
01:09 < addos> it wouldn't run until I put it in the path, yes
01:10 < dho> run
01:10 < dho> which 8g; ls $GOBIN/8g
01:10 < addos> the docs say that the GOBIN is optional, but the script said
it was required
01:10 < addos> it doesn't exist
01:10 < addos> not sure why not though
01:10 < dho> er
01:10 < dho> one sec
01:11 < addos> 8a 8c 8l gomake quietgcc
01:11 < addos> those are what is in my GOBIN directory
01:13 < dho> ok, so does that cause the build to fail?
01:13 < dho> it shouldn't.
01:13 < addos> yes
01:13 < dho> :q
01:13 < addos> subr.c:800: `opnames' undeclared (first use in this function)
01:14 < addos> subr.c:800: (Each undeclared identifier is reported only once
01:14 < addos> subr.c:800: for each function it appears in.)
01:14 < addos> make: *** [subr.o] Error 1 make: *** Waiting for unfinished
jobs....
01:14 < dho> that should be a function of mkopnames, not mkbuiltin
01:15 < dho> do you have an opnames.h?
01:16 < addos> let me look
01:16 < addos> yes in src/cmd/gc/opnames.h
01:16 < addos> crap
01:16 < addos> it is blank, wtf
01:17 < dho> what's the size of go.h
01:17 < addos> 24741
01:18 < dho> mmkay, if you just run ./mkopnames go.h > opnames.h what
happens
01:18 < addos> it doesn't error
01:18 < addos> let me check opnames.h
01:19 < addos> it has stuff in it now
01:19 < dho> right, does it generate any contents
01:19 < dho> weird
01:19 < addos> yes, it has
01:19 < dho> have fun
01:19 * dho bbiab
01:19 < addos> now that I have that file, should building work again?
01:19 < dho> go to $GOROOT/src ; ./make.bash
01:21 < addos> let me try that
01:21 -!- triplez [n=triplez@cm52.sigma225.maxonline.com.sg] has quit []
01:21 < addos> things seem to be building
01:22 -!- teedex [n=teedex@204.14.155.161] has quit [Remote closed the connection]
01:23 -!- armence [n=armence@c-67-188-229-128.hsd1.ca.comcast.net] has quit
["Leaving"]
01:26 -!- teedex [n=teedex@204.14.155.161] has joined #go-nuts
01:27 -!- carllerche [n=carllerc@enginey-9.border1.sfo002.pnap.net] has quit []
01:27 -!- mitchellh [n=mitchell@c-71-231-140-22.hsd1.wa.comcast.net] has quit
["Leaving."]
01:28 -!- brunov [n=bruno@190.191.110.64] has joined #go-nuts
01:36 -!- jhawk28 [n=jhawk28@209.60.241.98] has joined #go-nuts
01:44 -!- Xera^ [n=lol@87-194-208-246.bethere.co.uk] has quit ["( www.nnscript.com
:: NoNameScript 4.21 :: www.esnation.com )"]
01:45 -!- moriyoshi [n=moriyosh@i118-19-92-230.s04.a014.ap.plala.or.jp] has joined
#go-nuts
01:47 -!- mejja [n=user@c-49b6e555.023-82-73746f38.cust.bredbandsbolaget.se] has
joined #go-nuts
01:47 -!- BMeph [n=black_me@65.103.151.24] has joined #go-nuts
01:49 -!- Knarfian [i=4c70014c@gateway/web/freenode/x-vqzerfsfutmrzxzr] has joined
#go-nuts
01:51 -!- eno [n=eno@nslu2-linux/eno] has quit [Read error: 145 (Connection timed
out)]
01:52 -!- eno [n=eno@nslu2-linux/eno] has joined #go-nuts
01:55 -!- eulenspiegel [n=irssi@p579CA40C.dip.t-dialin.net] has quit ["leaving"]
01:56 -!- triplez [n=triplez@bb116-14-65-181.singnet.com.sg] has joined #go-nuts
02:01 -!- Adys [n=Adys@unaffiliated/adys] has quit [Remote closed the connection]
02:02 -!- skelterjohn [n=jasmuth@c-76-116-176-34.hsd1.nj.comcast.net] has joined
#go-nuts
02:05 -!- raichoo [n=raichoo@i577BA83C.versanet.de] has quit
["http://raichoo.blogspot.com"]
02:06 -!- jhawk28 [n=jhawk28@209.60.241.98] has quit [Remote closed the
connection]
02:09 -!- turutosiya [n=turutosi@219.106.251.65] has quit [Read error: 110
(Connection timed out)]
02:12 -!- codedread [i=180dd699@gateway/web/freenode/x-qdloodvtctdbnhqh] has
joined #go-nuts
02:12 -!- lotrpy [n=lotrpy@202.38.97.230] has joined #go-nuts
02:13 -!- Cyanure [n=cyanure@212-198-164-142.rev.numericable.fr] has quit [Remote
closed the connection]
02:13 -!- amuck [n=amuck@h154.65.88.75.dynamic.ip.windstream.net] has joined
#go-nuts
02:22 -!- iant [n=iant@67.218.102.60] has quit [Read error: 110 (Connection timed
out)]
02:24 -!- mkanat [n=mkanat@c-67-188-1-39.hsd1.ca.comcast.net] has quit ["Bye!"]
02:29 < plexdev> http://is.gd/5gszH by [Devon H. O'Dell] in 2 subdirs of
go/src/pkg/runtime/freebsd/ -- When SA_SIGINFO is set, we should use
__sa_sigaction on FreeBSD
02:29 < plexdev> http://is.gd/5gszK by [Devon H. O'Dell] in 8 subdirs of
go/src/pkg/runtime/ -- Fix stack on FreeBSD / add stack check across the board
02:29 < plexdev> http://is.gd/5gsA8 by [Russ Cox] in go/src/pkg/bufio/ --
bufio: use copy - significant speedup for writers
02:29 < plexdev> http://is.gd/5gsAi by [Russ Cox] in go/ -- A+C: two more
names
02:31 -!- ct [n=ct@fsf/member/ct] has joined #go-nuts
02:34 -!- slashus2 [n=slashus2@74-137-26-8.dhcp.insightbb.com] has joined #go-nuts
02:37 -!- Adys [n=Adys@unaffiliated/adys] has joined #go-nuts
02:38 -!- pace_t_zulu [n=pacetzul@unaffiliated/pacetzulu/x-585030] has joined
#go-nuts
02:46 -!- lotrpy [n=lotrpy@202.38.97.230] has quit []
02:59 -!- michaelh [n=mux@66-169-117-157.dhcp.ftwo.tx.charter.com] has quit [Read
error: 104 (Connection reset by peer)]
03:00 -!- dju [i=dju@ip-39.net-80-236-37.suresnes.rev.numericable.fr] has joined
#go-nuts
03:01 -!- pace_t_zulu [n=pacetzul@unaffiliated/pacetzulu/x-585030] has quit []
03:04 -!- michaelh [n=mux@66-169-117-157.dhcp.ftwo.tx.charter.com] has joined
#go-nuts
03:12 -!- amacleod [n=amacleod@c-75-69-45-62.hsd1.ma.comcast.net] has joined
#go-nuts
03:12 -!- StDan [n=danielb@124-197-59-227.callplus.net.nz] has joined #go-nuts
03:17 -!- dju_ [i=dju@ip-39.net-80-236-37.suresnes.rev.numericable.fr] has quit
[Read error: 110 (Connection timed out)]
03:18 -!- path[l] [n=path@115.184.37.125] has joined #go-nuts
03:19 -!- path[l] [n=path@115.184.37.125] has quit [Client Quit]
03:19 -!- path[l] [n=path@115.184.37.125] has joined #go-nuts
03:20 -!- path[l] [n=path@115.184.37.125] has quit [Client Quit]
03:20 -!- ulq [i=ulq@anapnea.net] has joined #go-nuts
03:24 -!- ned [n=ned@c-76-19-208-96.hsd1.ma.comcast.net] has quit [Read error: 104
(Connection reset by peer)]
03:27 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has joined
#go-nuts
03:27 -!- mbruce [n=bruce@d60-204-191.col.wideopenwest.com] has joined #go-nuts
03:38 -!- kaib [n=kaib@c-76-102-52-156.hsd1.ca.comcast.net] has joined #go-nuts
03:38 -!- mode/#go-nuts [+v kaib] by ChanServ
03:38 -!- adiabatic [n=adiabati@dsl-206-55-130-248.tstonramp.com] has joined
#go-nuts
03:38 < mbruce> Is there a preferred/conventional notion of how to persist
data structures in go?
03:39 <+kaib> mbruce: gobs
03:39 -!- amacleod [n=amacleod@c-75-69-45-62.hsd1.ma.comcast.net] has quit [Read
error: 110 (Connection timed out)]
03:42 -!- [[sroracle]] [n=sroracle@unaffiliated/sroracle] has quit
["<sresp.co.cc>"]
03:44 -!- mycroftiv [n=infernus@h69-128-47-243.mdsnwi.dedicated.static.tds.net]
has quit ["leaving"]
03:50 -!- ContraSF [i=email@89.180.159.159] has joined #go-nuts
03:50 -!- toft [n=jlewis@unaffiliated/crassworm] has quit ["Changing server"]
03:50 -!- mycroftiv [n=infernus@h69-128-47-243.mdsnwi.dedicated.static.tds.net]
has joined #go-nuts
03:55 -!- kaib [n=kaib@c-76-102-52-156.hsd1.ca.comcast.net] has quit []
03:56 -!- tor7 [n=tor@213.113.122.152] has quit []
03:57 -!- osmosis [n=steven@m1c0e36d0.tmodns.net] has quit ["Ex-Chat"]
04:01 -!- turutosiya [n=turutosi@219.106.251.65] has joined #go-nuts
04:04 -!- blackdog` [n=user@190.162.47.173] has quit [Remote closed the
connection]
04:07 -!- Arimoto [n=Arimoto@unaffiliated/arimoto] has joined #go-nuts
04:10 -!- binaryjohn [n=binaryjo@cpe-24-30-132-50.san.res.rr.com] has joined
#go-nuts
04:15 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has quit
["Leaving"]
04:17 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has joined
#go-nuts
04:21 -!- brunov [n=bruno@190.191.110.64] has quit [Remote closed the connection]
04:22 -!- kaib [n=kaib@c-76-102-52-156.hsd1.ca.comcast.net] has joined #go-nuts
04:22 -!- mode/#go-nuts [+v kaib] by ChanServ
04:26 -!- teedex [n=teedex@204.14.155.161] has quit [Remote closed the connection]
04:26 -!- mejja [n=user@c-49b6e555.023-82-73746f38.cust.bredbandsbolaget.se] has
quit ["*bork bork*"]
04:28 -!- mr_chapendi [n=will@c-68-53-60-177.hsd1.tn.comcast.net] has joined
#go-nuts
04:29 -!- KirkMcDonald [n=Kirk@pysoy/developer/KirkMcDonald] has quit [Read error:
60 (Operation timed out)]
04:31 < mr_chapendi> I can't seem to use any of the functions in io/utils.go
04:31 < mr_chapendi> http://pastebin.com/d7e3a3c01
04:32 < mr_chapendi> Any ideas?
04:32 < JBeshir> mr_chapendi: Use :=
04:32 < mr_chapendi> good catch
04:32 < JBeshir> mr_chapendi: You have to declare variables in Go; := is a
"declare and initialise" operator which has them implicitly get their type from
the right hand side.
04:33 < mr_chapendi> but unfortunately, io.ReadFile is still listed as
undefined, even after nixing that typo
04:35 -!- Kniht [n=kniht@c-68-58-17-177.hsd1.in.comcast.net] has joined #go-nuts
04:38 < mr_chapendi> updated pastebin
04:38 < mr_chapendi> http://pastebin.com/m63ead8bd
04:38 -!- ohday [n=ohday@unaffiliated/ohday] has joined #go-nuts
04:38 -!- iant [n=iant@adsl-71-133-8-30.dsl.pltn13.pacbell.net] has joined
#go-nuts
04:38 -!- mode/#go-nuts [+v iant] by ChanServ
04:38 < ohday> Whilst installing Go, I encounter:
04:38 < ohday> gopack grc _test/http.a _gotest_.8
04:38 < ohday> make[2]: Leaving directory `/home/ulq/go/src/pkg/http'
04:38 < ohday> --- FAIL: http.TestClient
04:38 < ohday> Get http://www.google.com/robots.txt: dial tcp
www.google.com:http: lookup www.google.com.  on 192.168.0.1:53: no answer from
server
04:38 < ohday> --- FAIL: http.TestRedirect
04:38 < ohday> Get http://www.google.com/codesearch: dial tcp
www.google.com:http: lookup www.google.com.  on 192.168.0.1:53: no answer from
server
04:38 < ohday> FAIL
04:39 < ohday> Is this of consequence?
04:39 < dho> your DNS server isn't answering.
04:39 < dho> if you expect it not to, no.
04:39 < ohday> dho: Yes, I figured that port redirection might be on the
frits.
04:40 < ohday> Thank you.
04:40 -!- RANO [n=ircap@173.Red-80-37-24.staticIP.rima-tde.net] has joined
#go-nuts
04:40 < dho> no problemo
04:40 < ohday> And, how are you liking things at Go-land?
04:40 < dho> I don't know, I just maintain the toolchain on FreeBSD
04:40 < dho> I haven't actually used it for anything useful yet
04:41 < dho> Don't have any great ideas for anything to do with it
04:41 < ohday> Ah, I thought the nature of your work being web-dev, you had
a peculiar interest
04:41 < ohday> Vis-a-vis omniti.
04:41 < dho> oh
04:41 < dho> i work at message systems
04:41 < dho> sister company
04:41 < jessta> mr_chapendi: io.ReadFile appears to have been removed
04:41 < ohday> Fair enough.
04:41 < Rob_Russell> mr_chapendi: ReadFile moved to ioutil
04:41 * dho does web dev and network software engineering
04:42 * ohday nods.
04:42 * dho doesn't like the web dev part :)
04:42 < Rob_Russell> mr_chapendi: import "io/ioutil" then use
ioutil.ReadFile()
04:42 < JBeshir> Write a FastCGI framework for Go!
04:42 < JBeshir> :P
04:42 < dho> how do you know of omniti, out of curiosity
04:42 < mr_chapendi> Rob_Russell: Thanks!  That fixed it!
04:43 < mr_chapendi> Rob_Russell: I really appreciate it.
04:43 < Rob_Russell> mr_chapendi: np, only way i found to keep up is by
using the local godoc
04:43 < ohday> dho: I have a habit of /whois'ing whomever I strike a
discussion with.
04:44 < dho> ah
04:44 < ohday> dho: Nothing meant by it.
04:44 < dho> i meant knowing of the company in general :)
04:45 < Rob_Russell> mr_chapendi: so you can do godoc io/ioutil or run godoc
-http:6060 then browse to localhost:6060 to get up-to-date docs for the Go source
you're using
04:45 < ohday> Well, there's a website attached to the domain name ;)
04:45 < dho> I would like to start doing some stuff with Go, though
04:45 < dho> ah
04:45 < dho> heh.
04:46 < ohday> dho: Begin.  ;)
04:47 -!- RANO [n=ircap@173.Red-80-37-24.staticIP.rima-tde.net] has quit ["• IRcap
• 8.5 •"]
04:47 < dho> I usually start with an idea, and I don't have any :)
04:49 -!- Fraeon [n=kzer-za@e212-246-65-153.elisa-laajakaista.fi] has quit []
04:49 -!- halfdan_ [n=halfdan@p57A9790A.dip.t-dialin.net] has joined #go-nuts
04:50 < ohday> Write a program that gives you ideas.
04:54 < Boggy-B> write an anagram finder, using a dictionary file and a
given string, make it find dictionary based algorythms
04:54 < Boggy-B> then try and make it parrallel, so it's faster and more
efficent, with better access to the internet
04:55 < Boggy-B> night o/
04:57 < nf> write a more efficient rsync
04:57 < dho> unfortunately i wouldn't use any of that
04:57 * dho will figure out something eventually
04:57 < dho> considering doing some music streaming stuff
04:58 < dho> I think that would require me doing some wrappers around ffmpeg
or something
05:06 -!- halfdan [n=halfdan@p57A94D57.dip.t-dialin.net] has quit [Read error: 110
(Connection timed out)]
05:08 -!- Ortzman [n=ortzinat@cpe-065-191-006-129.nc.res.rr.com] has joined
#go-nuts
05:13 < skelterjohn> if you want to work on some go stuff, help me with
gomatrix
05:13 -!- TR2N` [i=email@89.180.155.121] has joined #go-nuts
05:15 < anticw> dho: i started with a hacky tile-based fractal zoomer
05:15 < dho> skelterjohn: what's wrong with it?
05:15 < skelterjohn> nothing in particular.  it's unfinished.
05:15 -!- droid001 [n=g1@p4FDCA123.dip.t-dialin.net] has joined #go-nuts
05:15 < anticw> dho: though it's not really that impressive even if i throw
100s of cores at it, because xaos does such a good job already
05:15 < dho> what is it?
05:15 < anticw> (though i was going to support rotation)
05:16 -!- ContraSF [i=email@89.180.159.159] has quit [Nick collision from
services.]
05:17 -!- Ortzinator [n=ortzinat@unaffiliated/ortzinator] has quit [Read error:
145 (Connection timed out)]
05:23 -!- ohday [n=ohday@unaffiliated/ohday] has quit [Read error: 110 (Connection
timed out)]
05:23 -!- teedex [n=teedex@204.14.155.161] has joined #go-nuts
05:24 -!- Kniht [n=kniht@c-68-58-17-177.hsd1.in.comcast.net] has quit [Success]
05:24 -!- teedex [n=teedex@204.14.155.161] has quit [Read error: 104 (Connection
reset by peer)]
05:24 -!- Kniht [n=kniht@c-68-58-17-177.hsd1.in.comcast.net] has joined #go-nuts
05:25 -!- melba [n=blee@unaffiliated/lazz0] has joined #go-nuts
05:26 -!- teedex [n=teedex@204.14.155.161] has joined #go-nuts
05:26 -!- alexsuraci [n=Alex@pool-71-188-133-67.aubnin.fios.verizon.net] has quit
[Remote closed the connection]
05:28 < uriel> dho: if you want to play with Go, why don't you write faster
Go prgrams for the "alioth shootout" ;)
05:29 -!- droid0011 [n=g1@p4FDCAC71.dip.t-dialin.net] has quit [Read error: 110
(Connection timed out)]
05:29 -!- rthc_ [n=rthc@rrcs-67-52-50-170.west.biz.rr.com] has quit [Read error:
110 (Connection timed out)]
05:31 < muzzy> speaking of fast programs, my go program is a little slow.
is there any list of useful tips about performance?  (also, i can't get prof to
work on my macbookpro)
05:36 < jessta> muzzy: avoid reflection it's slow, this currently includes
fmt.Printf
05:37 < jessta> don't try to mutate strings, they are immutable and will
result in a copy
05:37 < jessta> pass slices to functions instead of arrays
05:38 < dho> jessta: what's the suggested way around fmt.Printf?  just using
print() where possible?
05:39 < muzzy> found someone's patch for prof ..  says 88% of time spent in
mach_msg_trap ...  :o
05:39 < jessta> muzzy: set GOMAXPROCS to a larger values if you need more
threads
05:39 < jessta> dho: yeah, you do the string convertions explicitly
05:40 < muzzy> what's the default for it?
05:40 < jessta> default is 1
05:41 -!- turutosiya [n=turutosi@219.106.251.65] has quit [Read error: 110
(Connection timed out)]
05:41 < skelterjohn> I was pretty disappointed in my parallel matrix
multiplication code until I heard about that GOMAXPROCS thing
05:41 < skelterjohn> "Why is it taking *longer*?!"
05:42 < muzzy> mmh.  seems just slower with GOMAXPROCS.  i suppose this mbp
is too old to have more than 1 core
05:42 < muzzy> i'm using Vector.Iter() a lot ...  is that bad?
05:42 < skelterjohn> I can't be sure, but I don't think that having
GOMAXPROCS too high would actually affect anything
05:44 < dho> sure it can
05:44 < muzzy> well ...  GOMAXPROCS(1) => 4048ms ...  GOMAXPROCS(2) or
anything else => 7000ms+
05:44 < dho> it can cause go to create more threads, and the OS has to
schedule them
05:44 -!- codedread [i=180dd699@gateway/web/freenode/x-qdloodvtctdbnhqh] has quit
["Page closed"]
05:45 -!- jbauer [n=jbauer@adsl-99-176-8-19.dsl.lsan03.sbcglobal.net] has joined
#go-nuts
05:46 < skelterjohn> yeah, i wasn't thinking straight.  figured that the
number of os threads would have to be limited by the number of cores or something,
and ...  well some other stuff that doesn't really add up.
05:46 < jessta> you don't really want more GOMAXPROCS than you have hardware
threads, unless you're doing direct syscalls
05:47 -!- Kniht [n=kniht@c-68-58-17-177.hsd1.in.comcast.net] has quit [Connection
timed out]
05:47 * dho -> bed
05:47 -!- Kniht [n=kniht@c-68-58-17-177.hsd1.in.comcast.net] has joined #go-nuts
05:49 < skelterjohn> not a bad idea.
05:50 -!- skelterjohn [n=jasmuth@c-76-116-176-34.hsd1.nj.comcast.net] has quit []
05:52 < muzzy> also, this feels somehow stupid and i'm doing it a lot: for x
:= range vec.Iter() { u := x.(*Foo); /* ...  */ }
05:55 -!- AmirMohammad [n=amir@unaffiliated/gluegadget] has joined #go-nuts
05:55 < muzzy> i have a bunch of vectors containing just pointers to one
type.  the explicit type assertation upon iteration feels dirty
05:56 -!- jA_cOp_ [n=yakobu@unaffiliated/ja-cop/x-9478493] has quit ["Leaving"]
05:56 < muzzy> arrays would probably be nice, if i knew the space i need
beforehand
05:56 -!- carllerche [n=carllerc@c-69-181-129-204.hsd1.ca.comcast.net] has joined
#go-nuts
05:57 < carllerche> are there significant differences between 6g and 8g?  I
have a go file that compiles fine w/ 6g but gets syntax errors w/ 8g
05:58 < jessta> the syntax should be the same
05:59 < jessta> what errors?
05:59 < carllerche> jessta: i'm writing a small file to see if I can
reproduce
06:03 < carllerche> jessta: http://gist.github.com/252301
06:04 < carllerche> this works with 6g on OS 10.6, but not on my latest
install of ubuntu w/ 8g
06:05 -!- kanru [n=kanru@61-228-148-113.dynamic.hinet.net] has joined #go-nuts
06:07 < muzzy> hmmh.  using "for x:= range Vector.Iter()" seems to be damned
slow compared to looping normally and using Vector.At()
06:08 < muzzy> possibly due to singlecore again, though
06:08 < jessta> carllerche: works fine here, Linux 8g latest hg pull
06:08 < anticw> well, ideally that wouldn't matter
06:09 < carllerche> hmm...  i pulled earlier today
06:09 < muzzy> 4000ms with .At() ...  6000ms with .Iter()
06:10 < anticw> seems quite possible, .Iter uses a channel
06:10 < anticw> lots of overhead there
06:10 < muzzy> i thought channels were supposed to be a core feature of the
language and used much :P
06:10 < carllerche> jessta: I'm getting a syntax error on line 6 with the
command "8g syntax.go"
06:10 < carllerche> I'll try pulling
06:11 < jessta> muzzy: yeah but they also have to be thread safe
06:11 < jessta> so they are slower than direct access
06:12 < jessta> carllerche: I don't think the current release supports [1:]
06:12 < muzzy> then is it such a good idea to use them in Vector which is a
very low level building block?
06:12 < carllerche> jessta: what is the correct way?
06:13 < carllerche> jessta: it's possible that i just didn't update my 6g in
a while, i will try
06:13 < jessta> carllerche: I mean the current release doesn't support [1:]
but the hg tip does
06:13 -!- mr_chapendi [n=will@c-68-53-60-177.hsd1.tn.comcast.net] has left
#go-nuts []
06:13 < carllerche> I built off of hg tip on both machines though :-/
06:14 < carllerche> I'm rebuilding on both machines
06:14 < jessta> the previous way to do it was [1:len(os.Args)]
06:14 < muzzy> hmm, i see there's Vector.Do() added since i last checked.
time to try it out...
06:15 < jessta> uh..[1:len(os.Args)-1]
06:15 -!- gnuvince [n=vince@64.235.207.85] has joined #go-nuts
06:16 -!- rthc [n=rthc@rrcs-67-52-50-170.west.biz.rr.com] has joined #go-nuts
06:16 < carllerche> i could always switch to that temporarily...  foo[1:] is
so much nicer :)
06:16 < jessta> indeed
06:17 < muzzy> too bad Vector.Do() doesn't support early bailout.  other
than that it seems to perform great
06:18 -!- rthc_ [n=rthc@rrcs-67-52-50-170.west.biz.rr.com] has joined #go-nuts
06:21 < muzzy> so, can i expect channels to have significantly lower
overhead in the future?
06:23 < carllerche> jessta: indeed, I just pulled the latest and the syntax
error is gone
06:23 < jessta> carllerche: yay!
06:23 < jessta> muzzy: probably not
06:24 < muzzy> oh dang.  i'm creating about a hundred of them per second and
passing thousands of objects through them and now i realize they shouldn't be used
much :P
06:25 < jessta> nah, you should use them for what they are supposed to be
used for
06:25 < jessta> communication between goroutines
06:25 < muzzy> yeah, but i saw Vector.Iter() making a channel and a
goroutine, so i applied the same pattern everywhere that i return a list of
objects because it seemed so cool ..  haha
06:29 < jessta> yeah, but if all your doing with the channel and the
goroutine is sending the items in a list you really don't need the goroutine or
the channel
06:30 < muzzy> indeed
06:30 < jessta> *you're
06:30 -!- Kniht [n=kniht@c-68-58-17-177.hsd1.in.comcast.net] has quit [Success]
06:30 < muzzy> there should be some kind of warning about that in
Vector.Iter documentation :P
06:30 -!- Kniht [n=kniht@c-68-58-17-177.hsd1.in.comcast.net] has joined #go-nuts
06:31 < jessta> of course, if you were actually building the objects or
doing some calcuation on the objects and then sending them through a channel that
would be different
06:33 < jessta> Iter() looks good and mostly people aren't doing enough to
notice the inefficiency
06:35 -!- StDan [n=danielb@124-197-59-227.callplus.net.nz] has quit [Remote closed
the connection]
06:36 -!- vegai [n=vegai@archlinux/developer/vegai] has joined #go-nuts
06:37 < muzzy> yeah the code looks good, it's beautiful.  however, i
disagree about the inefficiency issue
06:38 < muzzy> i barely use arrays at all since Vector is so much easier to
use
06:39 < muzzy> as a matter of fact, i'd rather use a map than an array for
storing lists of data
06:39 -!- inittab- [n=dlbeer@ip-118-90-54-50.xdsl.xnet.co.nz] has joined #go-nuts
06:40 < muzzy> if i knew the length of the data beforehand it'd be
different, but i usually dont
06:41 -!- StDan [n=danielb@124-197-59-227.callplus.net.nz] has joined #go-nuts
06:41 -!- jbauer [n=jbauer@adsl-99-176-8-19.dsl.lsan03.sbcglobal.net] has quit
[Remote closed the connection]
06:43 < nf> muzzy: what's the difference between the three?
06:43 -!- stoop [n=stoop@unaffiliated/stoop] has joined #go-nuts
06:43 < muzzy> nf: is that a trick question?  :)
06:44 -!- stoop [n=stoop@unaffiliated/stoop] has left #go-nuts ["Leaving"]
06:44 < nf> no it's an honest request for information
06:44 < muzzy> differences between map, array and Vector?
06:44 < nf> i understand the theory, just not specifically related to go
06:44 -!- iwikiwi [n=iwikiwi@202.3.77.160] has quit ["be back from lab"]
06:45 < muzzy> well, Vector is a wrapper for arrays with .Push() and
automatic resizing which is what makes me like it.  easy to populate it
06:46 -!- pwanli [n=pwanli@c-67-185-151-227.hsd1.wa.comcast.net] has joined
#go-nuts
06:47 < muzzy> map is an associative array, and earlier when i said i'd
rather use map i meant using map as a set ...  i.e.  "set map[*Foo]bool" ...  and
then i do set[x] = true; and later iterate them with for x,_ := range set {} ...
06:48 < muzzy> using map like that is definitely more fun than checking if
item is already in array and then adding it
06:48 -!- pwanli [n=pwanli@c-67-185-151-227.hsd1.wa.comcast.net] has quit [Remote
closed the connection]
06:49 < nf> thanks =) all makes sense
06:49 < nf> so Vector is a package, while the others are built-ins
06:49 < nf> hmm does that mean that interally Vector reallocates arrays?
06:50 < muzzy> yep, whenever it needs to resize the storage it reallocates
and copies
06:50 < nf> or does it just provide a contiguous interface to several arrays
that constitute the vector?
06:50 < nf> oh it copies?
06:50 < nf> interesting
06:51 < muzzy> that's the usual way, no big issue with small arrays
06:51 -!- r2p2 [n=billy@v32671.1blu.de] has joined #go-nuts
06:51 < nf> i suppose most arrays are just arrays of pointers?
06:52 < nf> or small data structures
06:52 < muzzy> likely.  or arrays of ints, or arrays of strings
06:52 -!- inittab [n=dlbeer@ip-118-90-68-170.xdsl.xnet.co.nz] has quit [Read
error: 110 (Connection timed out)]
06:52 < nf> an array of strings is in effect an array of pointers though,
right?
06:54 -!- adante [n=adante@59.167.212.65] has joined #go-nuts
06:54 < muzzy> effectively yes.  only mentioned them because Vector has
specialized versions for IntVector and StringVector :)
06:55 < nf> ah :)
07:00 -!- djanderson [n=dja@hltncable.pioneerbroadband.net] has quit [Read error:
110 (Connection timed out)]
07:02 -!- brrant [n=John@168-103-78-133.hlrn.qwest.net] has joined #go-nuts
07:04 < muzzy> ahhh, this is much better.  my code which used to take
4000ms, now takes mere 100ms
07:05 < nf> what did you change?
07:05 < muzzy> changed all Vector.Iter() to Vector.Do() ...  or in a few
cases, for i:=0; i<Vector.Len(); i++ {}
07:06 < muzzy> no more channels, no more goroutines
07:06 < muzzy> it's a shame though, they were fun
07:06 < nf> =)
07:06 < nf> do you think Vector.Len() is evaluated each time through that
loop?
07:07 < muzzy> well, it should be, since i alter the vector in one of those
loops ;D
07:07 < nf> hehe =)
07:08 < muzzy> ...  which actually has a bug too, i just realized, thanks
for asking
07:08 < nf> i've been thinking a lot about loop invariants, so when you
mentioned it i thought to ask
07:08 < muzzy> because i dont actually want to process the newly added
items...  :p
07:09 < muzzy> but ideally it could know when to evaluate it and when not
07:10 < muzzy> .At() doesn't alter the vector, while .Push does ...  in C++
there's the const keyword to explicitly say things like that so compiler knows
when to optimize that call away and when not, but it could be automatically
inferred if the compiler was advanced enough
07:11 -!- JSharpe2 [n=jamie@5ad93956.bb.sky.com] has joined #go-nuts
07:11 < muzzy> frankly, i dont care either way.  my performance just jumped
40x faster so i'm not gonna be picky
07:11 < nf> well go is syntactically sweet enough to just use "max :=
Vector.len()"
07:11 < nf> anyway Vector.Len() is just a call to len() on the internal
array
07:11 < nf> which is a const
07:12 < anticw> internally it's a slice
07:12 < anticw> not a const
07:12 < nf> oh
07:12 < nf> ohhh
07:12 < anticw> as you can resize
07:12 < anticw> assuming we're talking about vectors here
07:12 < anticw> anyhow, it's cheap
07:12 < nf> yes yes
07:13 -!- sliceofpi [n=sliceofp@c-98-197-1-232.hsd1.tx.comcast.net] has quit [Read
error: 110 (Connection timed out)]
07:14 < nf> what is the meaning on "interface{}" ? in a struct defn or a
return value?
07:14 < nf> does it just mean it can return any type?
07:14 < nf> s/return/be/
07:14 < muzzy> anything that conforms to an empty interface, so yeah, all
structs do
07:15 -!- addos [i=621a217f@gateway/web/freenode/x-ucgqtammspqmplpi] has quit
[Ping timeout: 180 seconds]
07:15 < muzzy> not sure about plain old data like int
07:15 < anticw> ints too
07:15 < muzzy> oh, that's nice!
07:20 -!- hiromtz [n=hiromtz@softbank126101146253.bbtec.net] has joined #go-nuts
07:21 -!- Rob_Russell [n=chatzill@206-248-157-156.dsl.teksavvy.com] has quit [Read
error: 113 (No route to host)]
07:23 -!- kaib [n=kaib@c-76-102-52-156.hsd1.ca.comcast.net] has quit []
07:26 -!- codedread [i=180dd699@gateway/web/freenode/x-angcrwcjqieqcqbt] has
joined #go-nuts
07:27 -!- JSharpe [n=jamie@5ad93970.bb.sky.com] has quit [Connection timed out]
07:28 -!- snearch_ [n=olaf@e179133155.adsl.alicedsl.de] has joined #go-nuts
07:30 -!- binaryjohn [n=binaryjo@cpe-24-30-132-50.san.res.rr.com] has quit []
07:31 -!- turutosiya [n=turutosi@219.106.251.65] has joined #go-nuts
07:31 -!- chickamade [n=chickama@123.16.87.162] has joined #go-nuts
07:32 -!- fosho [n=afitz@adsl-190-196-61.asm.bellsouth.net] has quit ["Peace and
Protection 4.22"]
07:34 -!- slashus2 [n=slashus2@74-137-26-8.dhcp.insightbb.com] has quit []
07:38 -!- lux` [n=lux@151.95.190.245] has joined #go-nuts
07:40 -!- trickie [n=trickie@94.100.112.225] has joined #go-nuts
07:42 -!- ShadowIce [i=shadowic@unaffiliated/shadowice-x841044] has joined
#go-nuts
07:44 -!- aarapov [n=aarapov@nat/redhat/x-bdunugepeayourok] has joined #go-nuts
07:45 -!- Arimoto [n=Arimoto@unaffiliated/arimoto] has quit ["leaving"]
07:46 -!- spook327 [n=RevSpook@173-20-203-218.client.mchsi.com] has quit [Read
error: 110 (Connection timed out)]
07:47 < plexdev> http://is.gd/5gDaB by [Russ Cox] in
go/src/pkg/runtime/darwin/amd64/ -- runtime: start new darwin/amd64 threads on
correct stack,
07:50 -!- brrant [n=John@168-103-78-133.hlrn.qwest.net] has quit ["Leaving"]
08:02 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
08:02 -!- chickamade [n=chickama@123.16.87.162] has quit ["Leaving"]
08:03 < codedread> how often is the Google package docs updated?
08:04 < codedread> on the website, that is
08:04 -!- slashus2 [n=slashus2@74-137-26-8.dhcp.insightbb.com] has joined #go-nuts
08:04 < uriel> codedread: when a new release happens
08:05 < uriel> which is usually every one or two weeks it seems, but at the
moment has been a bit longer
08:05 < codedread> ok, thx
08:12 < uriel> you can just run godoc on your local machine to see the
latest docs
08:15 -!- pdusen [n=pdusen@crob4-55.flint.umich.edu] has quit ["Leaving"]
08:16 -!- Wiz126 [i=Wiz126@72.20.220.75] has quit [Client Quit]
08:18 < plexdev> http://is.gd/5gEPF by [Adrian O'Grady] in 2 subdirs of
go/src/pkg/ -- Added XTEA block cipher package to src/pkg/crypto
08:22 -!- kaigan|work
[n=kaigan@c-8290e255.1411-10-64736c14.cust.bredbandsbolaget.se] has joined
#go-nuts
08:23 < tsuwabuk_> hello
08:24 < tsuwabuk_> Can we write the inline assembler?
08:25 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has quit ["This
computer has gone to sleep"]
08:30 -!- xjih78_ [i=z0r0@87-126-166-30.btc-net.bg] has quit [Remote closed the
connection]
08:30 -!- spook327 [n=RevSpook@173-31-200-13.client.mchsi.com] has joined #go-nuts
08:32 -!- fenicks [n=christia@log77-4-82-246-228-78.fbx.proxad.net] has joined
#go-nuts
08:34 < fenicks> hello
08:37 -!- sgarrison77 [n=sgarriso@72.13.212.14] has joined #go-nuts
08:37 < sgarrison77> hello
08:37 -!- StDan [n=danielb@124-197-59-227.callplus.net.nz] has quit [Read error:
145 (Connection timed out)]
08:39 -!- sgarrison77 [n=sgarriso@72.13.212.14] has left #go-nuts []
08:41 < uriel> tsuwabuk_: thank god, not
08:44 -!- StDan [n=danielb@124-197-59-227.callplus.net.nz] has joined #go-nuts
08:44 -!- geocalc [n=geocalc@lns-bzn-53-82-65-28-97.adsl.proxad.net] has joined
#go-nuts
08:46 -!- carllerche [n=carllerc@c-69-181-129-204.hsd1.ca.comcast.net] has quit []
08:53 -!- codedread [i=180dd699@gateway/web/freenode/x-angcrwcjqieqcqbt] has quit
["Page closed"]
08:54 -!- sliceofpi [n=sliceofp@c-98-197-1-232.hsd1.tx.comcast.net] has joined
#go-nuts
08:54 -!- StDan [n=danielb@124-197-59-227.callplus.net.nz] has quit [Remote closed
the connection]
08:54 -!- StDan [n=danielb@124-197-59-227.callplus.net.nz] has joined #go-nuts
08:59 -!- moriyoshi [n=moriyosh@i118-19-92-230.s04.a014.ap.plala.or.jp] has left
#go-nuts []
09:00 -!- GeoBSD [n=geocalc@lns-bzn-59-82-252-174-175.adsl.proxad.net] has quit
[Read error: 110 (Connection timed out)]
09:02 -!- slashus2 [n=slashus2@74-137-26-8.dhcp.insightbb.com] has quit []
09:04 -!- General13372 [n=support@71-84-247-187.dhcp.gldl.ca.charter.com] has
joined #go-nuts
09:06 -!- r2p2 [n=billy@v32671.1blu.de] has left #go-nuts []
09:06 -!- r2p2 [n=billy@v32671.1blu.de] has joined #go-nuts
09:15 -!- itrekkie [n=itrekkie@ip72-200-111-111.tc.ph.cox.net] has quit []
09:20 -!- StDan [n=danielb@124-197-59-227.callplus.net.nz] has quit [Remote closed
the connection]
09:21 -!- grizzlysmit [n=grizzlys@123-243-91-241.tpgi.com.au] has joined #go-nuts
09:21 -!- grizzlysmit [n=grizzlys@123-243-91-241.tpgi.com.au] has left #go-nuts []
09:22 -!- StDan [n=danielb@124-197-59-227.callplus.net.nz] has joined #go-nuts
09:23 -!- hiromtz [n=hiromtz@softbank126101146253.bbtec.net] has quit [Read error:
113 (No route to host)]
09:23 -!- General1337 [n=support@71-84-247-187.dhcp.gldl.ca.charter.com] has quit
[Read error: 110 (Connection timed out)]
09:27 -!- teedex [n=teedex@204.14.155.161] has quit [Remote closed the connection]
09:30 -!- StDan [n=danielb@124-197-59-227.callplus.net.nz] has quit [Read error:
60 (Operation timed out)]
09:31 -!- StDan [n=danielb@124-197-59-227.callplus.net.nz] has joined #go-nuts
09:46 -!- Netsplit kornbluth.freenode.net <-> irc.freenode.net quits: syd_,
bsod2_, MadMethod, drry, atsampson, uxp, kaigan|work, scyth_, sladegen, sliceofpi,
(+6 more, use /NETSPLIT to show all of them)
09:59 -!- Netsplit over, joins: sliceofpi, kaigan|work, inittab-, gnuvince,
halfdan_, scyth_, jlouis_, syd_, bsod2_, uxp (+6 more)
10:01 -!- Netsplit kornbluth.freenode.net <-> irc.freenode.net quits:
MadMethod, kaigan|work, bsod2_, drry, atsampson, uxp, scyth_, sladegen, scm,
halfdan_, (+6 more, use /NETSPLIT to show all of them)
10:07 -!- turutosiya [n=turutosi@219.106.251.65] has quit [Read error: 110
(Connection timed out)]
10:09 -!- crashR [n=crasher@codextreme.pck.nerim.net] has quit ["Leaving."]
10:10 -!- path[l] [n=path@115.240.40.190] has joined #go-nuts
10:11 -!- path[l] [n=path@115.240.40.190] has quit [Client Quit]
10:16 -!- Netsplit over, joins: sliceofpi, kaigan|work, inittab-, gnuvince,
halfdan_, scyth_, jlouis_, syd_, bsod2_, uxp (+6 more)
10:17 -!- Gracenotes [n=person@wikipedia/Gracenotes] has joined #go-nuts
10:17 -!- exn [n=exn@195.49.206.202] has joined #go-nuts
10:21 -!- GeoBSD [n=geocalc@lns-bzn-28-82-250-129-199.adsl.proxad.net] has joined
#go-nuts
10:21 -!- rog [n=rog@92.28.217.99] has joined #go-nuts
10:22 -!- geocalc [n=geocalc@lns-bzn-53-82-65-28-97.adsl.proxad.net] has quit
[Read error: 110 (Connection timed out)]
10:23 -!- ShadowIce [i=shadowic@unaffiliated/shadowice-x841044] has quit
["Leaving"]
10:25 -!- triplez [n=triplez@bb116-14-65-181.singnet.com.sg] has quit []
10:26 -!- ShadowIce [n=pyoro@unaffiliated/shadowice-x841044] has joined #go-nuts
10:27 -!- nu-eve [n=chatzill@30.211.60.213.static.mundo-r.com] has quit [Remote
closed the connection]
10:34 -!- wobsite [n=ian@68-189-250-56.static.oxfr.ma.charter.com] has joined
#go-nuts
10:37 -!- Gracenotes [n=person@wikipedia/Gracenotes] has quit [Remote closed the
connection]
10:42 -!- Netsplit kornbluth.freenode.net <-> irc.freenode.net quits: uxp,
kaigan|work, bsod2_, drry, atsampson, scyth_, sladegen, scm, halfdan_, jlouis_,
(+6 more, use /NETSPLIT to show all of them)
10:49 -!- snearch_ [n=olaf@e179133155.adsl.alicedsl.de] has quit ["Ex-Chat"]
10:50 -!- afurlan [n=afurlan@scorpion.mps.com.br] has joined #go-nuts
10:50 -!- triplez [n=triplez@cm52.sigma225.maxonline.com.sg] has joined #go-nuts
10:54 -!- Netsplit over, joins: sliceofpi, kaigan|work, inittab-, gnuvince,
halfdan_, scyth_, jlouis_, syd_, bsod2_, uxp (+6 more)
10:55 -!- Alkavan [n=alkavan@IGLD-84-229-142-45.inter.net.il] has quit ["Leaving"]
11:02 -!- wobsite [n=ian@68-189-250-56.static.oxfr.ma.charter.com] has quit
[Remote closed the connection]
11:07 -!- Netsplit kornbluth.freenode.net <-> irc.freenode.net quits: uxp,
kaigan|work, bsod2_, drry, atsampson, scyth_, sladegen, scm, halfdan_, jlouis_,
(+6 more, use /NETSPLIT to show all of them)
11:16 -!- General13372 [n=support@71-84-247-187.dhcp.gldl.ca.charter.com] has quit
[Read error: 104 (Connection reset by peer)]
11:22 -!- Cyanure [n=cyanure@212-198-164-142.rev.numericable.fr] has joined
#go-nuts
11:24 -!- booh [n=booh@pdpc/supporter/active/booh] has quit [Read error: 104
(Connection reset by peer)]
11:33 -!- m-takagi_ [n=m-takagi@linode.m-takagi.jp] has quit ["Tiarra
0.1+svn-29652: SIGQUIT received; exit"]
11:33 -!- m-takagi_ [n=m-takagi@linode.m-takagi.jp] has joined #go-nuts
11:40 -!- Netsplit over, joins: sliceofpi, kaigan|work, inittab-, gnuvince,
halfdan_, scyth_, jlouis_, syd_, bsod2_, uxp (+6 more)
11:45 -!- scoeri [n=jdekoste@prog.vub.ac.be] has joined #go-nuts
11:53 -!- hcatlin [n=hcatlin@host81-154-246-241.range81-154.btcentralplus.com] has
joined #go-nuts
11:59 -!- turutosiya [n=turutosi@219.106.251.65] has joined #go-nuts
12:00 -!- GeoBSD [n=geocalc@lns-bzn-28-82-250-129-199.adsl.proxad.net] has quit
[Remote closed the connection]
12:02 -!- Sungem [i=Sungem@114-45-237-2.dynamic.hinet.net] has quit [Client Quit]
12:08 -!- h4xOr [n=prudhvi@aldebaran.surapaneni.in] has quit [Read error: 60
(Operation timed out)]
12:08 -!- GeoBSD [n=geocalc@lns-bzn-28-82-250-129-199.adsl.proxad.net] has joined
#go-nuts
12:09 -!- p0g0 [n=pogo@unaffiliated/p0g0] has joined #go-nuts
12:14 -!- Rob_Russell [n=chatzill@206-248-157-156.dsl.teksavvy.com] has joined
#go-nuts
12:14 -!- krig [i=kegie@stalin.acc.umu.se] has left #go-nuts []
12:15 -!- Anders [n=Anders@81-233-225-56-no38.tbcn.telia.com] has joined #go-nuts
12:25 -!- exitstate [n=xorl@xorl.xen.prgmr.com] has quit [Remote closed the
connection]
12:26 -!- exitstate [n=xorl@xorl.xen.prgmr.com] has joined #go-nuts
12:28 -!- exitstate [n=xorl@xorl.xen.prgmr.com] has quit [Read error: 60
(Operation timed out)]
12:29 -!- Zaba_ [n=zaba@ip102.148.adsl.wplus.ru] has joined #go-nuts
12:29 -!- paulproteus [i=paulprot@rose.makesad.us] has quit [Read error: 104
(Connection reset by peer)]
12:31 -!- exitstate [n=xorl@xorl.xen.prgmr.com] has joined #go-nuts
12:38 -!- Zaba [n=zaba@about/goats/billygoat/zaba] has quit [Read error: 110
(Connection timed out)]
12:38 -!- exitstate [n=xorl@xorl.xen.prgmr.com] has quit [Remote closed the
connection]
12:39 -!- exitstate [n=xorl@xorl.xen.prgmr.com] has joined #go-nuts
12:43 -!- tor7 [n=tor@c-987a71d5.04-50-6c756e10.cust.bredbandsbolaget.se] has
joined #go-nuts
12:43 -!- m4r4ud3r [n=chatzill@p5084AEC0.dip0.t-ipconnect.de] has joined #go-nuts
12:44 -!- tor7 [n=tor@c-987a71d5.04-50-6c756e10.cust.bredbandsbolaget.se] has quit
[Read error: 104 (Connection reset by peer)]
12:44 -!- tor7 [n=tor@c-987a71d5.04-50-6c756e10.cust.bredbandsbolaget.se] has
joined #go-nuts
12:46 -!- exitstate [n=xorl@xorl.xen.prgmr.com] has quit [Read error: 60
(Operation timed out)]
12:47 -!- m4r4ud3r [n=chatzill@p5084AEC0.dip0.t-ipconnect.de] has quit [Client
Quit]
12:51 -!- exitstate [n=xorl@xorl.xen.prgmr.com] has joined #go-nuts
12:58 -!- Anders [n=Anders@81-233-225-56-no38.tbcn.telia.com] has quit ["Leaving"]
13:01 -!- tav [n=tav@84.13.187.176] has quit [Read error: 60 (Operation timed
out)]
13:03 -!- turutosiya [n=turutosi@219.106.251.65] has quit [Remote closed the
connection]
13:03 -!- dajero [n=dajero@cp834233-a.gelen1.lb.home.nl] has joined #go-nuts
13:03 -!- exitstate [n=xorl@xorl.xen.prgmr.com] has quit [Remote closed the
connection]
13:03 -!- exitstate [n=xorl@xorl.xen.prgmr.com] has joined #go-nuts
13:07 -!- Vova [n=Vova@80.178.31.77.adsl.012.net.il] has quit [Read error: 110
(Connection timed out)]
13:10 -!- tav [n=tav@78.145.25.137] has joined #go-nuts
13:14 -!- Sungem [i=Sungem@114-45-233-102.dynamic.hinet.net] has joined #go-nuts
13:16 -!- robot12 [n=root@inferno.kgts.ru] has quit ["Ухожу я от вас (xchat 2.4.5
или старше)"]
13:16 -!- alexsuraci [n=Alex@pool-71-188-133-67.aubnin.fios.verizon.net] has
joined #go-nuts
13:20 -!- h4xOr [n=prudhvi@aldebaran.surapaneni.in] has joined #go-nuts
13:21 -!- Kibiz0r [n=Adium@70-90-40-34-Michigan.hfc.comcastbusiness.net] has
joined #go-nuts
13:23 -!- Kibiz0r [n=Adium@70-90-40-34-Michigan.hfc.comcastbusiness.net] has left
#go-nuts []
13:29 -!- Kibiz0r1 [n=Adium@wndsnyhed01-pool1-a130.wndsny.tds.net] has joined
#go-nuts
13:30 -!- chickamade [n=chickama@123.16.87.162] has joined #go-nuts
13:33 -!- path[l] [n=path@115.240.117.3] has joined #go-nuts
13:33 -!- path[l] [n=path@115.240.117.3] has quit [Client Quit]
13:39 -!- skyyy [i=caw@res55551479.rh.rit.edu] has quit [Client Quit]
13:39 -!- Nanoo [n=Nano@95-89-198-45-dynip.superkabel.de] has joined #go-nuts
13:42 -!- scm_ [i=justme@c133024.adsl.hansenet.de] has joined #go-nuts
13:53 -!- scm [i=justme@d018140.adsl.hansenet.de] has quit [Read error: 110
(Connection timed out)]
14:06 -!- skelterjohn [n=jasmuth@c-76-116-176-34.hsd1.nj.comcast.net] has joined
#go-nuts
14:09 -!- p0g0 [n=pogo@unaffiliated/p0g0] has quit [Read error: 110 (Connection
timed out)]
14:09 -!- Peter` [n=peter@92.254.21.251] has quit [Read error: 60 (Operation timed
out)]
14:09 -!- p0g0 [n=pogo@unaffiliated/p0g0] has joined #go-nuts
14:11 -!- lazzurs [n=lazzurs@77.74.198.235] has quit [Remote closed the
connection]
14:11 -!- lazzurs [n=lazzurs@77.74.198.235] has joined #go-nuts
14:11 -!- r2p2 [n=billy@v32671.1blu.de] has left #go-nuts []
14:11 -!- r2p2 [n=billy@v32671.1blu.de] has joined #go-nuts
14:13 -!- Peter` [n=peter@92.254.21.251] has joined #go-nuts
14:19 -!- binaryjohn [n=binaryjo@cpe-24-30-132-50.san.res.rr.com] has joined
#go-nuts
14:20 -!- lemmo [n=unknown@f055251140.adsl.alicedsl.de] has joined #go-nuts
14:30 -!- Fraeon [n=kzer-za@e212-246-65-153.elisa-laajakaista.fi] has joined
#go-nuts
14:39 -!- mitchellh [n=mitchell@c-71-231-140-22.hsd1.wa.comcast.net] has joined
#go-nuts
14:43 -!- Kibiz0r [n=Adium@wndsnyhed01-pool1-a130.wndsny.tds.net] has left
#go-nuts []
14:43 -!- p0g0 [n=pogo@unaffiliated/p0g0] has quit ["x"]
14:46 -!- iant [n=iant@adsl-71-133-8-30.dsl.pltn13.pacbell.net] has quit [Read
error: 110 (Connection timed out)]
14:47 -!- BMeph [n=black_me@65.103.151.24] has quit [Read error: 110 (Connection
timed out)]
14:47 -!- p0g0 [n=pogo@unaffiliated/p0g0] has joined #go-nuts
14:56 -!- jb55 [n=jb55@64.231.41.97] has joined #go-nuts
14:59 -!- decriptor [n=decripto@53.250.sfcn.org] has joined #go-nuts
15:00 -!- iant [n=iant@67.218.102.60] has joined #go-nuts
15:00 -!- mode/#go-nuts [+v iant] by ChanServ
15:00 -!- kota1111 [n=kota1111@gw2.kbmj.jp] has quit ["Leaving..."]
15:04 -!- aarapov [n=aarapov@nat/redhat/x-bdunugepeayourok] has quit ["Leaving."]
15:04 -!- AmirMohammad [n=amir@unaffiliated/gluegadget] has quit ["leaving"]
15:05 -!- slashus2 [n=slashus2@74-137-26-8.dhcp.insightbb.com] has joined #go-nuts
15:13 -!- Vova [n=Vova@80.178.0.93.adsl.012.net.il] has joined #go-nuts
15:14 -!- Anders [n=Anders@c83-253-2-206.bredband.comhem.se] has joined #go-nuts
15:14 -!- rakd [n=rakd@219.117.252.7.static.zoot.jp] has joined #go-nuts
15:22 -!- tsuwabuk_ [n=tsuwabuk@FLH1Aav065.kyt.mesh.ad.jp] has quit ["Leaving..."]
15:28 -!- jA_cOp [n=yakobu@ti0043a380-0545.bb.online.no] has joined #go-nuts
15:34 -!- Xera^ [n=lol@87-194-208-246.bethere.co.uk] has joined #go-nuts
15:40 -!- lmoura [n=lauromou@200.184.118.130] has joined #go-nuts
15:43 -!- idea_squirrel [n=ct2rips@77-21-29-156-dynip.superkabel.de] has joined
#go-nuts
15:44 < dho> morning.
15:45 -!- andern [n=NA@55.84-234-230.customer.lyse.net] has quit [Read error: 104
(Connection reset by peer)]
15:47 -!- dajero [n=dajero@cp834233-a.gelen1.lb.home.nl] has quit [Read error: 110
(Connection timed out)]
15:47 -!- Whtiger [n=josh@c-68-60-92-33.hsd1.mi.comcast.net] has quit [Read error:
110 (Connection timed out)]
15:48 -!- andern [n=NA@55.84-234-230.customer.lyse.net] has joined #go-nuts
15:48 -!- rexim [n=rexim@91.204.184.177] has joined #go-nuts
15:50 -!- DerHorst [n=Horst@e176096057.adsl.alicedsl.de] has joined #go-nuts
15:52 -!- slashus2 [n=slashus2@74-137-26-8.dhcp.insightbb.com] has quit []
15:54 -!- lmoura [n=lauromou@200.184.118.130] has quit [Remote closed the
connection]
15:55 -!- kanru [n=kanru@61-228-148-113.dynamic.hinet.net] has quit ["WeeChat
0.3.1-dev"]
15:56 -!- kanru [n=kanru@61-228-148-113.dynamic.hinet.net] has joined #go-nuts
15:58 -!- r2p2 [n=billy@v32671.1blu.de] has left #go-nuts []
16:00 -!- kaib [n=kaib@c-76-102-52-156.hsd1.ca.comcast.net] has joined #go-nuts
16:01 -!- mode/#go-nuts [+v kaib] by ChanServ
16:03 -!- decriptor [n=decripto@53.250.sfcn.org] has quit [Read error: 113 (No
route to host)]
16:03 -!- chaynie [n=cary@66-162-19-138.static.twtelecom.net] has quit [Remote
closed the connection]
16:04 -!- kanru [n=kanru@61-228-148-113.dynamic.hinet.net] has quit ["WeeChat
0.3.1-dev"]
16:04 -!- kanru [n=kanru@61-228-148-113.dynamic.hinet.net] has joined #go-nuts
16:05 -!- kanru [n=kanru@61-228-148-113.dynamic.hinet.net] has quit [Client Quit]
16:06 -!- kanru [n=kanru@61-228-148-113.dynamic.hinet.net] has joined #go-nuts
16:08 -!- pdusen [n=pdusen@crob4-55.flint.umich.edu] has joined #go-nuts
16:08 -!- Whtiger [n=josh@c-68-60-92-33.hsd1.mi.comcast.net] has joined #go-nuts
16:08 -!- lmoura [n=lauromou@200.184.118.130] has joined #go-nuts
16:09 -!- Netsplit kornbluth.freenode.net <-> irc.freenode.net quits:
alexsuraci, Null_, evilhackerdude, Innominate, drhodes, Xera^, ztzg__, exch_,
KiNgMaR, jamuraa, (+297 more, use /NETSPLIT to show all of them)
16:11 -!- Netsplit over, joins: reppie, +danderson, kanru, alexsuraci, Sungem,
triplez, Boggy-B, KiNgMaR, RooTer, senneth (+28 more)
16:12 -!- Vova [n=Vova@80.178.0.93.adsl.012.net.il] has joined #go-nuts
16:12 -!- jb55 [n=jb55@64.231.41.97] has joined #go-nuts
16:12 -!- p0g0 [n=pogo@unaffiliated/p0g0] has joined #go-nuts
16:12 -!- afurlan [n=afurlan@scorpion.mps.com.br] has joined #go-nuts
16:12 -!- Meidor [n=quassel@cl-936.ams-05.nl.sixxs.net] has joined #go-nuts
16:12 -!- albino [n=albino@69.12.222.214] has joined #go-nuts
16:12 -!- daed [i=daed@countercultured.net] has joined #go-nuts
16:12 -!- zidoh [n=bjornar@pyrrophlagalon.nithia.net] has joined #go-nuts
16:12 -!- kve [i=zaknifar@81.22.244.218] has joined #go-nuts
16:12 -!- spikebike [n=bill@209.237.247.72] has joined #go-nuts
16:12 -!- bjorn` [i=bjorn@archlinux.no] has joined #go-nuts
16:12 -!- e1f [n=user@141.117.1.155] has joined #go-nuts
16:12 -!- reiko [n=reiko@74.125.121.33] has joined #go-nuts
16:12 -!- Bowel [n=orange@c-83-233-7-55.cust.bredband2.com] has joined #go-nuts
16:12 -!- itorres [n=itorres@gandi.bedynamic.net] has joined #go-nuts
16:12 -!- bengl [n=benglish@oasis.nexus.carleton.ca] has joined #go-nuts
16:12 -!- yiyus [i=12427124@je.je.je] has joined #go-nuts
16:12 -!- viirya [n=viirya@cml506-25.csie.ntu.edu.tw] has joined #go-nuts
16:12 -!- kuroneko [n=chris@yayoi.xware.cx] has joined #go-nuts
16:12 -!- dpb [n=dpb@unaffiliated/dpb] has joined #go-nuts
16:12 -!- mjard [n=k@70.114.138.168] has joined #go-nuts
16:12 -!- Xavier [i=kintoen@bitchx/dev/eth0] has joined #go-nuts
16:12 -!- Norgg [n=norgg@norgg.org] has joined #go-nuts
16:12 -!- cpach [n=FOO@c-e2a472d5.031-102-73746f34.cust.bredbandsbolaget.se] has
joined #go-nuts
16:12 -!- anticw [n=anticw@76.126.87.56] has joined #go-nuts
16:12 -!- strlen [n=alex@208.83.221.26] has joined #go-nuts
16:12 -!- nsz [i=nsz@79.172.201.187] has joined #go-nuts
16:12 -!- soul9 [n=none@unaffiliated/johnnybuoy] has joined #go-nuts
16:12 -!- cworth [n=cworth@82.165.184.25] has joined #go-nuts
16:12 -!- smcq [n=smcq@smcq.net] has joined #go-nuts
16:12 -!- Hong_MinHee [n=dahlia@211.239.163.54] has joined #go-nuts
16:12 -!- lifeless [n=robertc@ppp245-86.static.internode.on.net] has joined
#go-nuts
16:12 -!- Fatal [i=fatal@debian.as] has joined #go-nuts
16:12 -!- jaxdahl [i=foobar@cpe-70-112-126-227.austin.res.rr.com] has joined
#go-nuts
16:12 -!- bakkdoor [n=bakkdoor@s15229144.onlinehome-server.info] has joined
#go-nuts
16:12 -!- evilhackerdude [n=stephan@78.46.203.42] has joined #go-nuts
16:12 -!- TheDracle [n=jthomas@72-254-127-105.hq.ibahn.com] has joined #go-nuts
16:12 -!- madmoose [n=madmoose@chef.nerp.net] has joined #go-nuts
16:12 -!- bluszcz [n=bluszcz@static.144.74.47.78.clients.your-server.de] has
joined #go-nuts
16:12 -!- vcgomes [n=vcgomes@li17-238.members.linode.com] has joined #go-nuts
16:13 -!- lmoura [n=lauromou@200.184.118.130] has joined #go-nuts
16:13 -!- Whtiger [n=josh@c-68-60-92-33.hsd1.mi.comcast.net] has joined #go-nuts
16:13 -!- pdusen [n=pdusen@crob4-55.flint.umich.edu] has joined #go-nuts
16:13 -!- kaib [n=kaib@c-76-102-52-156.hsd1.ca.comcast.net] has joined #go-nuts
16:13 -!- DerHorst [n=Horst@e176096057.adsl.alicedsl.de] has joined #go-nuts
16:13 -!- rexim [n=rexim@91.204.184.177] has joined #go-nuts
16:13 -!- andern [n=NA@55.84-234-230.customer.lyse.net] has joined #go-nuts
16:13 -!- idea_squirrel [n=ct2rips@77-21-29-156-dynip.superkabel.de] has joined
#go-nuts
16:13 -!- Xera^ [n=lol@87-194-208-246.bethere.co.uk] has joined #go-nuts
16:13 -!- jA_cOp [n=yakobu@unaffiliated/ja-cop/x-9478493] has joined #go-nuts
16:13 -!- rakd [n=rakd@219.117.252.7.static.zoot.jp] has joined #go-nuts
16:13 -!- Anders [n=Anders@c83-253-2-206.bredband.comhem.se] has joined #go-nuts
16:13 -!- iant [n=iant@67.218.102.60] has joined #go-nuts
16:13 -!- mitchellh [n=mitchell@c-71-231-140-22.hsd1.wa.comcast.net] has joined
#go-nuts
16:13 -!- Fraeon [n=kzer-za@e212-246-65-153.elisa-laajakaista.fi] has joined
#go-nuts
16:13 -!- lemmo [n=unknown@f055251140.adsl.alicedsl.de] has joined #go-nuts
16:13 -!- binaryjohn [n=binaryjo@cpe-24-30-132-50.san.res.rr.com] has joined
#go-nuts
16:13 -!- Peter` [n=peter@92.254.21.251] has joined #go-nuts
16:13 -!- lazzurs [n=lazzurs@77.74.198.235] has joined #go-nuts
16:13 -!- skelterjohn [n=jasmuth@c-76-116-176-34.hsd1.nj.comcast.net] has joined
#go-nuts
16:13 -!- scm [i=justme@c133024.adsl.hansenet.de] has joined #go-nuts
16:13 -!- Nanoo [n=Nano@95-89-198-45-dynip.superkabel.de] has joined #go-nuts
16:13 -!- chickamade [n=chickama@123.16.87.162] has joined #go-nuts
16:13 -!- h4xOr [n=prudhvi@aldebaran.surapaneni.in] has joined #go-nuts
16:13 -!- tav [n=tav@78.145.25.137] has joined #go-nuts
16:13 -!- exitstate [n=xorl@xorl.xen.prgmr.com] has joined #go-nuts
16:13 -!- tor7 [n=tor@c-987a71d5.04-50-6c756e10.cust.bredbandsbolaget.se] has
joined #go-nuts
16:13 -!- Zaba [n=zaba@about/goats/billygoat/zaba] has joined #go-nuts
16:13 -!- Rob_Russell [n=chatzill@206-248-157-156.dsl.teksavvy.com] has joined
#go-nuts
16:13 -!- GeoBSD [n=geocalc@lns-bzn-28-82-250-129-199.adsl.proxad.net] has joined
#go-nuts
16:13 -!- hcatlin [n=hcatlin@host81-154-246-241.range81-154.btcentralplus.com] has
joined #go-nuts
16:13 -!- scoeri [n=jdekoste@prog.vub.ac.be] has joined #go-nuts
16:13 -!- AndrewBC [n=Andrew@97.93.242.12] has joined #go-nuts
16:13 -!- drry [n=drry@unaffiliated/drry] has joined #go-nuts
16:13 -!- atsampson [n=ats@94-193-50-45.zone7.bethere.co.uk] has joined #go-nuts
16:13 -!- sladegen [n=nemo@unaffiliated/sladegen] has joined #go-nuts
16:13 -!- MadMethod [n=Method@unaffiliated/method] has joined #go-nuts
16:13 -!- uxp [n=uxp@uxp.dsl.xmission.com] has joined #go-nuts
16:13 -!- bsod2_ [n=bsod@springbank.echomania.com] has joined #go-nuts
16:13 -!- syd_ [n=sydcogs@118.127.19.220] has joined #go-nuts
16:13 -!- jlouis_ [i=jlouis@130.225.165.29] has joined #go-nuts
16:13 -!- scyth_ [n=scyth@rots.in.rs] has joined #go-nuts
16:13 -!- halfdan_ [n=halfdan@p57A9790A.dip.t-dialin.net] has joined #go-nuts
16:13 -!- gnuvince [n=vince@64.235.207.85] has joined #go-nuts
16:13 -!- inittab- [n=dlbeer@ip-118-90-54-50.xdsl.xnet.co.nz] has joined #go-nuts
16:13 -!- kaigan|work
[n=kaigan@c-8290e255.1411-10-64736c14.cust.bredbandsbolaget.se] has joined
#go-nuts
16:13 -!- sliceofpi [n=sliceofp@c-98-197-1-232.hsd1.tx.comcast.net] has joined
#go-nuts
16:13 -!- m-takagi [n=m-takagi@linode.m-takagi.jp] has joined #go-nuts
16:13 -!- Cyanure [n=cyanure@212-198-164-142.rev.numericable.fr] has joined
#go-nuts
16:13 -!- ServerMode/#go-nuts [+vv kaib iant] by irc.freenode.net
16:13 -!- ShadowIce [n=pyoro@unaffiliated/shadowice-x841044] has joined #go-nuts
16:13 -!- rog [n=rog@92.28.217.99] has joined #go-nuts
16:13 -!- exn [n=exn@195.49.206.202] has joined #go-nuts
16:13 -!- StDan [n=danielb@124-197-59-227.callplus.net.nz] has joined #go-nuts
16:13 -!- fenicks [n=christia@log77-4-82-246-228-78.fbx.proxad.net] has joined
#go-nuts
16:13 -!- spook327 [n=RevSpook@173-31-200-13.client.mchsi.com] has joined #go-nuts
16:13 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
16:13 -!- trickie [n=trickie@94.100.112.225] has joined #go-nuts
16:13 -!- lux` [n=lux@151.95.190.245] has joined #go-nuts
16:13 -!- JSharpe2 [n=jamie@5ad93956.bb.sky.com] has joined #go-nuts
16:13 -!- adante [n=adante@59.167.212.65] has joined #go-nuts
16:13 -!- vegai [n=vegai@archlinux/developer/vegai] has joined #go-nuts
16:13 -!- Kniht [n=kniht@c-68-58-17-177.hsd1.in.comcast.net] has joined #go-nuts
16:13 -!- rthc_ [n=rthc@rrcs-67-52-50-170.west.biz.rr.com] has joined #go-nuts
16:13 -!- rthc [n=rthc@rrcs-67-52-50-170.west.biz.rr.com] has joined #go-nuts
16:13 -!- melba [n=blee@unaffiliated/lazz0] has joined #go-nuts
16:13 -!- droid001 [n=g1@p4FDCA123.dip.t-dialin.net] has joined #go-nuts
16:13 -!- ContraSF [i=email@89.180.155.121] has joined #go-nuts
16:13 -!- Ortzinator [n=ortzinat@unaffiliated/ortzinator] has joined #go-nuts
16:13 -!- mycroftiv [n=infernus@h69-128-47-243.mdsnwi.dedicated.static.tds.net]
has joined #go-nuts
16:13 -!- adiabatic [n=adiabati@dsl-206-55-130-248.tstonramp.com] has joined
#go-nuts
16:13 -!- mbruce [n=bruce@d60-204-191.col.wideopenwest.com] has joined #go-nuts
16:13 -!- ulq [i=ulq@anapnea.net] has joined #go-nuts
16:13 -!- michaelh [n=mux@66-169-117-157.dhcp.ftwo.tx.charter.com] has joined
#go-nuts
16:13 -!- dju [i=dju@ip-39.net-80-236-37.suresnes.rev.numericable.fr] has joined
#go-nuts
16:13 -!- Adys [n=Adys@unaffiliated/adys] has joined #go-nuts
16:13 -!- ct [n=ct@fsf/member/ct] has joined #go-nuts
16:13 -!- amuck [n=amuck@h154.65.88.75.dynamic.ip.windstream.net] has joined
#go-nuts
16:13 -!- eno [n=eno@nslu2-linux/eno] has joined #go-nuts
16:13 -!- Knarfian [i=4c70014c@gateway/web/freenode/x-vqzerfsfutmrzxzr] has joined
#go-nuts
16:13 -!- shawn [n=shawn@208-78-98-92.slicehost.net] has joined #go-nuts
16:13 -!- plexdev [n=plexdev@li129-60.members.linode.com] has joined #go-nuts
16:13 -!- EddieRingle [n=EddieRin@64.233.242.70] has joined #go-nuts
16:13 -!- gnibbler [n=duckman@203-217-81-54.dyn.iinet.net.au] has joined #go-nuts
16:13 -!- jamuraa [n=jamuraa@c-24-118-48-176.hsd1.mn.comcast.net] has joined
#go-nuts
16:13 -!- rbancroft [n=rumble@S01060014bf54b5eb.cg.shawcable.net] has joined
#go-nuts
16:13 -!- sw4 [n=sw@193.126.212.28] has joined #go-nuts
16:13 -!- keeto [n=keeto@121.54.92.149] has joined #go-nuts
16:13 -!- nictuku [n=nnictuku@unaffiliated/nictuku] has joined #go-nuts
16:13 -!- tux21b [n=nnchrist@trujillo.srv.pocoo.org] has joined #go-nuts
16:13 -!- kimelto [n=kimelto@boulz.org] has joined #go-nuts
16:13 -!- hallsa_ [n=shane@miles.jfet.net] has joined #go-nuts
16:13 -!- ni| [n=james@c-24-34-220-147.hsd1.ma.comcast.net] has joined #go-nuts
16:13 -!- SRabbelier [n=SRabbeli@ip138-114-211-87.adsl2.static.versatel.nl] has
joined #go-nuts
16:13 -!- muzzy [i=muzzy@hack.fi] has joined #go-nuts
16:13 -!- hd_ [n=hd_@253.176.233.220.static.exetel.com.au] has joined #go-nuts
16:13 -!- Axman6 [n=Axman6@pdpc/supporter/student/Axman6] has joined #go-nuts
16:13 -!- ritolatu [n=ritolatu@dsl-olubrasgw1-fe54fb00-201.dhcp.inet.fi] has
joined #go-nuts
16:13 -!- wiretapped [n=leif@pony.noisebridge.net] has joined #go-nuts
16:13 -!- homa_rano [n=erice@LAPDANCE.MIT.EDU] has joined #go-nuts
16:13 -!- kmc [n=keegan@207.237.163.75] has joined #go-nuts
16:13 -!- analogue [n=analogue@toulouse.jfg-networks.net] has joined #go-nuts
16:13 -!- dho [n=dho@onager.omniti.com] has joined #go-nuts
16:13 -!- clearscreen [n=clearscr@e248070.upc-e.chello.nl] has joined #go-nuts
16:13 -!- [Pete_27] [n=noname@115.64.1.61] has joined #go-nuts
16:13 -!- KernelJ [n=cipherja@zone2.robinson.cam.ac.uk] has joined #go-nuts
16:13 -!- niekie_ [i=quasselc@CAcert/Assurer/niekie] has joined #go-nuts
16:13 -!- zz [i=fusion@193.104.228.25] has joined #go-nuts
16:13 -!- Robdgreat [i=rob@unaffiliated/robdgreat] has joined #go-nuts
16:13 -!- Rint_ [i=john@static-71-244-60-125.dllstx.fios.verizon.net] has joined
#go-nuts
16:13 -!- DJCapelis [n=djc@blender/coder/DJCapelis] has joined #go-nuts
16:13 -!- mpl [n=mpl@smgl.fr.eu.org] has joined #go-nuts
16:13 -!- tanamo [n=tanamo@125.252.70.230] has joined #go-nuts
16:13 -!- sahazel [n=sah@64.13.131.178] has joined #go-nuts
16:13 -!- Amaranth [n=travis@ubuntu/member/Amaranth] has joined #go-nuts
16:13 -!- KragenSitaker [n=kragen@panacea.canonical.org] has joined #go-nuts
16:13 -!- jdp [n=justin@ool-435238c0.dyn.optonline.net] has joined #go-nuts
16:13 -!- ivan` [n=ivan@unaffiliated/ivan/x-000001] has joined #go-nuts
16:13 -!- rup [i=Rupert@deathcoil.net] has joined #go-nuts
16:13 -!- tomaw_ [i=tomaw@freenode/staff/tomaw] has joined #go-nuts
16:13 -!- stalled [n=411@unaffiliated/stalled] has joined #go-nuts
16:13 -!- rhc_ [n=matt@qnan.org] has joined #go-nuts
16:13 -!- [dmp] [n=dennis@unaffiliated/dmp/x-546784] has joined #go-nuts
16:13 -!- Gussi [n=gussi@gussi.is] has joined #go-nuts
16:13 -!- tsung [n=jon@112.104.53.151] has joined #go-nuts
16:13 -!- scoopr [i=scoopr@et.vaan.osaa.fi] has joined #go-nuts
16:13 -!- shasbot [n=shasbot@ip70-171-218-55.tc.ph.cox.net] has joined #go-nuts
16:13 -!- mrd` [n=matthew@shinobi.dempsky.org] has joined #go-nuts
16:13 -!- Guest18155 [n=irc@209.17.191.58] has joined #go-nuts
16:13 -!- Fish-Work [n=Fish@86.65.182.194] has joined #go-nuts
16:13 -!- Raziel2p` [n=Raziel2p@ti0032a380-dhcp0316.bb.online.no] has joined
#go-nuts
16:13 -!- jepler [n=jepler@emc/developer/pdpc.active.jepler] has joined #go-nuts
16:13 -!- harja [n=maharj@castor.utu.fi] has joined #go-nuts
16:13 -!- werdan7 [i=w7@freenode/staff/wikimedia.werdan7] has joined #go-nuts
16:13 -!- ziyu4huang [n=ziyu_hua@220-133-3-82.HINET-IP.hinet.net] has joined
#go-nuts
16:13 -!- Innominate [n=sirrobin@cpe-071-077-041-139.nc.res.rr.com] has joined
#go-nuts
16:13 -!- mrmg [n=mrmg@spc2-bmly4-0-0-cust248.asfd.cable.virginmedia.com] has
joined #go-nuts
16:13 -!- jessta [n=jessta@li7-205.members.linode.com] has joined #go-nuts
16:13 -!- Solver [n=robert@capella.opentrend.net] has joined #go-nuts
16:13 -!- impl [i=impl@atheme/member/impl] has joined #go-nuts
16:13 -!- dg [i=dgl@d.cx] has joined #go-nuts
16:13 -!- shardz [i=samuel@ilo.staticfree.info] has joined #go-nuts
16:13 -!- Null_ [n=xxxx@216.40.38.232] has joined #go-nuts
16:13 -!- woremacx [n=woremacx@unaffiliated/woremacx] has joined #go-nuts
16:13 -!- nickjohnson [n=arachnid@coilette.notdot.net] has joined #go-nuts
16:13 -!- chrome [i=chrome@mars.stupendous.net] has joined #go-nuts
16:13 -!- tabo [n=tabot@camelot.tabo.pe] has joined #go-nuts
16:13 -!- idemal [n=idemal@penzance.fohost.net] has joined #go-nuts
16:13 -!- emilh_ [i=emil@Amanita.Update.UU.SE] has joined #go-nuts
16:13 -!- drhodes [n=none@209-20-72-61.slicehost.net] has joined #go-nuts
16:13 -!- kfx [n=kfx@location-b.madleet.net] has joined #go-nuts
16:13 -!- stesla [n=samuel@saffron.thoughtlocker.net] has joined #go-nuts
16:13 -!- sstangl [n=sean@BERLIN.RES.CMU.EDU] has joined #go-nuts
16:13 -!- lstoll [n=lstoll@randall.lstoll.net] has joined #go-nuts
16:13 -!- ukai [n=ukai@220.109.219.244] has joined #go-nuts
16:13 -!- akheron [n=akheron@lilja.asteriski.fi] has joined #go-nuts
16:13 -!- deufrai [n=deu@www.wardsback.org] has joined #go-nuts
16:13 -!- kevinwatt [i=kevin@59-125-147-75.HINET-IP.hinet.net] has joined #go-nuts
16:13 -!- talley [i=rs@CubeClub.hu] has joined #go-nuts
16:13 -!- eiro [n=marc@phear.org] has joined #go-nuts
16:13 -!- zum_ [n=jsykari@xdsl-83-150-88-4.nebulazone.fi] has joined #go-nuts
16:13 -!- vt100 [n=vt@cust125.179.113.38.dsl.g3telecom.net] has joined #go-nuts
16:13 -!- Esmil [n=esmil@4704ds1-gjp.0.fullrate.dk] has joined #go-nuts
16:13 -!- vhold [n=vhold@adsl-67-114-158-146.dsl.sntc01.pacbell.net] has joined
#go-nuts
16:13 -!- Spaghettini [n=Spaghett@vaxjo6.150.cust.blixtvik.net] has joined
#go-nuts
16:13 -!- JBeshir [n=namegduf@138-38-226-61.resnet.bath.ac.uk] has joined #go-nuts
16:13 -!- pwned [i=pwned@78.176.119.147] has joined #go-nuts
16:13 -!- lolsuper_ [n=super_@unaffiliated/lolsuper-/x-9881387] has joined
#go-nuts
16:13 -!- exch_ [n=nuada@h144170.upc-h.chello.nl] has joined #go-nuts
16:13 -!- rrr [i=rrr@gateway/gpg-tor/key-0x9230E18F] has joined #go-nuts
16:13 -!- beneth`_ [n=beneth`@beneth.fr] has joined #go-nuts
16:13 -!- quag [n=quag@121-98-81-61.bitstream.orcon.net.nz] has joined #go-nuts
16:13 -!- vincent_ [n=vincent@li89-236.members.linode.com] has joined #go-nuts
16:13 -!- borisc [n=borisc@borisc2.csbnet.se] has joined #go-nuts
16:13 -!- Diablo150 [n=Diablo15@ABordeaux-253-1-72-169.w83-200.abo.wanadoo.fr] has
joined #go-nuts
16:13 -!- rd1 [n=Administ@124-169-230-245.dyn.iinet.net.au] has joined #go-nuts
16:13 -!- Ycros [n=quassel@gnaw.yi.org] has joined #go-nuts
16:13 -!- murodese [n=James@203-59-51-137.dyn.iinet.net.au] has joined #go-nuts
16:13 -!- wm_eddie_ [n=wm_eddie@kanna.wm-eddie.info] has joined #go-nuts
16:13 -!- exDM69 [n=riku@entropy.fi] has joined #go-nuts
16:13 -!- bockmabe [n=B@miles.jfet.net] has joined #go-nuts
16:13 -!- wollw [n=dshere@75-101-22-68.dsl.dynamic.sonic.net] has joined #go-nuts
16:13 -!- Fringehead [n=fringe@c-24-126-235-188.hsd1.ga.comcast.net] has joined
#go-nuts
16:13 -!- roto [n=roto@64.79.202.154] has joined #go-nuts
16:13 -!- codemac [n=codemac@archlinux/developer/codemac] has joined #go-nuts
16:13 -!- bthomson [n=bthomson@c-69-255-188-5.hsd1.va.comcast.net] has joined
#go-nuts
16:13 -!- vt3 [n=a431824@m016020.ppp.asahi-net.or.jp] has joined #go-nuts
16:13 -!- crc [n=charlesc@c-68-80-139-0.hsd1.pa.comcast.net] has joined #go-nuts
16:13 -!- crakrjak [n=merc@rrcs-70-62-156-154.central.biz.rr.com] has joined
#go-nuts
16:13 -!- clip9 [i=tj@12.81-166-62.customer.lyse.net] has joined #go-nuts
16:13 -!- mikedee [n=quassel@91.111.23.128] has joined #go-nuts
16:13 -!- i3d [n=i3dmaste@74.125.59.65] has joined #go-nuts
16:13 -!- Altercation [n=Altercat@pdpc/supporter/active/altercation] has joined
#go-nuts
16:13 -!- Trey [n=trey@lopsa/board/Trey] has joined #go-nuts
16:13 -!- philips [n=brandon@opensuse/member/philips] has joined #go-nuts
16:13 -!- _mjburgess [n=michael@m1.mjburgess.co.uk] has joined #go-nuts
16:13 -!- cyt_ [n=cyt@li57-21.members.linode.com] has joined #go-nuts
16:13 -!- rullie [n=rullie@bas4-toronto47-1279405664.dsl.bell.ca] has joined
#go-nuts
16:13 -!- chipdude [i=chip@feather.perl6.nl] has joined #go-nuts
16:13 -!- K6HX [n=markv@c-76-126-161-201.hsd1.ca.comcast.net] has joined #go-nuts
16:13 -!- zeroXten [n=zeroXten@0x10.co.uk] has joined #go-nuts
16:13 -!- ztzg__ [n=dash@dslb-084-057-006-196.pools.arcor-ip.net] has joined
#go-nuts
16:13 -!- taruti [i=taruti@aoi.yi.org] has joined #go-nuts
16:13 -!- trez [n=trez@c-89-233-232-78.cust.bredband2.com] has joined #go-nuts
16:13 -!- eek [n=eivind@213-155-151-233.customer.teliacarrier.com] has joined
#go-nuts
16:13 -!- tokuhiro_______2 [n=tokuhiro@s230.GtokyoFL21.vectant.ne.jp] has joined
#go-nuts
16:13 -!- djm [n=djm@paludis/slacker/djm] has joined #go-nuts
16:13 -!- svanlund [n=david@79.99.2.92] has joined #go-nuts
16:13 -!- erikd [n=aphistic@otome.novustorm.com] has joined #go-nuts
16:13 -!- vhost- [n=kyle@kyleterry.com] has joined #go-nuts
16:13 -!- nathanielk [n=quassel@frigga.summersault.com] has joined #go-nuts
16:13 -!- eharmon [n=eharmon@74.204.161.105] has joined #go-nuts
16:13 -!- ac [i=foobar@174-21-106-55.tukw.qwest.net] has joined #go-nuts
16:13 -!- skerner [n=skerner@74.202.225.33] has joined #go-nuts
16:13 -!- tgall_foo [n=tgall@gentoo/developer/dr-who] has joined #go-nuts
16:13 -!- mpurcell|work [n=mpurcell@vpn.michaelpurcell.info] has joined #go-nuts
16:13 -!- jvogel [n=jonathan@friedpancakes.com] has joined #go-nuts
16:13 -!- highb [n=highb@shell.onid.oregonstate.edu] has joined #go-nuts
16:13 -!- Zeffrin [n=zeffrin@203.141.132.221.static.zoot.jp] has joined #go-nuts
16:13 -!- garbeam [n=arg@garbe.us] has joined #go-nuts
16:13 -!- mitsuhiko [n=mitsuhik@ubuntu/member/mitsuhiko] has joined #go-nuts
16:13 -!- msw [n=msw@66.192.95.199] has joined #go-nuts
16:13 -!- poe [n=poe@unaffiliated/poe] has joined #go-nuts
16:13 -!- ozzloy [n=ozzloy@unaffiliated/ozzloy] has joined #go-nuts
16:13 -!- BlunderBuss [n=BlunderB@12.54.221.117] has joined #go-nuts
16:13 -!- TenOfTen [n=TenOfTen@c-fd25e555.04-18-73746f10.cust.bredbandsbolaget.se]
has joined #go-nuts
16:13 -!- dj_ryan [n=ryan@c-67-160-202-4.hsd1.ca.comcast.net] has joined #go-nuts
16:13 -!- whiteley [n=bart@nat/novell/x-mvjknuwlfwrszfbb] has joined #go-nuts
16:13 -!- Exstatica [i=Exstatic@freenode/staff/exstatica] has joined #go-nuts
16:13 -!- xid [n=xid@narc.oti.cz] has joined #go-nuts
16:14 -!- skelterjohn [n=jasmuth@c-76-116-176-34.hsd1.nj.comcast.net] has quit []
16:14 -!- andern [n=NA@55.84-234-230.customer.lyse.net] has quit [Remote closed
the connection]
16:14 -!- andern [n=NA@55.84-234-230.customer.lyse.net] has joined #go-nuts
16:15 -!- stalled [n=411@unaffiliated/stalled] has quit [Excess Flood]
16:15 -!- decriptor [n=decripto@137.65.133.23] has joined #go-nuts
16:15 -!- stalled [n=411@unaffiliated/stalled] has joined #go-nuts
16:17 -!- hd_ [n=hd_@253.176.233.220.static.exetel.com.au] has quit [Read error:
54 (Connection reset by peer)]
16:19 -!- kanru [n=kanru@61-228-148-113.dynamic.hinet.net] has quit ["WeeChat
0.3.1-dev"]
16:19 -!- kanru [n=kanru@61-228-148-113.dynamic.hinet.net] has joined #go-nuts
16:25 -!- kaigan|work
[n=kaigan@c-8290e255.1411-10-64736c14.cust.bredbandsbolaget.se] has quit []
16:26 -!- iant [n=iant@67.218.102.60] has quit [Connection timed out]
16:27 -!- kaib [n=kaib@c-76-102-52-156.hsd1.ca.comcast.net] has quit []
16:31 -!- me____ [n=me@c-68-55-179-48.hsd1.md.comcast.net] has joined #go-nuts
16:36 -!- wollw [n=dshere@75-101-22-68.dsl.dynamic.sonic.net] has quit ["Lost
terminal"]
16:37 -!- me____ [n=me@c-68-55-179-48.hsd1.md.comcast.net] has quit [Read error:
104 (Connection reset by peer)]
16:39 -!- iant [n=iant@nat/google/x-ukqmhmzxtftbjxob] has joined #go-nuts
16:39 -!- mode/#go-nuts [+v iant] by ChanServ
16:44 -!- KinOfCain [n=KinOfCai@rrcs-64-183-61-2.west.biz.rr.com] has joined
#go-nuts
16:45 -!- rexim [n=rexim@91.204.184.177] has quit ["Ухожу я от вас (xchat 2.4.5
или старше)"]
16:47 -!- mitchellh [n=mitchell@c-71-231-140-22.hsd1.wa.comcast.net] has quit
["Leaving."]
16:47 -!- trickie [n=trickie@94.100.112.225] has quit [Read error: 113 (No route
to host)]
16:48 -!- skelterjohn [n=jasmuth@lawn-net168-in.rutgers.edu] has joined #go-nuts
16:49 -!- Adys [n=Adys@unaffiliated/adys] has quit ["I ♥ Unicode"]
16:53 -!- binaryjohn [n=binaryjo@cpe-24-30-132-50.san.res.rr.com] has quit []
16:53 -!- hcatlin [n=hcatlin@host81-154-246-241.range81-154.btcentralplus.com] has
quit ["peace in teh middle east"]
16:55 -!- wollw [n=dshere@75-101-22-68.dsl.dynamic.sonic.net] has joined #go-nuts
17:03 -!- iwikiwi_ [n=iwikiwi@202.3.77.126] has joined #go-nuts
17:05 -!- syd_ [n=sydcogs@118.127.19.220] has quit ["No Ping reply in 180
seconds."]
17:05 -!- me____ [n=me@c-68-55-179-48.hsd1.md.comcast.net] has joined #go-nuts
17:05 -!- syd [n=sydcogs@118.127.19.220] has joined #go-nuts
17:05 -!- teedex [n=teedex@204.14.155.161] has joined #go-nuts
17:06 -!- Venom_X [n=pjacobs@cpe-67-9-131-167.austin.res.rr.com] has joined
#go-nuts
17:08 -!- bakkdoor [n=bakkdoor@s15229144.onlinehome-server.info] has quit
["Serverwechsel"]
17:08 -!- atsampson [n=ats@94-193-50-45.zone7.bethere.co.uk] has quit [Remote
closed the connection]
17:08 -!- atsampso1 [n=ats@94-193-50-45.zone7.bethere.co.uk] has joined #go-nuts
17:08 -!- bakkdoor [n=bakkdoor@s15229144.onlinehome-server.info] has joined
#go-nuts
17:09 -!- itorres [n=itorres@gandi.bedynamic.net] has quit [Remote closed the
connection]
17:09 -!- itorres [n=itorres@gandi.bedynamic.net] has joined #go-nuts
17:11 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
17:12 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
17:14 -!- cworth [n=cworth@82.165.184.25] has quit [Remote closed the connection]
17:14 -!- leitaox [n=leitaox@189.20.94.66] has joined #go-nuts
17:14 -!- cworth [n=cworth@u15218177.onlinehome-server.com] has joined #go-nuts
17:14 -!- Fish-Work [n=Fish@86.65.182.194] has quit [Read error: 145 (Connection
timed out)]
17:15 -!- uxp_ [n=uxp@uxp.dsl.xmission.com] has joined #go-nuts
17:16 -!- Netsplit kornbluth.freenode.net <-> irc.freenode.net quits: uxp,
bsod2_, drry, scyth_, sladegen, jlouis_, sliceofpi, halfdan_, gnuvince, MadMethod,
(+2 more, use /NETSPLIT to show all of them)
17:17 -!- leitaox [n=leitaox@189.20.94.66] has quit [Client Quit]
17:18 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
17:18 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
17:18 -!- Kniht` [n=kniht@c-68-58-17-177.hsd1.in.comcast.net] has joined #go-nuts
17:18 -!- rbohn [n=chatzill@d103.digis.net] has joined #go-nuts
17:20 -!- Fish-Work [n=Fish@194.182.65-86.rev.gaoland.net] has joined #go-nuts
17:22 -!- melba [n=blee@unaffiliated/lazz0] has quit [Read error: 104 (Connection
reset by peer)]
17:22 -!- melba [n=blee@unaffiliated/lazz0] has joined #go-nuts
17:22 -!- bsod2 [n=bsod@springbank.echomania.com] has joined #go-nuts
17:23 -!- Kniht [n=kniht@c-68-58-17-177.hsd1.in.comcast.net] has quit [Success]
17:23 -!- Associat0r [n=Associat@h163153.upc-h.chello.nl] has joined #go-nuts
17:24 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
17:24 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
17:24 -!- lolsuper_ [n=super_@unaffiliated/lolsuper-/x-9881387] has quit [Read
error: 110 (Connection timed out)]
17:25 -!- poe [n=poe@unaffiliated/poe] has quit ["leaving"]
17:28 -!- xerox [n=xerox@unaffiliated/xerox] has joined #go-nuts
17:28 -!- __ed [i=bitch@anal-co.it] has quit [Read error: 60 (Operation timed
out)]
17:28 < rbohn> How do I get a struct from a file?  I'm trying to read qcow2
files.  The header has 32 and 64 bit ints.  I've created the corresponding type in
go.  Do I have to read the individual ints (or bytes) and fill in the struct?
17:29 -!- gnuvince [n=vince@64.235.207.85] has joined #go-nuts
17:29 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
17:31 -!- poul [n=pool@ip98-182-40-121.ri.ri.cox.net] has joined #go-nuts
17:32 -!- Hong_MinHee [n=dahlia@211.239.163.54] has quit [Read error: 104
(Connection reset by peer)]
17:32 < poul> extension?
17:33 < poul> extensions?
17:33 -!- poul [n=pool@ip98-182-40-121.ri.ri.cox.net] has quit [Client Quit]
17:34 -!- XniX23 [n=XniX23@89-212-10-29.dynamic.dsl.t-2.net] has joined #go-nuts
17:34 < tor7> rbohn: look at the encoding/binary package
17:35 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
17:36 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
17:37 < rbohn> Thanks tor7, just what I'm looking for.
17:37 -!- amacleod [n=amacleod@c-75-69-45-62.hsd1.ma.comcast.net] has joined
#go-nuts
17:38 -!- teedex [n=teedex@204.14.155.161] has quit [Remote closed the connection]
17:38 -!- __ed [i=bitch@anal-co.it] has quit [Read error: 60 (Operation timed
out)]
17:39 -!- kanru [n=kanru@61-228-148-113.dynamic.hinet.net] has quit ["WeeChat
0.3.1-dev"]
17:39 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
17:41 -!- chickamade [n=chickama@123.16.87.162] has quit ["Leaving"]
17:42 -!- jA_cOp [n=yakobu@unaffiliated/ja-cop/x-9478493] has quit ["Leaving"]
17:43 -!- teedex [n=teedex@204.14.155.161] has joined #go-nuts
17:44 -!- Hong_MinHee [n=dahlia@211.239.163.54] has joined #go-nuts
17:45 -!- lolsuper_ [n=super_@unaffiliated/lolsuper-/x-9881387] has joined
#go-nuts
17:45 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
17:46 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
17:49 -!- Venom_X [n=pjacobs@cpe-67-9-131-167.austin.res.rr.com] has quit []
17:50 -!- sliceofpi [n=sliceofp@c-98-197-1-232.hsd1.tx.comcast.net] has joined
#go-nuts
17:50 -!- inittab- [n=dlbeer@ip-118-90-54-50.xdsl.xnet.co.nz] has joined #go-nuts
17:50 -!- halfdan_ [n=halfdan@p57A9790A.dip.t-dialin.net] has joined #go-nuts
17:50 -!- scyth_ [n=scyth@rots.in.rs] has joined #go-nuts
17:50 -!- jlouis_ [i=jlouis@130.225.165.29] has joined #go-nuts
17:50 -!- MadMethod [n=Method@unaffiliated/method] has joined #go-nuts
17:50 -!- sladegen [n=nemo@unaffiliated/sladegen] has joined #go-nuts
17:50 -!- drry [n=drry@unaffiliated/drry] has joined #go-nuts
17:50 -!- AndrewBC [n=Andrew@97.93.242.12] has joined #go-nuts
17:52 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
17:52 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
17:58 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
17:58 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
17:58 -!- rafa7 [n=EasyScri@20151046015.user.veloxzone.com.br] has joined #go-nuts
17:59 -!- Venom_X [n=pjacobs@cpe-67-9-131-167.austin.res.rr.com] has joined
#go-nuts
18:04 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
18:04 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
18:04 -!- Zaba_ [n=zaba@about/goats/billygoat/zaba] has joined #go-nuts
18:09 -!- super__ [n=super_@unaffiliated/lolsuper-/x-9881387] has joined #go-nuts
18:10 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
18:11 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
18:11 -!- Zaba [n=zaba@about/goats/billygoat/zaba] has quit [Connection timed out]
18:13 -!- lolsuper_ [n=super_@unaffiliated/lolsuper-/x-9881387] has quit [Read
error: 110 (Connection timed out)]
18:17 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
18:17 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
18:17 -!- codedread [i=180dd699@gateway/web/freenode/x-vypxfftnuncnubqa] has
joined #go-nuts
18:19 -!- Zaba [n=zaba@ip102.148.adsl.wplus.ru] has joined #go-nuts
18:20 -!- Sungem [i=Sungem@114-45-233-102.dynamic.hinet.net] has quit [Client
Quit]
18:21 -!- Sungem [i=Sungem@114-45-233-102.dynamic.hinet.net] has joined #go-nuts
18:21 -!- DerHorst [n=Horst@e176096057.adsl.alicedsl.de] has quit ["Verlassend"]
18:23 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
18:23 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
18:26 -!- p0g0_ [n=pogo@unaffiliated/p0g0] has joined #go-nuts
18:27 -!- path[l] [n=path@115.240.19.58] has joined #go-nuts
18:27 -!- p0g0 [n=pogo@unaffiliated/p0g0] has quit [Read error: 110 (Connection
timed out)]
18:29 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
18:29 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
18:30 -!- rafa7 [n=EasyScri@20151046015.user.veloxzone.com.br] has quit [Read
error: 104 (Connection reset by peer)]
18:31 -!- Zaba_ [n=zaba@about/goats/billygoat/zaba] has quit [Connection timed
out]
18:33 -!- r2p2 [n=billy@v32671.1blu.de] has joined #go-nuts
18:35 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
18:36 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
18:39 < plexdev> http://is.gd/5h4Wt by [Ross Light] in go/ -- Added my name
to the AUTHORS and CONTRIBUTORS list
18:39 < plexdev> http://is.gd/5h4Ww by [Ross Light] in go/src/pkg/json/ --
json package: Fixed handling of nil values
18:42 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
18:42 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
18:42 -!- lolsuper_ [n=super_@unaffiliated/lolsuper-/x-9881387] has joined
#go-nuts
18:44 -!- GeoBSD [n=geocalc@lns-bzn-28-82-250-129-199.adsl.proxad.net] has quit
[Read error: 113 (No route to host)]
18:45 -!- teedex [n=teedex@204.14.155.161] has quit [Read error: 104 (Connection
reset by peer)]
18:46 -!- teedex [n=teedex@204.14.155.161] has joined #go-nuts
18:48 -!- q[mrw] [n=russd@willers.employees.org] has joined #go-nuts
18:48 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
18:48 -!- iwikiwi [n=iwikiwi@202.3.77.126] has quit ["I ascend to reality!"]
18:48 < q[mrw]> anyone working on a solaris port of go?
18:48 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
18:48 -!- p0g0_ [n=pogo@unaffiliated/p0g0] has quit [Read error: 113 (No route to
host)]
18:49 < dho> i would if a) I had a machine running solaris, b) I wasn't
still at least semi-committed to openbsd, and c) people wouldn't expect a sparc
port from me :)
18:49 < dho> If you've the expertise, I'm happy to guide you through porting
it.
18:49 -!- carllerche [n=carllerc@enginey-9.border1.sfo002.pnap.net] has joined
#go-nuts
18:51 -!- super__ [n=super_@unaffiliated/lolsuper-/x-9881387] has quit [Read
error: 110 (Connection timed out)]
18:54 -!- gasreaa [n=atwong@nat/slide/x-eptxcwjsubhjkmnf] has joined #go-nuts
18:54 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
18:54 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
18:56 -!- General1337 [n=support@71-84-247-187.dhcp.gldl.ca.charter.com] has
joined #go-nuts
18:58 -!- mkanat [n=mkanat@c-67-188-1-39.hsd1.ca.comcast.net] has joined #go-nuts
18:59 -!- carllerche [n=carllerc@enginey-9.border1.sfo002.pnap.net] has quit []
19:00 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
19:01 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
19:04 -!- binaryjohn [n=binaryjo@cpe-24-30-132-50.san.res.rr.com] has joined
#go-nuts
19:05 -!- super__ [n=super_@unaffiliated/lolsuper-/x-9881387] has joined #go-nuts
19:07 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
19:07 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
19:12 -!- Adys [n=Adys@unaffiliated/adys] has joined #go-nuts
19:13 -!- JBdiGriz [n=dbw@adsl-71-136-253-6.dsl.sndg02.pacbell.net] has joined
#go-nuts
19:13 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
19:13 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
19:13 -!- wobsite [n=ian@68-189-250-56.static.oxfr.ma.charter.com] has joined
#go-nuts
19:14 -!- lolsuper_ [n=super_@unaffiliated/lolsuper-/x-9881387] has quit [Read
error: 110 (Connection timed out)]
19:15 -!- XniX23 [n=XniX23@89-212-10-29.dynamic.dsl.t-2.net] has quit [Read error:
104 (Connection reset by peer)]
19:15 -!- Netsplit kornbluth.freenode.net <-> irc.freenode.net quits:
codedread, Knarfian
19:15 -!- XniX23 [n=XniX23@89-212-10-29.dynamic.dsl.t-2.net] has joined #go-nuts
19:19 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
19:19 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
19:23 -!- mitchellh [n=mitchell@microchip.dyn.cs.washington.edu] has joined
#go-nuts
19:24 -!- aarapov [n=aarapov@r2ah201.net.upc.cz] has joined #go-nuts
19:24 -!- mitchellh [n=mitchell@microchip.dyn.cs.washington.edu] has quit [Client
Quit]
19:25 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
19:26 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
19:30 -!- wobsite [n=ian@68-189-250-56.static.oxfr.ma.charter.com] has quit
[Remote closed the connection]
19:32 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
19:32 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
19:32 -!- mitchellh [n=mitchell@microchip.dyn.cs.washington.edu] has joined
#go-nuts
19:33 -!- Netsplit over, joins: Knarfian
19:34 -!- Zaba_ [n=zaba@about/goats/billygoat/zaba] has joined #go-nuts
19:37 -!- decriptor [n=decripto@137.65.133.23] has quit [Read error: 110
(Connection timed out)]
19:38 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
19:38 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
19:41 -!- iwikiwi [n=iwikiwi@202.3.77.160] has joined #go-nuts
19:42 -!- carllerche [n=carllerc@enginey-9.border1.sfo002.pnap.net] has joined
#go-nuts
19:44 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
19:44 -!- Zaba [n=zaba@about/goats/billygoat/zaba] has quit [Read error: 110
(Connection timed out)]
19:44 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
19:45 -!- codedread [i=81bc2119@gateway/web/freenode/x-pbjoxiigrfihodsl] has
joined #go-nuts
19:46 -!- Fish [n=Fish@78.238.225.114] has joined #go-nuts
19:46 -!- idea_squirrel [n=ct2rips@77-21-29-156-dynip.superkabel.de] has quit
["Verlassend"]
19:46 -!- binaryjohn [n=binaryjo@cpe-24-30-132-50.san.res.rr.com] has quit []
19:46 -!- Fish [n=Fish@78.238.225.114] has quit [Remote closed the connection]
19:47 -!- wollw [n=dshere@75-101-22-68.dsl.dynamic.sonic.net] has left #go-nuts []
19:48 -!- wollw [n=dshere@75-101-22-68.dsl.dynamic.sonic.net] has joined #go-nuts
19:48 -!- path[l] [n=path@115.240.19.58] has quit []
19:50 -!- teedex [n=teedex@204.14.155.161] has quit [Read error: 104 (Connection
reset by peer)]
19:51 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
19:51 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
19:51 -!- teedex [n=teedex@204.14.155.161] has joined #go-nuts
19:57 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
19:57 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
19:58 -!- KirkMcDonald [n=Kirk@pysoy/developer/KirkMcDonald] has joined #go-nuts
20:00 -!- pwned [i=pwned@78.176.119.147] has quit [Read error: 110 (Connection
timed out)]
20:03 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
20:03 -!- pwned [i=pwned@88.251.69.51] has joined #go-nuts
20:03 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
20:03 -!- afurlan [n=afurlan@scorpion.mps.com.br] has quit [Remote closed the
connection]
20:09 -!- General1337 [n=support@71-84-247-187.dhcp.gldl.ca.charter.com] has quit
[Read error: 104 (Connection reset by peer)]
20:09 -!- General1337 [n=support@71-84-247-187.dhcp.gldl.ca.charter.com] has
joined #go-nuts
20:10 -!- jlouis [i=jlouis@130.225.165.29] has joined #go-nuts
20:11 < plexdev> http://is.gd/5h975 by [Charles L. Dorian] in 5 subdirs of
go/src/cmd/ -- Continuation of issue 221 fix.  When 8g or 6g or 5g are called with
a
20:12 -!- addos [i=626523f4@gateway/web/freenode/x-dgvtaqxbvlnlhdnp] has joined
#go-nuts
20:13 -!- cworth [n=cworth@u15218177.onlinehome-server.com] has quit [Remote
closed the connection]
20:13 -!- cworth [n=cworth@u15218177.onlinehome-server.com] has joined #go-nuts
20:13 < addos> Does anyone have a simple example of how to read a file?
20:15 -!- santidhammo [n=santidha@82-171-79-22.ip.telfort.nl] has joined #go-nuts
20:15 -!- Gracenotes [n=person@wikipedia/Gracenotes] has joined #go-nuts
20:17 -!- jdp [n=justin@ool-435238c0.dyn.optonline.net] has quit [Remote closed
the connection]
20:18 -!- mitchellh [n=mitchell@microchip.dyn.cs.washington.edu] has quit
["Leaving."]
20:19 -!- Netsplit kornbluth.freenode.net <-> irc.freenode.net quits: drry,
scyth_, sladegen, jlouis_, halfdan_, sliceofpi, MadMethod, inittab-, AndrewBC
20:21 -!- cworth [n=cworth@u15218177.onlinehome-server.com] has quit [Remote
closed the connection]
20:21 -!- cworth [n=cworth@u15218177.onlinehome-server.com] has joined #go-nuts
20:23 -!- franksalim [n=frank@adsl-76-221-202-115.dsl.pltn13.sbcglobal.net] has
joined #go-nuts
20:27 -!- murodese [n=James@203-59-51-137.dyn.iinet.net.au] has quit [Read error:
104 (Connection reset by peer)]
20:28 <+iant> addos: ioutil.ReadFile(filename)
20:28 <+iant> well, that is in tip
20:30 < addos> hmm, I will take a look
20:31 -!- Netsplit over, joins: sliceofpi
20:31 -!- Method [n=Method@nat-3-135.snu.edu] has joined #go-nuts
20:31 -!- halfdan [n=halfdan@p57A9790A.dip.t-dialin.net] has joined #go-nuts
20:31 -!- inittab [n=dlbeer@ip-118-90-54-50.xdsl.xnet.co.nz] has joined #go-nuts
20:31 -!- Netsplit over, joins: AndrewBC, sladegen, scyth_
20:31 -!- Netsplit over, joins: drry
20:31 -!- smooge [n=smooge@198.202.202.21] has joined #go-nuts
20:40 -!- Fish [n=Fish@78.238.225.114] has joined #go-nuts
20:44 -!- santidhammo [n=santidha@82-171-79-22.ip.telfort.nl] has quit [Read
error: 104 (Connection reset by peer)]
20:46 -!- KernelJ [n=cipherja@zone2.robinson.cam.ac.uk] has quit [Excess Flood]
20:47 -!- THEGAME [n=cipherja@zone2.robinson.cam.ac.uk] has joined #go-nuts
20:47 -!- Surb [n=surb@unaffiliated/surb] has joined #go-nuts
20:48 -!- boscop_ [n=unknown@f055200178.adsl.alicedsl.de] has joined #go-nuts
20:54 -!- xerox [n=xerox@unaffiliated/xerox] has quit []
20:57 < plexdev> http://is.gd/5hb73 by [Roger Peppe] in go/src/pkg/rand/ --
Make the operations on the global rng thread safe.
20:58 -!- teedex [n=teedex@204.14.155.161] has quit [Read error: 54 (Connection
reset by peer)]
20:58 -!- mitchellh [n=mitchell@D-69-91-142-193.dhcp4.washington.edu] has joined
#go-nuts
20:58 -!- teedex [n=teedex@204.14.155.161] has joined #go-nuts
20:59 -!- boscop [n=unknown@f055251140.adsl.alicedsl.de] has quit [Connection
timed out]
21:01 -!- decriptor [n=decripto@53.250.sfcn.org] has joined #go-nuts
21:04 -!- iwikiwi [n=iwikiwi@202.3.77.160] has quit ["I ascend to reality!"]
21:07 -!- me____ [n=me@c-68-55-179-48.hsd1.md.comcast.net] has quit [Read error:
104 (Connection reset by peer)]
21:08 -!- tor5 [n=tor@c-987a71d5.04-50-6c756e10.cust.bredbandsbolaget.se] has
joined #go-nuts
21:09 -!- melba [n=blee@unaffiliated/lazz0] has quit ["MICROSOFT WORD IS A FUN
GAME"]
21:09 < scoeri> does anybody in here know if there is a setjump/longjump
alternative for Go?
21:10 < dho> not that i know of
21:10 < dho> what for
21:10 -!- pvandusen [n=pdusen@crob4-55.flint.umich.edu] has joined #go-nuts
21:10 < addos> I can't wait for more tutorials
21:10 < scoeri> im creating an interpreter on top of Go and I need it to
implement errorhandling
21:11 < scoeri> without that there is no way to escape the runtime stack
21:11 < scoeri> in case of an error
21:12 < tor5> runtime.Goexit
21:12 < scoeri> the solution i use now is running the actual interpreter in
a goroutine and killing it when i get an error
21:13 < scoeri> tor5: yeah, thats how i temporarily solved the problem now,
but that feels like cheating :)
21:14 < tor5> I always feel like I'm cheating when I use setjump...
21:15 < scoeri> also true
21:15 -!- xerox [n=xerox@unaffiliated/xerox] has joined #go-nuts
21:15 -!- mitchellh [n=mitchell@D-69-91-142-193.dhcp4.washington.edu] has quit
["Leaving."]
21:16 -!- mitchellh [n=mitchell@D-69-91-142-193.dhcp4.washington.edu] has joined
#go-nuts
21:17 -!- Nanoo [n=Nano@95-89-198-45-dynip.superkabel.de] has quit [Read error:
110 (Connection timed out)]
21:17 < scoeri> another question...  is there a way to force the compiler to
inline certain functions?
21:19 < skelterjohn> At this point I'm going to say no, but I have no actual
evidence
21:19 < skelterjohn> I am pretty sure that 6g does not inline anything, ever
21:19 < skelterjohn> (yet)
21:20 < skelterjohn> and i am a little less sure about the same thing for
gccgo
21:20 < scoeri> damn, that is going to be a serious performance bottleneck
for my vm
21:20 < skelterjohn> yes, for now.
21:21 < skelterjohn> I don't believe that an inline keyword is planned, like
C++ has
21:21 < skelterjohn> but i'm sure that, eventually, some inlining will be
done
21:21 -!- trutkin [n=trutkin@64.1.25.210.ptr.us.xo.net] has joined #go-nuts
21:22 * dho fixes build system mildly
21:24 < scoeri> i started programming go 4 days ago and i really like the
fact that i dont have to program java anymore if i want a garbage collected system
language
21:24 -!- trutkin [n=trutkin@64.1.25.210.ptr.us.xo.net] has left #go-nuts
["Leaving"]
21:24 -!- mkanat [n=mkanat@c-67-188-1-39.hsd1.ca.comcast.net] has quit ["Bye!"]
21:25 -!- mitchellh [n=mitchell@D-69-91-142-193.dhcp4.washington.edu] has quit
["Leaving."]
21:25 -!- smooge [n=smooge@198.202.202.21] has quit ["-ENOBRAIN"]
21:28 -!- pdusen [n=pdusen@crob4-55.flint.umich.edu] has quit [Read error: 110
(Connection timed out)]
21:35 -!- Adys [n=Adys@unaffiliated/adys] has quit [Remote closed the connection]
21:42 < skelterjohn> java is a systems language?
21:43 < dho> sure, if you write JNI
21:44 < kfx> :/
21:46 -!- asyncster [n=asyncste@206.169.213.106] has joined #go-nuts
21:46 -!- Fish [n=Fish@78.238.225.114] has quit [Remote closed the connection]
21:47 < asyncster> what's the best way to spawn a process, and get the
output as a string?
21:47 < asyncster> i.e the go equivalent of python's command.getoutput
21:50 < exch_> look at os.ForkExec or os.Exec
21:50 -!- amacleod [n=amacleod@c-75-69-45-62.hsd1.ma.comcast.net] has quit
[Connection timed out]
21:51 < skelterjohn> Yeah, nothing as simple as func GetOutput(prog string)
string
21:51 < skelterjohn> but you can hack it
21:51 < skelterjohn> I don't see a way to pipe output into a stream with the
current libraries
21:51 < asyncster> ForkExec takes a file as an arg
21:51 < asyncster> for stdout
21:52 < asyncster> is there a way to make a fake file that records
everything in a byte buffer?
21:53 < exch_> pass it the write end of os.Pipe() as the Stdout and/or
stderr fd's
21:53 <+iant> asyncster: if you use exec.Run you can pass exec.Pipe
21:53 < exch_> here's an exacmple of a call that retrieves the output in a
string buffer:
http://github.com/jteeuwen/go-app-pp/blob/master/src/builder.go#L176
21:53 < exch_> *example
21:53 < asyncster> sweet, tahnks
21:53 < asyncster> thanks*
21:55 < EddieRingle> anyone have good examples of using the net package for
a client?
21:55 < EddieRingle> I'm slowly figuring it out via the source code
21:55 < skelterjohn> I think there should be a library function to join
channels
21:56 < skelterjohn> ie func chain(in, out chan X) { go func() {for v :=
range in {out <- v} close(out) }(); }
21:57 -!- rlpeacock [n=user@146.115.38.3] has joined #go-nuts
21:58 -!- Zaba [n=zaba@ip102.148.adsl.wplus.ru] has joined #go-nuts
22:02 -!- Zaba_ [n=zaba@about/goats/billygoat/zaba] has quit [Read error: 110
(Connection timed out)]
22:05 -!- rbohn [n=chatzill@d103.digis.net] has quit ["ChatZilla 0.9.85 [Firefox
3.5.5/20091102152451]"]
22:09 -!- aho [n=nya@e181178051.adsl.alicedsl.de] has joined #go-nuts
22:11 < addos> how do you get the first value returned by a function that
returns multiple values?
22:11 < addos> test.go:8: multiple-value ioutil.ReadFile() in single-value
context
22:12 < xerox> x, _ ...
22:14 -!- tomestla [n=tom@78.251.229.30] has joined #go-nuts
22:14 < plexdev> http://is.gd/5heH9 by [Russ Cox] in 2 subdirs of go/ --
doc: split contribute.html into code.html and contribute.html
22:15 < addos> wtf
22:15 < addos> I guess I will wait till there is better documentation
22:15 < dagle> addos: x, _ = ioutil.ReadFile() something.
22:16 < dagle> Saves first value in x and discards the other.
22:16 < addos> I think I am having problems with the type of variable x is
22:16 < addos> it complains
22:16 < dagle> Can you paste the code on a pastebin and show?
22:16 < dagle> (if you do want help)
22:17 < addos> well, I do, but I feel kinda stupid having to ask
22:17 < addos> :)
22:17 < addos> since this is all basic stuff, I would sorta guess
22:18 < skelterjohn> That's why the internet is great.  You don't have to
look anyone in the eye as you ask a stupid question.
22:18 < addos> ha
22:18 < addos> I'm guessing it is because my variable x, isn't some kind of
byte array or something
22:19 < skelterjohn> do a pastebin, like dagle suggested
22:19 < skelterjohn> We need more context to know what might be wrong.
22:19 < addos> http://pastebin.com/m45b1c981
22:19 < addos> nothing complicated
22:20 < addos> just trying to read a file basically
22:20 < addos> est.go:9: cannot assign type []uint8 to test (type string)
22:20 < skelterjohn> you didn't give a type to test
22:20 < dagle> addos: Use := or difne test.
22:20 < skelterjohn> var test string;
22:20 < dagle> define*
22:20 -!- Anders [n=Anders@c83-253-2-206.bredband.comhem.se] has quit ["Leaving"]
22:21 < addos> so test is a string, but ReadFile returns a unit8?
22:21 < addos> uint8
22:21 < skelterjohn> so "var test = "";" makes sense?  didn't realize that
22:21 < skelterjohn> but yeah - there is no implicit type conversion
22:21 < addos> := seemed to work
22:22 < skelterjohn> := will have test be whatever type is returned as the
first part of ReadFile
22:22 < addos> test,_ := ioutil.ReadFile("Make.conf") somehow worked
22:22 < skelterjohn> and %s likes []uint8
22:22 -!- aarapov [n=aarapov@r2ah201.net.upc.cz] has quit ["Leaving."]
22:24 < addos> why would you not want = to do the same thing as :=, when the
variable isn't defined?
22:24 < addos> is it to help catch typos or something?
22:26 -!- sm [n=sm@cpe-76-173-194-242.socal.res.rr.com] has joined #go-nuts
22:26 < sm> hi all..  will close down goupdatesbot in #go-updates soonish
unless there is outcry
22:30 < skelterjohn> because then the compiler knows whether or not it has
to infer the type
22:30 < skelterjohn> and doesn't have to look up lots of stuff
22:30 -!- teedex [n=teedex@204.14.155.161] has quit [Connection reset by peer]
22:30 -!- teedex [n=teedex@204.14.155.161] has joined #go-nuts
22:31 < plexdev> http://is.gd/5hfqi by [Rob Pike] in go/src/pkg/os/ --
syscalls can return negative i/o counts.  fix bugs in ReadAt and WriteAt not to
include
22:31 < plexdev> http://is.gd/5hfqo by [Roger Peppe] in go/src/pkg/rand/ --
added benchmarks to rand_test.go;
22:31 < skelterjohn> also http://pastebin.com/m478b1004
22:31 < skelterjohn> this will behave differently if you use := vs =
22:32 < addos> hmm
22:33 < addos> I guess I will revisit this some more tomorrow
22:33 < addos> thanks for your help
22:33 < dho> sm: see comment there.
22:33 -!- Adys [n=Adys@unaffiliated/adys] has joined #go-nuts
22:33 -!- addos [i=626523f4@gateway/web/freenode/x-dgvtaqxbvlnlhdnp] has quit
["Page closed"]
22:33 < asyncster> is there something wrong with this line (my program
doesn't get past it): pid,_:= os.ForkExec("ls", nil, os.Environ(),
"/home/Mike/workspace/domaintest", []*os.File{nil, nil, nil});
22:34 -!- ayo [n=nya@g226201055.adsl.alicedsl.de] has joined #go-nuts
22:34 -!- mitchellh [n=mitchell@c-71-231-140-22.hsd1.wa.comcast.net] has joined
#go-nuts
22:34 < exch_> 'ls' may not be sufficient as path to the program.  specify
the full path: /bin/ls or /usr/bin/ls or whatever it may be
22:35 < asyncster> yeah that was it
22:35 < asyncster> thanks
22:37 < skelterjohn> ah this guy "Helmar" trolling go-nuts...  great stuff
22:37 < dagle> Huh?  On the ML?
22:38 < skelterjohn> oops yes, the ML, not the irc channel :)
22:39 < sladegen> SML
22:40 -!- manuelzs [n=manuelzs@190.157.86.9] has joined #go-nuts
22:43 -!- Amaranth [n=travis@ubuntu/member/Amaranth] has quit ["Ex-Chat"]
22:45 -!- ShadowIce [n=pyoro@unaffiliated/shadowice-x841044] has quit
["Verlassend"]
22:47 < plexdev> http://is.gd/5hg7I by [Russ Cox] in go/doc/ --
doc/contribute: try to make it clearer that you send a review with hg mail, not hg
submit.
22:47 < plexdev> http://is.gd/5hg7M by [Russ Cox] in go/ -- hgtags: tag
release.2009-12-07 (where gccgo is)
22:53 -!- aho [n=nya@e181178051.adsl.alicedsl.de] has quit [Read error: 110
(Connection timed out)]
22:56 -!- TheDracle [n=jthomas@72-254-127-105.hq.ibahn.com] has quit [Remote
closed the connection]
22:56 -!- Amaranth [n=travis@ubuntu/member/Amaranth] has joined #go-nuts
22:57 -!- rog [n=rog@92.28.217.99] has quit []
22:59 -!- skelterjohn [n=jasmuth@lawn-net168-in.rutgers.edu] has quit []
22:59 -!- Venom_X_ [n=pjacobs@cpe-67-9-131-167.austin.res.rr.com] has joined
#go-nuts
23:01 -!- decriptor [n=decripto@53.250.sfcn.org] has quit [Read error: 113 (No
route to host)]
23:04 -!- rafa7 [n=EasyScri@20151046015.user.veloxzone.com.br] has joined #go-nuts
23:05 < plexdev> http://is.gd/5hh8T by [Russ Cox] in go/ -- hgtags: add
release pointing at 2009-12-09's checkin.
23:06 < plexdev> http://is.gd/5hh8W by [Russ Cox] in go/ -- hgtags: looks
like they have to be full hashes
23:06 < plexdev> http://is.gd/5hh92 by [Russ Cox] in go/ -- hgtags: add
release tag, again.
23:06 < plexdev> http://is.gd/5hhbh by [Ken Thompson] in 2 subdirs of
go/src/ -- install copy predefined
23:06 < plexdev> http://is.gd/5hhbk by [Ken Thompson] in go/src/pkg/runtime/
-- bug in copy
23:06 < plexdev> http://is.gd/5hhbs by [Russ Cox] in go/ --
release.2009-11-17: tag as of earlier this evening
23:06 < plexdev> http://is.gd/5hhbz by [Russ Cox] in 2 subdirs of
go/src/pkg/runtime/ -- runtime: two trivial but important bug fixes
23:06 < plexdev> http://is.gd/5hhbK by [Ken Thompson] in go/src/cmd/gc/ --
allow copy to be used without a return value
23:06 < exch> ...
23:06 < plexdev> http://is.gd/5hhbT by [Rob Pike] in go/src/pkg/fmt/ -- add
a test for %+v in nested structures.
23:07 < exch> someone's busy
23:07 < plexdev> http://is.gd/5hhbV by [Russ Cox] in 3 subdirs of
go/src/pkg/runtime/ -- copy tweaks
23:07 < plexdev> http://is.gd/5hhc4 by [Russ Cox] in go/src/pkg/runtime/arm/
-- runtime: add ARM memmove
23:07 < plexdev> http://is.gd/5hhcp by [Trevor Strohman] in go/ -- Adds
Trevor Strohman to CONTRIBUTORS.
23:07 < plexdev> http://is.gd/5hhcz by [Russ Cox] in go/lib/codereview/ --
codereview: more attempts at robustness in the face of unexpected exceptions
23:07 < plexdev> http://is.gd/5hhd3 by [Evan Shaw] in go/ -- Adding my name
to authors/contributors.
23:07 < plexdev> http://is.gd/5hhdb by [Evan Shaw] in go/misc/kate/ -- Added
Kate syntax highlighting file.
23:07 < plexdev> http://is.gd/5hhdh by [Eden Li] in go/ -- Updated
AUTHORS/CONTRIBUTORS files according to
23:07 < plexdev> http://is.gd/5hhdw by [Eden Li] in go/src/cmd/cgo/ -- cgo
no longer translates function args that are void* into
23:07 -!- tor7 [n=tor@c-987a71d5.04-50-6c756e10.cust.bredbandsbolaget.se] has quit
[]
23:07 < plexdev> http://is.gd/5hhdB by [Devon H. O'Dell] in 7 subdirs of
go/src/ -- FreeBSD/i386 work
23:07 < plexdev> http://is.gd/5hhdW by [Russ Cox] in 2 subdirs of go/ --
make all.bash finish on FreeBSD
23:07 -!- Amaranth [n=travis@ubuntu/member/Amaranth] has quit [Read error: 54
(Connection reset by peer)]
23:07 < plexdev> http://is.gd/5hhe2 by [Devon H. O'Dell] in 2 subdirs of
go/src/pkg/runtime/ -- Add an intptr type to runtime; needed in FreeBSD
23:07 < plexdev> http://is.gd/5hher by [William Josephson] in go/ -- Update
legal.
23:07 < plexdev> http://is.gd/5hheC by [William Josephson] in go/src/ --
Missing flags for FreeBSD shared link as used by cgo in default build.
23:07 < plexdev> http://is.gd/5hhf0 by [William Josephson] in go/ -- Remove
unnecessary execute bits.
23:07 < plexdev> http://is.gd/5hhfc by [Russ Cox] in go/src/pkg/big/ -- big:
implement 386 assembly routines
23:08 < plexdev> http://is.gd/5hhfs by [Eden Li] in go/src/cmd/cgo/ --
Mangle C struct fields that happen to be named after Go keywords by prefixing them
with _.  Collisions with existing fields are resolved by prefixing the new Go
identifier with _ until it matches nothing else in the struct.
23:08 < plexdev> http://is.gd/5hhfJ by [Ian Lance Taylor] in go/doc/ -- On
32-bit x86, one should configure with --with-arch=.
23:08 < plexdev> http://is.gd/5hhfQ by [Adam Langley] in go/src/pkg/net/ --
net: remove race condition on Close.
23:08 < plexdev> http://is.gd/5hhge by [Rob Pike] in go/src/cmd/gc/ --
slicecopy was always using 16 (sizeof slice) for the size instead of size of
element.
23:08 < plexdev> http://is.gd/5hhgB by [Russ Cox] in 3 subdirs of
go/src/cmd/ -- ld: move interpreter string into first block of ELF file
23:08 < plexdev> http://is.gd/5hhgX by [Russ Cox] in go/src/cmd/gc/ -- gc:
allow implicit conversion of *[10]int -> []int
23:08 < plexdev> http://is.gd/5hhhf by [Rob Pike] in 3 subdirs of
go/src/pkg/runtime/ -- bugs in memmove:
23:08 < plexdev> http://is.gd/5hhhy by [Rob Pike] in 15 subdirs of go/ --
remove bytes.Copy
23:08 < plexdev> http://is.gd/5hhhW by [Rob Pike] in go/test/ -- test for
copy()
23:08 -!- tor5 [n=tor@c-987a71d5.04-50-6c756e10.cust.bredbandsbolaget.se] has quit
[]
23:08 < plexdev> http://is.gd/5hhi8 by [Russ Cox] in 2 subdirs of
go/src/cmd/ -- 6l, 8l: add trivial hash table for dynamic symbols
23:08 < plexdev> http://is.gd/5hhif by [Adam Langley] in
go/src/pkg/crypto/x509/ -- crypto/x509: add certificate support.
23:08 < plexdev> http://is.gd/5hhiq by [Adam Langley] in go/src/pkg/asn1/ --
asn1: add support for RawContent
23:08 < plexdev> http://is.gd/5hhiw by [Adam Langley] in
go/src/pkg/crypto/x509/ -- crypto/x509: RawContents -> RawContent
23:08 < plexdev> http://is.gd/5hhiE by [Devon H. O'Dell] in 6 subdirs of go/
-- More FreeBSD-touchups.  Thundercats are GOOOOO!
23:08 < plexdev> http://is.gd/5hhiQ by [Russ Cox] in
go/src/pkg/runtime/darwin/amd64/ -- runtime: fix bug on darwin/amd64 - bad g in
bsdthread_start
23:08 < plexdev> http://is.gd/5hhiZ by [Robert Griesemer] in go/doc/ --
Allow optional second expression in slice expressions.
23:09 < plexdev> http://is.gd/5hhj9 by [Rob Pike] in 2 subdirs of
go/src/pkg/ -- add bytes.IndexByte; common case we can make fast later.
23:09 < plexdev> http://is.gd/5hhjw by [Adam Langley] in go/src/pkg/big/ --
big: fix large division.
23:09 < plexdev> http://is.gd/5hhjE by [Rob Pike] in 2 subdirs of
go/src/pkg/ -- replace custom findByte with bytes.IndexByte
23:09 < plexdev> http://is.gd/5hhjR by [Rob Pike] in go/test/ -- - flip in
and out to exercise overlap check a little (could do better)
23:09 < plexdev> http://is.gd/5hhk6 by [Robert Griesemer] in 2 subdirs of
go/test/ -- bug219: parsing difficulties with 6g
23:09 < plexdev> http://is.gd/5hhkj by [Russ Cox] in 2 subdirs of
go/src/pkg/runtime/darwin/ -- runtime: mask signals during signal handler on OS X
23:09 < plexdev> http://is.gd/5hhku by [Rob Pike] in go/src/pkg/os/ --
os.ReadAt doesn't return EOF at EOF.
23:09 < plexdev> http://is.gd/5hhkC by [Ken Thompson] in go/src/cmd/goyacc/
-- put copy into goyacc
23:09 < plexdev> http://is.gd/5hhkL by [Russ Cox] in 4 subdirs of go/ --
build Make.deps during make.bash instead
23:09 < plexdev> http://is.gd/5hhkV by [Trevor Strohman] in 2 subdirs of
go/src/ -- Adds benchmark support to gotest.
23:09 < plexdev> http://is.gd/5hhl9 by [Robert Griesemer] in 6 subdirs of
go/src/ -- Permit omission of hi bound in slices.
23:09 < plexdev> http://is.gd/5hhlj by [Robert Griesemer] in
go/src/cmd/gofmt/ -- update test.sh for gofmt
23:09 < plexdev> http://is.gd/5hhlu by [Rob Pike] in go/src/pkg/regexp/ --
two easy optimizations for regexp:
23:09 < plexdev> http://is.gd/5hhlL by [Russ Cox] in go/src/cmd/gc/ -- gc:
reject large channel values at compile time
23:09 < plexdev> http://is.gd/5hhlY by [Russ Cox] in go/src/pkg/big/ -- big:
fix arm build - forgot how to spell JMP
23:09 < plexdev> http://is.gd/5hhma by [Evan Shaw] in
go/src/pkg/archive/tar/ -- archive/tar: Make Reader and Writer more closely follow
io.Reader and io.Writer interfaces
23:10 < plexdev> http://is.gd/5hhmv by [Michael Hoisie] in go/ -- Added my
name to the CONTRIBUTORS file
23:10 < plexdev> http://is.gd/5hhmF by [Michael Hoisie] in go/src/pkg/json/
-- Add json.Marshal to json package
23:10 < plexdev> http://is.gd/5hhmM by [James Meneghello] in go/ --
Contributions etc.
23:10 -!- gkmngrgn [n=gkmngrgn@78.183.58.226] has joined #go-nuts
23:10 < plexdev> http://is.gd/5hhn0 by [James Meneghello] in
go/src/pkg/template/ -- Map support for template.Execute().
23:10 < plexdev> http://is.gd/5hhnk by [Russ Cox] in go/src/ -- fix arm
build.
23:10 < plexdev> http://is.gd/5hhnu by [Russ Cox] in 2 subdirs of
go/src/pkg/ -- reflect fixes
23:10 < plexdev> http://is.gd/5hhnN by [Eden Li] in go/src/cmd/cgo/ -- cgo
now renders types with unknown size as [0]byte instead of raising a
23:10 < plexdev> http://is.gd/5hho4 by [Rob Pike] in go/src/pkg/regexp/ --
add a match arena to regexp to avoid generating garbage.
23:10 < plexdev> http://is.gd/5hhoi by [Russ Cox] in go/lib/codereview/ --
codereview: make hg sync work with Mercurial 1.4
23:10 < plexdev> http://is.gd/5hhop by [Russ Cox] in 2 subdirs of go/src/ --
cgo: allow .so in subdirectories
23:10 < plexdev> http://is.gd/5hhou by [Russ Cox] in go/test/bench/ --
test/bench revisions;
23:10 < plexdev> http://is.gd/5hhoT by [Russ Cox] in 6 subdirs of go/ --
x[lo:] - gc and runtime.
23:10 < plexdev> http://is.gd/5hhp9 by [Rob Pike] in go/src/pkg/fmt/ -- add
unimplemented %+ and % (space) flags to floating-point print.
23:10 < plexdev> http://is.gd/5hhpm by [Rob Pike] in go/src/pkg/regexp/ --
slight simplification made possible by the code now processing match states
23:10 < plexdev> http://is.gd/5hhpy by [Russ Cox] in go/lib/codereview/ --
codereview: handle UTF-8 in message descriptions
23:10 < plexdev> http://is.gd/5hhpL by [Rob Pike] in go/src/pkg/regexp/ --
fix build
23:11 < plexdev> http://is.gd/5hhpT by [Russ Cox] in 3 subdirs of go/ --
x[y:] for strings
23:11 < plexdev> http://is.gd/5hhq3 by [Russ Cox] in 59 subdirs of go/src/
-- gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
23:11 < plexdev> http://is.gd/5hhqj by [Robert Griesemer] in 2 subdirs of
go/src/pkg/ -- Support for basic try-catch style exception handling.
23:11 < dagle> omfg.
23:11 < plexdev> http://is.gd/5hhqz by [Devon H. O'Dell] in 3 subdirs of
go/src/pkg/runtime/freebsd/ -- FreeBSD's mcontext isn't exactly the same as
sigcontext, so
23:11 < plexdev> http://is.gd/5hhqF by [Russ Cox] in 2 subdirs of go/ --
gofmt -r 'α[β:len(α)] -> α[β:]' -w test/bench
23:11 < plexdev> http://is.gd/5hhqP by [William Josephson] in
go/src/pkg/runtime/freebsd/386/ -- Missed a reference to sc instead of mc in
157065.
23:11 < plexdev> http://is.gd/5hhrf by [Russ Cox] in 2 subdirs of go/src/ --
gofmt: add -r flag to rewrite source code according to pattern
23:11 < plexdev> http://is.gd/5hhrw by [Rob Pike] in go/doc/ -- mention
arrays of arrays and slices of slices
23:11 -!- r2p2 [n=billy@v32671.1blu.de] has left #go-nuts []
23:11 < plexdev> http://is.gd/5hhrH by [Adam Langley] in
go/src/pkg/crypto/tls/ -- crypto/tls: add initial client implementation.
23:11 < plexdev> http://is.gd/5hhrU by [Russ Cox] in go/src/cmd/8g/ -- 8g:
call throwindex for array out of bounds
23:11 < plexdev> http://is.gd/5hhs3 by [Rob Pike] in
go/src/pkg/testing/iotest/ -- Fix doc striing for NewReadLogger.
23:11 < plexdev> http://is.gd/5hhsb by [Rob Pike] in go/src/pkg/regexp/ --
fix bug in prefix code: must stop one character before any potential match of an
empty string
23:11 < plexdev> http://is.gd/5hhsm by [Russ Cox] in go/src/pkg/io/ --
io.ReadWriter: fix doc comment (ReadWrite -> ReadWriter)
23:12 < plexdev> http://is.gd/5hhsA by [Russ Cox] in 2 subdirs of go/src/ --
two more if(h<0) that gcc 4.3 -O2 miscompiles
23:12 < exch> righty.  going on ignore
23:12 < EddieRingle> why doesn't this channel have any ops?
23:12 <+danderson> don't bother.
23:12 < plexdev> http://is.gd/5hhsN by [Vish Subramanian] in go/src/pkg/xml/
-- Fix crash in xml.Unmarshal.  Occasionally while running a scrape of some xml
with many goroutines
23:12 < plexdev> http://is.gd/5hhsP by [Russ Cox] in 2 subdirs of go/src/ --
gofmt -r: documentation and minor fixes
23:12 -!- borisc [n=borisc@borisc2.csbnet.se] has quit [Read error: 60 (Operation
timed out)]
23:12 < plexdev> http://is.gd/5hht5 by [Sergio Luis O. B. Correia] in
go/src/cmd/cc/ -- cmd/cc: change getquoted() to accept whitespaces.
23:12 < plexdev> http://is.gd/5hhte by [Sergio Luis O. B. Correia] in 126
subdirs of go/ -- go: makes it build for the case $GOROOT has whitespaces
23:12 -!- borisc [n=borisc@borisc2.csbnet.se] has joined #go-nuts
23:12 < plexdev> http://is.gd/5hhtu by [Rob Pike] in go/doc/ -- add an FAQ
entry about the logo and mascot
23:12 <+danderson> oh for pete's sake
23:12 < plexdev> http://is.gd/5hhtE by [Chris Lennert] in go/ -- Added my
name to the AUTHORS and CONTRIBUTORS lists.
23:12 -!- mode/#go-nuts [+o danderson] by ChanServ
23:12 < plexdev> http://is.gd/5hhtN by [Chris Lennert] in 2 subdirs of
go/src/pkg/ -- Provides implementation of MD4 hashing algorithm.
23:12 < AndrewBC> I know, what's all this about?
23:12 -!- plexdev was kicked from #go-nuts by danderson [flood]
23:12 <@danderson> sorry for the slow reaction time.
23:12 -!- mode/#go-nuts [-o danderson] by danderson
23:12 < EddieRingle> danderson: it's alright, thanks :)
23:12 < AndrewBC> 'sokay.  Not like IRCers aren't used to occasional floods.
23:13 <+danderson> my guess is someone pushed a massive set of changes into
the mainline
23:13 < AndrewBC> Yeah, seemed that's where it started.
23:13 <+danderson> and the bot doesn't have flood prevention built in.
23:14 * exch files a complaint with the ministry of funny walks
23:14 -!- Kniht [n=kniht@c-68-58-17-177.hsd1.in.comcast.net] has quit [Read error:
110 (Connection timed out)]
23:14 < nf> gopaste.org seems to eat my comments ?
23:15 < nf> compare: http://gopaste.org/view/HgQRF vs
http://pastie.org/private/bcwow7lay2ucsi8xqnt19q
23:15 -!- Daminvar [n=Daminvar@129.21.121.159] has joined #go-nuts
23:15 -!- Venom_X [n=pjacobs@cpe-67-9-131-167.austin.res.rr.com] has quit [Read
error: 110 (Connection timed out)]
23:16 <+danderson> huh, fun
23:16 <+danderson> looks like gopaste.org is open source:
http://github.com/vito/go-play/tree/master/gopaste
23:17 <+danderson> my guess is that it uses the go parser written in go to
prettify the code
23:17 -!- Whtiger [n=josh@c-68-60-92-33.hsd1.mi.comcast.net] has quit [Read error:
110 (Connection timed out)]
23:17 <+danderson> and that the lexer associated with that parser eats
comments right out of the AST
23:17 <+danderson> so, fail
23:17 -!- KillerX [n=anant@nat/mozilla/x-exsqieporbclgbkv] has joined #go-nuts
23:18 < exch> a single pass through gofmt will do the same when
--comments=false is supplied
23:19 -!- General13372 [n=support@71-84-247-187.dhcp.gldl.ca.charter.com] has
joined #go-nuts
23:19 <+danderson> sounds about right then.  Probably a simple fix
23:21 < nf> =)
23:21 -!- carllerche_ [n=carllerc@enginey-9.border1.sfo002.pnap.net] has joined
#go-nuts
23:22 -!- amuck [n=amuck@h154.65.88.75.dynamic.ip.windstream.net] has quit [Remote
closed the connection]
23:24 -!- XniX23 [n=XniX23@89-212-10-29.dynamic.dsl.t-2.net] has quit [Remote
closed the connection]
23:26 -!- rlpeacock [n=user@146.115.38.3] has quit ["ERC Version 5.3 (IRC client
for Emacs)"]
23:32 -!- exn [n=exn@195.49.206.202] has quit ["see you later"]
23:34 -!- [[sroracle]] [n=sroracle@c-98-215-178-14.hsd1.in.comcast.net] has joined
#go-nuts
23:35 < nf> Is there a Go syntax highlighting schema for Vim/
23:35 < nf> ?
23:36 < dho> man THTLLY's new album is amazing
23:36 < nf> (i should have just googled that)
23:36 -!- carllerche [n=carllerc@enginey-9.border1.sfo002.pnap.net] has quit [Read
error: 110 (Connection timed out)]
23:36 -!- eulenspiegel [n=irssi@p579CA78F.dip.t-dialin.net] has joined #go-nuts
23:36 < xerox> nf: yeah it's in the distribution directory
23:36 < nf> xerox: thanks.  i feel ashamedly lazy now =)
23:36 -!- rbohn [n=chatzill@d103.digis.net] has joined #go-nuts
23:36 -!- lux` [n=lux@151.95.190.245] has quit [Remote closed the connection]
23:37 -!- General1337 [n=support@71-84-247-187.dhcp.gldl.ca.charter.com] has quit
[Connection timed out]
23:37 < xerox> nf: happened to me as well :) under go/misc/
23:37 < nf> yep found it =)
23:37 -!- Whtiger [n=josh@c-68-60-92-33.hsd1.mi.comcast.net] has joined #go-nuts
23:39 -!- raichoo [n=raichoo@i577B9653.versanet.de] has joined #go-nuts
23:42 -!- amuck [n=amuck@h154.65.88.75.dynamic.ip.windstream.net] has joined
#go-nuts
23:53 -!- Surb [n=surb@unaffiliated/surb] has quit ["Connect reset by beer."]
23:57 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has joined
#go-nuts
23:59 -!- Daminvar [n=Daminvar@129.21.121.159] has quit ["Leaving"]
--- Log closed Thu Dec 10 00:00:31 2009