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

--- Log opened Thu Mar 03 00:00:34 2011
00:04 < rm445> rob@fuchsia:~/go/src$ grep -r 'The vector package implements
containers' *
00:04 < rm445> pkg/container/vector/defs.go:// The vector package implements
containers for managing sequences
00:06 < rm445> ^^^ ewanas: don't really understand godoc, but it looks like
it's pulling the info from comments in that file.
00:06 < ewanas> yeah, but what about the intro type stuff?
00:06 < ewanas> it has to be getting it from somewhere
00:07 < ewanas> IMO godoc is not nicely documented, but we'll keep hunting
00:07 < rm445> that /is/ the intro stuff for that particular one, I think
00:14 -!- savio [~lsd@peirce.xored.org] has joined #go-nuts
00:18 -!- Tuller [~tuller@c-69-143-52-174.hsd1.va.comcast.net] has joined #go-nuts
00:22 -!- nsf [~nsf@jiss.convex.ru] has quit [Quit: WeeChat 0.3.4]
00:23 -!- iant [~iant@nat/google/x-ubykylveyuxkwuay] has quit [Quit: Leaving.]
00:28 -!- vpit3833 [~user@203.111.33.203] has quit [Read error: Connection reset
by peer]
00:28 -!- vpit3833 [~user@203.111.33.203] has joined #go-nuts
00:31 -!- nettok [~quassel@200.119.165.36] has joined #go-nuts
00:32 -!- iant [~iant@67.218.107.6] has joined #go-nuts
00:32 -!- mode/#go-nuts [+v iant] by ChanServ
00:35 -!- skelterjohn [~jasmuth@c-68-45-238-234.hsd1.nj.comcast.net] has joined
#go-nuts
00:40 -!- tvw [~tv@e176001190.adsl.alicedsl.de] has quit [Remote host closed the
connection]
00:42 -!- twolfe18 [~twolfe18@CMU-421570.WV.CC.CMU.EDU] has quit [Read error:
Operation timed out]
00:54 -!- Stiletto [7f000001@69.195.144.4] has quit [Ping timeout: 252 seconds]
01:00 -!- saturnfive [~saturnfiv@210.74.155.131] has joined #go-nuts
01:05 -!- Venom_X [~pjacobs@75.92.43.21] has quit [Ping timeout: 240 seconds]
01:06 -!- JusticeFries [~JusticeFr@173-8-247-218-Colorado.hfc.comcastbusiness.net]
has quit [Ping timeout: 264 seconds]
01:30 -!- uriel [~uriel@li43-28.members.linode.com] has quit [Ping timeout: 240
seconds]
01:30 -!- uriel [~uriel@li43-28.members.linode.com] has joined #go-nuts
01:31 -!- schilly [~schilly@boxen.math.washington.edu] has quit [Ping timeout: 250
seconds]
01:32 -!- schilly [~schilly@boxen.math.washington.edu] has joined #go-nuts
01:36 -!- Netsplit *.net <-> *.split quits: comex, bluet_, mattn_jp, cw,
vinisterx, foocraft, yebyen
01:39 -!- shvntr [~shvntr@113.84.150.16] has joined #go-nuts
01:40 -!- |Craig| [~|Craig|@panda3d/entropy] has joined #go-nuts
01:41 -!- Netsplit over, joins: foocraft, vinisterx, mattn_jp, bluet_, yebyen,
comex, cw
01:41 -!- binarypie [~binarypie@adsl-99-35-135-146.dsl.pltn13.sbcglobal.net] has
quit [Ping timeout: 240 seconds]
01:43 -!- Netsplit *.net <-> *.split quits: comex, bluet_, mattn_jp, cw,
vinisterx, foocraft, yebyen
01:48 -!- Tuller [~tuller@c-69-143-52-174.hsd1.va.comcast.net] has quit [Remote
host closed the connection]
01:48 -!- Netsplit over, joins: foocraft, vinisterx, mattn_jp, bluet_, yebyen,
comex, cw
01:48 -!- Stiletto [7f000001@69.195.144.4] has joined #go-nuts
01:53 -!- Stiletto [7f000001@69.195.144.4] has quit [Ping timeout: 246 seconds]
01:58 -!- jhawk28 [~jhawk28@user-387c58d.cable.mindspring.com] has joined #go-nuts
02:06 -!- marimo [~RCogburn@99-31-224-223.lightspeed.irvnca.sbcglobal.net] has
joined #go-nuts
02:06 -!- Stiletto [stiletto@69.195.144.4] has joined #go-nuts
02:07 < marimo> Could someone point me in the right direction to configure
Xcode to work with Go?
02:07 -!- iant [~iant@67.218.107.6] has quit [Quit: Leaving.]
02:17 < str1ngs> marimo: not much to configure if you have xcode installed
02:18 < str1ngs> marimo: not sure what you mean by "work with go" though.
02:19 < marimo> str1ngs: I am a bit new to Xcode and can't find how to setup
the syntax highlighting, compiling and running in Xcode for Go
02:19 < str1ngs> marimo: ah you want to use xcode as an edit of sorts?
02:20 < marimo> str1ngs: Exactly.
02:20 < str1ngs> marimo: its much easier to simply use a terminal and and
text editor with go
02:21 < marimo> str1ngs: Very well.  As I am chatting with you, I found that
Xcode's strings cause problems with Go's compiler.  Pico it is then.  Thank you.
02:21 < str1ngs> marimo: I'm sure it can be done.  but really no need
02:21 -!- marimo [~RCogburn@99-31-224-223.lightspeed.irvnca.sbcglobal.net] has
quit [Read error: Connection reset by peer]
02:22 -!- marimo [~RCogburn@99-31-224-223.lightspeed.irvnca.sbcglobal.net] has
joined #go-nuts
02:23 < skelterjohn> marimo: I can help you - I use xcode to work with go
code
02:23 < skelterjohn> I don't use it to build though - I do that in the
terminal
02:23 < marimo> skelterjohn: Thank you.  If I can just set up the syntax
highlighting, all would be well.
02:23 < skelterjohn> but I can get syntax working
02:24 < skelterjohn> you saw in $GOROOT/misc/xcode there are syntax files,
right?
02:24 < marimo> skelterjohn: Yes I found those files
02:24 < skelterjohn> do you know where to put them?
02:25 < marimo> no
02:26 < skelterjohn> mine are in
/Users/jasmuth/Documents/Library/Application\
Support/Developer/Shared/Xcode/Specifications/
02:26 < skelterjohn> (took me forever to figure that out)
02:27 < marimo> I see.  So I need to find the Xcode/Specifications folder
02:28 < skelterjohn> well, swap your username with mine
02:28 < skelterjohn> and there it is
02:31 < marimo> Wonderful.  Everything is working.  Thank you very much.
02:31 < skelterjohn> great!
02:42 -!- JusticeFries [~JusticeFr@c-98-245-192-223.hsd1.co.comcast.net] has
joined #go-nuts
02:46 -!- marimo [~RCogburn@99-31-224-223.lightspeed.irvnca.sbcglobal.net] has
quit [Quit: marimo]
02:54 -!- iant [~iant@adsl-71-133-8-30.dsl.pltn13.pacbell.net] has joined #go-nuts
02:54 -!- mode/#go-nuts [+v iant] by ChanServ
02:57 -!- Stiletto [stiletto@69.195.144.4] has quit [Ping timeout: 252 seconds]
02:59 -!- jhawk28 [~jhawk28@user-387c58d.cable.mindspring.com] has quit [Quit:
Linkinus - http://linkinus.com]
03:00 -!- Stiletto [7f000001@69.195.144.4] has joined #go-nuts
03:03 -!- iant [~iant@adsl-71-133-8-30.dsl.pltn13.pacbell.net] has quit [Ping
timeout: 252 seconds]
03:04 -!- iant [~iant@216.239.45.130] has joined #go-nuts
03:04 -!- mode/#go-nuts [+v iant] by ChanServ
03:09 -!- Stiletto [7f000001@69.195.144.4] has quit [Remote host closed the
connection]
03:11 -!- Stiletto [7f000001@69.195.144.4] has joined #go-nuts
03:25 -!- comex [comex@c-67-188-10-190.hsd1.ca.comcast.net] has quit [Quit: ZNC -
http://znc.sourceforge.net]
03:25 -!- twolfe18 [~twolfe18@pool-108-17-80-239.pitbpa.fios.verizon.net] has
joined #go-nuts
03:26 -!- comex [comex@c-67-188-10-190.hsd1.ca.comcast.net] has joined #go-nuts
03:30 -!- _Eko_ [~eko@70-90-168-190-SFBACalifornia.hfc.comcastbusiness.net] has
quit [Ping timeout: 260 seconds]
03:31 -!- dfr|mac [~dfr|work@ool-182e3fca.dyn.optonline.net] has joined #go-nuts
03:32 -!- mattn_jp [~mattn@s60.BMT-e1.vectant.ne.jp] has quit [Quit: Ex-Chat]
03:34 -!- [dmp] [~dennis@unaffiliated/dmp/x-546784] has quit [Ping timeout: 260
seconds]
03:35 -!- _Eko_ [~eko@70-90-168-190-SFBACalifornia.hfc.comcastbusiness.net] has
joined #go-nuts
03:36 -!- [dmp] [~dennis@users.d75.net] has joined #go-nuts
03:36 -!- [dmp] [~dennis@users.d75.net] has quit [Changing host]
03:36 -!- [dmp] [~dennis@unaffiliated/dmp/x-546784] has joined #go-nuts
03:41 <@adg> Everything is working?!  awesome!  i can go home!
03:42 <@adg> ;)
03:44 -!- zeroXten [~zeroXten@0x10.co.uk] has quit [Ping timeout: 246 seconds]
03:44 -!- mattn_jp [~mattn@s60.BMT-e1.vectant.ne.jp] has joined #go-nuts
03:45 -!- dfr|mac [~dfr|work@ool-182e3fca.dyn.optonline.net] has quit [Remote host
closed the connection]
03:46 -!- zeroXten [~zeroXten@0x10.co.uk] has joined #go-nuts
03:47 < plexdev> http://is.gd/rUpBSS by [Rob Pike] in go/src/pkg/unsafe/ --
unsafe: fix the documentation
03:47 < plexdev> http://is.gd/WTzG7D by [Andrew Gerrand] in
go/misc/dashboard/builder/ -- gobuilder: add -package flag to build external
packages
03:52 -!- mpl [~mpl@smgl.fr.eu.org] has quit [Ping timeout: 260 seconds]
03:52 -!- mpl [~mpl@smgl.fr.eu.org] has joined #go-nuts
03:56 -!- toyoshim_ [~toyoshim@y253149.dynamic.ppp.asahi-net.or.jp] has left
#go-nuts []
03:57 -!- nettok [~quassel@200.119.165.36] has quit [Ping timeout: 272 seconds]
03:59 -!- keithgcascio [~keithcasc@nat/google/x-epsziepadzeymfpk] has quit [Quit:
Leaving]
04:08 -!- edsrzf [~kelvan@122-61-221-144.jetstream.xtra.co.nz] has joined #go-nuts
04:17 -!- rejb [~rejb@unaffiliated/rejb] has quit [Ping timeout: 246 seconds]
04:17 < evildho> iant: it ended up looking significantly different, but now
it works on all gcc 4 versions I've tested (4.1, 4.2, 4.4) and in clang 1.5 and
2.4 \m/
04:18 <+iant> cool
04:18 < evildho> clang doesn't work with the p constraint so i had to
revisit them and found a but
04:18 < evildho> bug*
04:18 <+iant> sigh
04:19 < evildho> then I ran into C casting everything to unsigned int and
getting undefined behavior with (uint)(1<<31)
04:19 < evildho> but now the port is complete!  woohoo
04:21 -!- twolfe18 [~twolfe18@pool-108-17-80-239.pitbpa.fios.verizon.net] has quit
[Ping timeout: 252 seconds]
04:38 -!- mikespook [~mikespook@219.137.253.71] has joined #go-nuts
04:49 -!- JusticeFries [~JusticeFr@c-98-245-192-223.hsd1.co.comcast.net] has quit
[Quit: JusticeFries]
04:51 -!- Wiz126 [Wiz@h29.117.232.68.ip.windstream.net] has quit [Ping timeout:
276 seconds]
04:51 -!- davisp [~davisp@couchdb/developer/davisp] has quit [Ping timeout: 272
seconds]
05:04 -!- JusticeFries [~JusticeFr@c-24-9-171-36.hsd1.co.comcast.net] has joined
#go-nuts
05:12 -!- Eridius [~kevin@unaffiliated/eridius] has quit [Ping timeout: 246
seconds]
05:23 -!- zozoR [~Morten@56346ed3.rev.stofanet.dk] has joined #go-nuts
05:25 -!- JusticeFries [~JusticeFr@c-24-9-171-36.hsd1.co.comcast.net] has quit
[Quit: JusticeFries]
05:42 -!- fabled [~fabled@mail.fi.jw.org] has joined #go-nuts
05:50 < plexdev> http://is.gd/7QbNVS by [Andrew Gerrand] in go/doc/ -- doc:
remove reference to bug count from install.html
05:55 -!- ExtraSpice [XtraSpice@78-62-101-194.static.zebra.lt] has joined #go-nuts
05:59 -!- Davidian1024 [~Davidian1@cpe-173-88-168-51.neo.res.rr.com] has quit
[Quit: Changing server]
06:18 -!- zozoR [~Morten@56346ed3.rev.stofanet.dk] has quit [Remote host closed
the connection]
06:19 -!- dfr|mac [~dfr|work@ool-182e3fca.dyn.optonline.net] has joined #go-nuts
06:48 -!- davisp [~davisp@li203-51.members.linode.com] has joined #go-nuts
06:52 -!- adu [~ajr@softbank220043138128.bbtec.net] has joined #go-nuts
07:04 -!- wrtp [~rog@92.17.33.100] has joined #go-nuts
07:05 -!- neshaug [~oyvind@213.239.108.5] has joined #go-nuts
07:07 -!- dfr|mac [~dfr|work@ool-182e3fca.dyn.optonline.net] has quit [Remote host
closed the connection]
07:19 -!- ShadowIce [~pyoro@unaffiliated/shadowice-x841044] has joined #go-nuts
07:25 -!- maattd [~maattd@esc31-1-78-245-92-71.fbx.proxad.net] has joined #go-nuts
07:25 -!- djbrown [~djbrown@h236n2-g-va-a12.ias.bredband.telia.com] has joined
#go-nuts
07:27 -!- skejoe [~skejoe@188.114.142.162] has joined #go-nuts
07:28 -!- bortzmeyer [~stephane@2a01:e35:8bd9:8bb0:dc70:9081:8cc9:7cb9] has joined
#go-nuts
07:33 -!- neshaug [~oyvind@213.239.108.5] has quit [Quit: Lost terminal]
07:44 -!- Fish- [~Fish@coss6.exosec.net] has joined #go-nuts
07:47 -!- Fish [~Fish@exo3753.pck.nerim.net] has quit [Ping timeout: 240 seconds]
07:56 -!- neshaug [~oyvind@213.239.108.5] has joined #go-nuts
08:10 -!- tvw [~tv@212.79.9.150] has joined #go-nuts
08:12 -!- rlab [~Miranda@91.200.158.34] has joined #go-nuts
08:12 -!- mbernstein [~michael@cpe-70-113-7-72.austin.res.rr.com] has quit [Ping
timeout: 276 seconds]
08:19 -!- snearch [~snearch@f053006126.adsl.alicedsl.de] has joined #go-nuts
08:19 -!- Spaztick [~chatzilla@99-89-57-102.lightspeed.hstntx.sbcglobal.net] has
joined #go-nuts
08:23 -!- Spaztick [~chatzilla@99-89-57-102.lightspeed.hstntx.sbcglobal.net] has
left #go-nuts []
08:30 -!- visof [~visof@unaffiliated/visof] has joined #go-nuts
08:36 -!- apotheon [~ren@c-24-8-180-234.hsd1.co.comcast.net] has joined #go-nuts
08:36 -!- apotheon [~ren@c-24-8-180-234.hsd1.co.comcast.net] has left #go-nuts []
08:46 -!- saturnfive [~saturnfiv@210.74.155.131] has quit [Read error: Connection
reset by peer]
08:47 -!- saturnfive [~saturnfiv@210.74.155.131] has joined #go-nuts
08:52 -!- snearch [~snearch@f053006126.adsl.alicedsl.de] has quit [Quit:
Verlassend]
08:53 -!- wrtp [~rog@92.17.33.100] has quit [Ping timeout: 260 seconds]
08:57 -!- LittleQNCCU [~littleq@dream.cs.nccu.edu.tw] has quit [Quit: leaving]
08:58 -!- wrtp [~rog@92.17.46.220] has joined #go-nuts
09:01 -!- GoBIR_ [~gobir@70-90-168-190-SFBACalifornia.hfc.comcastbusiness.net] has
joined #go-nuts
09:01 -!- GoBIR [~gobir@70-90-168-190-SFBACalifornia.hfc.comcastbusiness.net] has
quit [Ping timeout: 264 seconds]
09:02 -!- |Craig| [~|Craig|@panda3d/entropy] has quit [Quit: |Craig|]
09:03 -!- kimelto [~kimelto@sd-13453.dedibox.fr] has quit [Ping timeout: 240
seconds]
09:07 -!- serbaut [~joakims@88.80.182.68] has quit [Read error: Connection reset
by peer]
09:08 -!- stalled [~stalled@unaffiliated/stalled] has quit [Ping timeout: 250
seconds]
09:09 -!- serbaut [~joakims@88.80.182.68] has joined #go-nuts
09:13 -!- arun [~arun@unaffiliated/sindian] has quit [Read error: Operation timed
out]
09:13 -!- arun [~arun@unaffiliated/sindian] has joined #go-nuts
09:18 -!- stalled [~stalled@unaffiliated/stalled] has joined #go-nuts
09:23 -!- edsrzf [~kelvan@122-61-221-144.jetstream.xtra.co.nz] has quit [Ping
timeout: 264 seconds]
09:27 -!- arun_ [~arun@unaffiliated/sindian] has quit [Ping timeout: 240 seconds]
09:27 * wrtp smells smoke
09:34 < xyproto> wrtp: are you in Libya?
09:35 < wrtp> nah, just reading golang-nuts :-)
09:36 -!- mikespook [~mikespook@219.137.253.71] has quit [Quit: Leaving.]
09:37 < plexdev> http://is.gd/RkqB2A by [Nigel Tao] in 3 subdirs of
go/src/pkg/ -- image: add a decoding test for common file formats.
09:53 -!- _Eko_ [~eko@70-90-168-190-SFBACalifornia.hfc.comcastbusiness.net] has
quit [Ping timeout: 240 seconds]
09:53 -!- GoBIR_ [~gobir@70-90-168-190-SFBACalifornia.hfc.comcastbusiness.net] has
quit [Ping timeout: 264 seconds]
09:54 -!- kingfishr [~kingfishr@c-98-207-87-183.hsd1.ca.comcast.net] has quit
[Ping timeout: 276 seconds]
10:00 -!- Eko [~eko@70-90-168-190-SFBACalifornia.hfc.comcastbusiness.net] has
joined #go-nuts
10:01 -!- GoBIR [~gobir@70-90-168-190-SFBACalifornia.hfc.comcastbusiness.net] has
joined #go-nuts
10:01 -!- kingfishr [~kingfishr@c-98-207-87-183.hsd1.ca.comcast.net] has joined
#go-nuts
10:10 -!- saturnfive [~saturnfiv@210.74.155.131] has quit [Read error: Connection
reset by peer]
10:13 -!- kingfishr [~kingfishr@c-98-207-87-183.hsd1.ca.comcast.net] has quit
[Ping timeout: 260 seconds]
10:14 -!- pingveno [~pingveno@c-98-246-133-8.hsd1.or.comcast.net] has quit [Ping
timeout: 276 seconds]
10:19 -!- pingveno [~pingveno@c-98-246-133-8.hsd1.or.comcast.net] has joined
#go-nuts
10:30 -!- ognom [~ognom@guest-gw.ilait.se] has joined #go-nuts
10:33 -!- tensorpudding [~user@99.23.127.179] has quit [Remote host closed the
connection]
10:40 -!- nsf [~nsf@jiss.convex.ru] has joined #go-nuts
10:42 -!- piranha [~piranha@5ED42E59.cm-7-5a.dynamic.ziggo.nl] has joined #go-nuts
10:57 -!- chimes [~chimes@24.104.130.118] has quit [Ping timeout: 272 seconds]
10:59 -!- mattn_jp [~mattn@s60.BMT-e1.vectant.ne.jp] has quit [Quit: Ex-Chat]
11:00 -!- chimes [~chimes@24.104.130.118] has joined #go-nuts
11:03 -!- ognom [~ognom@guest-gw.ilait.se] has quit [Quit: Lost terminal]
11:15 -!- chimes [~chimes@24.104.130.118] has quit [Ping timeout: 276 seconds]
11:16 < taruti> Has anyone got demonizing working for Go?
11:32 -!- maattd [~maattd@esc31-1-78-245-92-71.fbx.proxad.net] has quit [Ping
timeout: 260 seconds]
11:33 < wrtp> yeah, put an & on the end :-)
11:34 < taruti> wrtp: more like signal handling, setsid, ...  and for bonus
points also windows support.
11:35 -!- artefon [~thiagon@150.164.2.20] has joined #go-nuts
11:37 < wrtp> taruti: signal handling you can do in go.  setsid you could do
with a simple C wrapper around the go program.
11:37 -!- maattd [~maattd@esc31-1-78-245-92-71.fbx.proxad.net] has joined #go-nuts
11:37 < wrtp> not portable, but it would work, i think
11:38 < taruti> wrtp: yes, and I am wondering whether someone has already
packaged the code so I don't end up reinventing the wheel
11:43 < str1ngs> wrtp: & is the only way to daemonize right now?  been
meaning to look into but I dont have anything that needs it yet.
11:45 -!- maattd [~maattd@esc31-1-78-245-92-71.fbx.proxad.net] has quit [Ping
timeout: 246 seconds]
11:46 < Electro^> hokapoka: would you have time for a question?
11:46 < Electro^> i understand the concepts of mongo.Doc mostly now
11:46 < Electro^> and how to format update and finds
11:47 -!- adu [~ajr@softbank220043138128.bbtec.net] has quit [Quit: adu]
11:47 < Electro^> but incase i want to specify search criteria with several
inputs, i get confused
11:47 < Electro^> given this command which works in the mongoDB shell:
11:47 < Electro^> db.main.find( {"fileName" : "test", "userName" : {"$ne" :
"kingkong" }})
11:49 < Electro^> this is what i have currently come up with, though it wont
work
11:49 < Electro^> cursor, _ := conn.Find("test.main", mongo.Doc{{"fileName",
mongo.Doc{{"test", mongo.Doc{{"userName", mongo.Doc{{"$ne" ,"kingkong"}}}}}}}},
nil)
11:49 < Electro^> database returns "no such command"
11:53 < Electro^> yeah and anyone else with the knowledge feel free to
answer :)
11:59 -!- kingfishr [~kingfishr@c-98-207-87-183.hsd1.ca.comcast.net] has joined
#go-nuts
11:59 < wrtp> taruti: it's only about 3 lines of code...
12:00 < wrtp> str1ngs: yes, but is that a great problem?\
12:00 < taruti> more like 30
12:01 < Electro^> hokapoka: seems we figured it out
12:01 < Electro^> i was just thinking in the wrong direction again
12:01 < str1ngs> wrtp: it can be for services not invoked by a shell
12:02 < str1ngs> wrtp: but there are ways around it :P
12:03 < wrtp> taruti: really?  can't you just do: setsid(); execp(...) ?
12:04 < taruti> wrtp: setuid, fork, fork, setsid, close file descriptors,
handle logging, ...
12:04 < taruti> signal handling etc
12:08 < str1ngs> wrtp: sorry I missed the wrapper part above.  ya that would
be my work around
12:09 < wrtp> taruti: without testing it: http://pastebin.com/WzJu3j5G
12:10 < wrtp> ok, so it's 24 lines of code
12:10 < wrtp> but it took less than 5 minutes to write
12:10 < taruti> wrtp: that is incorrect however, needs double-forking at
least
12:10 < wrtp> why?
12:10 < str1ngs> ah or you could use that.  and have it for a daemon manager
writting in go that Exec stuff in go routines?
12:11 < taruti> wrtp: so that the parent process will be init
12:11 < wrtp> taruti: the parent process will be init
12:11 < wrtp> when the daemoniser exits, which is immediately
12:13 < wrtp> it seems to work
12:13 < wrtp> logging can be left to the caller, or to the go process itself
12:14 < wrtp> i meant execvp rather than execp, obviously
12:15 < taruti> and then to translate that to go syscalls because I'd like
to avoid a separate executable
12:16 < wrtp> you can't avoid a separate executable currently
12:16 < wrtp> this is the only possible solution
12:17 < wrtp> the executable is under 9K on my machine.  surely it's not a
great problem?
12:21 < taruti> I am aiming for just being able to distribute one binary
file with no supporting files
12:24 < wrtp> taruti: you could do that by doing it in go and getting the
binary to exec itself.  pretty nasty though - better to use this as an interim
solution until go has daemonising capability, then upgrade.
12:25 < taruti> I am thinking of going the exec-itself route
12:26 < wrtp> yuck
12:26 < wrtp> in my view that has most of the down sides of having two
executables
12:26 < taruti> why?
12:27 < wrtp> because the executable has to be able to find itself
12:27 < wrtp> which isn't necessarily trouble-free
12:27 < taruti> that can be done in an os-dependent manner quite well
12:27 < wrtp> it can't be done reliably
12:27 < wrtp> argv[0] does not always point to the path of the current
executable
12:28 < taruti> wrtp: in linux /proc/self/exe iirc, and other solutions for
other operating systems
12:29 < wrtp> you're just putting a load of unnecessary os-dependant stuff
in your code when you don't need to
12:29 < Namegduf> If you want to daemonize, you have to do it one way or
another.
12:29 < taruti> I'm already doing os-dependent ioctls etc
12:30 < wrtp> yeah, but they're directly to do with the task you're trying
to solve, not just random os dependencies
12:31 < wrtp> actually i've thought of quite a cool way of implementing a go
daemoniser package
12:31 < taruti> tell :)
12:32 < wrtp> i'll just try it and see if it works
12:36 < ww> skolem!
12:38 < wrtp> ww: ?
12:39 < ww> sorry wrong channel
12:42 < wrtp> taruti: no, it doesn't work
12:42 < wrtp> t
12:42 < wrtp> here
12:42 < wrtp> '
12:42 < wrtp> or...
12:42 < wrtp> maybe it would be ok
12:42 < wrtp> hmm
12:44 < taruti> hmm?
12:45 -!- itrekkie [~itrekkie@ip72-211-129-122.tc.ph.cox.net] has quit [Quit:
itrekkie]
12:45 < wrtp> basically, calling fork is pretty dodgy
12:45 < wrtp> h
12:45 < wrtp> av
12:45 < wrtp> e
12:46 < wrtp> [i hate it when my irc client does that]
12:46 < wrtp> have a look at syscall/exec_unix.go
12:46 < wrtp> honestly, it won't be long before daemonising is implemented.
12:47 < taruti> I was thinking that a year ago
12:47 < wrtp> i've got another idea for generalising ForkExec.
12:47 < wrtp> taking a tip from the way that monads work
12:56 -!- unofficialmvp [~dev@94-62-164-227.b.ipv4ilink.net] has joined #go-nuts
13:09 -!- skelterjohn [~jasmuth@c-68-45-238-234.hsd1.nj.comcast.net] has quit
[Quit: skelterjohn]
13:23 < wrtp> taruti:
http://groups.google.com/group/golang-dev/msg/63a86437792f6632
13:26 < wrtp> maybe a bit functional-style for the go team, but i quite like
the idea
13:27 < taruti> hmm, I would just use a ForkOptions struct to simulate
keyword arguments
13:28 -!- unofficialmvp [~dev@94-62-164-227.b.ipv4ilink.net] has left #go-nuts []
13:30 < wrtp> taruti: the nice thing about the applicative approach is it
easily allows sequences, e.g.  dup(1, 2); dup(2, 3)
13:30 < wrtp> the underlying implementation could easily just be a struct
containing fork options
13:31 < taruti> true
13:31 < wrtp> if you didn't care about sequencing
13:35 < wrtp> i quite like the functional approach for the unix api as it
doesn't require you to change the structure each time you add a new capability
(and there are lots of things you can do under unix after fork and before exec)
13:36 < wrtp> i don't think it'll work though, as there's no way to
guarantee that a call won't allocate new stack memory
13:37 -!- zozoR [~Morten@56346ed3.rev.stofanet.dk] has joined #go-nuts
13:39 < wrtp> actually, that's straightforward, just don't stupidly recurse
like i was doing
13:48 -!- hcatlin [~hcatlin@pdpc/supporter/professional/hcatlin] has joined
#go-nuts
13:52 -!- jdpo [~joe@66-169-204-189.dhcp.ftwo.tx.charter.com] has joined #go-nuts
13:53 -!- jdpo [~joe@66-169-204-189.dhcp.ftwo.tx.charter.com] has quit [Remote
host closed the connection]
13:54 -!- jdpo [~joe@66-169-204-189.dhcp.ftwo.tx.charter.com] has joined #go-nuts
13:59 -!- vsayer [~vivek@c-76-102-205-58.hsd1.ca.comcast.net] has quit [Read
error: Connection reset by peer]
14:00 -!- jbooth1 [~jay@209.249.216.2] has joined #go-nuts
14:01 -!- skejoe [~skejoe@188.114.142.162] has quit [Ping timeout: 250 seconds]
14:03 -!- mbernstein [~michael@cpe-70-113-7-72.austin.res.rr.com] has joined
#go-nuts
14:03 -!- skejoe [~skejoe@188.114.142.162] has joined #go-nuts
14:10 -!- vsayer [~vivek@c-76-102-205-58.hsd1.ca.comcast.net] has joined #go-nuts
14:10 -!- rejb [~rejb@unaffiliated/rejb] has joined #go-nuts
14:26 < plexdev> http://is.gd/Av6JTp by [Adam Langley] in
go/src/pkg/compress/bzip2/ -- bzip2: speed up decompression.
14:27 -!- boscop [~boscop@f055254240.adsl.alicedsl.de] has joined #go-nuts
14:31 -!- freetz_ [~fritz@nero.ceat.okstate.edu] has quit [Quit: leaving]
14:32 -!- ewanas [~dsc@78.100.210.180] has quit [Quit: Leaving]
14:33 -!- emjayess [~emjayess@pix1.i29.net] has joined #go-nuts
14:34 -!- Venom_X [~pjacobs@75.92.43.21] has joined #go-nuts
14:35 -!- stalled [~stalled@unaffiliated/stalled] has quit [Ping timeout: 250
seconds]
14:38 -!- Project-2501 [~Marvin@82.84.85.211] has joined #go-nuts
14:38 -!- ymasory_ [~ymasory@c-76-99-55-224.hsd1.pa.comcast.net] has quit [Quit:
Leaving]
14:40 -!- KingPhilroy [~kingphilr@shc-nat-newhall.stonehill.edu] has quit [Remote
host closed the connection]
14:47 -!- pharris [~Adium@rhgw.opentext.com] has joined #go-nuts
14:50 -!- stalled [~stalled@unaffiliated/stalled] has joined #go-nuts
14:57 -!- jdpo [~joe@66-169-204-189.dhcp.ftwo.tx.charter.com] has quit [Quit:
Bye!]
15:02 -!- jumzi [~none@c-89-233-234-125.cust.bredband2.com] has joined #go-nuts
15:13 -!- shvntr [~shvntr@113.84.150.16] has quit [Ping timeout: 246 seconds]
15:20 -!- niemeyer [~niemeyer@41.138.67.18] has joined #go-nuts
15:25 -!- artefon [~thiagon@150.164.2.20] has quit [Quit: Leaving]
15:30 -!- skejoe [~skejoe@188.114.142.162] has quit [Quit: leaving]
15:32 -!- Wiz126 [Wiz@h29.117.232.68.ip.windstream.net] has joined #go-nuts
15:33 -!- emjayess [~emjayess@pix1.i29.net] has quit [Quit: Leaving]
15:34 -!- wtfness [~dsc@78.100.228.166] has joined #go-nuts
15:35 -!- visof [~visof@unaffiliated/visof] has quit [Read error: Connection reset
by peer]
15:38 -!- rlab [~Miranda@91.200.158.34] has quit [Ping timeout: 240 seconds]
15:47 -!- dfr|mac [~dfr|work@ool-182e3fca.dyn.optonline.net] has joined #go-nuts
15:48 -!- rlab [~Miranda@91.200.158.34] has joined #go-nuts
15:49 -!- chressie [~chressie@dreggn.in-ulm.de] has quit [Quit: WeeChat 0.3.4]
15:49 -!- Venom_X [~pjacobs@75.92.43.21] has quit [Quit: Venom_X]
15:50 -!- imsplitbit [~imsplitbi@64.39.4.132] has joined #go-nuts
15:52 -!- Venom_X [~pjacobs@66.54.185.131] has joined #go-nuts
15:55 -!- stalled [~stalled@unaffiliated/stalled] has quit [Ping timeout: 250
seconds]
15:56 -!- nsf [~nsf@jiss.convex.ru] has quit [Quit: WeeChat 0.3.4]
15:56 -!- nsf [~nsf@jiss.convex.ru] has joined #go-nuts
15:58 -!- DerHorst [~Horst@e176108154.adsl.alicedsl.de] has joined #go-nuts
15:59 -!- kimelto [~kimelto@sd-13453.dedibox.fr] has joined #go-nuts
16:00 -!- chressie [~chressie@dreggn.in-ulm.de] has joined #go-nuts
16:07 -!- stalled [~stalled@unaffiliated/stalled] has joined #go-nuts
16:09 -!- femtoo [~femto@95-89-198-8-dynip.superkabel.de] has joined #go-nuts
16:10 -!- artefon [~thiago@189.26.237.197.dynamic.adsl.gvt.net.br] has joined
#go-nuts
16:18 -!- artefon [~thiago@189.26.237.197.dynamic.adsl.gvt.net.br] has quit [Ping
timeout: 240 seconds]
16:23 -!- tvw [~tv@212.79.9.150] has quit [Remote host closed the connection]
16:25 -!- niemeyer [~niemeyer@41.138.67.18] has quit [Remote host closed the
connection]
16:31 -!- artefon [~thiago@189.59.205.178] has joined #go-nuts
16:31 -!- piranha [~piranha@5ED42E59.cm-7-5a.dynamic.ziggo.nl] has quit [Quit:
Computer has gone to sleep.]
16:35 -!- davisp [~davisp@li203-51.members.linode.com] has quit [Changing host]
16:35 -!- davisp [~davisp@couchdb/developer/davisp] has joined #go-nuts
16:38 -!- outworlder [~stephen@189.90.170.251] has joined #go-nuts
16:39 < outworlder> anyone got an example for jsonrpc?
16:39 < taruti> what are you trying to do?
16:41 < outworlder> just a simple server, for now.
16:41 < outworlder> wanted to take a look at some sample code, if available
16:42 -!- artefon [~thiago@189.59.205.178] has quit [Ping timeout: 252 seconds]
16:42 -!- JusticeFries [~JusticeFr@173-8-247-218-Colorado.hfc.comcastbusiness.net]
has joined #go-nuts
16:42 < taruti> are you calling it from js or another go program?
16:43 < outworlder> from another go program, at least for the time being
16:44 < taruti> ok, just use rpc/jsonrpc, and as for example
http://golang.org/pkg/rpc/
16:45 -!- Fish- [~Fish@coss6.exosec.net] has quit [Quit: So Long, and Thanks for
All the Fish]
16:46 < outworlder> here's what I got so far: https://gist.github.com/853069
If I send it anything invalid, it gets stuck in a loop, printing lots of
"2011/03/03 13:45:18 rpc: rpc: server cannot decode request: invalid character 'a'
looking for beginning of value"
16:46 -!- JusticeFries_
[~JusticeFr@173-8-247-218-Colorado.hfc.comcastbusiness.net] has joined #go-nuts
16:46 -!- dfr|mac [~dfr|work@ool-182e3fca.dyn.optonline.net] has quit [Ping
timeout: 252 seconds]
16:46 -!- dfr|mac [~dfr|work@ool-182e3fca.dyn.optonline.net] has joined #go-nuts
16:46 -!- PortatoreSanoDiI [~Marvin@82.84.85.211] has joined #go-nuts
16:47 -!- Project-2501 [~Marvin@82.84.85.211] has quit [Ping timeout: 252 seconds]
16:48 < outworlder> for other requests, it returns (to the caller):
{"id":null,"result":{"Marker":0},"error":"rpc: service/method request ill-formed:
"} and a single "2011/03/03 13:50:36 rpc: rpc: service/method request ill-formed:"
is printed on the console, which is what I'd expect
16:48 -!- Fish [~Fish@exo3753.pck.nerim.net] has joined #go-nuts
16:48 -!- nightmouse [~nightmous@75-146-142-42-NewMexico.hfc.comcastbusiness.net]
has joined #go-nuts
16:49 -!- belkiss [~kvirc@drn13-1-78-235-168-105.fbx.proxad.net] has joined
#go-nuts
16:49 -!- JusticeFries [~JusticeFr@173-8-247-218-Colorado.hfc.comcastbusiness.net]
has quit [Ping timeout: 276 seconds]
16:51 -!- piranha [~piranha@5ED4B890.cm-7-5c.dynamic.ziggo.nl] has joined #go-nuts
16:53 -!- _pearle_ [~pearle@blk-224-181-222.eastlink.ca] has joined #go-nuts
16:53 -!- ShadowIce`
[~pyoro@HSI-KBW-109-193-120-162.hsi7.kabel-badenwuerttemberg.de] has joined
#go-nuts
16:53 -!- ShadowIce`
[~pyoro@HSI-KBW-109-193-120-162.hsi7.kabel-badenwuerttemberg.de] has quit
[Changing host]
16:53 -!- ShadowIce` [~pyoro@unaffiliated/shadowice-x841044] has joined #go-nuts
16:54 -!- pothos_ [~pothos@111-240-169-63.dynamic.hinet.net] has joined #go-nuts
16:54 -!- imsplitbit [~imsplitbi@64.39.4.132] has quit [Quit: Bye!]
16:55 -!- femtoo [~femto@95-89-198-8-dynip.superkabel.de] has quit [Read error:
Connection reset by peer]
16:55 -!- viirya [~viirya@cml506-25.csie.ntu.edu.tw] has quit [Ping timeout: 264
seconds]
16:55 -!- jnwhiteh [~jnwhiteh@WoWUIDev/WoWI/Featured/Dongle/cladhaire] has quit
[Ping timeout: 264 seconds]
16:55 -!- viirya [~viirya@cml506-25.csie.ntu.edu.tw] has joined #go-nuts
16:55 -!- pothos [~pothos@111-240-169-63.dynamic.hinet.net] has quit [Read error:
Connection reset by peer]
16:56 -!- ShadowIce [~pyoro@unaffiliated/shadowice-x841044] has quit [Ping
timeout: 240 seconds]
16:56 -!- jnwhiteh [~jnwhiteh@WoWUIDev/WoWI/Featured/Dongle/cladhaire] has joined
#go-nuts
16:56 -!- pearle [~pearle@blk-224-181-222.eastlink.ca] has quit [Ping timeout: 264
seconds]
16:57 -!- TheSeeker2 [~n@99-153-250-110.lightspeed.irvnca.sbcglobal.net] has
joined #go-nuts
16:58 -!- artefon [~thiago@189.59.205.178] has joined #go-nuts
16:59 -!- Fish [~Fish@exo3753.pck.nerim.net] has quit [Read error: Operation timed
out]
16:59 -!- TheSeeker [~n@99-153-250-110.lightspeed.irvnca.sbcglobal.net] has quit
[Ping timeout: 240 seconds]
16:59 -!- pothos [~pothos@111-240-169-63.dynamic.hinet.net] has quit [Read error:
Connection reset by peer]
16:59 -!- Fish [~Fish@exo3753.pck.nerim.net] has joined #go-nuts
16:59 -!- pothos [~pothos@111-240-169-63.dynamic.hinet.net] has joined #go-nuts
16:59 -!- brett [~brett@rdnzl.net] has quit [Ping timeout: 240 seconds]
17:00 -!- KirkMcDonald [~Kirk@python/site-packages/KirkMcDonald] has quit [Ping
timeout: 240 seconds]
17:00 -!- fzzbt [~fzzbt@77.79.7.8] has quit [Ping timeout: 240 seconds]
17:00 -!- fzzbt [~fzzbt@77.79.7.8] has joined #go-nuts
17:00 -!- brett [~brett@rdnzl.net] has joined #go-nuts
17:00 < plexdev> http://is.gd/W0XPMX by [Russ Cox] in go/src/ -- fix build
(observed in wild, not on dashboard)
17:00 -!- KirkMcDonald [~Kirk@python/site-packages/KirkMcDonald] has joined
#go-nuts
17:03 -!- aimxhais1e [~mxs@buffout.org] has joined #go-nuts
17:04 -!- aimxhaisse [~mxs@buffout.org] has quit [Read error: Connection reset by
peer]
17:04 -!- drry [~drry@unaffiliated/drry] has quit [Ping timeout: 260 seconds]
17:04 -!- ShadowIce_
[~pyoro@HSI-KBW-109-193-120-162.hsi7.kabel-badenwuerttemberg.de] has joined
#go-nuts
17:04 -!- ShadowIce_
[~pyoro@HSI-KBW-109-193-120-162.hsi7.kabel-badenwuerttemberg.de] has quit
[Changing host]
17:04 -!- ShadowIce_ [~pyoro@unaffiliated/shadowice-x841044] has joined #go-nuts
17:05 -!- drry [~drry@unaffiliated/drry] has joined #go-nuts
17:05 -!- ShadowIce` [~pyoro@unaffiliated/shadowice-x841044] has quit [Read error:
Connection reset by peer]
17:12 -!- werdan7 [~w7@freenode/staff/wikimedia.werdan7] has quit [Ping timeout:
615 seconds]
17:14 -!- DerHorst [~Horst@e176108154.adsl.alicedsl.de] has quit [Remote host
closed the connection]
17:23 -!- keithcascio [~keithcasc@nat/google/x-zxqhucdrpchlvhii] has joined
#go-nuts
17:23 -!- JusticeFries [~JusticeFr@173-8-247-218-Colorado.hfc.comcastbusiness.net]
has quit [Remote host closed the connection]
17:23 -!- JusticeFries [~JusticeFr@173-8-247-218-Colorado.hfc.comcastbusiness.net]
has joined #go-nuts
17:25 -!- sauerbraten [~sauerbrat@p508CA9B7.dip.t-dialin.net] has joined #go-nuts
17:25 -!- frewsxcv_ [~frewsxcv@109.169.57.37] has joined #go-nuts
17:25 -!- frewsxcv_ [~frewsxcv@109.169.57.37] has quit [Changing host]
17:25 -!- frewsxcv_ [~frewsxcv@unaffiliated/frewsxcv] has joined #go-nuts
17:25 -!- frewsxcv [~frewsxcv@unaffiliated/frewsxcv] has quit [Ping timeout: 260
seconds]
17:26 -!- dfr|mac [~dfr|work@ool-182e3fca.dyn.optonline.net] has quit [Remote host
closed the connection]
17:27 -!- adg [~nf@2001:470:21:20::4444:61d9] has quit [Ping timeout: 260 seconds]
17:30 -!- adg [~nf@2001:470:21:20::4444:61d9] has joined #go-nuts
17:30 -!- mode/#go-nuts [+o adg] by ChanServ
17:32 -!- Project-2501 [~Marvin@82.84.85.211] has joined #go-nuts
17:33 -!- boscop_ [~boscop@f055254240.adsl.alicedsl.de] has joined #go-nuts
17:34 -!- boscop [~boscop@f055254240.adsl.alicedsl.de] has quit [Read error:
Connection reset by peer]
17:35 -!- PortatoreSanoDiI [~Marvin@82.84.85.211] has quit [Ping timeout: 252
seconds]
17:37 -!- unofficialmvp1 [~dev@94-62-164-227.b.ipv4ilink.net] has joined #go-nuts
17:37 -!- djcapeli1 [~djc@capelis.dj] has joined #go-nuts
17:37 -!- djcapeli1 [~djc@capelis.dj] has quit [Changing host]
17:37 -!- djcapeli1 [~djc@blender/coder/DJCapelis] has joined #go-nuts
17:37 -!- |pearle| [~pearle@blk-224-181-222.eastlink.ca] has joined #go-nuts
17:38 -!- frewsxcv_ [~frewsxcv@109.169.57.37] has joined #go-nuts
17:38 -!- frewsxcv_ [~frewsxcv@109.169.57.37] has quit [Changing host]
17:38 -!- frewsxcv_ [~frewsxcv@unaffiliated/frewsxcv] has joined #go-nuts
17:38 -!- _pearle_ [~pearle@blk-224-181-222.eastlink.ca] has quit [Read error:
Connection reset by peer]
17:38 -!- djcapelis [~djc@capelis.dj] has quit [Ping timeout: 240 seconds]
17:38 -!- frewsxcv [~frewsxcv@unaffiliated/frewsxcv] has quit [Ping timeout: 240
seconds]
17:40 -!- artefon [~thiago@189.59.205.178] has quit [Quit: bye]
17:44 -!- unofficialmvp1 [~dev@94-62-164-227.b.ipv4ilink.net] has left #go-nuts []
17:46 -!- binarypie [~binarypie@adsl-99-35-135-146.dsl.pltn13.sbcglobal.net] has
joined #go-nuts
17:47 -!- nightmouse [~nightmous@75-146-142-42-NewMexico.hfc.comcastbusiness.net]
has quit [Quit: Ex-Chat]
17:47 -!- Netsplit *.net <-> *.split quits: Natch|, keithcascio, fzzbt,
dfr|work, niekie, serbaut, mpl, zozoR, KBme, Venom_X, (+4 more, use /NETSPLIT to
show all of them)
17:47 -!- serbaut1 [~joakims@88.80.182.68] has joined #go-nuts
17:48 -!- twolfe18 [~twolfe18@CMU-421570.WV.CC.CMU.EDU] has joined #go-nuts
17:48 -!- Netsplit over, joins: KBme, arun, mpl, niekie, keithcascio, fzzbt,
Venom_X, zozoR, serbaut, dfr|work (+4 more)
17:48 -!- twolfe18 [~twolfe18@CMU-421570.WV.CC.CMU.EDU] has quit [Client Quit]
17:49 -!- boscop_ [~boscop@f055254240.adsl.alicedsl.de] has joined #go-nuts
17:49 -!- serbaut2 [~joakims@88.80.182.68] has joined #go-nuts
17:49 -!- serbaut [~joakims@88.80.182.68] has quit [Ping timeout: 272 seconds]
17:52 -!- boscop [~boscop@f055254240.adsl.alicedsl.de] has quit [Ping timeout: 264
seconds]
17:52 -!- serbaut1 [~joakims@88.80.182.68] has quit [Ping timeout: 264 seconds]
17:53 -!- fzzbt_ [~fzzbt@77.79.7.8] has joined #go-nuts
17:55 -!- Netsplit *.net <-> *.split quits: arun, Natch|, keithcascio,
fzzbt, dfr|work, niekie, kanru, mpl, zozoR, KBme, (+3 more, use /NETSPLIT to show
all of them)
17:57 -!- mpl [~mpl@smgl.fr.eu.org] has joined #go-nuts
17:57 -!- Venom_X [~pjacobs@66.54.185.131] has joined #go-nuts
17:58 -!- PortatoreSanoDiI [~Marvin@82.84.93.62] has joined #go-nuts
17:58 -!- zozoR [~Morten@56346ed3.rev.stofanet.dk] has joined #go-nuts
18:00 -!- |pearle| [~pearle@blk-224-181-222.eastlink.ca] has quit [Read error:
Connection reset by peer]
18:00 -!- |pearle| [~pearle@blk-224-181-222.eastlink.ca] has joined #go-nuts
18:01 -!- pothos [~pothos@111-240-169-63.dynamic.hinet.net] has quit [Read error:
Connection reset by peer]
18:01 -!- Project-2501 [~Marvin@82.84.85.211] has quit [Ping timeout: 264 seconds]
18:01 -!- pothos_ [~pothos@111-240-169-63.dynamic.hinet.net] has joined #go-nuts
18:02 -!- aho [~nya@fuld-590c70ea.pool.mediaWays.net] has joined #go-nuts
18:02 -!- jyxent [~jyxent@129.128.191.96] has quit [Read error: Connection reset
by peer]
18:02 -!- serbaut [~joakims@88.80.182.68] has joined #go-nuts
18:04 -!- Venom_X_ [~pjacobs@66.54.185.131] has joined #go-nuts
18:04 -!- serbaut2 [~joakims@88.80.182.68] has quit [Ping timeout: 252 seconds]
18:04 -!- binarypie [~binarypie@adsl-99-35-135-146.dsl.pltn13.sbcglobal.net] has
quit [Ping timeout: 252 seconds]
18:04 -!- Venom_X [~pjacobs@66.54.185.131] has quit [Ping timeout: 252 seconds]
18:04 -!- Fish [~Fish@exo3753.pck.nerim.net] has quit [Ping timeout: 252 seconds]
18:04 -!- mbernstein [~michael@cpe-70-113-7-72.austin.res.rr.com] has quit [Ping
timeout: 252 seconds]
18:05 -!- zozoR [~Morten@56346ed3.rev.stofanet.dk] has quit [Ping timeout: 252
seconds]
18:05 -!- zozoR [~Morten@56346ed3.rev.stofanet.dk] has joined #go-nuts
18:05 -!- mbernstein [~michael@cpe-70-113-7-72.austin.res.rr.com] has joined
#go-nuts
18:05 -!- Fish [~Fish@exo3753.pck.nerim.net] has joined #go-nuts
18:05 -!- binarypie [~binarypie@adsl-99-35-135-146.dsl.pltn13.sbcglobal.net] has
joined #go-nuts
18:11 -!- |belkiss| [~kvirc@78.235.168.105] has joined #go-nuts
18:13 -!- belkiss [~kvirc@drn13-1-78-235-168-105.fbx.proxad.net] has quit [Ping
timeout: 240 seconds]
18:13 -!- rlab [~Miranda@91.200.158.34] has quit [Ping timeout: 250 seconds]
18:13 -!- virtualsue [~chatzilla@nat/cisco/x-toylqpjidowazvtg] has joined #go-nuts
18:13 -!- pharris [~Adium@rhgw.opentext.com] has quit [Ping timeout: 250 seconds]
18:13 -!- vpit3833 [~user@203.111.33.203] has quit [Ping timeout: 250 seconds]
18:13 -!- pharris1 [~Adium@rhgw.opentext.com] has joined #go-nuts
18:15 -!- dfr|work [~dfr|work@nat/google/x-qbzwnptkdqcghhny] has joined #go-nuts
18:15 -!- leczb [~leczb@nat/google/x-yhxbdmizcsjxmrwf] has joined #go-nuts
18:15 -!- keithcascio [~keithcasc@nat/google/x-azmiqxudcxcdqchw] has joined
#go-nuts
18:15 -!- itrekkie [~itrekkie@ip72-211-129-122.tc.ph.cox.net] has joined #go-nuts
18:15 -!- arun [~arun@unaffiliated/sindian] has joined #go-nuts
18:15 -!- cbeck [cbeck@gateway/shell/pdx.edu/x-kfetvlfpeehjotxr] has joined
#go-nuts
18:16 -!- kanru [~kanru@kanru-1-pt.tunnel.tserv15.lax1.ipv6.he.net] has joined
#go-nuts
18:16 -!- niekie [~niek@CAcert/Assurer/niekie] has joined #go-nuts
18:17 -!- Project-2501 [~Marvin@82.84.93.62] has joined #go-nuts
18:17 < plexdev> http://is.gd/5eZK4f by [Russ Cox] in 2 subdirs of
go/src/cmd/ -- gc, ld: reflect support for PtrTo
18:19 -!- ap3xo [~apexo@2a01:238:436b:8301:5054:ff:fe87:82fb] has quit [Ping
timeout: 260 seconds]
18:20 -!- kanru [~kanru@kanru-1-pt.tunnel.tserv15.lax1.ipv6.he.net] has quit
[Excess Flood]
18:20 -!- dario [~dario@domina.zerties.org] has quit [Ping timeout: 260 seconds]
18:20 -!- dropdrive [~dropdrive@cpe-72-227-159-70.nyc.res.rr.com] has quit [Ping
timeout: 260 seconds]
18:20 -!- leczb_ [~leczb@nat/google/x-zuurriummzpcbnft] has joined #go-nuts
18:20 -!- niekie_ [~niek@CAcert/Assurer/niekie] has joined #go-nuts
18:20 -!- Cobi [~Cobi@2002:1828:88fb:0:aede:48ff:febe:ef03] has quit [Read error:
Connection reset by peer]
18:20 -!- leczb [~leczb@nat/google/x-yhxbdmizcsjxmrwf] has quit [Read error:
Connection reset by peer]
18:20 -!- niekie [~niek@CAcert/Assurer/niekie] has quit [Read error: Connection
reset by peer]
18:20 -!- PortatoreSanoDiI [~Marvin@82.84.93.62] has quit [Ping timeout: 260
seconds]
18:20 -!- viirya [~viirya@cml506-25.csie.ntu.edu.tw] has quit [Ping timeout: 260
seconds]
18:20 -!- araujo [~araujo@gentoo/developer/araujo] has quit [Ping timeout: 260
seconds]
18:20 -!- thomas_b [~thomasb@cm-84.215.47.51.getinternet.no] has quit [Ping
timeout: 260 seconds]
18:20 -!- ptrb [~peter@archimedes.bourgon.org] has quit [Ping timeout: 260
seconds]
18:20 -!- mfoemmel [~mfoemmel@chml01.drwholdings.com] has quit [Ping timeout: 260
seconds]
18:21 -!- ptrb [~peter@archimedes.bourgon.org] has joined #go-nuts
18:21 -!- dario [~dario@domina.zerties.org] has joined #go-nuts
18:21 -!- mfoemmel [~mfoemmel@chml01.drwholdings.com] has joined #go-nuts
18:21 -!- viirya [~viirya@cml506-25.csie.ntu.edu.tw] has joined #go-nuts
18:21 -!- kanru [~kanru@kanru-1-pt.tunnel.tserv15.lax1.ipv6.he.net] has joined
#go-nuts
18:21 -!- apexo [~apexo@2a01:238:436b:8301:5054:ff:fe87:82fb] has joined #go-nuts
18:21 -!- KBme [~KBme@9angled-2-pt.tunnel.tserv5.lon1.ipv6.he.net] has joined
#go-nuts
18:22 -!- dropdrive [~dropdrive@cpe-72-227-159-70.nyc.res.rr.com] has joined
#go-nuts
18:22 -!- araujo [~araujo@gentoo/developer/araujo] has joined #go-nuts
18:22 -!- thomas_b [~thomasb@cm-84.215.47.51.getinternet.no] has joined #go-nuts
18:24 -!- binarypie2 [~binarypie@adsl-99-35-135-146.dsl.pltn13.sbcglobal.net] has
joined #go-nuts
18:24 -!- jnwhiteh_ [~jnwhiteh@li37-84.members.linode.com] has joined #go-nuts
18:24 -!- zozoR2 [~Morten@56346ed3.rev.stofanet.dk] has joined #go-nuts
18:24 -!- binarypie [~binarypie@adsl-99-35-135-146.dsl.pltn13.sbcglobal.net] has
quit [Disconnected by services]
18:24 -!- binarypie2 [~binarypie@adsl-99-35-135-146.dsl.pltn13.sbcglobal.net] has
left #go-nuts []
18:24 -!- skelterjohn [~jasmuth@lawn-gw.rutgers.edu] has joined #go-nuts
18:25 -!- binarypie [~binarypie@adsl-99-35-135-146.dsl.pltn13.sbcglobal.net] has
joined #go-nuts
18:26 -!- aimxhaisse [~mxs@buffout.org] has joined #go-nuts
18:26 -!- jnwhiteh [~jnwhiteh@WoWUIDev/WoWI/Featured/Dongle/cladhaire] has quit
[Ping timeout: 252 seconds]
18:26 -!- hcatlin [~hcatlin@pdpc/supporter/professional/hcatlin] has quit [Ping
timeout: 252 seconds]
18:26 -!- wrtp [~rog@92.17.46.220] has quit [Ping timeout: 252 seconds]
18:26 -!- Fish [~Fish@exo3753.pck.nerim.net] has quit [Ping timeout: 252 seconds]
18:26 -!- zozoR [~Morten@56346ed3.rev.stofanet.dk] has quit [Ping timeout: 252
seconds]
18:26 -!- davisp [~davisp@couchdb/developer/davisp] has quit [Ping timeout: 252
seconds]
18:26 -!- pharris1 [~Adium@rhgw.opentext.com] has quit [Ping timeout: 252 seconds]
18:26 -!- Eko [~eko@70-90-168-190-SFBACalifornia.hfc.comcastbusiness.net] has quit
[Ping timeout: 252 seconds]
18:26 -!- aimxhais1e [~mxs@buffout.org] has quit [Ping timeout: 252 seconds]
18:27 -!- pharris [~Adium@rhgw.opentext.com] has joined #go-nuts
18:27 -!- jyxent [~jyxent@129.128.191.96] has joined #go-nuts
18:27 -!- Eko [~eko@70-90-168-190-SFBACalifornia.hfc.comcastbusiness.net] has
joined #go-nuts
18:28 -!- nsf [~nsf@jiss.convex.ru] has quit [Quit: WeeChat 0.3.4]
18:28 -!- apexo [~apexo@2a01:238:436b:8301:5054:ff:fe87:82fb] has quit [Ping
timeout: 260 seconds]
18:29 -!- Fish [~Fish@exo3753.pck.nerim.net] has joined #go-nuts
18:29 -!- Cobi [~Cobi@2002:1828:88fb:0:aede:48ff:febe:ef03] has joined #go-nuts
18:30 -!- davisp [~davisp@li203-51.members.linode.com] has joined #go-nuts
18:30 -!- niekie [~niek@CAcert/Assurer/niekie] has joined #go-nuts
18:30 -!- piranha [~piranha@5ED4B890.cm-7-5c.dynamic.ziggo.nl] has quit [Ping
timeout: 260 seconds]
18:30 -!- KBme [~KBme@9angled-2-pt.tunnel.tserv5.lon1.ipv6.he.net] has quit [Ping
timeout: 260 seconds]
18:30 -!- comex [comex@c-67-188-10-190.hsd1.ca.comcast.net] has quit [Ping
timeout: 260 seconds]
18:30 -!- Soultaker [~Soultaker@hell.student.utwente.nl] has quit [Ping timeout:
260 seconds]
18:30 -!- arun [~arun@unaffiliated/sindian] has quit [Ping timeout: 260 seconds]
18:30 -!- nictuku [~nictuku@cetico.org] has quit [Ping timeout: 260 seconds]
18:30 -!- d_m [d6@SDF.ORG] has quit [Ping timeout: 260 seconds]
18:30 -!- exch [~exch@h78233.upc-h.chello.nl] has quit [Ping timeout: 260 seconds]
18:30 -!- cco3-hampster [~conleyo@nat/google/x-lphjgerogecrtzlz] has quit [Ping
timeout: 260 seconds]
18:30 -!- pjm0616 [~user@sigfpe-1-pt.tunnel.tserv15.lax1.ipv6.he.net] has quit
[Ping timeout: 260 seconds]
18:30 -!- FX80 [~MX80@cust65.253.117.74.dsl.g3telecom.net] has quit [Ping timeout:
260 seconds]
18:30 -!- nictuku [~nictuku@cetico.org] has joined #go-nuts
18:30 -!- comex_ [comex@c-67-188-10-190.hsd1.ca.comcast.net] has joined #go-nuts
18:30 -!- arun [~arun@unaffiliated/sindian] has joined #go-nuts
18:30 -!- mfoemmel [~mfoemmel@chml01.drwholdings.com] has quit [Ping timeout: 260
seconds]
18:30 -!- niekie_ [~niek@CAcert/Assurer/niekie] has quit [Ping timeout: 260
seconds]
18:30 -!- exch [~exch@h78233.upc-h.chello.nl] has joined #go-nuts
18:30 -!- pjm0616 [~user@sigfpe-1-pt.tunnel.tserv15.lax1.ipv6.he.net] has joined
#go-nuts
18:31 -!- apexo [~apexo@2a01:238:436b:8301:5054:ff:fe87:82fb] has joined #go-nuts
18:31 -!- Soultaker [~Soultaker@hell.student.utwente.nl] has joined #go-nuts
18:31 -!- kanru [~kanru@kanru-1-pt.tunnel.tserv15.lax1.ipv6.he.net] has quit [Ping
timeout: 260 seconds]
18:31 -!- d_m [d6@SDF.ORG] has joined #go-nuts
18:31 -!- FX80 [~MX80@cust65.253.117.74.dsl.g3telecom.net] has joined #go-nuts
18:31 -!- piranha [~piranha@5ED4B890.cm-7-5c.dynamic.ziggo.nl] has joined #go-nuts
18:31 -!- mfoemmel [~mfoemmel@chml01.drwholdings.com] has joined #go-nuts
18:32 -!- cco3-hampster [~conleyo@nat/google/x-nvhfcquomayhqehj] has joined
#go-nuts
18:32 -!- kanru [~kanru@kanru-1-pt.tunnel.tserv15.lax1.ipv6.he.net] has joined
#go-nuts
18:33 -!- artefon [~thiago@189.59.205.178] has joined #go-nuts
18:34 -!- KBme [~KBme@9angled-2-pt.tunnel.tserv5.lon1.ipv6.he.net] has joined
#go-nuts
18:34 < plexdev> http://is.gd/YX03X8 by [Russ Cox] in 2 subdirs of
go/src/pkg/ -- reflect: add PtrTo, add Value.Addr (old Addr is now UnsafeAddr)
18:35 -!- wrtp [~rog@92.17.46.220] has joined #go-nuts
18:39 -!- cco3-hampster [~conleyo@nat/google/x-nvhfcquomayhqehj] has quit [Ping
timeout: 260 seconds]
18:39 -!- apexo [~apexo@2a01:238:436b:8301:5054:ff:fe87:82fb] has quit [Ping
timeout: 260 seconds]
18:39 -!- cco3-hampster [~conleyo@nat/google/x-fkedvgawpcbiyxej] has joined
#go-nuts
18:40 -!- pjm0616 [~user@sigfpe-1-pt.tunnel.tserv15.lax1.ipv6.he.net] has quit
[Ping timeout: 260 seconds]
18:40 -!- keithcascio [~keithcasc@nat/google/x-azmiqxudcxcdqchw] has quit [Ping
timeout: 260 seconds]
18:40 -!- __gilles [~gilles@poolp.org] has quit [Ping timeout: 260 seconds]
18:40 -!- enferex [~enferex@users.757.org] has quit [Ping timeout: 260 seconds]
18:40 -!- enferex_ [~enferex@users.757.org] has joined #go-nuts
18:40 -!- kanru [~kanru@kanru-1-pt.tunnel.tserv15.lax1.ipv6.he.net] has quit [Ping
timeout: 260 seconds]
18:40 -!- keithcascio [~keithcasc@nat/google/x-qmaooznfjgdgjkio] has joined
#go-nuts
18:41 -!- neshaug [~oyvind@213.239.108.5] has quit [Remote host closed the
connection]
18:41 -!- neshaug [~oyvind@213.239.108.5] has joined #go-nuts
18:41 -!- KBme [~KBme@9angled-2-pt.tunnel.tserv5.lon1.ipv6.he.net] has quit [Ping
timeout: 260 seconds]
18:41 -!- d_m [d6@SDF.ORG] has quit [Ping timeout: 260 seconds]
18:42 -!- pjm0616 [~user@sigfpe-1-pt.tunnel.tserv15.lax1.ipv6.he.net] has joined
#go-nuts
18:42 -!- apexo [~apexo@2a01:238:436b:8301:5054:ff:fe87:82fb] has joined #go-nuts
18:42 -!- d_m [d6@SDF.ORG] has joined #go-nuts
18:43 -!- d_m [d6@SDF.ORG] has quit [Client Quit]
18:43 -!- KBme [~KBme@9angled-2-pt.tunnel.tserv5.lon1.ipv6.he.net] has joined
#go-nuts
18:43 -!- kanru [~kanru@kanru-1-pt.tunnel.tserv15.lax1.ipv6.he.net] has joined
#go-nuts
18:46 -!- iTonnerre [tonnerre@ds1789693.dedicated.solnet.ch] has joined #go-nuts
18:46 -!- __gilles [~gilles@poolp.org] has joined #go-nuts
18:47 -!- virtualsue [~chatzilla@nat/cisco/x-toylqpjidowazvtg] has quit [Ping
timeout: 240 seconds]
18:47 -!- stalled [~stalled@unaffiliated/stalled] has quit [Ping timeout: 250
seconds]
18:47 -!- Tonnerre [tonnerre@netbsd/developer/tonnerre] has quit [Ping timeout:
250 seconds]
18:47 -!- wrtp [~rog@92.17.46.220] has quit [Quit: wrtp]
18:47 -!- Tonnerre [tonnerre@ds1789693.dedicated.solnet.ch] has quit [Changing
host]
18:47 -!- Tonnerre [tonnerre@netbsd/developer/tonnerre] has joined #go-nuts
18:47 -!- d_m_ [d6@SDF.ORG] has joined #go-nuts
18:48 -!- virtualsue [~chatzilla@nat/cisco/x-mcmfmfywwdehothn] has joined #go-nuts
18:48 -!- tsykoduk [~tsykoduk@c-98-232-28-167.hsd1.wa.comcast.net] has joined
#go-nuts
18:50 -!- Eridius [~kevin@unaffiliated/eridius] has joined #go-nuts
18:51 < plexdev> http://is.gd/qg9Umy by [Roger Peppe] in go/src/pkg/fmt/ --
fmt: make recursive scan more efficient.
18:52 -!- JusticeFries [~JusticeFr@173-8-247-218-Colorado.hfc.comcastbusiness.net]
has quit [Read error: Connection reset by peer]
18:52 -!- leczb__ [~leczb@nat/google/x-rubjbtftcytllpmc] has joined #go-nuts
18:52 -!- wrtp [~rog@92.17.46.220] has joined #go-nuts
18:53 -!- davisp [~davisp@li203-51.members.linode.com] has quit [Changing host]
18:53 -!- davisp [~davisp@couchdb/developer/davisp] has joined #go-nuts
18:53 -!- chressie [~chressie@dreggn.in-ulm.de] has quit [Ping timeout: 250
seconds]
18:53 -!- leczb_ [~leczb@nat/google/x-zuurriummzpcbnft] has quit [Ping timeout:
272 seconds]
18:53 -!- tvw [~tv@e176002022.adsl.alicedsl.de] has joined #go-nuts
18:53 -!- pingveno [~pingveno@c-98-246-133-8.hsd1.or.comcast.net] has quit [Ping
timeout: 250 seconds]
18:53 -!- djbrown [~djbrown@h236n2-g-va-a12.ias.bredband.telia.com] has quit [Ping
timeout: 250 seconds]
18:53 -!- schilly [~schilly@boxen.math.washington.edu] has quit [Ping timeout: 250
seconds]
18:54 -!- enferex_ [~enferex@users.757.org] has quit [Ping timeout: 250 seconds]
18:55 -!- djbrown [~djbrown@h236n2-g-va-a12.ias.bredband.telia.com] has joined
#go-nuts
18:55 -!- schilly [~schilly@boxen.math.washington.edu] has joined #go-nuts
18:55 -!- pingveno [~pingveno@c-98-246-133-8.hsd1.or.comcast.net] has joined
#go-nuts
18:56 -!- enferex [~enferex@users.757.org] has joined #go-nuts
18:57 -!- mbone [~mbone2@216-80-120-74.mart-bsr1.chi-mart.il.static.cable.rcn.com]
has quit [Read error: Operation timed out]
18:59 -!- mbone [~mbone2@216-80-120-74.mart-bsr1.chi-mart.il.static.cable.rcn.com]
has joined #go-nuts
19:01 -!- mbone [~mbone2@216-80-120-74.mart-bsr1.chi-mart.il.static.cable.rcn.com]
has quit [Client Quit]
19:03 -!- jnwhiteh_ [~jnwhiteh@li37-84.members.linode.com] has quit [Remote host
closed the connection]
19:03 -!- jnwhiteh [~jnwhiteh@WoWUIDev/WoWI/Featured/Dongle/cladhaire] has joined
#go-nuts
19:03 -!- Natch| [~natch@c-6dcde155.25-4-64736c10.cust.bredbandsbolaget.se] has
joined #go-nuts
19:04 -!- werdan7 [~w7@freenode/staff/wikimedia.werdan7] has joined #go-nuts
19:06 -!- Xenith [~xenith@xenith.org] has quit [Ping timeout: 272 seconds]
19:07 -!- Xenith [~xenith@xenith.org] has joined #go-nuts
19:07 -!- iant [~iant@216.239.45.130] has quit [Quit: Leaving.]
19:08 -!- chressie [~chressie@dreggn.in-ulm.de] has joined #go-nuts
19:10 -!- Venom_X [~pjacobs@66.54.185.131] has quit [Quit: Venom_X]
19:13 -!- lmoura [~lauromour@187.113.104.4] has quit [Ping timeout: 240 seconds]
19:13 -!- iant [~iant@216.239.45.130] has joined #go-nuts
19:13 -!- mode/#go-nuts [+v iant] by ChanServ
19:14 -!- tvw [~tv@e176002022.adsl.alicedsl.de] has quit [Ping timeout: 240
seconds]
19:15 -!- virtualsue [~chatzilla@nat/cisco/x-mcmfmfywwdehothn] has quit [Quit:
ChatZilla 0.9.86 [Firefox 3.5.16/20101130074220]]
19:17 -!- photron [~photron@port-92-201-81-83.dynamic.qsc.de] has joined #go-nuts
19:23 < zozoR2> why cant i get my self to RAPE the entire harddisk, remove
windows and install an operating system : | christ
19:24 < dfr|work> zozoR2, cat /dev/rand > /dev/hda ?
19:25 < aiju> zozoR2: DO EEET
19:25 < zozoR2> its not that i cant do it, i just cant bring myself to do it
D:
19:25 < dfr|work> zozoR2, give me root, and you shall be saved!
19:26 < zozoR2> i cant install linux, because windows for some reason has
made 4 primary partitions
19:26 < dfr|work> zozoR2, well, trash stuff.
19:27 < zozoR2> the whole problem is that i dont want to delete windows or
lose it, i paid for it (cant buy laptops without it) so i want it :D
19:27 -!- lmoura [~lauromour@187.113.104.207] has joined #go-nuts
19:27 -!- Fish- [~Fish@9fans.fr] has joined #go-nuts
19:27 < aiju> hahahahahahahahahahahahah
19:28 < dfr|work> zozoR2, well, you paid for a license.  You still will have
it.
19:28 < dfr|work> zozoR2, usually laptops come with the "rescue" CDs or you
can request them or whatever.  And use that to install windows.
19:28 < zozoR2> i have to make the rescue cd's myself..
19:28 < zozoR2> D:
19:28 < ww> zozoR2: i had the same thoughts in 1994...  just wipe the thing
and get it over with
19:29 < dfr|work> zozoR2, get a mac.  You can play the good games on mac
anyway.  :P
19:29 < ww> obviously we had rescue floppies not cds then...
19:29 < aiju> games are the most lousy reason to buy a specific OS
19:29 < aiju> right next to office shit
19:30 < dfr|work> aiju, well, you're obviously not a gamer then.  ;)
19:30 < aiju> i have a gameboy color and a typewriter
19:30 < aiju> no need for Windows 7 and MS Office
19:30 < ww> if you get nostalgic for some reason (can't imagine why) you can
always run windows with virtualbox
19:31 < zozoR2> oh yeah
19:31 < zozoR2> lol
19:31 < zozoR2> *turns off windows*
19:31 -!- Venom_X [~pjacobs@66.54.185.131] has joined #go-nuts
19:32 < zozoR2> nooess.  cant get myself to throw stuff out i bought
>.<
19:37 < plexdev> http://is.gd/BNbD8M by [Roger Peppe] in go/src/pkg/testing/
-- testing: run GC before each benchmark run.
19:53 -!- aho [~nya@fuld-590c70ea.pool.mediaWays.net] has quit [Quit:
EXEC_over.METHOD_SUBLIMATION]
19:54 < plexdev> http://is.gd/JNfcEj by [Russ Cox] in go/src/pkg/io/ioutil/
-- io/ioutil: add TempDir
19:57 -!- awidegreen [~quassel@c-eacae555.08-2-73746f39.cust.bredbandsbolaget.se]
has joined #go-nuts
20:01 -!- femtoo [~femto@95-89-198-8-dynip.superkabel.de] has joined #go-nuts
20:01 -!- fabled [~fabled@mail.fi.jw.org] has quit [Quit: Ex-Chat]
20:07 -!- nixness [~dsc@78.100.228.166] has quit [Remote host closed the
connection]
20:16 -!- femtoo [~femto@95-89-198-8-dynip.superkabel.de] has quit [Read error:
Connection reset by peer]
20:20 -!- |belkiss| [~kvirc@78.235.168.105] has quit [Quit: KVIrc 4.0.2 Insomnia
http://www.kvirc.net/]
20:21 -!- jumzi [~none@c-89-233-234-125.cust.bredband2.com] has quit [Remote host
closed the connection]
20:22 -!- mfoemmel [~mfoemmel@chml01.drwholdings.com] has quit [Ping timeout: 276
seconds]
20:22 -!- mfoemmel [~mfoemmel@chml01.drwholdings.com] has joined #go-nuts
20:23 -!- sauerbraten [~sauerbrat@p508CA9B7.dip.t-dialin.net] has quit [Remote
host closed the connection]
20:26 < plexdev> http://is.gd/YMRc4W by [Brad Fitzpatrick] in
go/src/pkg/http/ -- http: allow handlers to send non-chunked responses
20:44 -!- tensorpudding [~user@99.23.127.179] has joined #go-nuts
21:01 -!- aho [~nya@fuld-590c774b.pool.mediaWays.net] has joined #go-nuts
21:06 -!- nsf [~nsf@jiss.convex.ru] has joined #go-nuts
21:06 -!- jumzi [~none@c-89-233-234-125.cust.bredband2.com] has joined #go-nuts
21:15 -!- vpit3833 [~user@203.111.33.203] has joined #go-nuts
21:19 -!- chimes [~chimes@24.104.130.118] has joined #go-nuts
21:22 -!- rlab [~Miranda@91.200.158.34] has joined #go-nuts
21:34 -!- skejoe [~skejoe@188.114.142.162] has joined #go-nuts
21:38 -!- bortzmeyer [~stephane@2a01:e35:8bd9:8bb0:dc70:9081:8cc9:7cb9] has quit
[Quit: Leaving.]
21:42 -!- outworlder [~stephen@189.90.170.251] has left #go-nuts []
21:43 < plexdev> http://is.gd/58TUbb by [Brad Fitzpatrick] in
go/src/pkg/http/ -- http: change localhost URL; maybe fix Windows
21:44 -!- PortatoreSanoDiI [~Marvin@dynamic-adsl-94-36-165-252.clienti.tiscali.it]
has joined #go-nuts
21:48 -!- Project-2501 [~Marvin@82.84.93.62] has quit [Ping timeout: 272 seconds]
21:48 -!- zozoR [~Morten@56346ed3.rev.stofanet.dk] has quit [Remote host closed
the connection]
22:00 -!- JusticeFries [~JusticeFr@173-8-247-218-Colorado.hfc.comcastbusiness.net]
has joined #go-nuts
22:00 -!- pharris [~Adium@rhgw.opentext.com] has quit [Quit: Leaving.]
22:01 -!- Fish- [~Fish@9fans.fr] has quit [Quit: So Long, and Thanks for All the
Fish]
22:04 -!- Adys [~Adys@unaffiliated/adys] has joined #go-nuts
22:06 -!- photron [~photron@port-92-201-81-83.dynamic.qsc.de] has quit [Read
error: Operation timed out]
22:08 -!- vpit3833 [~user@203.111.33.203] has quit [Read error: Connection reset
by peer]
22:08 -!- vpit3833 [~user@203.111.33.203] has joined #go-nuts
22:12 -!- rlab [~Miranda@91.200.158.34] has quit [Quit: Miranda IM! Smaller,
Faster, Easier.  http://miranda-im.org]
22:18 -!- wrtp [~rog@92.17.46.220] has quit [Quit: wrtp]
22:22 -!- maattd [~maattd@esc31-1-78-245-92-71.fbx.proxad.net] has joined #go-nuts
22:36 -!- ShadowIce_ [~pyoro@unaffiliated/shadowice-x841044] has quit [Quit:
Verlassend]
22:38 -!- awidegreen [~quassel@c-eacae555.08-2-73746f39.cust.bredbandsbolaget.se]
has quit [Remote host closed the connection]
22:43 -!- piranha [~piranha@5ED4B890.cm-7-5c.dynamic.ziggo.nl] has quit [Quit:
Computer has gone to sleep.]
22:45 -!- wtfness [~dsc@78.100.210.180] has joined #go-nuts
22:46 -!- JusticeFries [~JusticeFr@173-8-247-218-Colorado.hfc.comcastbusiness.net]
has quit [Ping timeout: 264 seconds]
22:49 -!- jumzi [~none@c-89-233-234-125.cust.bredband2.com] has quit [Remote host
closed the connection]
22:52 -!- maattd [~maattd@esc31-1-78-245-92-71.fbx.proxad.net] has quit [Quit:
Computer has gone to sleep.]
22:54 -!- maattd [~maattd@esc31-1-78-245-92-71.fbx.proxad.net] has joined #go-nuts
22:56 -!- JusticeFries [~JusticeFr@173-8-247-218-Colorado.hfc.comcastbusiness.net]
has joined #go-nuts
22:57 -!- |Craig| [~|Craig|@panda3d/entropy] has joined #go-nuts
22:57 -!- skejoe [~skejoe@188.114.142.162] has quit [Quit: Lost terminal]
23:00 -!- XenoPhoenix [~Xeno@cpc13-aztw24-2-0-cust23.aztw.cable.virginmedia.com]
has quit [Quit: "Wait...  what?!"]
23:01 -!- skelterjohn [~jasmuth@lawn-gw.rutgers.edu] has quit [Quit: skelterjohn]
23:05 -!- XenoPhoenix [~Xeno@cpc13-aztw24-2-0-cust23.aztw.cable.virginmedia.com]
has joined #go-nuts
23:07 -!- ronnyy [~quassel@p4FF1C52D.dip0.t-ipconnect.de] has joined #go-nuts
23:14 -!- binarypie [~binarypie@adsl-99-35-135-146.dsl.pltn13.sbcglobal.net] has
quit [Remote host closed the connection]
23:22 -!- ExtraSpice [XtraSpice@78-62-101-194.static.zebra.lt] has quit [Read
error: Connection reset by peer]
23:27 -!- maattd [~maattd@esc31-1-78-245-92-71.fbx.proxad.net] has quit [Quit:
Computer has gone to sleep.]
23:30 < plexdev> http://is.gd/6Qg1hj by [Robert Griesemer] in go/doc/ -- go
spec: minor clarification of scope rule for functions
23:41 -!- boscop [~boscop@f055254240.adsl.alicedsl.de] has quit [Ping timeout: 272
seconds]
--- Log closed Fri Mar 04 00:00:34 2011