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

--- Log opened Mon Sep 13 00:00:07 2010
00:14 -!- smw_ [~smw@pool-71-183-88-124.nycmny.fios.verizon.net] has joined
#go-nuts
00:27 -!- major_majors [~major_maj@c-68-40-195-246.hsd1.mi.comcast.net] has joined
#go-nuts
00:34 -!- powerje [~powerje@adsl-75-49-19-181.dsl.wotnoh.sbcglobal.net] has quit
[Quit: powerje]
00:37 -!- steveno [~stevenoli@paludis/cheerleader/steveno] has quit [Quit:
steveno]
00:44 -!- gnuvince_ [~vince@70.35.168.205] has joined #go-nuts
00:44 -!- ExtraSpice [~XtraSpice@88.118.32.225] has quit [Ping timeout: 240
seconds]
00:47 -!- mikespook [~mikespook@219.137.51.230] has joined #go-nuts
00:48 -!- thiago__ [~thiago@189.107.228.2] has quit [Quit: bye]
01:08 -!- _habnabit [~ferazel@bean.habnabit.org] has joined #go-nuts
01:09 < _habnabit> Is there a style guide for how to lay out a package in
go?
01:09 < _habnabit> I'm trying to figure out how to break my project up into
multiple files.
01:09 < _habnabit> In python, I'd put everything into a (python) package,
import into it, and then call some entry point function.
01:11 < Tv> _habnabit: it seems in which file the code resides in one
package is pretty much ignored by go itself
01:11 < _habnabit> Sure.
01:11 < Tv> _habnabit: the only convention seems to be *_test.go, everything
else is just linked together based on package names
01:12 < _habnabit> I mean, there's just not really any big standard
idiomatic Go applications that I could look at and learn from.
01:12 < _habnabit> The Go stdlib isn't an application, so.
01:14 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has joined
#go-nuts
01:14 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has joined #go-nuts
01:15 < nsf> _habnabit: http://go-lang.cat-v.org/go-code
01:15 < nsf> you can find a lot of mini apps here
01:15 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has quit [Remote
host closed the connection]
01:16 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has joined
#go-nuts
01:17 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has quit [Remote
host closed the connection]
01:17 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has joined
#go-nuts
01:18 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has quit [Remote
host closed the connection]
01:18 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has joined
#go-nuts
01:19 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has quit [Remote
host closed the connection]
01:20 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has joined
#go-nuts
01:20 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has quit [Remote
host closed the connection]
01:21 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has joined
#go-nuts
01:21 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has quit [Remote
host closed the connection]
01:26 -!- Bombe [~droden@weltgehirnmaschine.de] has quit [Excess Flood]
01:27 -!- Bombe [~droden@weltgehirnmaschine.de] has joined #go-nuts
01:28 -!- napsy [~luka@88.200.96.18] has quit [Ping timeout: 245 seconds]
01:41 -!- General13372 [~support@71-84-244-55.dhcp.gldl.ca.charter.com] has quit
[Ping timeout: 276 seconds]
01:45 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has quit [Quit:
This computer has gone to sleep]
01:51 -!- gnuvince [~vince@70.35.173.114] has quit [Remote host closed the
connection]
01:54 -!- napsy [~luka@88.200.96.18] has joined #go-nuts
01:57 -!- gnuvince [~vince@70.35.173.114] has joined #go-nuts
02:22 -!- steveno [~stevenoli@c-24-131-221-195.hsd1.pa.comcast.net] has joined
#go-nuts
02:22 -!- steveno [~stevenoli@c-24-131-221-195.hsd1.pa.comcast.net] has quit
[Changing host]
02:22 -!- steveno [~stevenoli@paludis/cheerleader/steveno] has joined #go-nuts
02:26 -!- steveno [~stevenoli@paludis/cheerleader/steveno] has quit [Client Quit]
02:28 -!- tav_ [~tav@2001:0:53aa:64c:0:3ffa:a3f8:a693] has joined #go-nuts
02:33 < plexdev> http://is.gd/f7Qlx by [Andrew Gerrand] in
go/misc/dashboard/builder/ -- misc/dashboard/builder: gobuilder, a continuous
build client
02:41 -!- smw_ [~smw@pool-71-183-88-124.nycmny.fios.verizon.net] has quit [Remote
host closed the connection]
02:55 -!- napsy [~luka@88.200.96.18] has quit [Ping timeout: 276 seconds]
03:02 -!- rejb [~rejb@unaffiliated/rejb] has quit [Ping timeout: 276 seconds]
03:05 < plexdev> http://is.gd/f7SaK by [Scott Lawrence] in
go/src/cmd/goinstall/ -- goinstall: warn when http:// is found at beginning of
package name
03:22 < plexdev> http://is.gd/f7Tba by [Nigel Tao] in 2 subdirs of go/src/
-- libcgo: fix NaCl build.
03:22 < plexdev> http://is.gd/f7Tbh by [Rob Pike] in go/test/ -- arm tests:
disable zerodivide.go: compilation fails.
03:35 -!- RobertLJ [~quassel@c-68-44-163-191.hsd1.nj.comcast.net] has quit [Read
error: Connection reset by peer]
03:38 -!- piyushmishra [~piyushmis@117.200.224.12] has quit [Ping timeout: 265
seconds]
03:38 < plexdev> http://is.gd/f7UcS by [Joe Poirier] in go/src/ -- (windows)
disable tests that cause the build to fail
03:44 -!- papas_son [~chatzilla@66-189-182-218.dhcp.wntc.wa.charter.com] has quit
[Quit: ChatZilla 0.9.85 [SeaMonkey 2.0.6/20100910214011]]
03:51 -!- piyushmishra [~piyushmis@117.200.224.12] has joined #go-nuts
03:56 -!- napsy [~luka@88.200.96.18] has joined #go-nuts
04:08 -!- nsf [~nsf@jiss.convex.ru] has quit [Quit: WeeChat 0.3.3]
04:10 -!- Bombe [~droden@weltgehirnmaschine.de] has quit [Changing host]
04:10 -!- Bombe [~droden@freenet/developer/Bombe] has joined #go-nuts
04:19 -!- jcao219 [~jcao219@pool-173-74-61-111.dllstx.fios.verizon.net] has quit
[Ping timeout: 276 seconds]
04:22 -!- Bombe [~droden@freenet/developer/Bombe] has quit [Excess Flood]
04:23 -!- Bombe [~droden@weltgehirnmaschine.de] has joined #go-nuts
04:25 < plexdev> http://is.gd/f7X7G by [Scott Lawrence] in go/misc/emacs/ --
go-mode.el: Fix highlighting for 'chan' type
04:33 -!- jcao219 [~jcao219@pool-173-74-61-111.dllstx.fios.verizon.net] has joined
#go-nuts
04:33 -!- jcao219 [~jcao219@pool-173-74-61-111.dllstx.fios.verizon.net] has quit
[Remote host closed the connection]
04:34 -!- virtualsue [~chatzilla@93-97-62-8.zone5.bethere.co.uk] has joined
#go-nuts
04:43 -!- dj2 [~dj2@2002:63ec:1a4e:0:21f:5bff:fe35:feb5] has quit [Quit: dj2]
04:55 -!- virtualsue [~chatzilla@93-97-62-8.zone5.bethere.co.uk] has quit [Ping
timeout: 276 seconds]
05:00 -!- buffi [~buffi@94-247-169-107-static.serverhotell.net] has quit [Ping
timeout: 276 seconds]
05:00 -!- buffi [~buffi@94-247-169-107-static.serverhotell.net] has joined
#go-nuts
05:01 -!- ProNihilist
[~anathema@cpc4-cani1-0-0-cust597.14-2.cable.virginmedia.com] has quit [Ping
timeout: 240 seconds]
05:02 -!- scm [justme@d057020.adsl.hansenet.de] has quit [Ping timeout: 245
seconds]
05:03 -!- ProNihilist
[~anathema@cpc4-cani1-0-0-cust597.14-2.cable.virginmedia.com] has joined #go-nuts
05:03 -!- scm [justme@d071181.adsl.hansenet.de] has joined #go-nuts
05:04 -!- piyushmishra [~piyushmis@117.200.224.12] has quit [Ping timeout: 265
seconds]
05:12 -!- nsf [~nsf@jiss.convex.ru] has joined #go-nuts
05:18 -!- piyushmishra [~piyushmis@117.200.224.153] has joined #go-nuts
05:20 -!- ShadowIce [~pyoro@unaffiliated/shadowice-x841044] has joined #go-nuts
05:24 -!- sacho [~sacho@213.91.244.15] has joined #go-nuts
05:34 -!- cco3 [~conley@c-69-181-138-209.hsd1.ca.comcast.net] has quit [Remote
host closed the connection]
05:53 -!- ikaros [~ikaros@dslb-094-219-220-118.pools.arcor-ip.net] has joined
#go-nuts
05:55 -!- napsy [~luka@88.200.96.18] has quit [Ping timeout: 255 seconds]
05:59 -!- Project_2501 [~Marvin@82.84.71.147] has joined #go-nuts
06:13 < plexdev> http://is.gd/f834R by [Scott Lawrence] in go/src/pkg/json/
-- json: Add package comment
06:20 -!- ShadowIce [~pyoro@unaffiliated/shadowice-x841044] has quit [Quit:
Verlassend]
06:23 -!- ikaros [~ikaros@dslb-094-219-220-118.pools.arcor-ip.net] has quit [Quit:
Leave the magic to Houdini]
06:26 -!- ronnyy [~quassel@2001:6f8:12c6:2a:224:1dff:fed7:9541] has joined
#go-nuts
06:30 -!- bortzmeyer [~bortzmeye@batilda.nic.fr] has joined #go-nuts
06:40 -!- piyushmishra [~piyushmis@117.200.224.153] has quit [Ping timeout: 252
seconds]
06:50 -!- ucasano [~ucasano@95.231.79.71] has joined #go-nuts
06:50 -!- napsy [~luka@88.200.96.18] has joined #go-nuts
06:54 -!- piyushmishra [~piyushmis@117.200.229.111] has joined #go-nuts
06:58 -!- MaksimBurnin [~max@44.188-224-87.telenet.ru] has quit [Ping timeout: 272
seconds]
07:06 -!- tsdh [~user@tsdh.uni-koblenz.de] has joined #go-nuts
07:23 -!- sahid [~sahid@LNeuilly-152-21-22-10.w193-253.abo.wanadoo.fr] has joined
#go-nuts
07:27 -!- wrtp [~rog@92.17.97.51] has joined #go-nuts
07:29 -!- JimmyRcom [~jimmy@adsl-76-201-179-216.dsl.rcsntx.sbcglobal.net] has quit
[Ping timeout: 240 seconds]
07:48 -!- stalled [~stalled@unaffiliated/stalled] has quit [Ping timeout: 265
seconds]
07:58 -!- ucasano [~ucasano@95.231.79.71] has quit [Quit: ucasano]
07:59 -!- ucasano [~ucasano@95.231.79.71] has joined #go-nuts
08:04 -!- stalled [~stalled@unaffiliated/stalled] has joined #go-nuts
08:07 -!- MX80 [~MX80@cust253.253.117.74.dsl.g3telecom.net] has quit [Ping
timeout: 265 seconds]
08:08 -!- MX80 [~MX80@cust253.253.117.74.dsl.g3telecom.net] has joined #go-nuts
08:22 -!- ExtraSpice [~XtraSpice@88.118.32.225] has joined #go-nuts
08:29 -!- piyushmishra [~piyushmis@117.200.229.111] has quit [Ping timeout: 272
seconds]
08:30 -!- piyushmishra [~piyushmis@117.200.227.37] has joined #go-nuts
08:32 -!- navigator [~navigator@p54892977.dip.t-dialin.net] has joined #go-nuts
08:41 -!- piyushmishra [~piyushmis@117.200.227.37] has quit [Ping timeout: 240
seconds]
08:46 -!- Fish9 [~Fish@86.65.182.207] has joined #go-nuts
08:48 -!- slashus2 [~slashus2@74-137-24-74.dhcp.insightbb.com] has quit [Quit:
slashus2]
09:02 -!- jmettraux [~jmettraux@211.19.55.177] has quit [Remote host closed the
connection]
09:08 -!- sahid [~sahid@LNeuilly-152-21-22-10.w193-253.abo.wanadoo.fr] has quit
[Quit: Ex-Chat]
09:15 -!- ExtraSpice [~XtraSpice@88.118.32.225] has quit [Ping timeout: 240
seconds]
09:15 -!- preflex [~preflex@unaffiliated/mauke/bot/preflex] has quit [Ping
timeout: 264 seconds]
09:21 -!- preflex [~preflex@unaffiliated/mauke/bot/preflex] has joined #go-nuts
09:22 -!- virtualsue [~chatzilla@nat/cisco/x-hxmxzqbesssbnafi] has joined #go-nuts
09:27 -!- tvw [~tv@212.79.9.150] has joined #go-nuts
09:30 -!- luruke [~luruke@94.138.59.6] has joined #go-nuts
09:34 -!- mikespook [~mikespook@219.137.51.230] has quit [Read error: Connection
reset by peer]
10:00 -!- blueshanny [~ewolfok@222.212.7.187] has joined #go-nuts
10:01 -!- blueshanny [~ewolfok@222.212.7.187] has quit [Client Quit]
10:02 -!- blueshanny [~ewolfok@222.212.7.187] has joined #go-nuts
10:03 -!- blueshanny [~ewolfok@222.212.7.187] has quit [Client Quit]
10:06 -!- sahid [~sahid@LNeuilly-152-21-22-10.w193-253.abo.wanadoo.fr] has joined
#go-nuts
10:09 -!- nighty^ [~nighty@x122091.ppp.asahi-net.or.jp] has joined #go-nuts
10:12 -!- Shyde [~shyde@HSI-KBW-078-043-070-132.hsi4.kabel-badenwuerttemberg.de]
has joined #go-nuts
10:17 -!- rlab [~Miranda@91.200.158.34] has joined #go-nuts
10:30 -!- gabriel9 [~gabriel9@93.157.192.28] has quit [Read error: Connection
reset by peer]
10:32 -!- peterdn [~peterdn@host86-166-21-20.range86-166.btcentralplus.com] has
quit [Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2/20100222071121]]
10:35 -!- bortzmeyer [~bortzmeye@batilda.nic.fr] has quit [Quit: Leaving.]
10:38 -!- luruke [~luruke@94.138.59.6] has quit [Quit: Leaving]
10:40 -!- rlab [~Miranda@91.200.158.34] has quit [Ping timeout: 272 seconds]
10:49 -!- peterdn [~peterdn@host86-166-21-20.range86-166.btcentralplus.com] has
joined #go-nuts
10:56 -!- napsy [~luka@88.200.96.18] has quit [Ping timeout: 276 seconds]
10:59 -!- gabriel9 [~gabriel9@93.157.192.28] has joined #go-nuts
11:04 -!- hcatlin [~hcatlin@pdpc/supporter/professional/hcatlin] has joined
#go-nuts
11:06 -!- mattikus [~mattikus@ip24-250-73-154.br.br.cox.net] has quit [Remote host
closed the connection]
11:07 -!- rlab [~Miranda@91.200.158.34] has joined #go-nuts
11:16 -!- ucasano [~ucasano@95.231.79.71] has quit [Quit: ucasano]
11:21 -!- napsy [~luka@88.200.96.18] has joined #go-nuts
11:29 -!- werdan7 [~w7@freenode/staff/wikimedia.werdan7] has quit [Ping timeout:
630 seconds]
11:38 -!- melba [~a@unaffiliated/lazz0] has joined #go-nuts
11:41 -!- artefon [~thiagon@150.164.2.20] has joined #go-nuts
11:47 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has joined
#go-nuts
11:49 -!- SRabbelier [~SRabbelie@ip138-114-211-87.adsl2.static.versatel.nl] has
joined #go-nuts
11:55 -!- skejoe [~skejoe@188.114.142.231] has joined #go-nuts
11:59 -!- piyushmishra [~piyushmis@117.200.225.216] has joined #go-nuts
12:03 -!- allengeorge [~allengeor@bas1-brampton37-1176134925.dsl.bell.ca] has
joined #go-nuts
12:11 -!- piyushmishra [~piyushmis@117.200.225.216] has quit [Ping timeout: 265
seconds]
12:12 -!- nsf [~nsf@jiss.convex.ru] has quit [Quit: WeeChat 0.3.3]
12:13 -!- piyushmishra [~piyushmis@117.200.227.28] has joined #go-nuts
12:15 -!- lmoura_ [~lauromour@187.112.27.190] has quit [Quit: Leaving]
12:15 -!- lmoura [~lauromour@187.112.27.190] has joined #go-nuts
12:19 -!- piyushmishra [~piyushmis@117.200.227.28] has quit [Ping timeout: 252
seconds]
12:25 -!- napsy [~luka@88.200.96.18] has quit [Ping timeout: 252 seconds]
12:28 -!- SRabbelier [~SRabbelie@ip138-114-211-87.adsl2.static.versatel.nl] has
quit [Quit: Leaving.]
12:29 -!- SRabbelier [~SRabbelie@ip138-114-211-87.adsl2.static.versatel.nl] has
joined #go-nuts
12:32 -!- niemeyer [~niemeyer@187.23.154.182] has joined #go-nuts
12:33 -!- piyushmishra [~piyushmis@117.200.229.198] has joined #go-nuts
12:38 -!- wrtp [~rog@92.17.97.51] has quit [Ping timeout: 272 seconds]
12:43 -!- ExtraSpice [~XtraSpice@88.118.32.225] has joined #go-nuts
12:43 -!- wrtp [~rog@92.17.97.51] has joined #go-nuts
12:47 -!- RobertLJ [~quassel@c-68-44-163-191.hsd1.nj.comcast.net] has joined
#go-nuts
12:48 -!- yihuang [~yihuang@183.17.178.225] has joined #go-nuts
12:50 -!- napsy [~luka@88.200.96.18] has joined #go-nuts
12:50 -!- yihuang [~yihuang@183.17.178.225] has left #go-nuts []
12:58 -!- plainhao [~plainhao@mail.xbiotica.com] has joined #go-nuts
13:04 -!- l00t- [~i-i3id3r_@189.105.102.218] has quit [Read error: Connection
reset by peer]
13:04 -!- i-i3id3r [~i-i3id3r_@unaffiliated/tsar] has joined #go-nuts
13:04 -!- piyushmishra [~piyushmis@117.200.229.198] has quit [Ping timeout: 255
seconds]
13:07 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has quit [Quit:
This computer has gone to sleep]
13:07 -!- femtoo [~femto@95-89-248-137-dynip.superkabel.de] has joined #go-nuts
13:11 -!- ucasano [~ucasano@host153-182-static.227-95-b.business.telecomitalia.it]
has joined #go-nuts
13:13 -!- skejoe [~skejoe@188.114.142.231] has quit [Quit: leaving]
13:14 -!- RobertLJ [~quassel@c-68-44-163-191.hsd1.nj.comcast.net] has quit [Remote
host closed the connection]
13:22 -!- RobertLJ [~quassel@c-68-44-163-191.hsd1.nj.comcast.net] has joined
#go-nuts
13:26 -!- piyushmishra [~piyushmis@117.200.230.2] has joined #go-nuts
13:35 -!- ExtraSpice [~XtraSpice@88.118.32.225] has quit [Quit: Leaving]
13:40 -!- rbraley [~rbraley@ip72-222-128-78.ph.ph.cox.net] has quit [Ping timeout:
240 seconds]
13:40 -!- RobertLJ [~quassel@c-68-44-163-191.hsd1.nj.comcast.net] has quit [Ping
timeout: 252 seconds]
13:49 -!- napsy [~luka@88.200.96.18] has quit [Ping timeout: 255 seconds]
13:51 -!- napsy [~luka@88.200.96.18] has joined #go-nuts
13:54 -!- nsf [~nsf@jiss.convex.ru] has joined #go-nuts
13:59 -!- dj2 [~dj2@216.16.242.254] has joined #go-nuts
14:00 -!- RobertLJ [~quassel@c-68-44-163-191.hsd1.nj.comcast.net] has joined
#go-nuts
14:01 -!- ExtraSpice [~XtraSpice@88.118.32.225] has joined #go-nuts
14:04 -!- boscop [~boscop@g230094073.adsl.alicedsl.de] has joined #go-nuts
14:08 -!- agonopol [~Adium@adfbd06.cst.lightpath.net] has joined #go-nuts
14:08 -!- artefon [~thiagon@150.164.2.20] has quit [Remote host closed the
connection]
14:10 < agonopol> does anyone know of a way of capturing stdout from
something like http://golang.org/pkg/os/#ForkExec?
14:12 -!- hcatlin [~hcatlin@pdpc/supporter/professional/hcatlin] has quit [Quit:
hcatlin]
14:17 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has quit [Quit: WeeChat
0.3.2]
14:22 < nbjoerg> agonopol: create a pipe and use the fd array?
14:22 < nbjoerg> or a file if you want to write it to disk
14:23 -!- niemeyer [~niemeyer@187.23.154.182] has quit [Read error: Operation
timed out]
14:24 < agonopol> so randomly pick a pipe from the fd array and read from
it?
14:25 -!- scm [justme@d071181.adsl.hansenet.de] has quit [Quit: leaving]
14:25 < chressie> agonopol: apply a new File to fd[1] in the last argument
14:26 < chressie> also consider http://golang.org/pkg/exec/#Cmd.Run
14:26 -!- scm [justme@d071181.adsl.hansenet.de] has joined #go-nuts
14:26 < chressie> that's nice wrapper for fork and exec..
14:28 < agonopol> ah thanks, that seems pretty useful
14:30 < chressie> yeah it is :)
14:32 -!- scm [justme@d071181.adsl.hansenet.de] has quit [Ping timeout: 264
seconds]
14:32 -!- scm [justme@d180023.adsl.hansenet.de] has joined #go-nuts
14:33 -!- piyushmishra [~piyushmis@117.200.230.2] has quit [Ping timeout: 252
seconds]
14:33 -!- wrtp [~rog@92.17.97.51] has quit [Ping timeout: 240 seconds]
14:34 -!- nsf [~nsf@jiss.convex.ru] has quit [Quit: WeeChat 0.3.3]
14:37 -!- rbraley [~rbraley@ip72-222-128-78.ph.ph.cox.net] has joined #go-nuts
14:39 -!- skelterjohn [~jasmuth@c-76-124-23-156.hsd1.nj.comcast.net] has quit
[Quit: skelterjohn]
14:40 -!- wrtp [~rog@92.30.228.80] has joined #go-nuts
14:43 -!- tsdh [~user@tsdh.uni-koblenz.de] has quit [Quit: Goodbye guys!]
14:44 -!- mbohun [~mbohun@ppp115-156.static.internode.on.net] has quit [Quit:
Leaving]
14:45 -!- Tv [~tv@cpe-76-168-227-45.socal.res.rr.com] has quit [Ping timeout: 264
seconds]
14:55 -!- napsy [~luka@88.200.96.18] has quit [Ping timeout: 276 seconds]
14:57 -!- kanru [~kanru@118-160-163-217.dynamic.hinet.net] has joined #go-nuts
14:57 -!- piyushmishra [~piyushmis@117.200.227.41] has joined #go-nuts
14:57 -!- Venom_X [~pjacobs@adsl-99-20-147-171.dsl.aus2tx.sbcglobal.net] has
joined #go-nuts
15:01 -!- napsy [~luka@88.200.96.18] has joined #go-nuts
15:02 -!- rbraley [~rbraley@ip72-222-128-78.ph.ph.cox.net] has quit [Ping timeout:
265 seconds]
15:05 -!- zozoR [~zozoR@4705ds1-ris.0.fullrate.dk] has joined #go-nuts
15:06 -!- Bombe [~droden@weltgehirnmaschine.de] has quit [Changing host]
15:06 -!- Bombe [~droden@freenet/developer/Bombe] has joined #go-nuts
15:06 -!- clip9 [tj@12.81-166-62.customer.lyse.net] has quit [Ping timeout: 272
seconds]
15:07 -!- Tv [~tv@gige.bur.digisynd.com] has joined #go-nuts
15:22 -!- zozoR [~zozoR@4705ds1-ris.0.fullrate.dk] has quit [Read error: Operation
timed out]
15:23 -!- dj2 [~dj2@216.16.242.254] has quit [Quit: dj2]
15:23 -!- rejb [~rejb@unaffiliated/rejb] has joined #go-nuts
15:24 -!- awidegreen [~quassel@62.176.237.78] has joined #go-nuts
15:25 -!- tasosos [~tasosos@193.92.229.85.dsl.dyn.forthnet.gr] has quit [Remote
host closed the connection]
15:25 -!- powerje [~powerje@adsl-75-49-19-181.dsl.wotnoh.sbcglobal.net] has joined
#go-nuts
15:28 -!- artefon [~thiago@dhcp41.usuarios.dcc.ufmg.br] has joined #go-nuts
15:29 -!- artefon [~thiago@dhcp41.usuarios.dcc.ufmg.br] has quit [Client Quit]
15:29 -!- plainhao [~plainhao@mail.xbiotica.com] has quit [Read error: Operation
timed out]
15:30 -!- plainhao [~plainhao@mail.xbiotica.com] has joined #go-nuts
15:40 -!- clip9 [tj@12.81-166-62.customer.lyse.net] has joined #go-nuts
15:40 -!- photron [~photron@port-92-201-1-69.dynamic.qsc.de] has joined #go-nuts
15:43 -!- skelterjohn [~jasmuth@lawn-net168-in.rutgers.edu] has joined #go-nuts
16:01 -!- napsy [~luka@88.200.96.18] has quit [Read error: Operation timed out]
16:03 -!- deso [~deso@x0561a.wh30.tu-dresden.de] has joined #go-nuts
16:11 -!- dj2 [~dj2@216.16.242.254] has joined #go-nuts
16:15 -!- manual [~a@unaffiliated/lazz0] has joined #go-nuts
16:15 -!- melba [~a@unaffiliated/lazz0] has quit [Read error: Connection reset by
peer]
16:17 -!- tav_ [~tav@2001:0:53aa:64c:0:3ffa:a3f8:a693] has quit [Ping timeout: 272
seconds]
16:19 -!- artefon [~thiago@dhcp41.usuarios.dcc.ufmg.br] has joined #go-nuts
16:20 -!- sacho [~sacho@213.91.244.15] has quit [Ping timeout: 272 seconds]
16:22 -!- powerje [~powerje@adsl-75-49-19-181.dsl.wotnoh.sbcglobal.net] has quit
[Quit: powerje]
16:23 -!- Shyde [~shyde@HSI-KBW-078-043-070-132.hsi4.kabel-badenwuerttemberg.de]
has quit [Remote host closed the connection]
16:25 -!- niemeyer [~niemeyer@187.23.154.182] has joined #go-nuts
16:25 -!- tav_ [~tav@2001:0:53aa:64c:0:3ffa:a3f8:a693] has joined #go-nuts
16:29 -!- ShadowIce [~pyoro@unaffiliated/shadowice-x841044] has joined #go-nuts
16:31 -!- tasosos [~tasosos@193.92.229.85.dsl.dyn.forthnet.gr] has joined #go-nuts
16:35 -!- iant [~iant@adsl-71-133-8-30.dsl.pltn13.pacbell.net] has quit [Ping
timeout: 276 seconds]
16:40 -!- napsy [~luka@88.200.96.18] has joined #go-nuts
16:41 -!- skejoe [~skejoe@188.114.142.231] has joined #go-nuts
16:41 -!- deso [~deso@x0561a.wh30.tu-dresden.de] has quit [Remote host closed the
connection]
16:45 -!- piyushmishra [~piyushmis@117.200.227.41] has quit [Quit: Leaving.]
16:45 -!- piyushmishra [~piyushmis@117.200.227.41] has joined #go-nuts
16:49 -!- iant [~iant@216.239.45.130] has joined #go-nuts
16:49 -!- mode/#go-nuts [+v iant] by ChanServ
16:50 -!- ikaros [~ikaros@dslb-188-097-078-227.pools.arcor-ip.net] has joined
#go-nuts
17:02 -!- MaksimBurnin [~max@44.188-224-87.telenet.ru] has joined #go-nuts
17:04 -!- tvw [~tv@212.79.9.150] has quit [Remote host closed the connection]
17:09 -!- Fish [~Fish@9fans.fr] has joined #go-nuts
17:14 -!- niemeyer_ [~niemeyer@187.23.154.182] has joined #go-nuts
17:15 -!- sahid [~sahid@LNeuilly-152-21-22-10.w193-253.abo.wanadoo.fr] has quit
[Quit: Ex-Chat]
17:18 -!- niemeyer [~niemeyer@187.23.154.182] has quit [Ping timeout: 276 seconds]
17:21 -!- zerd [~quassel@tor.zerd.net] has quit [Read error: Connection reset by
peer]
17:21 -!- zerd [~quassel@2a01:608:ffff:3644:2e0:4dff:fe83:76ed] has joined
#go-nuts
17:23 -!- steveno [~stevenoli@paludis/cheerleader/steveno] has joined #go-nuts
17:23 -!- ImaginaryFriend [~pawel@chello089076213237.chello.pl] has joined
#go-nuts
17:29 -!- steveno [~stevenoli@paludis/cheerleader/steveno] has quit [Quit:
steveno]
17:32 -!- RobertLJ [~quassel@c-68-44-163-191.hsd1.nj.comcast.net] has quit [Remote
host closed the connection]
17:32 -!- kanru [~kanru@118-160-163-217.dynamic.hinet.net] has quit [Ping timeout:
265 seconds]
17:36 -!- derferman_ [~derferman@c-98-207-60-44.hsd1.ca.comcast.net] has joined
#go-nuts
17:37 -!- derferman_ [~derferman@c-98-207-60-44.hsd1.ca.comcast.net] has left
#go-nuts []
17:45 -!- slashus2 [~slashus2@74-137-24-74.dhcp.insightbb.com] has joined #go-nuts
17:46 -!- drhodes [~none@207.3.149.84] has quit [Quit: Lost terminal]
17:49 < cbeck> So I'm writing an html parser since the library one is
incomplete, I was hoping to use bufio.Reader for the incoming text, but it doesn't
play nice with Unreading runes.  Any ideas for a replacement besides rolling my
own or using peek a ton?
17:54 -!- artefon [~thiago@dhcp41.usuarios.dcc.ufmg.br] has quit [Quit: bye]
17:58 -!- ImaginaryFriend [~pawel@chello089076213237.chello.pl] has left #go-nuts
[]
17:59 -!- ExtraSpice [~XtraSpice@88.118.32.225] has quit [Quit: Leaving]
18:03 -!- ucasano [~ucasano@host153-182-static.227-95-b.business.telecomitalia.it]
has quit [Quit: ucasano]
18:04 -!- acts_as [~acts_as@208.236.105.27] has joined #go-nuts
18:08 -!- steveno [~stevenoli@paludis/cheerleader/steveno] has joined #go-nuts
18:20 -!- steveno [~stevenoli@paludis/cheerleader/steveno] has quit [Quit:
steveno]
18:27 -!- niemeyer__ [~niemeyer@187.23.154.182] has joined #go-nuts
18:29 -!- steveno [~stevenoli@paludis/cheerleader/steveno] has joined #go-nuts
18:30 -!- niemeyer_ [~niemeyer@187.23.154.182] has quit [Ping timeout: 240
seconds]
18:35 -!- Shyde [~shyde@HSI-KBW-078-043-070-132.hsi4.kabel-badenwuerttemberg.de]
has joined #go-nuts
18:38 -!- steveno [~stevenoli@paludis/cheerleader/steveno] has quit [Quit:
steveno]
18:47 -!- niemeyer__ [~niemeyer@187.23.154.182] has quit [Ping timeout: 245
seconds]
19:00 -!- niemeyer__ [~niemeyer@189.27.137.35.dynamic.adsl.gvt.net.br] has joined
#go-nuts
19:01 -!- _habnabit [~ferazel@bean.habnabit.org] has left #go-nuts []
19:01 -!- drhodes [~none@207.3.149.84] has joined #go-nuts
19:03 -!- powerje [~powerje@adsl-75-49-19-181.dsl.wotnoh.sbcglobal.net] has joined
#go-nuts
19:05 -!- powerje [~powerje@adsl-75-49-19-181.dsl.wotnoh.sbcglobal.net] has quit
[Client Quit]
19:07 -!- ericvh [~ericvh@32.97.110.63] has joined #go-nuts
19:07 -!- plainhao [~plainhao@mail.xbiotica.com] has quit [Quit: plainhao]
19:07 -!- dj2_ [~dj2@216.16.242.254] has joined #go-nuts
19:07 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has joined
#go-nuts
19:08 -!- Gertm [~Gertm@d54C53B58.access.telenet.be] has quit [Quit: C-x C-c]
19:09 -!- dj2__ [~dj2@216.16.242.254] has joined #go-nuts
19:09 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has quit [Read
error: Connection reset by peer]
19:10 -!- dj2___ [~dj2@216.16.242.254] has joined #go-nuts
19:10 -!- dj2 [~dj2@216.16.242.254] has quit [Ping timeout: 276 seconds]
19:11 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has joined
#go-nuts
19:11 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has quit [Remote
host closed the connection]
19:11 -!- dj2_ [~dj2@216.16.242.254] has quit [Ping timeout: 240 seconds]
19:12 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has joined
#go-nuts
19:12 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has quit [Remote
host closed the connection]
19:13 -!- dj2__ [~dj2@216.16.242.254] has quit [Ping timeout: 240 seconds]
19:13 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has joined
#go-nuts
19:13 -!- etherealmachine [~jpettit@dhcp-138-132.ucsc.edu] has joined #go-nuts
19:13 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has quit [Remote
host closed the connection]
19:17 -!- dj2 [~dj2@216.16.242.254] has quit [Quit: dj2]
19:20 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has joined
#go-nuts
19:21 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has quit [Remote
host closed the connection]
19:21 -!- l00t- [~i-i3id3r_@189.105.70.192] has joined #go-nuts
19:21 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has joined
#go-nuts
19:22 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has quit [Remote
host closed the connection]
19:22 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has joined
#go-nuts
19:23 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has quit [Remote
host closed the connection]
19:23 -!- ikaros [~ikaros@dslb-188-097-078-227.pools.arcor-ip.net] has quit [Quit:
Leave the magic to Houdini]
19:24 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has joined
#go-nuts
19:24 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has quit [Remote
host closed the connection]
19:25 -!- i-i3id3r [~i-i3id3r_@unaffiliated/tsar] has quit [Ping timeout: 276
seconds]
19:29 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has joined
#go-nuts
19:30 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has quit [Remote
host closed the connection]
19:31 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has joined
#go-nuts
19:31 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has quit [Remote
host closed the connection]
19:32 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has joined
#go-nuts
19:32 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has quit [Remote
host closed the connection]
19:37 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has joined
#go-nuts
19:38 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has quit [Remote
host closed the connection]
19:39 < etherealmachine> I'm having some trouble with memory leaks in a
program, and pprof's heap profiling isn't really helping.  Are there any good
resources for finding out about what the garbage collector is doing?
19:39 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has joined
#go-nuts
19:39 -!- eikenberry [~jae@ivanova.zhar.net] has quit [Quit: End of line.]
19:39 -!- eikenberry [~jae@ivanova.zhar.net] has joined #go-nuts
19:39 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has quit [Remote
host closed the connection]
19:39 <+iant> etherealmachine: I would expect memory profiling to help a lot
with a memory leak
19:40 <+iant> etherealmachine: one thing you can do is increase the
frequency of memory profiling by reducing the value of MemProfileRate
19:40 <+iant> see the runtime package
19:40 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has joined
#go-nuts
19:41 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has quit [Remote
host closed the connection]
19:41 < etherealmachine> it's telling me what object is using the most
space, but after attaching a finalizer to any new objects of those type, I've
determined they're being freed correctly
19:41 -!- eikenberry [~jae@ivanova.zhar.net] has quit [Client Quit]
19:41 -!- eikenberry [~jae@ivanova.zhar.net] has joined #go-nuts
19:41 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has joined
#go-nuts
19:42 -!- niekie [~niek@CAcert/Assurer/niekie] has joined #go-nuts
19:42 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has quit [Remote
host closed the connection]
19:42 <+iant> if you set Debug to 1 in src/pkg/runtime/mgc0.c, and
recompile, you can see exactly what the garbage collector is doing
19:42 <+iant> but I'm not sure that will be helpful in practice
19:42 -!- Venom_X [~pjacobs@adsl-99-20-147-171.dsl.aus2tx.sbcglobal.net] has quit
[Quit: Venom_X]
19:42 <+iant> I don't know what to recommend
19:43 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has joined
#go-nuts
19:43 < etherealmachine> I'll try that
19:43 -!- rlab_ [~Miranda@91.200.158.34] has joined #go-nuts
19:43 < etherealmachine> more information, at least
19:43 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has quit [Remote
host closed the connection]
19:44 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has joined
#go-nuts
19:44 -!- rlab [~Miranda@91.200.158.34] has quit [Ping timeout: 265 seconds]
19:44 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has quit [Remote
host closed the connection]
19:45 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has joined
#go-nuts
19:45 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has quit [Remote
host closed the connection]
19:49 -!- powerje [~powerje@adsl-75-49-19-181.dsl.wotnoh.sbcglobal.net] has joined
#go-nuts
19:55 -!- dj2 [~dj2@216.16.242.254] has joined #go-nuts
19:56 -!- slashus2 [~slashus2@74-137-24-74.dhcp.insightbb.com] has quit [Quit:
slashus2]
20:00 -!- gabriel9 [~gabriel9@93.157.192.28] has quit [Read error: Connection
reset by peer]
20:06 -!- virtualsue [~chatzilla@nat/cisco/x-hxmxzqbesssbnafi] has quit [Ping
timeout: 276 seconds]
20:07 -!- wrtp [~rog@92.30.228.80] has quit [Ping timeout: 272 seconds]
20:07 -!- Venom_X [~pjacobs@74.61.90.217] has joined #go-nuts
20:08 < etherealmachine> another memory collection question - are
slices/maps/etc.  garbage collected when the struct referencing them is?
20:08 -!- major_majors [~major_maj@c-68-40-195-246.hsd1.mi.comcast.net] has quit
[Quit: major_majors]
20:12 -!- niemeyer__ [~niemeyer@189.27.137.35.dynamic.adsl.gvt.net.br] has quit
[Quit: Leaving]
20:12 -!- wrtp [~rog@92.30.228.80] has joined #go-nuts
20:13 <+iant> etherealmachine: yes, if that is the only reference, which of
course need not be the case for slices
20:14 -!- Eridius [~kevin@unaffiliated/eridius] has joined #go-nuts
20:16 -!- gmilleramilar [~gmiller@184-106-207-119.static.cloud-ips.com] has joined
#go-nuts
20:17 -!- RobertLJ [~quassel@c-68-44-163-191.hsd1.nj.comcast.net] has joined
#go-nuts
20:25 -!- rlab [~Miranda@91.200.158.34] has joined #go-nuts
20:25 -!- rlab_ [~Miranda@91.200.158.34] has quit [Ping timeout: 276 seconds]
20:26 -!- photron [~photron@port-92-201-1-69.dynamic.qsc.de] has quit [Ping
timeout: 272 seconds]
20:31 < drhodes> /join #github
20:31 < plexdev> http://is.gd/f94sZ by [Russ Cox] in go/ -- A+C: Kai Backman
(individual CLA)
20:31 < plexdev> http://is.gd/f94t4 by [Russ Cox] in 3 subdirs of go/ -- gc:
bug306
20:31 < plexdev> http://is.gd/f94tl by [Russ Cox] in 2 subdirs of go/ -- gc:
implement new comparison rule
20:37 -!- wrtp [~rog@92.30.228.80] has quit [Read error: Connection reset by peer]
20:38 -!- wrtp [~rog@92.30.228.80] has joined #go-nuts
20:38 -!- emmanueloga [~emmanuelo@host52.190-30-10.telecom.net.ar] has joined
#go-nuts
20:42 -!- mattikus [~mattikus@ip24-250-73-154.br.br.cox.net] has joined #go-nuts
20:53 -!- jA_cOp [~yakobu@unaffiliated/ja-cop/x-9478493] has joined #go-nuts
20:58 -!- skelterjohn [~jasmuth@lawn-net168-in.rutgers.edu] has quit [Quit:
skelterjohn]
21:02 < gmilleramilar> newb question: how do you do something like pointer
casting?  for example the code here does not compile (but I would like it to)
http://pastebin.com/MrFbhJtj
21:03 -!- dj2 [~dj2@216.16.242.254] has quit [Quit: dj2]
21:07 -!- femtoo [~femto@95-89-248-137-dynip.superkabel.de] has quit [Quit:
Leaving]
21:07 -!- photron [~photron@port-92-201-1-69.dynamic.qsc.de] has joined #go-nuts
21:07 < exch> gmilleramilar: not sure what you mean by pointer casting, but
list.New should probably be called as a function 'list.New()'
21:08 < gmilleramilar> oh, sorry, yes, that is correct.  but still the
assignment to container fails.
21:08 < exch> is Container an interface?
21:08 < gmilleramilar> cannot use list.New() (type *list.List) as type
*Container in assignment
21:08 < exch> or list.List rather
21:09 < exch> ah right
21:10 < gmilleramilar> it's defined in the standard library as type List
struct { // contains unexported fields...
21:10 < exch> try 'type Container *list.List; func main() { var c Container;
c = list.New() }'
21:11 < exch> it's a bit tricky.  Container is not an alias for list.List.
it's an entirely new type.  While it can be covrted to/from a list.List in some
cases, a *Container is entirely incompatible with *list.List
21:12 < gmilleramilar> that makes sense.  for my own education what are
"some cases"
21:13 < exch> if list.New() returns a value instead of a pointer of List,
and Container is defined as 'type Container list.List'
21:13 < exch> you could then treat a container as a list and vice versa with
a simple case: Container(mylist) or list.List(mycontainer)
21:13 < exch> *cast
21:14 < gmilleramilar> and given that it returns a pointer, my only option
is to define Container as a pointer to list.List?
21:14 < exch> yes
21:14 < gmilleramilar> hmm.  Ok, I'll play with that (btw your suggestion
compiles fine).
21:15 < gmilleramilar> Thanks very much
21:15 < exch> np
21:16 -!- nsf [~nsf@jiss.convex.ru] has joined #go-nuts
21:17 -!- emmanueloga [~emmanuelo@host52.190-30-10.telecom.net.ar] has quit [Read
error: Operation timed out]
21:18 -!- awidegreen [~quassel@62.176.237.78] has quit [Remote host closed the
connection]
21:20 -!- Fish [~Fish@9fans.fr] has quit [Remote host closed the connection]
21:22 -!- emmanueloga [~emmanuelo@host52.190-30-10.telecom.net.ar] has joined
#go-nuts
21:26 -!- dj2 [~dj2@216.16.242.254] has joined #go-nuts
21:29 -!- slashus2 [~slashus2@173-16-54-142.client.mchsi.com] has joined #go-nuts
21:33 -!- ronnyy [~quassel@2001:6f8:12c6:2a:224:1dff:fed7:9541] has quit [Remote
host closed the connection]
21:35 -!- dj2 [~dj2@216.16.242.254] has quit [Quit: dj2]
21:37 -!- navigator [~navigator@p54892977.dip.t-dialin.net] has quit [Quit:
WeeChat 0.3.3]
21:38 -!- photron [~photron@port-92-201-1-69.dynamic.qsc.de] has quit [Ping
timeout: 240 seconds]
21:45 -!- powerje [~powerje@adsl-75-49-19-181.dsl.wotnoh.sbcglobal.net] has quit
[Quit: powerje]
21:46 -!- mattikus [~mattikus@ip24-250-73-154.br.br.cox.net] has quit [Remote host
closed the connection]
21:47 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has joined
#go-nuts
21:48 -!- slashus2 [~slashus2@173-16-54-142.client.mchsi.com] has quit [Quit:
slashus2]
21:49 -!- etherealmachine [~jpettit@dhcp-138-132.ucsc.edu] has left #go-nuts []
21:49 -!- powerje [~powerje@2002:4b31:13b5:0:5ab0:35ff:fe80:7cd2] has quit [Client
Quit]
21:52 -!- sjbrown [~sjbrown@adsl-63-204-27-202.dsl.snfc21.pacbell.net] has joined
#go-nuts
21:52 -!- sjbrown [~sjbrown@adsl-63-204-27-202.dsl.snfc21.pacbell.net] has quit
[Client Quit]
21:58 -!- belkiss [~belkiss@drn13-1-78-235-168-105.fbx.proxad.net] has joined
#go-nuts
21:59 -!- Maxdamantus [~m@203-97-238-106.cable.telstraclear.net] has quit [Ping
timeout: 272 seconds]
22:06 -!- Maxdamantus [~m@203-97-238-106.cable.telstraclear.net] has joined
#go-nuts
22:07 -!- belkiss [~belkiss@drn13-1-78-235-168-105.fbx.proxad.net] has quit [Quit:
KVIrc Equilibrium 4.1.1, revision: 4992, sources date: 20100905, built on:
2010-09-10 07:09:04 UTC http://www.kvirc.net/]
22:08 -!- skejoe_ [~skejoe@188.114.142.231] has joined #go-nuts
22:10 -!- jcao219 [~jcao219@pool-173-74-61-111.dllstx.fios.verizon.net] has joined
#go-nuts
22:11 -!- skejoe [~skejoe@188.114.142.231] has quit [Ping timeout: 272 seconds]
22:12 -!- ukai [~ukai@nat/google/x-znmfwhuuomwjoimq] has quit [Ping timeout: 276
seconds]
22:13 -!- ukai [~ukai@nat/google/x-rdgcadnjmztcirmt] has joined #go-nuts
22:20 -!- RobertLJ [~quassel@c-68-44-163-191.hsd1.nj.comcast.net] has quit [Remote
host closed the connection]
22:22 -!- gabriel9 [~gabriel9@93.157.192.28] has joined #go-nuts
22:23 -!- ericvh_ [~ericvh@32.97.110.64] has joined #go-nuts
22:24 -!- ericvh_ [~ericvh@32.97.110.64] has quit [Client Quit]
22:25 -!- manual [~a@unaffiliated/lazz0] has left #go-nuts []
22:25 -!- ShadowIce [~pyoro@unaffiliated/shadowice-x841044] has quit [Quit:
Verlassend]
22:26 -!- slashus2 [~slashus2@173-16-54-142.client.mchsi.com] has joined #go-nuts
22:27 -!- ericvh [~ericvh@32.97.110.63] has quit [Ping timeout: 240 seconds]
22:32 -!- Adys [~Adys@unaffiliated/adys] has quit [Read error: Connection reset by
peer]
22:33 -!- Adys [~Adys@unaffiliated/adys] has joined #go-nuts
22:36 -!- mattikus [~mattikus@ip24-250-73-154.br.br.cox.net] has joined #go-nuts
22:38 -!- Venom_X [~pjacobs@74.61.90.217] has quit [Quit: Venom_X]
22:41 -!- wrtp [~rog@92.30.228.80] has quit [Quit: wrtp]
22:43 -!- steveno [~stevenoli@c-24-131-221-195.hsd1.pa.comcast.net] has joined
#go-nuts
22:43 -!- steveno [~stevenoli@c-24-131-221-195.hsd1.pa.comcast.net] has quit
[Changing host]
22:43 -!- steveno [~stevenoli@paludis/cheerleader/steveno] has joined #go-nuts
22:46 -!- araujo [~araujo@gentoo/developer/araujo] has quit [Ping timeout: 252
seconds]
22:46 -!- napsy [~luka@88.200.96.18] has quit [Ping timeout: 276 seconds]
22:53 -!- kanru [~kanru@118-160-163-217.dynamic.hinet.net] has joined #go-nuts
22:53 -!- napsy [~luka@88.200.96.18] has joined #go-nuts
23:02 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has joined
#go-nuts
23:03 -!- steveno [~stevenoli@paludis/cheerleader/steveno] has quit [Quit:
steveno]
23:09 -!- rlab [~Miranda@91.200.158.34] has quit [Read error: Connection reset by
peer]
23:12 -!- Tv [~tv@gige.bur.digisynd.com] has quit [Ping timeout: 252 seconds]
23:13 -!- jA_cOp [~yakobu@unaffiliated/ja-cop/x-9478493] has quit [Quit: Leaving]
23:14 -!- skejoe_ [~skejoe@188.114.142.231] has quit [Quit: Lost terminal]
23:23 -!- agonopol [~Adium@adfbd06.cst.lightpath.net] has quit [Quit: Leaving.]
23:25 -!- Project_2501 [~Marvin@82.84.71.147] has quit [Quit: E se abbasso questa
leva che succ...]
23:30 -!- powerje [~powerje@adsl-75-49-19-181.dsl.wotnoh.sbcglobal.net] has joined
#go-nuts
23:33 -!- d_m [d6@SDF.ORG] has quit [Quit: Lost terminal]
23:42 -!- Adys [~Adys@unaffiliated/adys] has quit [Ping timeout: 252 seconds]
23:45 -!- araujo [~araujo@gentoo/developer/araujo] has joined #go-nuts
23:47 -!- dj2 [~dj2@CPE001f5b35feb4-CM0014048e0344.cpe.net.cable.rogers.com] has
joined #go-nuts
23:47 -!- Tv [~tv@cpe-76-168-227-45.socal.res.rr.com] has joined #go-nuts
23:48 -!- Shyde [~shyde@HSI-KBW-078-043-070-132.hsi4.kabel-badenwuerttemberg.de]
has quit [Quit: Shyde]
23:50 -!- slashus2 [~slashus2@173-16-54-142.client.mchsi.com] has quit [Quit:
slashus2]
23:53 -!- Adys [~Adys@unaffiliated/adys] has joined #go-nuts
23:54 -!- gid [~gid@220-253-147-183.VIC.netspace.net.au] has joined #go-nuts
23:55 -!- jmettraux [~jmettraux@211.19.55.177] has joined #go-nuts
--- Log closed Tue Sep 14 00:00:07 2010