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

--- Log opened Tue Aug 24 00:00:05 2010
00:07 -!- slashus2 [~slashus2@74-137-24-74.dhcp.insightbb.com] has joined #go-nuts
00:08 -!- artefon [~thiago@vpn-226.dcc.ufmg.br] has quit [Ping timeout: 245
seconds]
00:25 -!- artefon [~thiago@189.107.174.84] has joined #go-nuts
00:29 -!- nsf [~nsf@jiss.convex.ru] has quit [Quit: WeeChat 0.3.3]
00:32 -!- skelterjohn [~jasmuth@c-76-116-182-139.hsd1.nj.comcast.net] has quit
[Quit: skelterjohn]
00:35 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has joined #go-nuts
00:40 -!- RobertLJ [~quassel@c-68-44-163-191.hsd1.nj.comcast.net] has quit [Remote
host closed the connection]
00:42 < plexdev> http://is.gd/ezLo5 by [Scott Lawrence] in go/src/pkg/os/ --
os: make return type of FileInfo.Permission() consistent with related functions
00:46 -!- enherit_ [~enherit@cpe-98-149-170-48.socal.res.rr.com] has quit [Quit:
leaving]
00:49 -!- mikespook [~mikespook@219.137.74.223] has joined #go-nuts
00:56 -!- carllerche [~carllerch@enginey-9.border1.sfo002.pnap.net] has quit
[Quit: carllerche]
00:57 -!- agonopol [~Adium@cpe-72-225-222-120.nyc.res.rr.com] has joined #go-nuts
00:58 < agonopol> hi
00:58 -!- mblake [~mblake@c-174-58-234-173.hsd1.fl.comcast.net] has joined
#go-nuts
00:58 < agonopol> does anyone have any good examples of how to use a heap?
00:58 < agonopol> i want to create a heap of a custom interface
00:59 < plexdev> http://is.gd/ezMW8 by [Ian Lance Taylor] in go/doc/ -- doc:
Update gccgo information for recent changes.
01:01 -!- inittab- [~dlbeer@ip-118-90-102-178.xdsl.xnet.co.nz] has quit [Ping
timeout: 260 seconds]
01:06 -!- willdye [~willdye@fern.dsndata.com] has joined #go-nuts
01:06 -!- artefon [~thiago@189.107.174.84] has quit [Ping timeout: 264 seconds]
01:07 -!- inittab [~dlbeer@ip-118-90-114-88.xdsl.xnet.co.nz] has joined #go-nuts
01:09 -!- willdye [~willdye@fern.dsndata.com] has left #go-nuts []
01:15 -!- RobertLJ [~quassel@c-68-44-163-191.hsd1.nj.comcast.net] has joined
#go-nuts
01:19 -!- artefon [~thiago@vpn-232.dcc.ufmg.br] has joined #go-nuts
01:26 -!- artefon [~thiago@vpn-232.dcc.ufmg.br] has quit [Quit: bye]
01:28 -!- mblake [~mblake@c-174-58-234-173.hsd1.fl.comcast.net] has left #go-nuts
[]
01:29 < jessta> agonopol: hi
01:30 < jessta> agonopol: you can put anything you like in a heap as long as
it satisfies the heap.Interface interface
01:32 -!- General1337 [~support@71-84-244-55.dhcp.gldl.ca.charter.com] has joined
#go-nuts
01:35 -!- General13372 [~support@71-84-244-55.dhcp.gldl.ca.charter.com] has quit
[Ping timeout: 260 seconds]
01:54 -!- agonopol [~Adium@cpe-72-225-222-120.nyc.res.rr.com] has quit [Quit:
Leaving.]
01:56 -!- skelterjohn [~jasmuth@c-76-116-182-139.hsd1.nj.comcast.net] has joined
#go-nuts
02:26 -!- inittab [~dlbeer@ip-118-90-114-88.xdsl.xnet.co.nz] has quit [Ping
timeout: 264 seconds]
02:28 -!- inittab [~dlbeer@ip-118-90-126-247.xdsl.xnet.co.nz] has joined #go-nuts
02:29 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has quit [Quit:
This computer has gone to sleep]
02:30 -!- agonopol [~Adium@cpe-72-225-222-120.nyc.res.rr.com] has joined #go-nuts
02:33 -!- inittab [~dlbeer@ip-118-90-126-247.xdsl.xnet.co.nz] has quit [Ping
timeout: 276 seconds]
02:36 -!- RobertLJ [~quassel@c-68-44-163-191.hsd1.nj.comcast.net] has quit [Remote
host closed the connection]
02:47 < plexdev> http://is.gd/ezVEZ by [Rob Pike] in go/doc/ -- effective
go: fix errors caught by HaWe
02:52 -!- gabriel9 [~gabriel9@93.157.192.28] has quit [Ping timeout: 240 seconds]
02:57 -!- willdye [~willdye@fern.dsndata.com] has joined #go-nuts
02:58 -!- willdye [~willdye@fern.dsndata.com] has left #go-nuts []
03:02 -!- rejb [~rejb@unaffiliated/rejb] has quit [Ping timeout: 276 seconds]
03:06 -!- aho [~nya@fuld-4d00d2e7.pool.mediaWays.net] has joined #go-nuts
03:10 -!- skelterjohn [~jasmuth@c-76-116-182-139.hsd1.nj.comcast.net] has quit
[Quit: skelterjohn]
03:10 -!- lmoura [~lauromour@187.113.73.243] has quit [Ping timeout: 252 seconds]
03:13 -!- plainhao [~plainhao@mail.xbiotica.com] has quit [Quit: plainhao]
03:15 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has joined
#go-nuts
03:18 < plexdev> http://is.gd/ezY6T by [Russ Cox] in go/src/cmd/gc/ -- gc:
fix parenthesization check
03:20 -!- lmoura [~lauromour@187.59.123.128] has joined #go-nuts
03:21 -!- Eridius [~kevin@unaffiliated/eridius] has quit [Ping timeout: 260
seconds]
03:37 -!- gnuvince [~vince@64.235.201.24] has quit [Remote host closed the
connection]
03:37 -!- gnuvince [~vince@72.0.221.62] has joined #go-nuts
03:47 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has quit [Quit:
This computer has gone to sleep]
03:49 -!- lmoura [~lauromour@187.59.123.128] has quit [Ping timeout: 252 seconds]
03:56 -!- slashus2 [~slashus2@74-137-24-74.dhcp.insightbb.com] has quit [Quit:
slashus2]
03:58 -!- lmoura [~lauromour@186.212.118.149] has joined #go-nuts
04:45 -!- mikespook [~mikespook@219.137.74.223] has quit [Ping timeout: 252
seconds]
04:45 -!- mikespook [~mikespook@219.137.252.64] has joined #go-nuts
05:02 -!- samferry [sam@atheme/member/samferry] has quit [Read error: Operation
timed out]
05:02 -!- mattikus_ [~mattikus@ip24-250-73-154.br.br.cox.net] has quit [Quit:
Computer has gone to sleep.]
05:02 -!- samferry [sam@atheme/member/samferry] has joined #go-nuts
05:03 -!- scm [justme@d071211.adsl.hansenet.de] has quit [Ping timeout: 265
seconds]
05:04 -!- scm [justme@d070152.adsl.hansenet.de] has joined #go-nuts
05:18 -!- ap3xo [~apexo@daedalus.isaco.de] has quit [Ping timeout: 276 seconds]
05:31 -!- Meidor [~quassel@piggy.cs.ru.nl] has quit [Quit: No Ping reply in 180
seconds.]
05:31 -!- Meidor_ [~quassel@piggy.cs.ru.nl] has joined #go-nuts
05:31 -!- chressie1 [~chressie@dreggn.in-ulm.de] has joined #go-nuts
05:31 -!- atsampson [~ats@212.183.140.38] has quit [Ping timeout: 258 seconds]
05:31 -!- atsampson [~ats@212.183.140.38] has joined #go-nuts
05:31 -!- felipe [~felipe@my.nada.kth.se] has quit [Ping timeout: 276 seconds]
05:31 -!- chressie [~chressie@dreggn.in-ulm.de] has quit [Ping timeout: 252
seconds]
05:31 -!- welterde [~welterde@not.welterde.de] has quit [Ping timeout: 252
seconds]
05:31 -!- apexo [~apexo@daedalus.isaco.de] has joined #go-nuts
05:31 -!- agonopol [~Adium@cpe-72-225-222-120.nyc.res.rr.com] has quit [Quit:
Leaving.]
05:31 -!- boredomist [~boredomis@24.115.43.39.res-cmts.sesp.ptd.net] has quit
[Quit: Leaving]
05:31 -!- Netsplit over, joins: Meidor_, General1337, Robbo_, viirya, Boney_,
chewbranca, Wiz126, buffi, zaero, Rennex
05:31 -!- atsampson [~ats@212.183.140.38] has quit [Ping timeout: 272 seconds]
05:32 -!- atsampson [~ats@212.183.140.38] has joined #go-nuts
05:48 -!- mattikus [~mattikus@ip24-250-73-154.br.br.cox.net] has joined #go-nuts
05:48 -!- gabriel9 [~gabriel9@93.157.192.28] has joined #go-nuts
05:59 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has quit [Ping timeout: 276
seconds]
06:08 -!- meadman [~meadman@97-122-206-5.hlrn.qwest.net] has quit [Quit: meadman]
06:09 -!- meadman [~meadman@97-122-206-5.hlrn.qwest.net] has joined #go-nuts
06:18 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has joined #go-nuts
06:30 -!- chewbranca [~chewbranc@c-76-104-190-152.hsd1.wa.comcast.net] has quit
[Quit: Leaving]
06:31 -!- snearch [~snearch@f053004122.adsl.alicedsl.de] has joined #go-nuts
06:35 -!- mattikus [~mattikus@ip24-250-73-154.br.br.cox.net] has quit [Remote host
closed the connection]
06:40 -!- bortzmeyer [~bortzmeye@batilda.nic.fr] has joined #go-nuts
06:41 -!- aho [~nya@fuld-4d00d2e7.pool.mediaWays.net] has quit [Quit:
EXEC_over.METHOD_SUBLIMATION]
06:53 -!- Nexoro [~nexo@c-71-192-75-183.hsd1.ma.comcast.net] has joined #go-nuts
07:02 -!- ikaros [~ikaros@dslb-094-219-221-184.pools.arcor-ip.net] has joined
#go-nuts
07:11 -!- chressie1 [~chressie@dreggn.in-ulm.de] has quit [Quit: WeeChat 0.3.3]
07:14 -!- tvw [~tv@e176001169.adsl.alicedsl.de] has joined #go-nuts
07:14 -!- ikaros [~ikaros@dslb-094-219-221-184.pools.arcor-ip.net] has quit [Quit:
Leave the magic to Houdini]
07:16 -!- chressie [~chressie@dreggn.in-ulm.de] has joined #go-nuts
07:24 -!- rlab [~Miranda@91.200.158.34] has joined #go-nuts
07:25 -!- ronnyy [~quassel@p4FF1D29D.dip.t-dialin.net] has joined #go-nuts
07:25 -!- welterde [~welterde@not.welterde.de] has joined #go-nuts
07:29 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has quit [Ping timeout: 264
seconds]
07:36 -!- photron [~photron@port-92-201-92-252.dynamic.qsc.de] has joined #go-nuts
07:39 -!- napsy [~napsy@193.2.66.101] has joined #go-nuts
07:40 -!- mduft [~mduft@gentoo/developer/mduft] has joined #go-nuts
07:43 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has joined #go-nuts
07:43 -!- ExtraSpice [~XtraSpice@88.118.32.225] has joined #go-nuts
07:44 -!- mbohun [~mbohun@202.124.75.234] has quit [Read error: Connection reset
by peer]
07:45 -!- mbohun [~mbohun@202.124.75.234] has joined #go-nuts
07:54 -!- Fish-Work [~Fish@86.65.182.207] has quit [Ping timeout: 265 seconds]
07:54 -!- Fish-Work [~Fish@86.65.182.207] has joined #go-nuts
07:55 -!- sahid [~sahid@LNeuilly-152-21-22-10.w193-253.abo.wanadoo.fr] has joined
#go-nuts
07:56 -!- jmettraux [~jmettraux@211.19.55.177] has quit [Remote host closed the
connection]
08:30 -!- nsf [~nsf@jiss.convex.ru] has joined #go-nuts
08:32 -!- rlab [~Miranda@91.200.158.34] has quit [Ping timeout: 272 seconds]
08:43 -!- KatMow [~Anon900@c-66-177-214-89.hsd1.fl.comcast.net] has joined
#go-nuts
08:44 -!- KatMow [~Anon900@c-66-177-214-89.hsd1.fl.comcast.net] has left #go-nuts
[]
08:45 -!- Adys_ [~Adys@unaffiliated/adys] has joined #go-nuts
08:49 -!- slashus2 [~slashus2@74-137-24-74.dhcp.insightbb.com] has joined #go-nuts
08:51 -!- mbohun [~mbohun@202.124.75.234] has quit [Quit: Leaving]
08:52 -!- atsampson [~ats@212.183.140.38] has quit [Ping timeout: 260 seconds]
08:54 -!- atsampson [~ats@212.183.140.54] has joined #go-nuts
08:56 -!- Shyde [~shyde@HSI-KBW-078-043-070-132.hsi4.kabel-badenwuerttemberg.de]
has joined #go-nuts
08:56 -!- visof [~visof@unaffiliated/visof] has joined #go-nuts
09:16 -!- ronnyy [~quassel@p4FF1D29D.dip.t-dialin.net] has quit [Remote host
closed the connection]
09:20 -!- slashus2 [~slashus2@74-137-24-74.dhcp.insightbb.com] has quit [Quit:
slashus2]
09:25 -!- sacho [~sacho@95-42-65-214.btc-net.bg] has quit [Ping timeout: 265
seconds]
09:31 -!- path[l] [~path@59.162.86.164] has joined #go-nuts
09:33 -!- nf_ [~nf@124-168-45-132.dyn.iinet.net.au] has joined #go-nuts
09:33 -!- nf [~nf@124-169-28-186.dyn.iinet.net.au] has quit [Ping timeout: 252
seconds]
09:35 -!- path[l] [~path@59.162.86.164] has quit [Read error: Connection reset by
peer]
09:35 -!- path[l] [~path@59.162.86.164] has joined #go-nuts
09:37 -!- Netsplit *.net <-> *.split quits: zeroXten, nighty^, prudhvi,
obiwahn, grncdr, gabriel9, Zoopee
09:38 -!- mikespook [~mikespook@219.137.252.64] has quit [Quit: Leaving.]
09:39 -!- Netsplit over, joins: Zoopee, gabriel9, prudhvi, nighty^, obiwahn,
zeroXten, grncdr
09:42 -!- Adys [~Adys@unaffiliated/adys] has quit [Read error: Connection reset by
peer]
09:59 -!- idr [~idr@e179154168.adsl.alicedsl.de] has joined #go-nuts
10:06 -!- Adys_ [~Adys@unaffiliated/adys] has quit [Quit: I ♥ Unicode]
10:06 -!- Adys [~Adys@unaffiliated/adys] has joined #go-nuts
10:11 < nsf> lol, I've written an infinite loop which caused out of memory
situation, and at the same time google chrome extensions died because of that :D
10:11 < nsf> (the result of "unlimited memory" model usage)
10:13 -!- snearch [~snearch@f053004122.adsl.alicedsl.de] has quit [Quit:
Verlassend]
10:23 -!- agonopol [~Adium@cpe-72-225-222-120.nyc.res.rr.com] has joined #go-nuts
10:23 -!- agonopol [~Adium@cpe-72-225-222-120.nyc.res.rr.com] has left #go-nuts []
10:25 -!- rlab [~Miranda@91.200.158.34] has joined #go-nuts
10:31 -!- sacho [~sacho@213.91.244.15] has joined #go-nuts
10:31 -!- sacho [~sacho@213.91.244.15] has quit [Max SendQ exceeded]
10:32 -!- sacho [~sacho@213.91.244.15] has joined #go-nuts
10:40 -!- mattn_jp [~mattn_jp@112-68-86-23.eonet.ne.jp] has joined #go-nuts
10:41 -!- mbohun [~mbohun@ppp115-156.static.internode.on.net] has joined #go-nuts
10:42 -!- felipe [~felipe@my.nada.kth.se] has joined #go-nuts
10:50 -!- saschpe [~quassel@mgdb-4d0cf688.pool.mediaWays.net] has joined #go-nuts
10:50 -!- MizardX [~MizardX@unaffiliated/mizardx] has quit [Read error: Connection
reset by peer]
10:51 -!- tvw [~tv@e176001169.adsl.alicedsl.de] has quit [Remote host closed the
connection]
10:52 -!- MizardX [~MizardX@unaffiliated/mizardx] has joined #go-nuts
10:57 -!- nighty^ [~nighty@x122091.ppp.asahi-net.or.jp] has quit [Read error:
Connection reset by peer]
11:00 -!- path[l] [~path@59.162.86.164] has quit [Quit: path[l]]
11:02 -!- path[l] [~path@59.162.86.164] has joined #go-nuts
11:04 -!- skelterjohn [~jasmuth@c-76-116-182-139.hsd1.nj.comcast.net] has joined
#go-nuts
11:13 -!- nighty^ [~nighty@x122091.ppp.asahi-net.or.jp] has joined #go-nuts
11:21 -!- virtualsue [~chatzilla@nat/cisco/x-bsdlultfhapepcxe] has joined #go-nuts
11:25 -!- skelterjohn [~jasmuth@c-76-116-182-139.hsd1.nj.comcast.net] has quit
[Quit: skelterjohn]
11:38 -!- tvw [~tv@212.79.9.150] has joined #go-nuts
11:42 -!- boscop_ [~boscop@g227130207.adsl.alicedsl.de] has quit [Ping timeout:
252 seconds]
11:46 -!- sacho [~sacho@213.91.244.15] has quit [Ping timeout: 240 seconds]
11:47 -!- sacho [~sacho@213.91.244.15] has joined #go-nuts
11:52 -!- sacho [~sacho@213.91.244.15] has quit [Quit: Ex-Chat]
11:53 -!- napsy [~napsy@193.2.66.101] has quit [Quit: leaving]
12:03 < soul9> anyone know why go has problems with ipv6?
12:04 -!- skelterjohn [~jasmuth@c-76-116-182-139.hsd1.nj.comcast.net] has joined
#go-nuts
12:04 < soul9> i think it might be just the tests that fail
12:05 < soul9> it tries to dial ip4, but with an ip6 adress
12:05 < soul9> http://dpaste.com/233223/
12:06 -!- path[l] [~path@59.162.86.164] has quit [Remote host closed the
connection]
12:06 -!- path[l] [~path@59.162.86.164] has joined #go-nuts
12:07 -!- snearch [~snearch@f053004122.adsl.alicedsl.de] has joined #go-nuts
12:08 -!- skelterjohn [~jasmuth@c-76-116-182-139.hsd1.nj.comcast.net] has quit
[Client Quit]
12:08 -!- illya77 [~illya77@104-63-133-95.pool.ukrtel.net] has joined #go-nuts
12:08 < soul9> ah i think i know
12:09 < soul9> i don't have an ip4 dns server set up in resolv.conf, added
my ip4 dns now retrying
12:12 < soul9> yep that was it.  should I report a bug?
12:12 -!- i__ [~none@unaffiliated/i--/x-3618442] has quit [Remote host closed the
connection]
12:12 -!- Archwyrm [~archwyrm@archwyrm.net] has quit [Ping timeout: 265 seconds]
12:14 < obiwahn> nsf: had the same some weeks ago - usually i don't need my
22gb swap - maybe i should set limits:)
12:14 < nsf> :D
12:24 < nsf> lol, another funny moment, I have started like a minor
refactoring (simply moving code from one part of the file to another) and also
commenting of the code
12:25 < nsf> and it turns out that there are so many things that I wasn't
aware of
12:25 < nsf> like calling the function twice which doesn't do anything
except for wasting cpu cycles :)
12:25 < nsf> or even unused code
12:26 < obiwahn> nsf: do you know how to turn syntax for bash vi mode on?
12:26 < nsf> commenting is good, you're going through all of the code and
tries to say what it does
12:26 < nsf> obiwahn: um..  it depends
12:26 -!- meadman [~meadman@97-122-206-5.hlrn.qwest.net] has quit [Quit: meadman]
12:26 < nsf> different distros do different vim setups
12:26 < nsf> some has that enabled by default
12:27 < nsf> check ftplugin setup
12:27 < nsf> cmd: ":filetype"
12:27 < nsf> it will say something like: detection:ON plugin:ON indent:ON
12:28 < nsf> and of course syntax
12:28 < nsf> .vimrc should contain "syntax enable"
12:28 < nsf> and if your vim setup contains bash syntax highlight info
12:28 < nsf> it will work
12:29 < nsf> or not
12:29 < nsf> it always depends...
12:29 < nsf> :D
12:30 -!- Archwyrm [~archwyrm@archwyrm.net] has joined #go-nuts
12:30 -!- mattn_jp [~mattn_jp@112-68-86-23.eonet.ne.jp] has quit [Ping timeout:
252 seconds]
12:32 -!- conra [~conra@host-89-229-12-166.torun.mm.pl] has joined #go-nuts
12:32 < obiwahn> when i press v in command mode a new vi is opened with a
new file so it does not know wich highlighting to take
12:32 < obiwahn> i can set it manually though
12:32 -!- jmettraux [~jmettraux@PPPbm5391.kanagawa-ip.dti.ne.jp] has joined
#go-nuts
12:33 < nsf> well in that case it can't detect it
12:33 < nsf> it detects file type by matching certain file patterns
12:33 < nsf> like *.sh or *.bash
12:33 < nsf> also it looks for shebang statements
12:33 < nsf> I guess
12:34 -!- jdp [~gu@24.238.32.162.res-cmts.segr.ptd.net] has joined #go-nuts
12:34 -!- jdp [~gu@24.238.32.162.res-cmts.segr.ptd.net] has quit [Client Quit]
12:34 -!- i__ [~none@69.164.206.224] has joined #go-nuts
12:34 -!- jdp [~gu@24.238.32.162.res-cmts.segr.ptd.net] has joined #go-nuts
12:34 -!- mattn_jp [~mattn_jp@112-68-86-23.eonet.ne.jp] has joined #go-nuts
12:36 -!- artefon [~thiago@189.107.174.84] has joined #go-nuts
12:46 -!- ronnyy [~quassel@p4FF1D29D.dip.t-dialin.net] has joined #go-nuts
12:49 -!- ubitux [~ubitux@did75-20-88-183-34-32.fbx.proxad.net] has joined
#go-nuts
12:49 < ubitux> hi
12:49 -!- ronnyy [~quassel@p4FF1D29D.dip.t-dialin.net] has quit [Remote host
closed the connection]
12:51 -!- artefon [~thiago@189.107.174.84] has quit [Ping timeout: 255 seconds]
12:56 -!- nsf [~nsf@jiss.convex.ru] has quit [Quit: WeeChat 0.3.3]
13:03 -!- meadman [~shaun@205-169-195-68.dia.static.qwest.net] has joined #go-nuts
13:03 -!- artefon [~thiago@vpn-234.dcc.ufmg.br] has joined #go-nuts
13:04 -!- nbjoerg [~joerg@netbsd/developer/joerg] has quit [Ping timeout: 255
seconds]
13:09 -!- gonsalu [~gonsalu@static.238.120.46.78.clients.your-server.de] has quit
[Remote host closed the connection]
13:18 -!- ucasano [~ucasano@host153-182-static.227-95-b.business.telecomitalia.it]
has joined #go-nuts
13:19 -!- photron [~photron@port-92-201-92-252.dynamic.qsc.de] has quit [Ping
timeout: 240 seconds]
13:21 < obiwahn> bash: help bind - and the readline stuff gives me the
creeps - i am too stupid:(
13:22 < obiwahn> bind -m vi-command -x "v":'vim -c ":set syntax=sh"' wont
do:(
13:24 -!- nbjoerg [~joerg@netbsd/developer/joerg] has joined #go-nuts
13:29 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has quit [Ping timeout: 258
seconds]
13:30 -!- iant [~iant@216.239.45.130] has quit [Ping timeout: 255 seconds]
13:32 -!- General13372 [~support@71-84-244-55.dhcp.gldl.ca.charter.com] has joined
#go-nuts
13:33 -!- illya77 [~illya77@104-63-133-95.pool.ukrtel.net] has quit [Read error:
Connection reset by peer]
13:34 -!- General1337 [~support@71-84-244-55.dhcp.gldl.ca.charter.com] has quit
[Ping timeout: 252 seconds]
13:35 -!- meadman [~shaun@205-169-195-68.dia.static.qwest.net] has quit [Quit:
Ex-Chat]
13:38 -!- path[l]_ [~path@59.162.86.164] has joined #go-nuts
13:39 -!- temoto [~temoto@81.19.90.238] has joined #go-nuts
13:40 < temoto> How to print a slice of strings?
13:40 < taruti> %v ?
13:40 < temoto> thanks
13:40 -!- path[l] [~path@59.162.86.164] has quit [Ping timeout: 265 seconds]
13:41 < temoto> How to compare two slices of strings by content?
13:41 < taruti> slice[i] == slice[j] ?
13:42 -!- iant [~iant@66.109.103.22] has joined #go-nuts
13:42 -!- mode/#go-nuts [+v iant] by ChanServ
13:42 < taruti> ah, the whole slices?
13:42 < temoto> yes
13:42 < taruti> just do a for loop doing the comparisons
13:42 -!- angasule [c80571ea@gateway/web/freenode/ip.200.5.113.234] has joined
#go-nuts
13:43 -!- meadman [~shaun@97-122-206-5.hlrn.qwest.net] has joined #go-nuts
13:44 -!- DerHorst [~Horst@e176098164.adsl.alicedsl.de] has joined #go-nuts
13:48 -!- napsy [~luka@212.235.174.112] has joined #go-nuts
13:53 -!- visof [~visof@unaffiliated/visof] has quit [Quit: Leaving]
14:02 -!- boscop [~boscop@g227130207.adsl.alicedsl.de] has joined #go-nuts
14:09 -!- ucasano [~ucasano@host153-182-static.227-95-b.business.telecomitalia.it]
has quit [Quit: ucasano]
14:10 -!- ucasano [~ucasano@host153-182-static.227-95-b.business.telecomitalia.it]
has joined #go-nuts
14:10 < ucasano> hi
14:11 < ucasano> do you know if the log lib shipped with go is thread safe
14:12 -!- zozoR [~zozoR@0x5da69cf2.cpe.ge-0-1-0-1105.hsnqu1.customer.tele.dk] has
joined #go-nuts
14:13 <+iant> ucasano: thread safe in what sense?  I think that all the Go
packages are thread safe in some sense
14:13 -!- nsf [~nsf@jiss.convex.ru] has joined #go-nuts
14:13 < ucasano> I mean, let us suppose we have two go routines running at a
particular moment
14:14 < ucasano> and let us suppose each of them tries to log something
using the standard library log functions
14:14 < ucasano> If log lib is thread safe, the answer is "don't care"
14:14 < ucasano> if not, IMO I need another go routines "LOG" running in BG
14:15 < ucasano> as the only access point to the log file
14:15 <+iant> it's certainly fine for multiple goroutines to use the log
package simultaneously
14:15 -!- RobertLJ [~quassel@c-68-44-163-191.hsd1.nj.comcast.net] has joined
#go-nuts
14:16 <+iant> You can create a Logger with any io.Writer
14:16 <+iant> if you create two Loggers with the same io.Writer, and you
use, say, a buffered io.Writer, then you could have trouble
14:16 < ucasano> Ok, so I have to take care of that
14:17 <+iant> yeah, I guess I would say that the log package is as
thread-safe as the io.Writer you pass to log.New
14:17 <+iant> there are no thread issues with log.Stdout and friends
14:18 < ucasano> Ok, so I can avoid another go routine taking cares of
logging stuff
14:18 -!- skelterjohn [~jasmuth@c-76-116-182-139.hsd1.nj.comcast.net] has joined
#go-nuts
14:18 < ucasano> I CAN call the log functions as reported in documentation
even in a multiple go routines environment
14:18 < ucasano> is that right?
14:19 <+iant> yes
14:19 < ucasano> thanks
14:20 -!- kanru [~kanru@118-168-238-233.dynamic.hinet.net] has joined #go-nuts
14:25 -!- aho [~nya@fuld-4d00d405.pool.mediaWays.net] has joined #go-nuts
14:27 -!- calif [~calif@apn-95-41-144-70.dynamic.gprs.plus.pl] has joined #go-nuts
14:28 -!- calif [~calif@apn-95-41-144-70.dynamic.gprs.plus.pl] has quit [Client
Quit]
14:33 -!- calif_ [~calif@apn-95-41-144-70.dynamic.gprs.plus.pl] has joined
#go-nuts
14:34 -!- gr0gmint [~joebiden@87.60.23.38] has joined #go-nuts
14:35 -!- iant [~iant@66.109.103.22] has quit [Ping timeout: 276 seconds]
14:36 -!- femtoo [~femto@95-89-197-206-dynip.superkabel.de] has joined #go-nuts
14:38 < nickaugust> so i have my files indexed and each searchable term is
saved with the filename in a tree so now searching with a one word query is
working well.  im trying to figure out the best way to implement mulitple word
queries.  I think since the search queries on the tree are fast the simpliest way
would just be to retrieve all results for each word seperately and then compare
the returned list for files
14:38 < nickaugust> that show up in all of them.  what do you guys think of
that?
14:41 -!- zozoR2 [~zozoR@0x5da69cf2.cpe.ge-0-1-0-1105.hsnqu1.customer.tele.dk] has
joined #go-nuts
14:44 -!- iant [~iant@166.190.88.240] has joined #go-nuts
14:44 -!- mode/#go-nuts [+v iant] by ChanServ
14:45 < skelterjohn> sounds fine to me, nickaugust
14:46 -!- rejb [~rejb@unaffiliated/rejb] has joined #go-nuts
14:49 < temoto> http://github.com/temoto/robotstxt.go /robots.txt
parsing/checking library.  Hates and suggestions welcome.  :)
14:49 -!- bjarneh [~bjarneh@1x-193-157-197-144.uio.no] has joined #go-nuts
14:50 < nickaugust> skelterjohn: thx :)
14:50 -!- napsy [~luka@212.235.174.112] has quit [Ping timeout: 265 seconds]
14:56 < MizardX> nickaugust: Unless you can limit the search on entries that
matched the previous word
14:57 -!- Bombe [~droden@freenet/developer/Bombe] has quit [Excess Flood]
14:57 -!- Bombe [~droden@weltgehirnmaschine.de] has joined #go-nuts
14:58 < nsf> temoto: looks nice
15:04 -!- calif_ [~calif@apn-95-41-144-70.dynamic.gprs.plus.pl] has quit [Quit:
Lost terminal]
15:06 -!- iant [~iant@166.190.88.240] has quit [Ping timeout: 240 seconds]
15:12 -!- jmettraux [~jmettraux@PPPbm5391.kanagawa-ip.dti.ne.jp] has quit [Remote
host closed the connection]
15:14 -!- ericvh [~ericvh@32.97.110.63] has joined #go-nuts
15:14 -!- ikaros [~ikaros@188.107.58.178] has joined #go-nuts
15:16 -!- Bombe [~droden@weltgehirnmaschine.de] has quit [Changing host]
15:16 -!- Bombe [~droden@freenet/developer/Bombe] has joined #go-nuts
15:18 -!- artefon [~thiago@vpn-234.dcc.ufmg.br] has quit [Quit: bye]
15:23 -!- aho [~nya@fuld-4d00d405.pool.mediaWays.net] has quit [Ping timeout: 265
seconds]
15:26 -!- moondowner [~quassel@92.53.38.28] has joined #go-nuts
15:31 -!- awidegreen [~quassel@62.176.237.78] has joined #go-nuts
15:32 -!- awidegreen [~quassel@62.176.237.78] has quit [Remote host closed the
connection]
15:33 -!- enherit [~enherit@71-83-188-75.dhcp.lnbh.ca.charter.com] has quit [Quit:
Lost terminal]
15:35 -!- awidegreen [~quassel@62.176.237.78] has joined #go-nuts
15:36 -!- moondowner [~quassel@92.53.38.28] has quit [Ping timeout: 240 seconds]
15:38 -!- kanru [~kanru@118-168-238-233.dynamic.hinet.net] has quit [Ping timeout:
276 seconds]
15:50 -!- sacho [~sacho@213.91.244.15] has joined #go-nuts
15:51 -!- napsy [~luka@212.235.174.112] has joined #go-nuts
15:52 -!- Venom_X [~pjacobs@71.21.124.111] has joined #go-nuts
15:57 -!- photron [~photron@port-92-201-94-249.dynamic.qsc.de] has joined #go-nuts
15:59 -!- macroron [~ron@c-98-242-168-49.hsd1.fl.comcast.net] has joined #go-nuts
15:59 -!- tvw [~tv@212.79.9.150] has quit [Remote host closed the connection]
16:04 -!- ericvh_ [~ericvh@32.97.110.64] has joined #go-nuts
16:08 -!- ericvh [~ericvh@32.97.110.63] has quit [Ping timeout: 276 seconds]
16:09 -!- artefon [~thiago@dhcp43.usuarios.dcc.ufmg.br] has joined #go-nuts
16:10 -!- adu [~ajr@pool-71-191-154-37.washdc.fios.verizon.net] has joined
#go-nuts
16:14 -!- iant [~iant@nat/google/x-vikqrxfhygikldjl] has joined #go-nuts
16:14 -!- mode/#go-nuts [+v iant] by ChanServ
16:15 -!- mbohun [~mbohun@ppp115-156.static.internode.on.net] has quit [Quit:
Leaving]
16:17 -!- acts_as [~acts_as@208.236.105.27] has quit [Quit: acts_as]
16:21 -!- snearch [~snearch@f053004122.adsl.alicedsl.de] has quit [Quit:
Verlassend]
16:25 -!- Shyde [~shyde@HSI-KBW-078-043-070-132.hsi4.kabel-badenwuerttemberg.de]
has quit [Remote host closed the connection]
16:26 -!- macroron [~ron@c-98-242-168-49.hsd1.fl.comcast.net] has quit [Quit:
Leaving]
16:26 -!- bortzmeyer [~bortzmeye@batilda.nic.fr] has quit [Quit: Leaving.]
16:27 -!- redbrain [~redbrain@94.229.66.234] has quit [Read error: Operation timed
out]
16:28 -!- path[l] [~path@59.162.86.164] has quit [Quit: path[l]]
16:29 -!- redbrain [~redbrain@94.229.66.234] has joined #go-nuts
16:33 -!- ShadowIce [~pyoro@unaffiliated/shadowice-x841044] has joined #go-nuts
16:36 -!- ericvh_ [~ericvh@32.97.110.64] has quit [Quit: ericvh_]
16:38 -!- awidegreen [~quassel@62.176.237.78] has quit [Quit: No Ping reply in 180
seconds.]
16:38 -!- p4p4 [~P4p4@82.113.106.30] has joined #go-nuts
16:38 -!- awidegreen [~quassel@62.176.237.78] has joined #go-nuts
16:43 -!- b4|hraban [~b4@a83-163-41-120.adsl.xs4all.nl] has joined #go-nuts
16:44 -!- saschpe [~quassel@mgdb-4d0cf688.pool.mediaWays.net] has quit [Read
error: Connection reset by peer]
16:51 -!- Fish [~Fish@9fans.fr] has joined #go-nuts
16:51 -!- sacho [~sacho@213.91.244.15] has quit [Ping timeout: 265 seconds]
16:53 -!- virtualsue [~chatzilla@nat/cisco/x-bsdlultfhapepcxe] has quit [Ping
timeout: 264 seconds]
16:57 -!- acts_as [~acts_as@208.236.105.27] has joined #go-nuts
17:02 -!- gabriel9 [~gabriel9@93.157.192.28] has quit [Ping timeout: 276 seconds]
17:04 -!- tvw [~tv@e176001169.adsl.alicedsl.de] has joined #go-nuts
17:08 -!- enherit [~enherit@cpe-98-149-170-48.socal.res.rr.com] has joined
#go-nuts
17:11 -!- mattn_jp [~mattn_jp@112-68-86-23.eonet.ne.jp] has left #go-nuts []
17:13 < plexdev> http://is.gd/eB72o by [Russ Cox] in
go/src/pkg/runtime/freebsd/386/ -- runtime: fix freebsd/386 mmap
17:15 -!- ericvh [~ericvh@32.97.110.63] has joined #go-nuts
17:15 < b4|hraban> Hello all.  Interested in but not familiar with Google
Go, I am reading about the goroutines in "Effective Go" and it has me wondering:
is it realistic to expect the runtime env to, someday, be able to use multiple
isolated nodes to execute the goroutines?
17:16 < b4|hraban> the article talks about multiple processors in a shared
memory space, but what if there are mutliple cores available with isolated memory
spaces (a cluster), how interesting would it be to manage that behind the scenes
and allow any Go program to make full use of them?
17:18 <+iant> the goroutine model does assume shared memory
17:18 <+iant> when you have different cores with distinct memory you need a
different approach
17:18 < b4|hraban> fair enough
17:19 <+iant> Go's gob library can be used to communicate between those
kinds of nodes
17:19 <+iant> but in effect each node would be running a different Go
program
17:19 <+iant> at least today there is no real support for a single program
running in a disjoint memory space
17:20 < b4|hraban> I understand
17:21 < b4|hraban> I was enchanted by involving the programmer so
intensively in making his separate routines communicate that I thought the runtime
could leverage that even further
17:23 < b4|hraban> with C I have to set that all up manually, but since with
Go it seems that I can already tell the runtime how to synchronise my routine in a
shared memory space, I thought hey why not isolated memory spaces as well?  :)
17:24 < homa_rano> perhaps the netchan package can simulate these
cross-memory channels/goroutines
17:24 < homa_rano> not the management of them though
17:31 -!- jweede [~jweede@129.42.208.179] has joined #go-nuts
17:39 -!- moondowner [~quassel@92.53.38.28] has joined #go-nuts
17:39 -!- zozoR2 [~zozoR@0x5da69cf2.cpe.ge-0-1-0-1105.hsnqu1.customer.tele.dk] has
quit [Quit: Morten.  Desu~]
17:40 -!- zozoR [~zozoR@0x5da69cf2.cpe.ge-0-1-0-1105.hsnqu1.customer.tele.dk] has
quit [Quit: Morten.  Desu~]
17:44 -!- gabriel9 [~gabriel9@93.157.192.28] has joined #go-nuts
17:46 -!- conra [~conra@host-89-229-12-166.torun.mm.pl] has quit [Quit: Leaving]
17:51 -!- napsy [~luka@212.235.174.112] has quit [Ping timeout: 265 seconds]
17:51 -!- kcwu [fakeidkcwu@kcwu.csie.org] has joined #go-nuts
17:51 -!- nsf [~nsf@jiss.convex.ru] has quit [Quit: WeeChat 0.3.3]
17:58 -!- femtoo [~femto@95-89-197-206-dynip.superkabel.de] has quit [Quit:
Leaving]
18:04 -!- ucasano [~ucasano@host153-182-static.227-95-b.business.telecomitalia.it]
has quit [Quit: ucasano]
18:06 -!- ubitux [~ubitux@did75-20-88-183-34-32.fbx.proxad.net] has quit [Quit:
leaving]
18:07 -!- awidegreen [~quassel@62.176.237.78] has quit [Remote host closed the
connection]
18:08 -!- sacho [~sacho@95-42-65-214.btc-net.bg] has joined #go-nuts
18:08 -!- awidegreen [~quassel@62.176.237.78] has joined #go-nuts
18:09 -!- deso [~deso@x0561a.wh30.tu-dresden.de] has joined #go-nuts
18:09 -!- tvw [~tv@e176001169.adsl.alicedsl.de] has quit [Ping timeout: 252
seconds]
18:10 -!- adu [~ajr@pool-71-191-154-37.washdc.fios.verizon.net] has quit [Quit:
adu]
18:13 -!- path[l] [UPP@120.138.102.50] has joined #go-nuts
18:15 -!- ikaros [~ikaros@188.107.58.178] has quit [Quit: Leave the magic to
Houdini]
18:21 -!- idr [~idr@e179154168.adsl.alicedsl.de] has quit [Disconnected by
services]
18:21 -!- idr0 [~idr@e179154168.adsl.alicedsl.de] has joined #go-nuts
18:21 -!- angasule [c80571ea@gateway/web/freenode/ip.200.5.113.234] has left
#go-nuts []
18:21 -!- angasule [c80571ea@gateway/web/freenode/ip.200.5.113.234] has joined
#go-nuts
18:27 -!- femtoo [~femto@95-89-197-206-dynip.superkabel.de] has joined #go-nuts
18:29 -!- slashus2 [~slashus2@74-137-24-74.dhcp.insightbb.com] has joined #go-nuts
18:29 -!- tvw [~tv@e176001169.adsl.alicedsl.de] has joined #go-nuts
18:37 -!- napsy [~luka@212.235.174.112] has joined #go-nuts
18:42 -!- chewbranca [~chewbranc@c-76-104-190-152.hsd1.wa.comcast.net] has joined
#go-nuts
18:52 -!- gabriel9 [~gabriel9@93.157.192.28] has quit [Read error: Connection
reset by peer]
18:55 -!- gabriel9 [~gabriel9@93.157.192.28] has joined #go-nuts
18:56 -!- moondowner [~quassel@92.53.38.28] has quit [Remote host closed the
connection]
19:04 -!- raylu [~raylu@c-24-131-193-106.hsd1.pa.comcast.net] has quit [Read
error: Connection reset by peer]
19:05 -!- raylu [~raylu@c-24-131-193-106.hsd1.pa.comcast.net] has joined #go-nuts
19:11 -!- Eridius [~kevin@unaffiliated/eridius] has joined #go-nuts
19:14 -!- bjarneh [~bjarneh@1x-193-157-197-144.uio.no] has quit [Quit: bjarneh]
19:14 -!- bjarneh [~bjarneh@1x-193-157-197-144.uio.no] has joined #go-nuts
19:14 -!- temoto [~temoto@81.19.90.238] has left #go-nuts ["Leaving"]
19:15 -!- Fish [~Fish@9fans.fr] has quit [Remote host closed the connection]
19:15 -!- Fish- [~Fish@9fans.fr] has joined #go-nuts
19:17 -!- napsy [~luka@212.235.174.112] has quit [Quit: Lost terminal]
19:18 -!- peterdn [~peterdn@host109-153-221-147.range109-153.btcentralplus.com]
has quit [Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2/20100222071121]]
19:18 -!- napsy [~luka@212.235.174.112] has joined #go-nuts
19:21 -!- boredomist [~boredomis@24.115.43.39.res-cmts.sesp.ptd.net] has joined
#go-nuts
19:24 -!- Nexoro [~nexo@c-71-192-75-183.hsd1.ma.comcast.net] has quit [Quit:
Leaving.]
19:27 -!- peterdn [~peterdn@host109-153-221-147.range109-153.btcentralplus.com]
has joined #go-nuts
19:34 -!- bjarneh [~bjarneh@1x-193-157-197-144.uio.no] has left #go-nuts []
19:36 -!- DerHorst [~Horst@e176098164.adsl.alicedsl.de] has quit [Remote host
closed the connection]
19:40 -!- napsy [~luka@212.235.174.112] has quit [Ping timeout: 276 seconds]
19:40 -!- General13372 [~support@71-84-244-55.dhcp.gldl.ca.charter.com] has quit
[Ping timeout: 252 seconds]
19:52 -!- p4p4 [~P4p4@82.113.106.30] has quit [Quit: ChatZilla 0.9.84 [SeaMonkey
2.0a3/20090223135443]]
19:56 -!- Xurix [~Luixsia@AToulouse-254-1-2-166.w83-203.abo.wanadoo.fr] has joined
#go-nuts
19:58 -!- Shyde [~shyde@HSI-KBW-078-043-070-132.hsi4.kabel-badenwuerttemberg.de]
has joined #go-nuts
20:00 -!- femtooo [~femto@95-89-197-206-dynip.superkabel.de] has joined #go-nuts
20:00 -!- General1337 [~support@71-84-244-55.dhcp.gldl.ca.charter.com] has joined
#go-nuts
20:02 -!- sladegen [~nemo@unaffiliated/sladegen] has quit [Ping timeout: 245
seconds]
20:03 -!- femtoo [~femto@95-89-197-206-dynip.superkabel.de] has quit [Ping
timeout: 255 seconds]
20:04 -!- artefon [~thiago@dhcp43.usuarios.dcc.ufmg.br] has quit [Quit: bye]
20:11 -!- femtooo [~femto@95-89-197-206-dynip.superkabel.de] has quit [Quit:
Leaving]
20:18 < plexdev> http://is.gd/eBoPo by [Ian Lance Taylor] in
go/test/fixedbugs/ -- test: Add testcase which crashes gccgo.
20:27 -!- virtualsue [~chatzilla@nat/cisco/x-pvolgdvpmhuucruu] has joined #go-nuts
20:29 -!- napsy [~luka@212.235.174.112] has joined #go-nuts
20:52 -!- jweede [~jweede@129.42.208.179] has quit [Quit: Leaving]
20:58 -!- angasule [c80571ea@gateway/web/freenode/ip.200.5.113.234] has quit
[Quit: Page closed]
21:06 -!- Fish- [~Fish@9fans.fr] has quit [Read error: Connection reset by peer]
21:06 -!- ShadowIce [~pyoro@unaffiliated/shadowice-x841044] has quit [Quit:
Verlassend]
21:09 -!- RobertLJ [~quassel@c-68-44-163-191.hsd1.nj.comcast.net] has quit [Remote
host closed the connection]
21:28 < raylu> so i had an issue earlier with 6g giving: hello.go:3: can't
find import: fmt
21:28 < raylu> but 8g seems to work...
21:29 < raylu> oh.  duh.  nevermind.
21:31 -!- ExtraSpice [~XtraSpice@88.118.32.225] has quit [Quit: Leaving]
21:39 -!- smw [~smw@pool-71-183-88-124.nycmny.fios.verizon.net] has quit [Remote
host closed the connection]
21:40 -!- idr0 [~idr@e179154168.adsl.alicedsl.de] has quit [Remote host closed the
connection]
21:40 -!- gabriel9 [~gabriel9@93.157.192.28] has quit [Ping timeout: 272 seconds]
21:43 -!- Venom_X [~pjacobs@71.21.124.111] has quit [Quit: Venom_X]
21:44 -!- boscop [~boscop@g227130207.adsl.alicedsl.de] has quit [Ping timeout: 264
seconds]
21:44 -!- boscop [~boscop@g225212036.adsl.alicedsl.de] has joined #go-nuts
21:44 -!- adu [~ajr@pool-71-191-154-37.washdc.fios.verizon.net] has joined
#go-nuts
21:49 -!- Venom_X [~pjacobs@71.21.124.111] has joined #go-nuts
21:51 < plexdev> http://is.gd/eBxTw by [Jan H. Hosang] in go/src/pkg/time/
-- time.Parse should not require minutes for time zone
21:53 -!- gabriel9 [~gabriel9@93.157.192.28] has joined #go-nuts
21:56 -!- napsy [~luka@212.235.174.112] has quit [Quit: Lost terminal]
21:56 -!- ericvh [~ericvh@32.97.110.63] has left #go-nuts []
21:57 -!- napsy [~luka@212.235.174.112] has joined #go-nuts
22:04 -!- nsf [~nsf@jiss.convex.ru] has joined #go-nuts
22:08 -!- zero7 [~crazy@86.36.49.1] has joined #go-nuts
22:11 -!- zero7 [~crazy@86.36.49.1] has quit [Client Quit]
22:13 -!- virtualsue [~chatzilla@nat/cisco/x-pvolgdvpmhuucruu] has quit [Ping
timeout: 241 seconds]
22:17 -!- Shyde [~shyde@HSI-KBW-078-043-070-132.hsi4.kabel-badenwuerttemberg.de]
has quit [Quit: Shyde]
22:22 -!- rlab [~Miranda@91.200.158.34] has quit [Read error: Connection reset by
peer]
22:24 -!- adu [~ajr@pool-71-191-154-37.washdc.fios.verizon.net] has quit [Quit:
adu]
22:25 -!- gr0gmint [~joebiden@87.60.23.38] has quit [Quit: leaving]
22:29 -!- deso [~deso@x0561a.wh30.tu-dresden.de] has quit [Remote host closed the
connection]
22:34 -!- awidegreen [~quassel@62.176.237.78] has quit [Remote host closed the
connection]
22:38 -!- nsf [~nsf@jiss.convex.ru] has quit [Quit: WeeChat 0.3.3]
22:40 -!- mattikus [~mattikus@ip24-250-73-154.br.br.cox.net] has joined #go-nuts
22:40 -!- photron [~photron@port-92-201-94-249.dynamic.qsc.de] has quit [Ping
timeout: 264 seconds]
22:42 -!- Venom_X [~pjacobs@71.21.124.111] has quit [Ping timeout: 276 seconds]
23:02 -!- kanru [~kanru@118-168-238-233.dynamic.hinet.net] has joined #go-nuts
23:29 -!- iant [~iant@nat/google/x-vikqrxfhygikldjl] has quit [Ping timeout: 272
seconds]
23:34 -!- iant [~iant@66.109.106.2] has joined #go-nuts
23:34 -!- mode/#go-nuts [+v iant] by ChanServ
23:48 -!- ericvh [~ericvh@2002:467b:802c:0:223:6cff:fe93:c616] has joined #go-nuts
23:48 -!- ericvh [~ericvh@2002:467b:802c:0:223:6cff:fe93:c616] has left #go-nuts
[]
23:49 -!- korfuri_ [~korfuri@eth0.korfuri.fr] has left #go-nuts []
--- Log closed Wed Aug 25 00:00:05 2010