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

--- Log opened Sat Dec 12 00:00:32 2009
00:01 -!- clearscreen [n=clearscr@e248070.upc-e.chello.nl] has joined #go-nuts
00:01 -!- rakd [n=rakd@219.117.252.7.static.zoot.jp] has quit ["See you..."]
00:02 -!- Spaghettini [n=Spaghett@vaxjo6.150.cust.blixtvik.net] has quit [Read
error: 60 (Operation timed out)]
00:04 -!- Gracenotes [n=person@wikipedia/Gracenotes] has joined #go-nuts
00:04 < ziyu4huang> anyone know what will happen when you do "range
vector.Iter()"
00:04 -!- Venom_X [n=pjacobs@cpe-67-9-131-167.austin.res.rr.com] has quit []
00:05 < ziyu4huang> It looks the channel never close, I don't know will
eventually cause resource problem ?
00:05 -!- rndbot [n=bot@wikipedia/Gracenotes] has joined #go-nuts
00:07 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has joined
#go-nuts
00:07 -!- lux` [n=lux@151.95.190.245] has quit [Remote closed the connection]
00:07 <+iant> ziyu4huang: the channel is closed in Vector.iterate
00:08 <+iant> ziyu4huang: in any case, a channel can be garbage collected
(in principle) even if it is not closed
00:08 <+iant> what counts is whether anything has a reference to it, not
whether it has been closed
00:10 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has quit
[Connection reset by peer]
00:10 -!- XniX23 [n=XniX23@we.will.never-be.afraid.org] has joined #go-nuts
00:10 -!- exn_ [n=exn@195.49.206.202] has quit ["see you later"]
00:11 < ziyu4huang> I know it closed in Vector.iterate, but it see won't
execute the close() line if you do break earlier
00:11 -!- djanderson [n=dja@hltncable.pioneerbroadband.net] has quit [Read error:
110 (Connection timed out)]
00:11 < ziyu4huang> I just not sure if GC can correctly recycle it.
00:11 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has joined
#go-nuts
00:12 -!- aarapov [n=aarapov@r2ah201.net.upc.cz] has quit ["Leaving."]
00:12 < ziyu4huang> Is there any function to check how many channel are
opened ?
00:14 -!- xerox [n=xerox@unaffiliated/xerox] has quit []
00:16 -!- smooge [n=smooge@ip68-2-22-182.ph.ph.cox.net] has quit [Remote closed
the connection]
00:17 -!- shasbot [n=shasbot@ip70-171-218-55.tc.ph.cox.net] has quit [Remote
closed the connection]
00:17 -!- tor5_ [n=tor@m4a0f36d0.tmodns.net] has joined #go-nuts
00:17 -!- tor5 [n=tor@m4a0f36d0.tmodns.net] has quit [Read error: 104 (Connection
reset by peer)]
00:18 -!- rsc9 [n=rsc@nat/google/x-pwdqxyufkahbugyp] has joined #go-nuts
00:18 -!- mode/#go-nuts [+v rsc9] by ChanServ
00:19 -!- tomestla [n=tom@AToulouse-151-1-98-230.w86-217.abo.wanadoo.fr] has quit
[Read error: 110 (Connection timed out)]
00:23 < skelterjohn> ziy4huang: having the GC clean up goroutines that are
blocked on a channel that no one cares about anymore is an issue that they're
thinking about
00:23 < skelterjohn> i made a ML post saying they should:
http://groups.google.com/group/golang-nuts/browse_frm/thread/e8a494c088b9ece5
00:28 < ziyu4huang> this is really a serious issues.  I can write a simple
codes runs out of resource quickly http://gopaste.org/view/xN211
00:28 -!- crc [n=charlesc@c-68-80-139-0.hsd1.pa.comcast.net] has joined #go-nuts
00:29 < ziyu4huang> if the library tries use Iter() as a idiom way for
iterator, then obvious this issues must be fix.
00:29 -!- Spaghettini [n=Spaghett@vaxjo6.150.cust.blixtvik.net] has joined
#go-nuts
00:30 -!- iant [n=iant@nat/google/x-afabhridbcxcmmrp] has quit [Read error: 60
(Operation timed out)]
00:31 -!- xerox [n=xerox@151.61.161.138] has joined #go-nuts
00:32 < skelterjohn> ziyu4huang: that's how I feel too.
00:32 < skelterjohn> iterators especially are not so useful unless the GC
behaves this way
00:32 -!- drry [n=drry@unaffiliated/drry] has quit ["Tiarra 0.1+svn-35634M:
SIGTERM received; exit"]
00:34 < skelterjohn> the argument was, if I recall correctly (and it's in
that ML thread) that for something like a webserver, it's not obvious whether a
group of deadlocked goroutines attached to each other by blocking channels should
be cleaned up silently or if a panic should occur
00:34 < ziyu4huang> I am not quite clear about channel yet, is it Ok to
close it in reader side ?
00:34 < skelterjohn> ziyu4huang: you shouldn't, though often it might behave
as you expect
00:34 < skelterjohn> the idea being close(ch) is a writer operation,
closed(ch) is a reader operation
00:34 < ziyu4huang> If that's true, I think range can just do close() if you
break out
00:35 < skelterjohn> I am paraphrasing either Russ Cox or Rob Pike, I always
get them confused (names that begin with 'R'...)
00:35 -!- shasbot [n=shasbot@ip70-171-218-55.tc.ph.cox.net] has joined #go-nuts
00:37 < skelterjohn> this thread is devoted to that topic, in particular:
http://groups.google.com/group/golang-nuts/browse_frm/thread/d1f6ebc9ceed5608
00:37 -!- drry [n=drry@unaffiliated/drry] has joined #go-nuts
00:44 -!- nwatkins [n=nwatkins@kyoto.soe.ucsc.edu] has left #go-nuts []
00:47 -!- skelterjohn [n=jasmuth@c-76-124-22-4.hsd1.nj.comcast.net] has quit []
00:48 -!- skelterjohn [n=jasmuth@c-76-124-22-4.hsd1.nj.comcast.net] has joined
#go-nuts
00:48 -!- tor5 [n=tor@m4a0f36d0.tmodns.net] has quit [Read error: 104 (Connection
reset by peer)]
00:48 -!- tor5 [n=tor@mca0f36d0.tmodns.net] has joined #go-nuts
00:51 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has quit [Read
error: 104 (Connection reset by peer)]
00:52 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has joined
#go-nuts
00:53 -!- franksalim [n=frank@adsl-76-221-202-115.dsl.pltn13.sbcglobal.net] has
quit ["Ex-Chat"]
00:57 -!- decriptor [n=decripto@137.65.133.23] has quit [Read error: 110
(Connection timed out)]
00:57 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has quit [Read
error: 104 (Connection reset by peer)]
00:58 -!- g0bl1n [n=g0bl1n@a213-22-210-200.cpe.netcabo.pt] has quit ["Leaving"]
00:59 -!- tomestla1 [n=tom@AToulouse-151-1-22-8.w83-203.abo.wanadoo.fr] has quit
[Read error: 145 (Connection timed out)]
01:02 -!- mitchellh [n=mitchell@c-71-231-140-22.hsd1.wa.comcast.net] has joined
#go-nuts
01:12 -!- tokuhiro_______2 [n=tokuhiro@s230.GtokyoFL21.vectant.ne.jp] has quit
[Read error: 110 (Connection timed out)]
01:13 -!- tokuhiro_______2 [n=tokuhiro@s230.GtokyoFL21.vectant.ne.jp] has joined
#go-nuts
01:14 -!- Fl1pFl0p [n=Fl1pFl0p@unaffiliated/fl1pfl0p] has joined #go-nuts
01:14 -!- rog [n=rog@92.28.217.99] has joined #go-nuts
01:17 -!- tor5 [n=tor@mca0f36d0.tmodns.net] has quit [Read error: 110 (Connection
timed out)]
01:21 -!- skelterjohn [n=jasmuth@c-76-124-22-4.hsd1.nj.comcast.net] has quit []
01:22 -!- skelterjohn [n=jasmuth@c-76-124-22-4.hsd1.nj.comcast.net] has joined
#go-nuts
01:23 -!- rog [n=rog@92.28.217.99] has quit []
01:27 -!- djanderson [n=dja@hltncable.pioneerbroadband.net] has joined #go-nuts
01:30 -!- KillerX [n=anant@gentoo/developer/KillerX] has quit [Read error: 110
(Connection timed out)]
01:30 -!- SRabbelier [n=SRabbeli@ip138-114-211-87.adsl2.static.versatel.nl] has
quit [Read error: 104 (Connection reset by peer)]
01:31 -!- mitchellh [n=mitchell@c-71-231-140-22.hsd1.wa.comcast.net] has quit
["Leaving."]
01:31 -!- mitchellh [n=mitchell@c-71-231-140-22.hsd1.wa.comcast.net] has joined
#go-nuts
01:32 -!- SRabbelier [n=SRabbeli@ip138-114-211-87.adsl2.static.versatel.nl] has
joined #go-nuts
01:33 -!- mitchellh [n=mitchell@c-71-231-140-22.hsd1.wa.comcast.net] has quit
[Client Quit]
01:44 -!- tokuhiro_______2 [n=tokuhiro@s230.GtokyoFL21.vectant.ne.jp] has quit
[Read error: 110 (Connection timed out)]
01:46 -!- tokuhiro_______2 [n=tokuhiro@s230.GtokyoFL21.vectant.ne.jp] has joined
#go-nuts
01:47 -!- djanderson [n=dja@hltncable.pioneerbroadband.net] has quit [Read error:
110 (Connection timed out)]
01:48 -!- rakm [n=ajay@59.92.168.227] has joined #go-nuts
01:49 -!- rakm [n=ajay@59.92.168.227] has quit [Client Quit]
01:50 -!- rakm [n=ajay@59.92.168.227] has joined #go-nuts
01:50 -!- iant [n=iant@67.218.103.75] has joined #go-nuts
01:50 -!- mode/#go-nuts [+v iant] by ChanServ
01:51 -!- rakm [n=ajay@59.92.168.227] has quit [Client Quit]
01:51 -!- ikke [n=ikke@201-66-203-196.smace700.dsl.brasiltelecom.net.br] has quit
[]
01:56 -!- XniX23 [n=XniX23@we.will.never-be.afraid.org] has quit [Read error: 104
(Connection reset by peer)]
01:56 -!- djanderson [n=dja@hltncable.pioneerbroadband.net] has joined #go-nuts
02:02 -!- XniX23 [n=XniX23@we.will.never-be.afraid.org] has joined #go-nuts
02:16 -!- [[sroracle]] [n=sroracle@unaffiliated/sroracle] has quit
["<sresp.co.cc>"]
02:18 -!- smooge [n=smooge@nat/redhat/x-aaabnspqflbmvncl] has joined #go-nuts
02:20 -!- skyyy [i=caw@129.21.119.109] has joined #go-nuts
02:24 -!- mitchellh [n=mitchell@c-71-231-140-22.hsd1.wa.comcast.net] has joined
#go-nuts
02:28 -!- rumbleca [n=rumble@S01060014bf54b5eb.cg.shawcable.net] has joined
#go-nuts
02:31 -!- skyyy [i=caw@129.21.119.109] has quit [Client Quit]
02:32 -!- tor5 [n=tor@m5b0f36d0.tmodns.net] has joined #go-nuts
02:34 -!- mitchellh [n=mitchell@c-71-231-140-22.hsd1.wa.comcast.net] has quit
["Leaving."]
02:36 -!- guza [n=chatzill@chello062178142082.4.14.vie.surfer.at] has joined
#go-nuts
02:36 < guza> hello :)
02:37 < guza> can someone point me in the way how to retrieve webpages with
go?  which package?  or is there maybe a sample go proxy server somewhere on the
net?
02:37 <+iant> guza: http://golang.org/pkg/http/
02:38 -!- smooge [n=smooge@nat/redhat/x-aaabnspqflbmvncl] has quit ["-ENOBRAIN"]
02:38 < guza> fu im blind func Get :D
02:38 < guza> so sorry
02:38 < guza> :P
02:38 -!- smooge [n=smooge@nat/redhat/x-hzaqlarvbpqzuntz] has joined #go-nuts
02:42 -!- fgb [n=fgb@190.246.85.45] has quit ["Leaving."]
02:44 -!- smooge [n=smooge@nat/redhat/x-hzaqlarvbpqzuntz] has quit ["-ENOBRAIN"]
02:44 -!- smooge [n=smooge@nat/redhat/x-wlehdbecieaemyyq] has joined #go-nuts
02:54 -!- tokuhiro_______2 [n=tokuhiro@s230.GtokyoFL21.vectant.ne.jp] has quit
[Read error: 110 (Connection timed out)]
02:55 -!- tokuhiro_______2 [n=tokuhiro@s230.GtokyoFL21.vectant.ne.jp] has joined
#go-nuts
02:56 -!- adiabatic [n=adiabati@dsl-206-55-130-248.tstonramp.com] has quit
["Rockin’ music will set you free."]
03:08 -!- triplez [n=triplez@cm52.sigma225.maxonline.com.sg] has quit []
03:09 -!- smooge [n=smooge@nat/redhat/x-wlehdbecieaemyyq] has quit [Remote closed
the connection]
03:12 -!- mythz [n=mythz@5ac47b90.bb.sky.com] has quit []
03:14 -!- analogue [n=analogue@toulouse.jfg-networks.net] has quit [Read error: 54
(Connection reset by peer)]
03:20 -!- analogue [n=analogue@toulouse.jfg-networks.net] has joined #go-nuts
03:20 -!- mkanat [n=mkanat@c-67-188-1-39.hsd1.ca.comcast.net] has quit ["Bye!"]
03:20 < guza> is there already a go lang proxy server implementation
somewhere on the web?
03:21 < guza> the one that I just made is just basic I want to see if there
is a possibility of passing cookies etc.
03:24 -!- tor5 [n=tor@m5b0f36d0.tmodns.net] has quit []
03:24 -!- iant [n=iant@67.218.103.75] has quit [Read error: 110 (Connection timed
out)]
03:31 < skelterjohn> go-lang.cat-v.org is a good resource for community code
03:32 -!- XniX23 [n=XniX23@we.will.never-be.afraid.org] has quit [Read error: 110
(Connection timed out)]
03:32 -!- XniX23 [n=XniX23@we.will.never-be.afraid.org] has joined #go-nuts
03:32 -!- p4p4 [n=P4p4@24.106.113.82.net.de.o2.com] has quit [Read error: 110
(Connection timed out)]
03:37 < guza> thank you
03:38 -!- codedread [i=180dd699@gateway/web/freenode/x-ircdlihlkwoynjoq] has
joined #go-nuts
03:39 -!- ekiru [n=ekiru@97.95.155.34] has joined #go-nuts
03:42 -!- BMeph [n=black_me@65.103.151.24] has joined #go-nuts
03:44 -!- Fraeon [n=kzer-za@e212-246-65-153.elisa-laajakaista.fi] has quit []
03:44 -!- raichoo [n=raichoo@i577B9BC6.versanet.de] has quit [Read error: 104
(Connection reset by peer)]
03:45 -!- raichoo [n=raichoo@i577B9BC6.versanet.de] has joined #go-nuts
03:48 -!- smooge [n=smooge@72-254-90-91.client.stsn.net] has joined #go-nuts
03:50 -!- DaveS [n=x@pool-96-255-248-62.washdc.fios.verizon.net] has joined
#go-nuts
03:50 -!- DaveS [n=x@pool-96-255-248-62.washdc.fios.verizon.net] has left #go-nuts
[]
03:54 -!- iwikiwi [n=iwikiwi@202.3.77.160] has joined #go-nuts
03:55 -!- ozzloy [n=ozzloy@unaffiliated/ozzloy] has quit [Remote closed the
connection]
03:55 -!- ozzloy [n=ozzloy@unaffiliated/ozzloy] has joined #go-nuts
04:00 -!- cpr420 [n=cpr420@c-67-165-199-143.hsd1.co.comcast.net] has joined
#go-nuts
04:06 -!- eulenspiegel [n=irssi@p579CAD34.dip.t-dialin.net] has quit ["/quit"]
04:06 -!- Tuller [n=Tuller@pool-72-84-246-12.rcmdva.fios.verizon.net] has quit
["to the batcave?"]
04:10 -!- triplez [n=triplez@119.234.165.30] has joined #go-nuts
04:24 -!- mejja [n=user@c-49b6e555.023-82-73746f38.cust.bredbandsbolaget.se] has
quit [Remote closed the connection]
04:24 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has joined
#go-nuts
04:25 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has quit [Read
error: 104 (Connection reset by peer)]
04:26 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has joined
#go-nuts
04:31 < goplexian> Is there a simple way to grab input from the command
line?  Enter your name at the prompt, type thing?
04:32 < Boggy-B> yeah
04:32 < goplexian> such as `input()` in python?
04:32 < Boggy-B> erm, it begins winth an f
04:32 < Boggy-B> lol flag
04:32 < Boggy-B> look at flag :)
04:32 -!- plediii [n=plediii@nat-128-42-158-223.rice.edu] has quit []
04:33 < Boggy-B> goplexian: look at the 'echo' code on the main tutorial
page
04:33 < Boggy-B> shows you how to read it
04:33 -!- triplez [n=triplez@119.234.165.30] has quit [Read error: 104 (Connection
reset by peer)]
04:34 -!- Associat0r [n=Associat@h163153.upc-h.chello.nl] has joined #go-nuts
04:35 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has quit [Read
error: 104 (Connection reset by peer)]
04:36 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has joined
#go-nuts
04:36 -!- smooge [n=smooge@72-254-90-91.client.stsn.net] has quit ["-ENOBRAIN"]
04:39 < goplexian> I'm not just trying to read input arguments though, I'm
looking for a way to ask a user for input and wait until they type the input and
hit enter, think of the input() command in python if you know python
04:39 -!- Xera^ [n=lol@87-194-208-246.bethere.co.uk] has quit ["( www.nnscript.com
:: NoNameScript 4.21 :: www.esnation.com )"]
04:41 < Boggy-B> oh, sorry, in that case i dont know (im pretty new to this)
04:41 -!- triplez [n=triplez@119.234.165.30] has joined #go-nuts
04:42 -!- plediii [n=plediii@adsl-70-141-115-163.dsl.hstntx.sbcglobal.net] has
joined #go-nuts
04:44 -!- aaront [n=aaront@unaffiliated/aaront] has quit ["And that's all he
wrote..."]
04:46 -!- mitchellh [n=mitchell@c-71-231-140-22.hsd1.wa.comcast.net] has joined
#go-nuts
04:47 < spikebike> hrm, anyone know of a skein implementation for go?
04:47 < goplexian> so Go has no fgets() like in C?
04:52 < anticw> look at bufio.ReadString
04:52 < Gracenotes> goplexian: there is http://golang.org/pkg/os/#File.Read
04:53 < Gracenotes> the length of the buffer is specified by, well,
len(buffer)
04:53 < Gracenotes> main disadvantage it isn't not blocking.
bufio.ReadString'd be needed for that
04:54 < Gracenotes> does bufio use busy looping or something?  eh.
04:56 < anticw> any mac people here?  i'm looking to get emacs22 (plain
vanilla, no gui fancies) for mac os x
04:58 < xerox> anticw: in fact carbon-emacs seems to be the most reasonable
choice (e.g.  if you need opt not to be meta) but on emacswiki.org there are links
to non-gui builds IIRC
04:58 < anticw> okies, let me look ...  i found aquaemacs ...  but i need to
use this over ssh, so aqua not necessary
04:59 < anticw> oh, odd...  there is an email already ...  ok, that works
for me
05:00 < xerox> anticw: not sure about aquamacs but carbon emacs has the
standard emacs binary inside the .app folder
05:03 -!- skelterjohn [n=jasmuth@c-76-124-22-4.hsd1.nj.comcast.net] has quit []
05:13 -!- soul9 [n=none@unaffiliated/johnnybuoy] has joined #go-nuts
05:16 -!- cpr420 [n=cpr420@c-67-165-199-143.hsd1.co.comcast.net] has quit
["Vision[0.9.7-H-090423]: i've been blurred!"]
05:16 -!- droid001 [n=g1@p4FDCBFE3.dip.t-dialin.net] has quit [Connection timed
out]
05:17 -!- triplez [n=triplez@119.234.165.30] has quit [Read error: 104 (Connection
reset by peer)]
05:18 -!- droid001 [n=g1@p4FDC9F16.dip.t-dialin.net] has joined #go-nuts
05:19 < Rob_Russell> i just did an update on my Go source and i'm getting
syntax errors in a multiline if condition, have they started on the semicolon
change?
05:21 < anticw> bits of it are coming in
05:21 < anticw> though it looked to be all backwards compat
05:21 -!- MarkBao [n=MarkBao@pool-98-110-164-163.bstnma.fios.verizon.net] has
joined #go-nuts
05:22 < Rob_Russell> i think the lines starting with operators no longer
work.  Lines starting with || broke - ending with || is okay though
05:22 -!- raichoo [n=raichoo@i577B9BC6.versanet.de] has quit
["http://raichoo.blogspot.com"]
05:23 < anticw> Rob_Russell: i just did a clean build w/o problems
05:24 -!- triplez [n=triplez@119.234.165.30] has joined #go-nuts
05:25 -!- tor5 [n=tor@m760f36d0.tmodns.net] has joined #go-nuts
05:25 < Rob_Russell> i did a quick test and here's what it looks like
http://gopaste.org/view/hfW8S
05:26 < Rob_Russell> the first causes the compile error, the second
continues
05:26 -!- itrekkie [n=itrekkie@ip72-200-111-111.tc.ph.cox.net] has quit []
05:26 < anticw> Rob_Russell: oh, this is out of tree code?
05:27 < Rob_Russell> anticw: yeah
05:27 < Rob_Russell> anticw: from godom
05:27 -!- plediii_ [n=plediii@adsl-70-141-115-163.dsl.hstntx.sbcglobal.net] has
joined #go-nuts
05:30 < anticw> Rob_Russell: gofmt can probably convert
05:30 < anticw> gofmt -h ...  there is -oldparser and -oldformat ...  not
sure what that status is there
05:30 < anticw> i played a bit and futzed up something last night but i see
more fixes are in since
05:31 -!- iwikiwi [n=iwikiwi@202.3.77.160] has quit ["I ascend to reality!"]
05:32 < Rob_Russell> anticw: gofmt output looks okay
05:34 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has quit [Read
error: 104 (Connection reset by peer)]
05:35 -!- plediii [n=plediii@adsl-70-141-115-163.dsl.hstntx.sbcglobal.net] has
quit [Read error: 60 (Operation timed out)]
05:35 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has joined
#go-nuts
05:38 -!- guza [n=chatzill@chello062178142082.4.14.vie.surfer.at] has quit
["ChatZilla 0.9.85 [Firefox 3.5.5/20091102152451]"]
05:56 -!- pshahmumbai [n=prashant@59.164.25.240] has joined #go-nuts
05:57 < anticw> so ...  darwin 386 does something dumb in a certain case
05:57 < anticw> is there a typical case where work-arounds belong?
05:57 < anticw> the ll os interface stuff?
05:59 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has quit [Read
error: 54 (Connection reset by peer)]
06:01 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has joined
#go-nuts
06:06 -!- ekiru [n=ekiru@97.95.155.34] has quit []
06:09 -!- codedread [i=180dd699@gateway/web/freenode/x-ircdlihlkwoynjoq] has quit
["Page closed"]
06:13 < anticw> dho: there?
06:14 -!- droid001 [n=g1@p4FDC9F16.dip.t-dialin.net] has quit [Read error: 110
(Connection timed out)]
06:17 -!- droid001 [n=g1@p4FDCBCA7.dip.t-dialin.net] has joined #go-nuts
06:22 -!- iwikiwi [n=iwikiwi@202.3.77.126] has joined #go-nuts
06:22 -!- binaryjohn [n=binaryjo@cpe-24-30-132-50.san.res.rr.com] has joined
#go-nuts
06:22 -!- eno_ [n=eno@adsl-70-137-131-240.dsl.snfc21.sbcglobal.net] has joined
#go-nuts
06:26 -!- MarkBao [n=MarkBao@pool-98-110-164-163.bstnma.fios.verizon.net] has quit
[No route to host]
06:33 -!- eno [n=eno@nslu2-linux/eno] has quit [Read error: 110 (Connection timed
out)]
06:33 -!- iwikiwi [n=iwikiwi@202.3.77.126] has quit ["I ascend to reality!"]
06:33 -!- iwikiwi [n=iwikiwi@202.3.77.126] has joined #go-nuts
06:35 -!- pshahmumbai [n=prashant@59.164.25.240] has quit [Read error: 110
(Connection timed out)]
06:35 -!- kanru [n=kanru@61-228-148-113.dynamic.hinet.net] has quit ["WeeChat
0.3.1-dev"]
06:35 -!- Rob_Russell [n=chatzill@206-248-157-156.dsl.teksavvy.com] has quit [Read
error: 113 (No route to host)]
06:37 -!- triplez [n=triplez@119.234.165.30] has quit [Read error: 104 (Connection
reset by peer)]
06:40 -!- plediii_ [n=plediii@nat-128-42-158-223.rice.edu] has joined #go-nuts
06:41 -!- xerox [n=xerox@unaffiliated/xerox] has quit []
06:42 -!- djanderson [n=dja@hltncable.pioneerbroadband.net] has quit [Read error:
110 (Connection timed out)]
06:45 -!- plediii [n=plediii@adsl-70-141-115-163.dsl.hstntx.sbcglobal.net] has
quit [Read error: 110 (Connection timed out)]
06:47 -!- mitchellh [n=mitchell@c-71-231-140-22.hsd1.wa.comcast.net] has quit
["Leaving."]
06:47 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has quit
[Connection reset by peer]
06:48 < anticw> ok, interesting...  some syscalls were messed up on 32-bit
platforms
06:48 < anticw> i guess most people are on 64-bit :)
06:48 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has joined
#go-nuts
06:48 -!- xerox [n=xerox@151.61.161.138] has joined #go-nuts
06:49 -!- karpar [n=karpar@120.87.200.146] has joined #go-nuts
06:56 -!- karpar [n=karpar@120.87.200.146] has left #go-nuts []
06:57 -!- Alkavan_ [n=alkavan@87.68.247.236.adsl.012.net.il] has joined #go-nuts
06:59 -!- ShadowIce [i=shadowic@unaffiliated/shadowice-x841044] has joined
#go-nuts
06:59 -!- illya77 [n=illya77@229-3-133-95.pool.ukrtel.net] has joined #go-nuts
07:03 -!- mitchellh [n=mitchell@c-71-231-140-22.hsd1.wa.comcast.net] has joined
#go-nuts
07:10 < goplexian> does "\n" have a byte representation in uint8?
07:10 < saati> the standard CR ascii one?
07:11 < anticw> goplexian: to read a line?
07:11 < goplexian> yes
07:11 < anticw> line, err := br.ReadString('\n');
07:12 < KirkMcDonald> The '\n' character is 0x0A.
07:12 < goplexian> gah, i was doing ReadString("\n");
07:12 < anticw> yeah, char not string
07:12 < goplexian> thanks!
07:12 < anticw> np
07:12 < anticw> i should probably spit some of this code out
07:12 < anticw> im too lazy
07:13 -!- iant [n=iant@adsl-71-133-8-30.dsl.pltn13.pacbell.net] has joined
#go-nuts
07:13 -!- mode/#go-nuts [+v iant] by ChanServ
07:15 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has quit
["Leaving"]
07:15 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has joined
#go-nuts
07:15 -!- Alkavan [n=alkavan@87.68.247.236.adsl.012.net.il] has quit [Read error:
110 (Connection timed out)]
07:16 < anticw> goplexian: what platform/arch have you got there?
07:16 < goplexian> amd64 on Ubuntu Karmic
07:18 -!- pinkmexican [i=630bfdd6@gateway/web/freenode/x-xbmxykexoakjuksa] has
quit ["Page closed"]
07:20 -!- mejja [n=user@c-49b6e555.023-82-73746f38.cust.bredbandsbolaget.se] has
joined #go-nuts
07:29 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has quit ["This
computer has gone to sleep"]
07:34 -!- mitchellh [n=mitchell@c-71-231-140-22.hsd1.wa.comcast.net] has quit
["Leaving."]
07:38 -!- mitchellh [n=mitchell@c-71-231-140-22.hsd1.wa.comcast.net] has joined
#go-nuts
07:46 -!- kve [i=zaknifar@81.22.244.218] has quit [Read error: 113 (No route to
host)]
07:49 -!- jlouis [i=jlouis@130.225.165.29] has quit [Remote closed the connection]
07:50 -!- jlouis [i=jlouis@130.225.165.29] has joined #go-nuts
07:56 -!- Alkavan_ [n=alkavan@87.68.247.236.adsl.012.net.il] has quit [Read error:
54 (Connection reset by peer)]
07:57 -!- Alkavan_ [n=alkavan@87.68.247.236.adsl.012.net.il] has joined #go-nuts
08:07 -!- Alkavan__ [n=alkavan@87.68.247.236.adsl.012.net.il] has joined #go-nuts
08:13 -!- tor5 [n=tor@m760f36d0.tmodns.net] has quit []
08:15 -!- mitchellh [n=mitchell@c-71-231-140-22.hsd1.wa.comcast.net] has quit
["Leaving."]
08:15 -!- path[l] [n=path@115.240.49.143] has joined #go-nuts
08:17 -!- mitchellh [n=mitchell@c-71-231-140-22.hsd1.wa.comcast.net] has joined
#go-nuts
08:25 -!- Alkavan_ [n=alkavan@87.68.247.236.adsl.012.net.il] has quit [Read error:
110 (Connection timed out)]
08:27 -!- mitchellh [n=mitchell@c-71-231-140-22.hsd1.wa.comcast.net] has quit
["Leaving."]
08:49 -!- ac_ [i=foobar@174-21-101-232.tukw.qwest.net] has joined #go-nuts
08:52 -!- grizzlysmit [n=grizzlys@123-243-91-241.tpgi.com.au] has joined #go-nuts
08:52 -!- grizzlysmit [n=grizzlys@123-243-91-241.tpgi.com.au] has left #go-nuts []
08:52 -!- Fl1pFl0p [n=Fl1pFl0p@unaffiliated/fl1pfl0p] has quit [Read error: 110
(Connection timed out)]
09:00 -!- ac [i=foobar@174-21-106-55.tukw.qwest.net] has quit [Read error: 110
(Connection timed out)]
09:01 -!- ShadowIce [i=shadowic@unaffiliated/shadowice-x841044] has quit
["Leaving"]
09:04 -!- ShadowIce [n=pyoro@unaffiliated/shadowice-x841044] has joined #go-nuts
09:09 -!- Fullma [n=fullma@LAubervilliers-153-53-30-161.w217-128.abo.wanadoo.fr]
has joined #go-nuts
09:12 -!- sliceofpi [n=sliceofp@c-98-194-205-176.hsd1.tx.comcast.net] has quit
["Get MacIrssi - http://www.sysctl.co.uk/projects/macirssi/"]
09:13 -!- shasbot [n=shasbot@ip70-171-218-55.tc.ph.cox.net] has quit [Read error:
60 (Operation timed out)]
09:13 -!- shasbot [n=shasbot@ip70-171-218-55.tc.ph.cox.net] has joined #go-nuts
09:15 -!- JPascal [n=jpascal@78-106-125-191.broadband.corbina.ru] has joined
#go-nuts
09:16 -!- skyyy [i=caw@res55551479.rh.rit.edu] has joined #go-nuts
09:21 -!- Zaba_ [n=zaba@ip102.148.adsl.wplus.ru] has joined #go-nuts
09:24 -!- Shane_ [n=chatzill@78-215.126-70.tampabay.res.rr.com] has joined
#go-nuts
09:36 -!- Zaba [n=zaba@about/goats/billygoat/zaba] has quit [Read error: 110
(Connection timed out)]
09:38 -!- Cyanure [n=cyanure@81-65-189-254.rev.numericable.fr] has joined #go-nuts
09:51 -!- kanru [n=kanru@61-228-148-113.dynamic.hinet.net] has joined #go-nuts
09:53 -!- Cyanure [n=cyanure@81-65-189-254.rev.numericable.fr] has quit [Read
error: 104 (Connection reset by peer)]
09:54 -!- tomestla [n=tom@AToulouse-151-1-4-134.w83-193.abo.wanadoo.fr] has joined
#go-nuts
09:54 -!- Cyanure [n=cyanure@81-65-189-254.rev.numericable.fr] has joined #go-nuts
10:02 -!- aarapov [n=aarapov@r2ah201.net.upc.cz] has joined #go-nuts
10:05 -!- aarapov [n=aarapov@r2ah201.net.upc.cz] has quit [Nick collision from
services.]
10:05 -!- aarapov1 [n=aarapov@r2ah201.net.upc.cz] has joined #go-nuts
10:08 -!- aarapov [n=aarapov@r2ah201.net.upc.cz] has quit [Excess Flood]
10:09 -!- aarapov [n=aarapov@r2ah201.net.upc.cz] has joined #go-nuts
10:12 -!- Cyanure [n=cyanure@81-65-189-254.rev.numericable.fr] has quit
[Connection timed out]
10:12 -!- idea_squirrel [i=ct2rips@77-21-26-177-dynip.superkabel.de] has joined
#go-nuts
10:14 -!- Shane_ [n=chatzill@78-215.126-70.tampabay.res.rr.com] has quit
["ChatZilla 0.9.85 [Firefox 3.5.5/20091102152451]"]
10:16 -!- rog [n=rog@92.28.217.99] has joined #go-nuts
10:16 -!- shardz [i=samuel@ilo.staticfree.info] has quit [Remote closed the
connection]
10:16 -!- shardz [i=samuel@ilo.staticfree.info] has joined #go-nuts
10:18 -!- Nanoo [n=Nano@95-89-198-45-dynip.superkabel.de] has joined #go-nuts
10:33 -!- samay [n=samay@122.170.21.246] has joined #go-nuts
10:33 < samay> hi
10:33 < samay> can anyone tell me how to install GO
10:33 < samay> i tried to follow the steps online
10:34 < samay> but not able to understand how n where does $GOROOT is
10:34 < mpl> samay: you just set it
10:34 < mpl> wherever you want to install your go tree
10:34 < samay> i downloaded the complete source using mercurial
10:35 < samay> then ?
10:35 < samay> it says $ cd $GOROOT/src
10:35 < samay> now this is not working with me
10:35 < mpl> samay: where has mercurial downloaded it?
10:36 < samay> in my home dir
10:36 < samay> but i cant see anything there
10:36 < mpl> probably mercurial failed because GOROOT was not set
10:37 < uriel> samay: can you please enumerate what steps did you take so
far
10:37 < samay> used the command hg clone -r release
https://go.googlecode.com/hg/ $GOROOT
10:37 < uriel> and which was the first step that failed
10:37 < samay> how to set GOROOT
10:37 * uriel sighs
10:37 < mpl> samay: export GOROOT=$HOME/go
10:37 < mpl> for example
10:37 < uriel> samay: http://golang.org/doc/install.html#tmp_17
10:37 -!- path[l] [n=path@115.240.49.143] has quit []
10:38 < samay> i started with hg clone -r release
https://go.googlecode.com/hg/ $GOROOT
10:38 < mpl> samay: just do what wrote above and _then_ do the cloning step.
10:39 < uriel> start at the start of the instructions
10:39 < samay> oh ok
10:39 -!- binaryjohn [n=binaryjo@cpe-24-30-132-50.san.res.rr.com] has quit []
10:40 < mpl> uriel: well to be fair, the instructions are not so good.  a
newbie won't know he has either to export them in the current shell or to resource
his .bashrc.
10:40 < samay> where do i find the file .bashrc ?
10:40 -!- GeoBSD [n=geocalc@lns-bzn-22-82-249-94-40.adsl.proxad.net] has joined
#go-nuts
10:40 < mpl> samay: in your home.
10:41 < uriel> mpl: really, I'm amazed at how many people don't even
understand how environment variables work, the amount of harm done by gnome, kde
and so on to unix development is untold
10:41 < Zaba> it'd be silly if the installation instructions explained
things like dotfiles, shell startup files and what not
10:41 < Zaba> there are fine manpages for that, if people don't read them
that's their problem
10:41 < uriel> Zaba: precisely
10:41 < mpl> Zaba: still, it's half formulated.
10:41 < samay> k
10:41 < Zaba> if people don't want to learn, they shouldn't be using
unix-like systems
10:42 < uriel> but seems that we have entered the era of total and complete
unix illitaracy
10:42 < mpl> they should not explain that you have to put them in your
.bashrc then.
10:42 < uriel> (sic)
10:42 < mpl> either do it right or don't, but don't do it halfway.
10:42 < uriel> mpl: there I agree
10:42 -!- JPascal [n=jpascal@78-106-125-191.broadband.corbina.ru] has quit
["Leaving."]
10:42 < uriel> but given how clueless most people seem to be, I guess they
tried to stricke some kind of compromise
10:42 -!- lux` [n=lux@151.95.190.245] has joined #go-nuts
10:43 < uriel> (but I really wonder if somebody that doesn't know where to
define their env vars will be able to handle Go itself)
10:43 < mpl> iant: could you add for the newbies in the installation
instructions that they should either resource their .bashrc, or tell them to
export the vars in the current shell?  it seems like half an explanation right now
imho.
10:43 -!- lux` [n=lux@151.95.190.245] has quit [Remote closed the connection]
10:44 < uriel> or just tell them 'consult your system's documentation on how
to define environment variables'
10:44 < Zaba> I'd leave out dotfiles completely and just mention
export/setenv
10:44 < mpl> iant: just saying that given the questions we've just had from
samay for example.
10:44 < Zaba> people with half a brain cell can think of a way to have that
done in every shell on startup, you know
10:44 < mpl> uriel, Zaba: yep, agreed.
10:45 < uriel> Zaba: that will confuse people even more, as that is required
for building go programs...
10:45 < mpl> anyway, I think something has to be done on that doc, either
remove or add some explanation, but don't leave it half done.
10:46 -!- Associat0r [n=Associat@h163153.upc-h.chello.nl] has quit []
10:46 -!- lux` [n=lux@151.95.190.245] has joined #go-nuts
10:46 < mpl> bbl
10:46 -!- lux` [n=lux@151.95.190.245] has quit [Remote closed the connection]
10:47 < samay> now it says the destination already exsists
10:48 < mpl> samay: read the instructions carefully please before asking
questions.  "Make sure the $GOROOT directory does not exist or is empty.  Then
check out the repository:"
10:49 < samay> ya
10:49 < samay> sorry
10:54 < samay> what does they mean by "make sure $GOBIN (or $HOME/bin if
$GOBIN is not set) is in your $PATH "
10:55 -!- Fraeon [n=kzer-za@e212-246-65-153.elisa-laajakaista.fi] has joined
#go-nuts
10:55 < Zaba> it means precisely what it says
10:56 -!- melba [n=blee@unaffiliated/lazz0] has joined #go-nuts
10:56 < uriel> samay: please read some Unix introductory text
10:57 < uriel> like The Unix Programming Environment
10:57 < reppie> the biggest book ever
10:57 < Zaba> or at least man bash
10:57 < uriel> reppie: not in volume, but in quality yes
10:58 < Zaba> uriel, does it cover network programming?
10:58 < reppie> i've never read it
10:58 < uriel> Zaba: no
10:58 < reppie> i've been too afraid of its size
10:58 < uriel> reppie: you are confused
10:58 < reppie> how so
10:58 < uriel> The Unix Programming Environment != Advanced Programming in
the Unix Environment
10:58 < reppie> oh
10:58 < reppie> i see
10:59 < uriel> the one covers the true and beautiful of unix, pure sublime
elegance
10:59 < reppie> i am indeed confused
10:59 < uriel> the second covers the most disturbed and abominable aspects
of the creations of people that never understood anything about unix
10:59 < reppie> xD
10:59 < uriel> I'm not kidding
10:59 < uriel> (sadly)
10:59 < Zaba> oh.  I guess networking goes into the latter.
11:00 < uriel> indeed
11:01 < uriel> the first half of The Unix Programming covers the shell and
basic tools (and how to build more tools with those tools, etc), the second the
essentials of Unix C programming
11:02 < uriel> in any case, note the two authors
11:02 -!- rog [n=rog@92.28.217.99] has quit []
11:02 -!- binaryjohn [n=binaryjo@cpe-24-30-132-50.san.res.rr.com] has joined
#go-nuts
11:05 < samay> installing......
11:06 -!- lux` [n=lux@151.95.190.245] has joined #go-nuts
11:09 -!- path[l] [n=path@115.240.35.57] has joined #go-nuts
11:10 -!- iwikiwi [n=iwikiwi@202.3.77.126] has quit ["Computer has gone to sleep"]
11:10 < samay> kuddos..  thanks all
11:10 -!- samay [n=samay@122.170.21.246] has quit ["Leaving"]
11:10 -!- iwikiwi [n=iwikiwi@202.3.77.126] has joined #go-nuts
11:10 -!- rog [n=rog@92.28.217.99] has joined #go-nuts
11:12 -!- binaryjohn [n=binaryjo@cpe-24-30-132-50.san.res.rr.com] has quit []
11:12 -!- lenst [n=user@81-237-244-185-no52.tbcn.telia.com] has joined #go-nuts
11:14 -!- skelterjohn [n=jasmuth@c-76-124-22-4.hsd1.nj.comcast.net] has joined
#go-nuts
11:14 -!- skelterjohn [n=jasmuth@c-76-124-22-4.hsd1.nj.comcast.net] has quit
[Client Quit]
11:17 -!- melba [n=blee@unaffiliated/lazz0] has quit [Read error: 148 (No route to
host)]
11:19 -!- General1337 [n=support@71-84-247-187.dhcp.gldl.ca.charter.com] has
joined #go-nuts
11:20 -!- boscop [n=unknown@g227150166.adsl.alicedsl.de] has joined #go-nuts
11:21 -!- elmar [n=elmar@188.107.213.176] has joined #go-nuts
11:22 -!- rog [n=rog@92.28.217.99] has quit []
11:26 -!- path[l]_ [n=path@115.240.115.224] has joined #go-nuts
11:27 -!- lotrpy [n=lotrpy@202.38.97.230] has joined #go-nuts
11:31 -!- clearscreen [n=clearscr@e248070.upc-e.chello.nl] has quit [Read error:
60 (Operation timed out)]
11:32 -!- eulenspiegel [n=irssi@p579CAE07.dip.t-dialin.net] has joined #go-nuts
11:36 -!- General13372 [n=support@71-84-247-187.dhcp.gldl.ca.charter.com] has quit
[Connection timed out]
11:38 -!- ivan` [n=ivan@unaffiliated/ivan/x-000001] has quit ["Coyote finally
caught me"]
11:38 -!- ivan` [n=ivan@unaffiliated/ivan/x-000001] has joined #go-nuts
11:40 -!- XniX23 [n=XniX23@we.will.never-be.afraid.org] has quit [Read error: 60
(Operation timed out)]
11:50 -!- Rob_Russell [n=chatzill@206-248-157-156.dsl.teksavvy.com] has joined
#go-nuts
11:53 -!- path[l] [n=path@115.240.35.57] has quit [Connection timed out]
11:56 -!- mitchellh [n=mitchell@c-71-231-140-22.hsd1.wa.comcast.net] has joined
#go-nuts
12:03 -!- lotrpy [n=lotrpy@202.38.97.230] has quit []
12:05 -!- rajeshsr [n=rajeshsr@59.92.27.250] has joined #go-nuts
12:05 -!- rajeshsr [n=rajeshsr@59.92.27.250] has quit ["Leaving"]
12:06 -!- rajeshsr [n=rajeshsr@59.92.27.250] has joined #go-nuts
12:09 -!- mpurcell|sleep [n=mpurcell@vpn.michaelpurcell.info] has quit [Read
error: 104 (Connection reset by peer)]
12:10 -!- xid [n=xid@narc.oti.cz] has quit [Read error: 104 (Connection reset by
peer)]
12:10 -!- mpurcell [n=mpurcell@vpn.michaelpurcell.info] has joined #go-nuts
12:12 -!- xid [n=xid@narc.oti.cz] has joined #go-nuts
12:16 -!- smooge [n=smooge@nat/redhat/x-ctfuxssdxwturzck] has joined #go-nuts
12:16 -!- ukl [n=ukl@f053121177.adsl.alicedsl.de] has joined #go-nuts
12:19 -!- jnwhiteh [n=jnwhiteh@WoWUIDev/WoWI/Featured/Dongle/cladhaire] has joined
#go-nuts
12:19 -!- jnwhiteh [n=jnwhiteh@WoWUIDev/WoWI/Featured/Dongle/cladhaire] has quit
[Remote closed the connection]
12:25 -!- jA_cOp [n=yakobu@unaffiliated/ja-cop/x-9478493] has joined #go-nuts
12:28 -!- johan-s [n=johan@cm-84.215.111.48.getinternet.no] has quit [Read error:
54 (Connection reset by peer)]
12:33 -!- sungem [i=Sungem@114-45-233-102.dynamic.hinet.net] has quit [Client
Quit]
12:33 -!- rajeshsr [n=rajeshsr@59.92.27.250] has quit [Read error: 60 (Operation
timed out)]
12:42 -!- XniX23 [n=XniX23@we.will.never-be.afraid.org] has joined #go-nuts
12:51 -!- XniX23 [n=XniX23@we.will.never-be.afraid.org] has quit [Read error: 104
(Connection reset by peer)]
12:51 -!- XniX23 [n=XniX23@we.will.never-be.afraid.org] has joined #go-nuts
12:54 -!- Rivorus [n=Rivorus@ool-457652d7.dyn.optonline.net] has quit [Read error:
110 (Connection timed out)]
12:54 -!- Peter` [n=peter@92.254.21.251] has quit []
12:58 -!- aarapov [n=aarapov@r2ah201.net.upc.cz] has quit ["Leaving."]
12:58 -!- Adys [n=Adys@unaffiliated/adys] has quit [Remote closed the connection]
13:05 -!- Sungem [i=Sungem@114-45-236-130.dynamic.hinet.net] has joined #go-nuts
13:10 -!- ukl_ [n=ukl@f053122036.adsl.alicedsl.de] has joined #go-nuts
13:12 -!- c0nfl|ct [n=tiago@248-13.dial.nortenet.pt] has joined #go-nuts
13:12 < c0nfl|ct> boas
13:22 -!- triplez [n=triplez@bb116-14-135-183.singnet.com.sg] has joined #go-nuts
13:22 -!- ukl [n=ukl@f053121177.adsl.alicedsl.de] has quit [Read error: 113 (No
route to host)]
13:29 -!- illya77 [n=illya77@229-3-133-95.pool.ukrtel.net] has quit [Read error:
104 (Connection reset by peer)]
13:33 -!- smooge [n=smooge@nat/redhat/x-ctfuxssdxwturzck] has quit [Remote closed
the connection]
13:36 -!- insaneroot [n=insanero@p57A288B0.dip0.t-ipconnect.de] has joined
#go-nuts
13:37 -!- JPascal [n=jpascal@78-106-125-191.broadband.corbina.ru] has joined
#go-nuts
13:39 -!- eulenspiegel [n=irssi@p579CAE07.dip.t-dialin.net] has quit ["Lost
terminal"]
13:39 -!- jA_cOp [n=yakobu@unaffiliated/ja-cop/x-9478493] has quit ["Leaving"]
13:44 -!- scm_ [i=justme@c137245.adsl.hansenet.de] has joined #go-nuts
13:45 -!- scm [i=justme@c178162.adsl.hansenet.de] has quit [Read error: 104
(Connection reset by peer)]
13:46 -!- triplez [n=triplez@bb116-14-135-183.singnet.com.sg] has quit []
13:47 -!- Alkavan_ [n=alkavan@87.68.247.236.adsl.012.net.il] has joined #go-nuts
13:58 -!- raichoo [n=raichoo@i577AEBAD.versanet.de] has joined #go-nuts
13:58 -!- zhaozhou [n=zhaozhou@linfast108.bitnet.nu] has joined #go-nuts
14:02 -!- foxspurlock [n=Brian@cpe-74-66-16-82.nyc.res.rr.com] has joined #go-nuts
14:02 -!- foxspurlock [n=Brian@cpe-74-66-16-82.nyc.res.rr.com] has left #go-nuts
[]
14:05 -!- Alkavan__ [n=alkavan@87.68.247.236.adsl.012.net.il] has quit [Read
error: 110 (Connection timed out)]
14:09 -!- prip [n=_prip@host122-123-dynamic.32-79-r.retail.telecomitalia.it] has
quit [Read error: 110 (Connection timed out)]
14:09 -!- prip_ [n=_prip@host39-122-dynamic.53-79-r.retail.telecomitalia.it] has
joined #go-nuts
14:11 -!- ukl_ [n=ukl@f053122036.adsl.alicedsl.de] has quit ["bye"]
14:11 -!- r2p2 [n=billy@v32671.1blu.de] has joined #go-nuts
14:12 -!- clearscreen [n=clearscr@e248070.upc-e.chello.nl] has joined #go-nuts
14:14 -!- Nanoo [n=Nano@95-89-198-45-dynip.superkabel.de] has quit ["Leaving"]
14:15 -!- Nanoo [n=Nano@95-89-198-45-dynip.superkabel.de] has joined #go-nuts
14:16 -!- crakrjak [n=merc@rrcs-70-62-156-154.central.biz.rr.com] has quit [Remote
closed the connection]
14:17 -!- ikke [n=ikke@unaffiliated/ikkebr] has joined #go-nuts
14:19 -!- XniX23 [n=XniX23@we.will.never-be.afraid.org] has quit [Read error: 110
(Connection timed out)]
14:25 -!- mejja [n=user@c-49b6e555.023-82-73746f38.cust.bredbandsbolaget.se] has
quit [Remote closed the connection]
14:27 -!- Nanoo [n=Nano@95-89-198-45-dynip.superkabel.de] has quit ["Leaving"]
14:31 -!- ikkebr [n=ikke@unaffiliated/ikkebr] has joined #go-nuts
14:33 -!- tomestla [n=tom@AToulouse-151-1-4-134.w83-193.abo.wanadoo.fr] has quit
["Leaving."]
14:38 -!- lotrpy [n=lotrpy@202.38.97.230] has joined #go-nuts
14:39 -!- iwikiwi [n=iwikiwi@202.3.77.126] has quit ["Computer has gone to sleep"]
14:40 -!- ikke [n=ikke@unaffiliated/ikkebr] has quit [Connection timed out]
14:41 -!- DerHorst [n=Horst@e176117207.adsl.alicedsl.de] has joined #go-nuts
14:45 -!- jA_cOp [n=yakobu@unaffiliated/ja-cop/x-9478493] has joined #go-nuts
14:58 -!- Associat0r [n=Associat@h163153.upc-h.chello.nl] has joined #go-nuts
15:02 -!- iwikiwi [n=iwikiwi@202.3.77.126] has joined #go-nuts
15:03 -!- path[l] [n=path@115.240.115.224] has quit []
15:10 -!- itrekkie [n=itrekkie@ip72-200-111-111.tc.ph.cox.net] has joined #go-nuts
15:12 -!- binaryjohn [n=binaryjo@cpe-24-30-132-50.san.res.rr.com] has joined
#go-nuts
15:18 -!- Nanoo [n=Nano@95-89-198-45-dynip.superkabel.de] has joined #go-nuts
15:19 -!- amacleod [n=amacleod@c-75-69-45-62.hsd1.ma.comcast.net] has joined
#go-nuts
15:23 -!- nullpo [n=nullpo@221x252x46x83.ap221.ftth.ucom.ne.jp] has quit
["Leaving..."]
15:28 -!- Raziel2p` [n=Raziel2p@ti0032a380-dhcp0316.bb.online.no] has joined
#go-nuts
15:32 -!- iwikiwi [n=iwikiwi@202.3.77.126] has quit ["Computer has gone to sleep"]
15:35 -!- zhaozhou [n=zhaozhou@linfast108.bitnet.nu] has quit ["Lost terminal"]
15:47 -!- tomestla [n=tom@AToulouse-151-1-44-191.w83-203.abo.wanadoo.fr] has
joined #go-nuts
15:47 -!- ukl [n=ukl@f053122036.adsl.alicedsl.de] has joined #go-nuts
15:47 < ukl> hello.
15:47 -!- Raziel2p [n=Raziel2p@ti0032a380-dhcp0316.bb.online.no] has quit [Read
error: 110 (Connection timed out)]
15:47 < ukl> Given a slice "[]*blah" of len 0 and cap 5, how can I add an
element to it?
15:52 < ukl> What I tired to add one element to "c": c = make([]*blah,
len(c)+1, B); c = c[0:]; c[len(c)] = new_element; --- this fails with "index out
of range"
15:52 -!- itrekkie_ [n=itrekkie@ip72-200-111-111.tc.ph.cox.net] has joined
#go-nuts
15:53 < ukl> ok forget the last line, kind of obviously wrong...  I just
tried to use something from the tutorial that I must have gotten wrong
15:55 < ziyu4huang> ukl: slice is not vector, it's fix size
15:56 < ukl> so I need to make() a new one, 1 element longer, copy the old
one and add the new element?
15:57 -!- Zaba_ [n=zaba@about/goats/billygoat/zaba] has joined #go-nuts
15:57 < ziyu4huang> ukl: yes
15:57 < ukl> I'm a bit confused by len() and cap()...  It has a certain
length but is capable of saving more?
15:57 < ziyu4huang> ukl: think about slice is a pointer to a shared fixed
array
15:59 < JBeshir> ziyu4huang: You can resize an array whose cap() is larger
than len()
15:59 < ziyu4huang> ukl: many slice can reference it.  Then len is may not
be same as cap because you can declare new slice width different length
15:59 < JBeshir> ukl: You need to take a slice of the slice whose length is
longer than the current slice.
16:00 < JBeshir> s/array/slice/
16:00 < ukl> JBeshir: I've got an slice whose cap() is > len(), ...  ok
16:00 < ukl> JBeshir: That's exactly what I'm trying to do...just how?
16:00 < JBeshir> ukl: Take a slice of it, whose length is longer than len()
16:01 -!- clearscreen [n=clearscr@e248070.upc-e.chello.nl] has quit [Read error:
104 (Connection reset by peer)]
16:01 -!- clearscreen1 [n=clearscr@e248070.upc-e.chello.nl] has joined #go-nuts
16:02 < ukl> ah, finally.  thanks a lot
16:02 -!- XniX23 [n=XniX23@we.will.never-be.afraid.org] has joined #go-nuts
16:03 -!- Associat0r [n=Associat@h163153.upc-h.chello.nl] has quit []
16:04 -!- Zaba [n=zaba@about/goats/billygoat/zaba] has quit [Read error: 110
(Connection timed out)]
16:04 -!- ikkebr [n=ikke@unaffiliated/ikkebr] has quit [Success]
16:04 < ziyu4huang> slice is fixed size, resize is actually declare new
slice with new length(you can't exceed capacity, of cause)
16:05 < ukl> http://gopaste.org/view/2INV9 could someone please have a look?
It seems like the last step is still wrong
16:05 < ukl> when I try to replace the old []*blah with the newer one with
len()+1
16:06 -!- ikke [n=ikke@unaffiliated/ikkebr] has joined #go-nuts
16:06 -!- clearscreen1 [n=clearscr@e248070.upc-e.chello.nl] has quit ["Leaving."]
16:07 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has joined
#go-nuts
16:09 < ziyu4huang> ukl: this is not how it works..  see my example
16:09 -!- jA_cOp_ [n=yakobu@unaffiliated/ja-cop/x-9478493] has joined #go-nuts
16:09 < ziyu4huang> http://gopaste.org/view/8mg8X
16:10 -!- itrekkie_ [n=itrekkie@ip72-200-111-111.tc.ph.cox.net] has quit []
16:10 -!- itrekkie [n=itrekkie@ip72-200-111-111.tc.ph.cox.net] has quit [Read
error: 110 (Connection timed out)]
16:10 -!- Netsplit kornbluth.freenode.net <-> irc.freenode.net quits:
Gracenotes, robot12, tav, Yappo__, Zarutian, elmar, scm, jA_cOp, BMeph, eno_, (+2
more, use /NETSPLIT to show all of them)
16:10 < ziyu4huang> you cannot resize an array, you have to make a new array
and copy old data to new one
16:11 < JBeshir> ziyu4huang: You can resize slices.
16:11 < JBeshir> Within the bounds of the underlying array.
16:12 -!- Netsplit over, joins: scm
16:12 < ziyu4huang> JBeshir: maybe your resize definition is different to
me.  slice is just a reference to array.
16:13 -!- Netsplit over, joins: shardz
16:13 -!- eno [n=eno@nslu2-linux/eno] has joined #go-nuts
16:13 -!- Netsplit over, joins: uxp
16:13 < ukl> Well, "c" has a cap() of 5, len() of 2, should end up as cap=5,
len=3
16:14 < JBeshir> ziyu4huang: No, it isn't.  It's a reference with a starting
position and a length of its own, separate to the capacity of said array.
16:14 < JBeshir> ziyu4huang: You can resize said length within the limits of
the underlying array.
16:14 < ukl> from what my experimentation let me guess, the first 3 lines of
my example actually do that, it's just the last one that fails
16:14 -!- Netsplit over, joins: Gracenotes, jA_cOp, elmar, eno_, BMeph, tav,
Zarutian, robot12, Yappo__
16:14 -!- eno_ [n=eno@adsl-70-137-131-240.dsl.snfc21.sbcglobal.net] has quit
[Success]
16:14 < ukl> could probably turn it into a function...  hmm.
16:14 -!- Gracenotes [n=person@wikipedia/Gracenotes] has quit [SendQ exceeded]
16:15 < ziyu4huang> JBeshir: There is not resize() function on slice...  you
just a assign a new value to slice...  I really don't take it is a resize
16:15 < ukl> ok, the function thing works, it's just a bit uglier (having
"st.child = st.child.addChild(n);" in my code)
16:16 -!- Gracenotes [n=person@wikipedia/Gracenotes] has joined #go-nuts
16:16 < JBeshir> That's nice, ziyu4huang, but:
16:17 < JBeshir> 1) Not really relevant to the actual problem (semantics)
16:17 < JBeshir> 2) Conflicts with the usage of 'resizing' used here:
http://209.85.229.132/search?q=cache:4Hrc1Tf4lWIJ:golang.org/doc/GoCourseDay2.pdf+Golang+slice+resize&cd=5&hl=en&ct=clnk&gl=uk
16:18 -!- Spaghett1ni [n=Spaghett@vaxjo6.150.cust.blixtvik.net] has joined
#go-nuts
16:18 < JBeshir> ukl: I suggest looking at the "resizing a slice" thing
there.
16:19 -!- amorpisseur [n=analogue@toulouse.jfg-networks.net] has joined #go-nuts
16:19 < JBeshir> I can't really understand your example easily, but it
provides one that might help.
16:19 < ukl> JBeshir: thanks :)
16:20 -!- Null_ [n=xxxx@216.40.38.232] has quit [Read error: 110 (Connection timed
out)]
16:20 -!- MadMethod [n=Method@nat-3-135.snu.edu] has joined #go-nuts
16:22 -!- Netsplit kornbluth.freenode.net <-> irc.freenode.net quits:
tomestla, yashi_, harja, bsod2, ziyu4huang, gorthaur, prip, Innominate,
Gracenotes, lux`, (+7 more, use /NETSPLIT to show all of them)
16:23 -!- Netsplit over, joins: bsod2
16:25 -!- tor5 [n=tor@m720f36d0.tmodns.net] has joined #go-nuts
16:25 -!- BMeph [n=black_me@65.103.151.24] has quit [Connection timed out]
16:25 -!- ivan` [n=ivan@unaffiliated/ivan/x-000001] has joined #go-nuts
16:26 -!- clearscreen [n=clearscr@e248070.upc-e.chello.nl] has joined #go-nuts
16:26 -!- tor5 [n=tor@m720f36d0.tmodns.net] has quit [Client Quit]
16:26 -!- jA_cOp [n=yakobu@unaffiliated/ja-cop/x-9478493] has quit [Connection
timed out]
16:28 -!- amacleod [n=amacleod@c-75-69-45-62.hsd1.ma.comcast.net] has quit [Read
error: 110 (Connection timed out)]
16:30 -!- caw [i=caw@res55551479.rh.rit.edu] has joined #go-nuts
16:31 -!- shardz [i=samuel@216.93.243.34] has joined #go-nuts
16:38 -!- scoopr [i=scoopr@et.vaan.osaa.fi] has joined #go-nuts
16:38 -!- harja [n=maharj@castor.utu.fi] has joined #go-nuts
16:38 -!- Gracenotes [n=person@wikipedia/Gracenotes] has joined #go-nuts
16:38 -!- tomestla [n=tom@AToulouse-151-1-44-191.w83-203.abo.wanadoo.fr] has
joined #go-nuts
16:38 -!- prip [n=_prip@host39-122-dynamic.53-79-r.retail.telecomitalia.it] has
joined #go-nuts
16:38 -!- lux` [n=lux@151.95.190.245] has joined #go-nuts
16:38 -!- ziyu4huang [n=ziyu_hua@220-133-3-82.HINET-IP.hinet.net] has joined
#go-nuts
16:38 -!- gorthaur [n=gorthaur@95.89.212.93] has joined #go-nuts
16:38 -!- yashi_ [n=chatzill@210.191.215.170] has joined #go-nuts
16:38 -!- Innominate [n=sirrobin@cpe-071-077-041-139.nc.res.rr.com] has joined
#go-nuts
16:39 -!- djanderson [n=dja@hltncable.pioneerbroadband.net] has joined #go-nuts
16:39 -!- illya77 [n=illya77@198-75-133-95.pool.ukrtel.net] has joined #go-nuts
16:40 -!- JPascal1 [n=jpascal@95-26-157-206.broadband.corbina.ru] has joined
#go-nuts
16:40 -!- JPascal [n=jpascal@78-106-125-191.broadband.corbina.ru] has quit [Read
error: 60 (Operation timed out)]
16:41 -!- binaryjohn [n=binaryjo@cpe-24-30-132-50.san.res.rr.com] has quit []
16:41 -!- ziyu4huang [n=ziyu_hua@220-133-3-82.HINET-IP.hinet.net] has quit []
16:46 -!- Alkavan_ [n=alkavan@87.68.247.236.adsl.012.net.il] has quit [Read error:
104 (Connection reset by peer)]
16:47 -!- Alkavan_ [n=alkavan@87.68.247.236.adsl.012.net.il] has joined #go-nuts
16:47 -!- DerHorst [n=Horst@e176117207.adsl.alicedsl.de] has quit [Remote closed
the connection]
16:48 -!- Gracenotes [n=person@wikipedia/Gracenotes] has quit ["Leaving"]
16:57 -!- lotrpy [n=lotrpy@202.38.97.230] has quit []
16:57 -!- pshahmumbai [n=prashant@59.164.25.177] has joined #go-nuts
16:57 -!- slashus2 [n=slashus2@74-137-26-8.dhcp.insightbb.com] has joined #go-nuts
16:58 -!- tor5 [n=tor@m870f36d0.tmodns.net] has joined #go-nuts
16:59 -!- tor5 [n=tor@m870f36d0.tmodns.net] has quit [Client Quit]
16:59 -!- gnibbler_ [n=duckman@203-217-81-54.dyn.iinet.net.au] has joined #go-nuts
16:59 -!- murodes1 [n=James@203-59-51-137.dyn.iinet.net.au] has quit [Read error:
54 (Connection reset by peer)]
17:00 -!- murodese [n=James@203-59-51-137.dyn.iinet.net.au] has joined #go-nuts
17:00 -!- crc_ [n=charlesc@c-68-80-139-0.hsd1.pa.comcast.net] has joined #go-nuts
17:00 -!- skyyy [i=caw@res55551479.rh.rit.edu] has quit [Connection timed out]
17:02 -!- JPascal1 [n=jpascal@95-26-157-206.broadband.corbina.ru] has quit
["Leaving."]
17:04 -!- gnibbler [n=duckman@203-217-81-54.dyn.iinet.net.au] has quit [Read
error: 60 (Operation timed out)]
17:08 -!- djanderson [n=dja@hltncable.pioneerbroadband.net] has quit [Client Quit]
17:09 -!- djanderson [n=dja@hltncable.pioneerbroadband.net] has joined #go-nuts
17:11 -!- oal [n=olav@5.79-160-122.customer.lyse.net] has joined #go-nuts
17:12 -!- iwikiwi [n=iwikiwi@202.3.77.126] has joined #go-nuts
17:14 -!- __ed [i=bitch@anal-co.it] has quit [Read error: 60 (Operation timed
out)]
17:15 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
17:16 -!- crc [n=charlesc@c-68-80-139-0.hsd1.pa.comcast.net] has quit [Read error:
110 (Connection timed out)]
17:17 -!- g0ne [n=chatzill@96.45.1.88] has joined #go-nuts
17:18 -!- g0ne [n=chatzill@96.45.1.88] has left #go-nuts []
17:22 -!- tor5 [n=tor@m8d0f36d0.tmodns.net] has joined #go-nuts
17:23 -!- g0ne [n=chatzill@96.45.1.88] has joined #go-nuts
17:23 -!- borelli [n=melancho@88.253.32.248] has joined #go-nuts
17:27 -!- g0ne [n=chatzill@96.45.1.88] has quit [Client Quit]
17:31 -!- c0nfl|ct [n=tiago@248-13.dial.nortenet.pt] has quit [Read error: 104
(Connection reset by peer)]
17:31 -!- illya77 [n=illya77@198-75-133-95.pool.ukrtel.net] has quit [Read error:
104 (Connection reset by peer)]
17:32 -!- snearch [n=olaf@e179141137.adsl.alicedsl.de] has joined #go-nuts
17:32 -!- chachan [n=chachan@ccscliente156.ifxnetworks.net.ve] has joined #go-nuts
17:32 -!- c0nfl|ct [n=tiago@248-13.dial.nortenet.pt] has joined #go-nuts
17:34 -!- mitchellh [n=mitchell@c-71-231-140-22.hsd1.wa.comcast.net] has quit
["Leaving."]
17:38 -!- rares_ [n=rares@wsip-70-182-186-100.dc.dc.cox.net] has joined #go-nuts
17:46 -!- rares_ [n=rares@wsip-70-182-186-100.dc.dc.cox.net] has quit
["Leaving..."]
17:47 -!- binaryjohn [n=binaryjo@cpe-24-30-132-50.san.res.rr.com] has joined
#go-nuts
17:49 -!- scarabx [n=scarabx@c-24-147-239-120.hsd1.ma.comcast.net] has quit ["This
computer has gone to sleep"]
17:51 -!- kanru [n=kanru@61-228-148-113.dynamic.hinet.net] has quit ["WeeChat
0.3.1-dev"]
17:52 -!- Zaba [n=zaba@ip102.148.adsl.wplus.ru] has joined #go-nuts
17:52 -!- kanru [n=kanru@61-228-148-113.dynamic.hinet.net] has joined #go-nuts
18:00 -!- kanru [n=kanru@61-228-148-113.dynamic.hinet.net] has quit ["WeeChat
0.3.1-dev"]
18:01 -!- kanru [n=kanru@61-228-148-113.dynamic.hinet.net] has joined #go-nuts
18:01 -!- ikke [n=ikke@unaffiliated/ikkebr] has quit [Read error: 60 (Operation
timed out)]
18:03 -!- deso [n=deso@x0561a.wh30.tu-dresden.de] has joined #go-nuts
18:03 -!- ikke [n=ikke@unaffiliated/ikkebr] has joined #go-nuts
18:04 -!- Zaba_ [n=zaba@about/goats/billygoat/zaba] has quit [Connection timed
out]
18:05 -!- borelli [n=melancho@88.253.32.248] has quit []
18:08 < ukl> hello...  I'm driven nuts by an (a,b)-tree.  could someone
please point me toward a definite description of an (a,b)-tree?  I tried to follow
the few words that wikipedia says about them, but things are getting quite complex
this way -- the problem is that I (as a node) don't save the largest element of my
subtrees because my parent node knows it...  Is that right?
18:11 -!- middayc [n=chatzill@BSN-176-204-59.dial-up.dsl.siol.net] has joined
#go-nuts
18:14 -!- ikkebr [n=ikke@unaffiliated/ikkebr] has joined #go-nuts
18:15 -!- insaneroot [n=insanero@p57A288B0.dip0.t-ipconnect.de] has quit [No route
to host]
18:16 -!- ekiru [n=ekiru@97.95.155.34] has joined #go-nuts
18:16 -!- Rivorus [n=Rivorus@ool-457652d7.dyn.optonline.net] has joined #go-nuts
18:19 < dho> iant: ping
18:21 < GeoBSD> where is the go-devel port dho ?
18:22 < dho> GeoBSD: wxs got loaded up with a bunch of work
18:22 < dho> i have a go port makefile done and go-devel will probably be
cut once the semicolons thing is finished
18:23 -!- ikke [n=ikke@unaffiliated/ikkebr] has quit [Success]
18:23 < GeoBSD> ahh thanks dho
18:24 < dho> in any case a release checkout of the go sources should work
18:24 < GeoBSD> ohh
18:24 -!- nutmegmagi [n=swalters@pool-71-100-207-225.tampfl.dsl-w.verizon.net] has
joined #go-nuts
18:24 < dho> we're putting GOROOT in /usr/local/lib/go, e.g.  Make.pkg in
/usr/local/share/go, docs in /usr/local/share/docs/go and bins in /usr/local/bin
18:25 < GeoBSD> that's all ?
18:26 < dho> well there's not much else to put places
18:27 < GeoBSD> nothing to change in the sources ?
18:28 -!- cmbntr [n=cmbntr@80-218-229-4.dclient.hispeed.ch] has joined #go-nuts
18:28 < dho> No, I've gotten everything else put back upstream.
18:28 < dho> the -release port has some makefile changes that i have pushed
upstream and will thus appear in the next release
18:28 < GeoBSD> ok dho
18:32 <+iant> dho: pong
18:33 < dho> iant: any idea what's wrong with gcc.gnu.org?
18:34 <+iant> the system is being moved this weekend
18:34 < dho> oh, screw.
18:34 <+iant> it's down now, and should be up again tomorrow
18:34 <+iant> sorry
18:34 < dho> i'd hoped to figure out why it didn't seem to like
-fplan9-extensions
18:34 <+iant> ah, hm
18:34 -!- ikkebr [n=ikke@unaffiliated/ikkebr] has quit [Connection timed out]
18:36 -!- MarkBao [n=MarkBao@pool-98-110-164-163.bstnma.fios.verizon.net] has
joined #go-nuts
18:37 -!- raichoo [n=raichoo@i577AEBAD.versanet.de] has quit []
18:37 -!- x2cast [n=Administ@142.127.222.87.dynamic.jazztel.es] has joined
#go-nuts
18:37 -!- x2cast [n=Administ@142.127.222.87.dynamic.jazztel.es] has left #go-nuts
[]
18:39 -!- amuck [n=amuck@h154.65.88.75.dynamic.ip.windstream.net] has quit []
18:39 -!- crakrjak [n=merc@rrcs-70-62-156-154.central.biz.rr.com] has joined
#go-nuts
18:47 < ni|> hi
18:48 -!- rog [n=rog@92.28.217.99] has joined #go-nuts
19:04 -!- path[l] [n=path@115.240.119.125] has joined #go-nuts
19:07 -!- Associat0r [n=Associat@h163153.upc-h.chello.nl] has joined #go-nuts
19:10 -!- Xera^ [n=lol@87-194-208-246.bethere.co.uk] has joined #go-nuts
19:25 -!- tor5 [n=tor@m8d0f36d0.tmodns.net] has left #go-nuts []
19:31 -!- pshahmumbai [n=prashant@59.164.25.177] has quit ["Ex-Chat"]
19:42 -!- chachan [n=chachan@ccscliente156.ifxnetworks.net.ve] has quit ["KVIrc
Insomnia 4.0.0, revision: , sources date: 20090520, built on: 2009/06/06 11:44:47
UTC http://www.kvirc.net/"]
19:43 -!- cmbntr [n=cmbntr@80-218-229-4.dclient.hispeed.ch] has quit []
19:53 -!- __ed [i=bitch@anal-co.it] has quit ["changing servers"]
19:53 < kimelto> moin
19:53 -!- __ed [i=bitch@anal-co.it] has joined #go-nuts
19:54 -!- path[l] [n=path@115.240.119.125] has quit [Read error: 104 (Connection
reset by peer)]
19:54 -!- path[l] [n=path@115.240.119.125] has joined #go-nuts
19:54 -!- chachan [n=chachan@ccscliente156.ifxnetworks.net.ve] has joined #go-nuts
19:57 -!- hstimer [n=hans@c-98-234-25-125.hsd1.ca.comcast.net] has joined #go-nuts
19:57 -!- ukl [n=ukl@f053122036.adsl.alicedsl.de] has quit ["Lost terminal"]
20:02 -!- clearscreen [n=clearscr@e248070.upc-e.chello.nl] has quit [Read error:
104 (Connection reset by peer)]
20:02 -!- nutate [n=rseymour@cpe-98-154-65-28.socal.res.rr.com] has joined
#go-nuts
20:03 -!- nutate [n=rseymour@cpe-98-154-65-28.socal.res.rr.com] has left #go-nuts
[]
20:03 -!- Vova [i=Vova@80.178.0.93.adsl.012.net.il] has joined #go-nuts
20:03 < hstimer> where are packaged scoped variables stashed?  contiguous in
a block on the heap?
20:07 -!- hoodow [n=hoodow@2001:41d0:1:f5e5:0:0:0:666] has left #go-nuts
["Konversation terminated!"]
20:12 -!- raichoo [n=raichoo@i577AEBAD.versanet.de] has joined #go-nuts
20:15 -!- eno_ [n=eno@adsl-70-137-165-81.dsl.snfc21.sbcglobal.net] has joined
#go-nuts
20:23 -!- idea_squirrel [i=ct2rips@77-21-26-177-dynip.superkabel.de] has quit
["Verlassend"]
20:24 -!- binaryjohn [n=binaryjo@cpe-24-30-132-50.san.res.rr.com] has quit []
20:25 -!- Associat0r [n=Associat@h163153.upc-h.chello.nl] has quit []
20:26 -!- eno [n=eno@nslu2-linux/eno] has quit [Read error: 110 (Connection timed
out)]
20:26 -!- [[sroracle]] [n=sroracle@c-98-215-178-14.hsd1.in.comcast.net] has joined
#go-nuts
20:31 -!- chachan [n=chachan@ccscliente156.ifxnetworks.net.ve] has quit ["KVIrc
Insomnia 4.0.0, revision: , sources date: 20090520, built on: 2009/06/06 11:44:47
UTC http://www.kvirc.net/"]
20:42 -!- Alkavan_ [n=alkavan@87.68.247.236.adsl.012.net.il] has quit ["Leaving"]
20:42 -!- KirkMcDonald [n=Kirk@pysoy/developer/KirkMcDonald] has quit [Read error:
110 (Connection timed out)]
20:44 -!- MarkBao [n=MarkBao@pool-98-110-164-163.bstnma.fios.verizon.net] has quit
[Read error: 104 (Connection reset by peer)]
20:44 -!- MarkBao [n=MarkBao@pool-98-110-164-163.bstnma.fios.verizon.net] has
joined #go-nuts
20:47 -!- eulenspiegel [n=irssi@p579CAE07.dip.t-dialin.net] has joined #go-nuts
20:50 -!- Fl1pFl0p [n=Fl1pFl0p@unaffiliated/fl1pfl0p] has joined #go-nuts
20:50 -!- markbao_ [n=MarkBao@pool-98-110-164-163.bstnma.fios.verizon.net] has
joined #go-nuts
20:50 -!- MarkBao [n=MarkBao@pool-98-110-164-163.bstnma.fios.verizon.net] has quit
[Read error: 104 (Connection reset by peer)]
20:51 -!- zhaozhou [n=zhaozhou@linfast108.bitnet.nu] has joined #go-nuts
20:51 -!- Fl1pFl0p [n=Fl1pFl0p@unaffiliated/fl1pfl0p] has quit [Client Quit]
20:54 -!- slashus2 [n=slashus2@74-137-26-8.dhcp.insightbb.com] has quit []
20:55 -!- boscop_ [n=unknown@f055011017.adsl.alicedsl.de] has joined #go-nuts
20:57 -!- XniX23 [n=XniX23@we.will.never-be.afraid.org] has quit [Read error: 104
(Connection reset by peer)]
20:58 -!- ekiru [n=ekiru@97.95.155.34] has quit []
21:00 -!- nanooo [n=nano@95-89-198-45-dynip.superkabel.de] has joined #go-nuts
21:04 -!- Vova [i=Vova@80.178.0.93.adsl.012.net.il] has quit []
21:05 -!- ikke [n=ikke@unaffiliated/ikkebr] has joined #go-nuts
21:07 -!- boscop [n=unknown@g227150166.adsl.alicedsl.de] has quit [Read error: 110
(Connection timed out)]
21:07 -!- youngbull [n=youngbul@ti0025a380-dhcp1720.bb.online.no] has joined
#go-nuts
21:09 -!- youngbull [n=youngbul@ti0025a380-dhcp1720.bb.online.no] has left
#go-nuts []
21:09 -!- Daminvar [n=Daminvar@129.21.121.159] has joined #go-nuts
21:12 -!- markbao_ [n=MarkBao@pool-98-110-164-163.bstnma.fios.verizon.net] has
quit [Read error: 104 (Connection reset by peer)]
21:12 -!- chachan [n=chachan@ccscliente156.ifxnetworks.net.ve] has joined #go-nuts
21:12 -!- MarkBao [n=MarkBao@pool-98-110-164-163.bstnma.fios.verizon.net] has
joined #go-nuts
21:12 -!- Nanoo [n=Nano@95-89-198-45-dynip.superkabel.de] has quit [Nick collision
from services.]
21:13 -!- nanooo [n=nano@95-89-198-45-dynip.superkabel.de] has quit [Client Quit]
21:13 -!- nanoo [n=nano@95-89-198-45-dynip.superkabel.de] has joined #go-nuts
21:14 -!- markbao_ [n=MarkBao@pool-98-110-164-163.bstnma.fios.verizon.net] has
joined #go-nuts
21:15 -!- lmoura [n=lauromou@200.184.118.130] has quit ["Leaving"]
21:17 -!- JSharpe2 [n=jamie@5ad50265.bb.sky.com] has quit [Read error: 54
(Connection reset by peer)]
21:21 -!- markbao_ [n=MarkBao@pool-98-110-164-163.bstnma.fios.verizon.net] has
quit [Read error: 131 (Connection reset by peer)]
21:22 -!- zhaozhou [n=zhaozhou@linfast108.bitnet.nu] has quit ["Lost terminal"]
21:22 -!- zhaozhou [n=zhaozhou@linfast108.bitnet.nu] has joined #go-nuts
21:24 -!- EddieRingle [n=EddieRin@64.233.242.70] has quit [Read error: 110
(Connection timed out)]
21:25 -!- djanderson [n=dja@hltncable.pioneerbroadband.net] has quit [Read error:
110 (Connection timed out)]
21:27 -!- middayc_ [n=chatzill@BSN-176-204-59.dial-up.dsl.siol.net] has joined
#go-nuts
21:29 -!- clearscreen [n=clearscr@e248070.upc-e.chello.nl] has joined #go-nuts
21:30 -!- mkanat [n=mkanat@c-67-188-1-39.hsd1.ca.comcast.net] has joined #go-nuts
21:31 -!- JSharpe [n=jamie@5ad50265.bb.sky.com] has joined #go-nuts
21:31 -!- bbb [n=aja@192.121.150.10] has quit [Nick collision from services.]
21:35 -!- MarkBao [n=MarkBao@pool-98-110-164-163.bstnma.fios.verizon.net] has quit
[Connection timed out]
21:37 -!- chachan [n=chachan@ccscliente156.ifxnetworks.net.ve] has quit ["KVIrc
Insomnia 4.0.0, revision: , sources date: 20090520, built on: 2009/06/06 11:44:47
UTC http://www.kvirc.net/"]
21:38 -!- iwikiwi [n=iwikiwi@202.3.77.126] has left #go-nuts []
21:40 -!- Tuller [n=Tuller@pool-72-84-246-12.rcmdva.fios.verizon.net] has joined
#go-nuts
21:40 -!- snearch [n=olaf@e179141137.adsl.alicedsl.de] has quit ["Ex-Chat"]
21:42 -!- BMeph [n=black_me@65.103.151.24] has joined #go-nuts
21:44 -!- mejja [n=user@c-49b6e555.023-82-73746f38.cust.bredbandsbolaget.se] has
joined #go-nuts
21:44 -!- middayc [n=chatzill@BSN-176-204-59.dial-up.dsl.siol.net] has quit [Read
error: 110 (Connection timed out)]
21:50 -!- binaryjohn [n=binaryjo@cpe-24-30-132-50.san.res.rr.com] has joined
#go-nuts
21:50 -!- binaryjohn [n=binaryjo@cpe-24-30-132-50.san.res.rr.com] has quit [Client
Quit]
21:52 -!- nickjohnson [n=arachnid@coilette.notdot.net] has quit [Read error: 110
(Connection timed out)]
21:59 -!- KirkMcDonald [n=Kirk@pysoy/developer/KirkMcDonald] has joined #go-nuts
22:08 -!- boscop_ [n=unknown@f055011017.adsl.alicedsl.de] has quit [Client Quit]
22:11 -!- JSharpe [n=jamie@5ad50265.bb.sky.com] has quit [Read error: 104
(Connection reset by peer)]
22:12 -!- djanderson [n=dja@hltncable.pioneerbroadband.net] has joined #go-nuts
22:17 -!- iwikiwi [n=iwikiwi@202.3.77.160] has joined #go-nuts
22:22 -!- Daminvar [n=Daminvar@129.21.121.159] has quit ["Leaving"]
22:33 < hstimer> I have a disappearing string http://gopaste.org/view/niFhA
22:34 < alexsuraci> on that note, time to update gopaste
22:36 < hstimer> alexsuraci: the ;'s?
22:36 < alexsuraci> yeah
22:36 -!- c0nfl|ct [n=tiago@248-13.dial.nortenet.pt] has quit [Read error: 131
(Connection reset by peer)]
22:36 < ShadowIce> hstimer: if you use := that'll create a new variable
(line 13)
22:37 < hstimer> ShadowIce: so it will create a function local s?
22:37 -!- c0nfl|ct [n=tiago@248-13.dial.nortenet.pt] has joined #go-nuts
22:37 < ShadowIce> yep
22:37 < hstimer> pain in my ass
22:37 < hstimer> k
22:37 < hstimer> thanks
22:38 < hstimer> so the rule is if there is already a function local var by
the same name then assign, but if it is a module var then create a new function
local var
22:38 < hstimer> I don't like that rule
22:39 < alexsuraci> hstimer: all done http://gopaste.org/view/niFhA :)
22:39 < ShadowIce> hm, no...I think it'll always create a new var if the
scope is different
22:39 < hstimer> alexsuraci: ouuu pretty colors
22:39 < ShadowIce> I had that problem because I used := inside an if block
22:39 -!- nanoo [n=nano@95-89-198-45-dynip.superkabel.de] has quit [Read error: 54
(Connection reset by peer)]
22:40 < alexsuraci> although, now it adds semicolons.  i can change it to
print with the new printer, or just keep the old one.
22:40 < hstimer> an if block?  dang.  even bigger pain then I originally
thought
22:40 < hstimer> alexsuraci: new printer please
22:41 < hstimer> wouldn't be a problem if it wasn't for multiple assignment
22:41 < alexsuraci> hstimer: i would, but it's all still a bit up in the
air, i think i'll wait a little while first.
22:42 < alexsuraci> though i'm interested in the timeframe they're
considering for swapping the default gofmt options.
22:42 -!- merowinger [n=merowing@80-218-247-197.dclient.hispeed.ch] has joined
#go-nuts
22:44 -!- path[l] [n=path@115.240.119.125] has quit [Read error: 110 (Connection
timed out)]
22:49 < merowinger> looking at the http package I was wondering if there is
a way for sticking a custom made ServeMuxer into http.DefaultServeMux?  I don't
see any way since there is no interface type used for this or is there another way
to do it?
22:54 -!- deso [n=deso@x0561a.wh30.tu-dresden.de] has quit [Read error: 131
(Connection reset by peer)]
22:54 -!- deso [n=deso@x0561a.wh30.tu-dresden.de] has joined #go-nuts
22:57 -!- ShadowIce [n=pyoro@unaffiliated/shadowice-x841044] has quit
["Verlassend"]
22:58 -!- c0n [n=tiago@248-63.dial.nortenet.pt] has joined #go-nuts
22:59 -!- Tuller [n=Tuller@pool-72-84-246-12.rcmdva.fios.verizon.net] has quit
["to the batcave?"]
23:00 -!- AndrewBC_ [n=Andrew@97.93.242.12] has joined #go-nuts
23:06 -!- Spaghettini [n=Spaghett@vaxjo6.150.cust.blixtvik.net] has joined
#go-nuts
23:07 -!- c0nfl|ct [n=tiago@248-13.dial.nortenet.pt] has quit [Read error: 145
(Connection timed out)]
23:08 -!- GeoBSD [n=geocalc@lns-bzn-22-82-249-94-40.adsl.proxad.net] has quit
[Remote closed the connection]
23:10 -!- plux [i=plux@130.238.19.25] has quit [Read error: 104 (Connection reset
by peer)]
23:10 -!- plux [i=plux@Psilocybe.Update.UU.SE] has joined #go-nuts
23:10 -!- t5vaha01_ [i=t5vaha01@rhea.oamk.fi] has joined #go-nuts
23:11 -!- AndrewBC [n=Andrew@97.93.242.12] has quit [Read error: 110 (Connection
timed out)]
23:13 -!- JSharpe [n=jamie@5ad50265.bb.sky.com] has joined #go-nuts
23:19 -!- General13372 [n=support@71-84-247-187.dhcp.gldl.ca.charter.com] has
joined #go-nuts
23:21 -!- dagle1 [n=dagle@host162-104.bornet.net] has joined #go-nuts
23:22 -!- t5vaha01 [i=t5vaha01@193.167.100.97] has quit [Read error: 110
(Connection timed out)]
23:23 -!- dagle [n=dagle@host162-104.bornet.net] has quit [Read error: 104
(Connection reset by peer)]
23:23 -!- Spaghett1ni [n=Spaghett@vaxjo6.150.cust.blixtvik.net] has quit
[Connection timed out]
23:29 -!- jepler_ [n=jepler@emc/developer/pdpc.active.jepler] has joined #go-nuts
23:33 -!- ohday_ [n=root@unaffiliated/ohday] has joined #go-nuts
23:34 -!- eulenspiegel [n=irssi@p579CAE07.dip.t-dialin.net] has quit ["Lost
terminal"]
23:36 -!- jepler_ [n=jepler@emc/developer/pdpc.active.jepler] has quit [Remote
closed the connection]
23:36 -!- General1337 [n=support@71-84-247-187.dhcp.gldl.ca.charter.com] has quit
[Success]
23:40 -!- jepler [n=jepler@emc/developer/pdpc.active.jepler] has quit [Read error:
111 (Connection refused)]
23:40 < hstimer> is there a way to take the address of a variable for
diagnostic purposes?
23:41 -!- oal [n=olav@5.79-160-122.customer.lyse.net] has quit [Remote closed the
connection]
23:43 -!- r2p2 [n=billy@v32671.1blu.de] has left #go-nuts []
23:45 -!- jepler [n=jepler@emc/developer/pdpc.active.jepler] has joined #go-nuts
23:57 -!- ohday_ [n=root@unaffiliated/ohday] has quit ["Leaving"]
--- Log closed Sun Dec 13 00:00:32 2009