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

--- Log opened Wed Jun 02 00:00:01 2010
00:15 -!- Ginto8 [~Ginto8@pool-72-82-235-34.cmdnnj.fios.verizon.net] has quit
[Read error: Connection reset by peer]
00:15 -!- Ginto8 [~Ginto8@pool-72-82-235-34.cmdnnj.fios.verizon.net] has joined
#go-nuts
00:21 -!- baman [~moo@64.219.121.70.cfl.res.rr.com] has joined #go-nuts
00:21 -!- Project_2501 [~Marvin@82.84.80.236] has quit [Quit: E se abbasso questa
leva che succ...]
00:27 -!- yashi [~yashi@dns1.atmark-techno.com] has joined #go-nuts
00:28 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has joined #go-nuts
00:30 -!- nighty^ [~nighty@210.188.173.245] has joined #go-nuts
00:34 -!- kuroneko [~chris@yayoi.xware.cx] has joined #go-nuts
00:35 -!- General13372 [~support@71-84-50-230.dhcp.mtpk.ca.charter.com] has joined
#go-nuts
00:36 -!- ikaros [~ikaros@f050200038.adsl.alicedsl.de] has quit [Quit: Leave the
magic to Houdini]
00:38 -!- General1337 [~support@71-84-50-230.dhcp.mtpk.ca.charter.com] has quit
[Ping timeout: 272 seconds]
00:40 -!- iant [~iant@67.218.109.228] has quit [Ping timeout: 245 seconds]
00:42 -!- mikespook [~mikespook@219.137.50.237] has joined #go-nuts
00:43 -!- carllerche [~carllerch@208.87.61.203] has quit [Quit: carllerche]
00:43 -!- artefon [~thiago@189.107.162.55] has joined #go-nuts
00:55 -!- Svarthandske [~nn@dsl-tkubrasgw1-fe3cdc00-28.dhcp.inet.fi] has joined
#go-nuts
01:07 -!- stanleylieber [~stanleyli@68-179-130-17.bsr-c9-d1.evv.dhcp.sigecom.net]
has joined #go-nuts
01:08 -!- baman [~moo@64.219.121.70.cfl.res.rr.com] has quit [Ping timeout: 240
seconds]
01:08 -!- Svarthandske [~nn@dsl-tkubrasgw1-fe3cdc00-28.dhcp.inet.fi] has quit
[Quit: Svarthandske]
01:14 -!- baman [~moo@64.219.121.70.cfl.res.rr.com] has joined #go-nuts
01:16 -!- cco3 [~conley@c-69-181-138-209.hsd1.ca.comcast.net] has quit [Read
error: Connection reset by peer]
01:34 -!- iant [~iant@adsl-71-133-8-30.dsl.pltn13.pacbell.net] has joined #go-nuts
01:34 -!- mode/#go-nuts [+v iant] by ChanServ
01:35 -!- path[l] [UPP@120.138.102.34] has quit [Quit: path[l]]
01:36 -!- jrslepak [~jrslepak@c-67-173-67-96.hsd1.il.comcast.net] has joined
#go-nuts
01:40 -!- slashus2 [~slashus2@74-137-24-74.dhcp.insightbb.com] has joined #go-nuts
01:41 -!- cco3 [~conley@c-69-181-138-209.hsd1.ca.comcast.net] has joined #go-nuts
01:41 -!- kota1111 [~kota1111@gw2.kbmj.jp] has joined #go-nuts
01:49 -!- KinOfCain [~KinOfCain@rrcs-64-183-61-2.west.biz.rr.com] has quit [Ping
timeout: 245 seconds]
02:11 -!- artefon [~thiago@189.107.162.55] has quit [Quit: bye]
02:12 < Ginto8> can someone help me figure out why this is deadlocking?
http://pastie.org/988516
02:14 < jessta> Ginto8: line 40
02:15 < jessta> oh...maybe not
02:17 -!- Ginto8 [~Ginto8@pool-72-82-235-34.cmdnnj.fios.verizon.net] has quit
[Ping timeout: 245 seconds]
02:21 < exch> just a guess, but you are not closing the primes channel after
it's been filled
02:21 < exch> after line 30, add close(primes)
02:23 < jessta> exch: good point
02:24 -!- jrslepak [~jrslepak@c-67-173-67-96.hsd1.il.comcast.net] has quit [Quit:
jrslepak]
02:24 < exch> the same goes for 'c' in the primeFactor function
02:24 < exch> add 'close(c)' after line 55
02:25 < exch> Ranging over a channel will continue until the channel is
closed explicitely.  So leaving it open will just keep the range waiting for more
data indefinitely
02:25 < exch> hence the lockup
02:34 -!- mxweas [~max@c-98-225-102-170.hsd1.az.comcast.net] has joined #go-nuts
02:36 -!- ikke [~ikke@unaffiliated/ikkebr] has quit []
03:00 -!- dreadlorde [~dreadlord@c-68-42-226-192.hsd1.mi.comcast.net] has joined
#go-nuts
03:01 -!- rejb [~rejb@unaffiliated/rejb] has quit [Ping timeout: 260 seconds]
03:04 -!- Altercation [~Altercati@pdpc/supporter/active/altercation] has quit
[Ping timeout: 248 seconds]
03:06 -!- tabo [~tabot@camelot.tabo.pe] has joined #go-nuts
03:08 -!- gisikw [~gisikw@108.120.9.26] has joined #go-nuts
03:11 -!- rthc [~rthc@c-24-11-213-7.hsd1.mi.comcast.net] has quit [Disconnected by
services]
03:21 -!- baman [~moo@64.219.121.70.cfl.res.rr.com] has quit [Ping timeout: 264
seconds]
03:21 -!- eikenberry [~jae@mail.zhar.net] has joined #go-nuts
03:22 -!- mxweas [~max@c-98-225-102-170.hsd1.az.comcast.net] has quit [Quit: Mac
has gone to sleep]
03:23 -!- mxweas [~max@c-98-225-102-170.hsd1.az.comcast.net] has joined #go-nuts
03:24 -!- path[l] [UPP@120.138.102.34] has joined #go-nuts
03:25 -!- KinOfCain [~KinOfCain@cpe-76-170-26-1.socal.res.rr.com] has joined
#go-nuts
03:27 -!- mxweas [~max@c-98-225-102-170.hsd1.az.comcast.net] has quit [Client
Quit]
03:37 -!- Eridius [~kevin@unaffiliated/eridius] has quit [Ping timeout: 240
seconds]
03:39 -!- KinOfCain [~KinOfCain@cpe-76-170-26-1.socal.res.rr.com] has quit [Remote
host closed the connection]
03:40 -!- Altercation [~Altercati@pdpc/supporter/active/altercation] has joined
#go-nuts
03:51 -!- Jogy [~bc024c9b@gateway/web/freenode/x-lylizgxiqjkwqubo] has joined
#go-nuts
03:51 -!- Jogy [~bc024c9b@gateway/web/freenode/x-lylizgxiqjkwqubo] has left
#go-nuts []
03:51 -!- jogyy [~bc024c9b@gateway/web/freenode/x-gwvcbmnpnwxkityt] has joined
#go-nuts
03:53 -!- bmizerany [~bmizerany@dsl081-064-072.sfo1.dsl.speakeasy.net] has quit
[Remote host closed the connection]
04:01 -!- slashus2 [~slashus2@74-137-24-74.dhcp.insightbb.com] has quit [Quit:
slashus2]
04:02 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has joined
#go-nuts
04:06 -!- cmpitg [~cmpitg@113.22.60.206] has joined #go-nuts
04:08 -!- cmpitg [~cmpitg@113.22.60.206] has quit [Client Quit]
04:11 -!- Xera^ [~brit@87-194-208-246.bethere.co.uk] has quit [Quit: (
www.nnscript.com :: NoNameScript 4.21 :: www.esnation.com )]
04:17 -!- b00m_chef [~watr@d64-180-45-230.bchsia.telus.net] has joined #go-nuts
04:26 -!- b00m_chef [~watr@d64-180-45-230.bchsia.telus.net] has quit [Read error:
Connection reset by peer]
04:34 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
04:38 -!- jogyy [~bc024c9b@gateway/web/freenode/x-gwvcbmnpnwxkityt] has quit
[Quit: Page closed]
04:46 -!- mxweas [~max@c-98-225-102-170.hsd1.az.comcast.net] has joined #go-nuts
04:49 -!- b00m_chef [~watr@d64-180-45-230.bchsia.telus.net] has joined #go-nuts
04:51 -!- path[l] [UPP@120.138.102.34] has quit [Quit: path[l]]
04:59 -!- scm [justme@d070188.adsl.hansenet.de] has quit [Read error: Operation
timed out]
05:02 -!- idr [~idr@g225066083.adsl.alicedsl.de] has joined #go-nuts
05:03 -!- scm [justme@d071124.adsl.hansenet.de] has joined #go-nuts
05:11 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has quit [Ping timeout: 260
seconds]
05:13 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Ping
timeout: 240 seconds]
05:16 -!- zozoR [~zozoR@0x5da69cf2.cpe.ge-0-1-0-1105.hsnqu1.customer.tele.dk] has
joined #go-nuts
05:21 -!- bortzmeyer [~stephane@2a01:e35:8bd9:8bb0:f8fe:b050:5cc8:18d4] has joined
#go-nuts
05:23 -!- zozoR [~zozoR@0x5da69cf2.cpe.ge-0-1-0-1105.hsnqu1.customer.tele.dk] has
quit [Quit: Morten.  Desu~]
05:24 -!- zozoR [~zozoR@0x5da69cf2.cpe.ge-0-1-0-1105.hsnqu1.customer.tele.dk] has
joined #go-nuts
05:24 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
05:24 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Read error:
Connection reset by peer]
05:25 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
05:27 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has quit [Quit:
This computer has gone to sleep]
05:27 -!- zozoR [~zozoR@0x5da69cf2.cpe.ge-0-1-0-1105.hsnqu1.customer.tele.dk] has
quit [Remote host closed the connection]
05:27 -!- zozoR [~zozoR@0x5da69cf2.cpe.ge-0-1-0-1105.hsnqu1.customer.tele.dk] has
joined #go-nuts
05:32 -!- eikenberry [~jae@mail.zhar.net] has quit [Quit: End of line.]
05:32 -!- cco3 [~conley@c-69-181-138-209.hsd1.ca.comcast.net] has quit [Ping
timeout: 265 seconds]
05:36 -!- mxweas [~max@c-98-225-102-170.hsd1.az.comcast.net] has quit [Quit: Mac
has gone to sleep]
05:36 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Read error:
Connection reset by peer]
05:37 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
05:44 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Ping
timeout: 260 seconds]
05:45 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
05:46 -!- Kashia [~Kashia@port-92-200-192-143.dynamic.qsc.de] has quit [Ping
timeout: 276 seconds]
05:48 -!- manveru [~manveru@b08s28ur.corenetworks.net] has quit [Quit: WeeChat
0.3.2]
05:51 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Read error:
Connection reset by peer]
05:53 -!- Kashia [~Kashia@port-92-200-179-218.dynamic.qsc.de] has joined #go-nuts
05:59 -!- scherkus [~scherkus@c-98-203-232-19.hsd1.wa.comcast.net] has joined
#go-nuts
06:08 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
06:11 -!- manveru [~manveru@b08s28ur.corenetworks.net] has joined #go-nuts
06:14 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has joined
#go-nuts
06:14 -!- iant [~iant@adsl-71-133-8-30.dsl.pltn13.pacbell.net] has quit [Read
error: Connection reset by peer]
06:15 -!- b00m_chef [~watr@d64-180-45-230.bchsia.telus.net] has quit [Ping
timeout: 252 seconds]
06:15 -!- iant [~iant@adsl-71-133-8-30.dsl.pltn13.pacbell.net] has joined #go-nuts
06:15 -!- mode/#go-nuts [+v iant] by ChanServ
06:18 -!- werdan7 [~w7@freenode/staff/wikimedia.werdan7] has quit [Ping timeout:
615 seconds]
06:19 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has joined #go-nuts
06:19 -!- InaVegt [~InaVegt@dsl-087-195-206-242.solcon.nl] has joined #go-nuts
06:26 -!- werdan7 [~w7@freenode/staff/wikimedia.werdan7] has joined #go-nuts
06:28 -!- idr [~idr@g225066083.adsl.alicedsl.de] has quit [Remote host closed the
connection]
06:31 -!- idr [~idr@g225066083.adsl.alicedsl.de] has joined #go-nuts
07:06 -!- gisikw [~gisikw@108.120.9.26] has quit [Quit: gisikw]
07:09 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Read error:
Connection reset by peer]
07:10 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
07:18 -!- tvw [~tv@212.79.9.150] has joined #go-nuts
07:20 -!- mxweas [~max@c-98-225-102-170.hsd1.az.comcast.net] has joined #go-nuts
07:26 -!- Fish-Work [~Fish@86.65.182.204] has quit [Remote host closed the
connection]
07:26 -!- Fish-Work [~Fish@86.65.182.204] has joined #go-nuts
07:30 -!- Netsplit *.net <-> *.split quits: tav, pcgod, ThunderChicken,
b-man|laptop, InaVegt, nictuku, mk64ftw_, smw
07:30 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Ping
timeout: 240 seconds]
07:36 -!- Netsplit over, joins: InaVegt, smw, b-man|laptop, tav, nictuku,
mk64ftw_, ThunderChicken, pcgod
07:37 -!- gmurphy [~gmurphy@203-214-80-45.dyn.iinet.net.au] has joined #go-nuts
07:38 -!- gmurphy [~gmurphy@203-214-80-45.dyn.iinet.net.au] has left #go-nuts []
07:38 -!- gmurphy [~gmurphy@203-214-80-45.dyn.iinet.net.au] has joined #go-nuts
07:43 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
07:44 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Read error:
Connection reset by peer]
07:45 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
07:46 -!- dju [dju@fsf/member/dju] has joined #go-nuts
07:48 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Read error:
Connection reset by peer]
07:48 -!- dju [dju@fsf/member/dju] has quit [Max SendQ exceeded]
07:48 -!- Kashia [~Kashia@port-92-200-179-218.dynamic.qsc.de] has quit [Quit: This
computer has gone to sleep]
07:48 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
07:49 -!- dju [dju@fsf/member/dju] has joined #go-nuts
07:55 -!- dju [dju@fsf/member/dju] has quit [Quit: Quitte]
07:57 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has quit [Quit:
This computer has gone to sleep]
07:59 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Read error:
Connection reset by peer]
07:59 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
08:05 -!- Shyde [~shyde@HSI-KBW-078-043-070-132.hsi4.kabel-badenwuerttemberg.de]
has joined #go-nuts
08:05 -!- barismetin [~barismeti@kde/developer/baris] has joined #go-nuts
08:07 -!- idr [~idr@g225066083.adsl.alicedsl.de] has quit [Read error: Connection
reset by peer]
08:10 -!- Fish-Work [~Fish@86.65.182.204] has quit [Remote host closed the
connection]
08:14 -!- idr [~idr@g225066083.adsl.alicedsl.de] has joined #go-nuts
08:15 -!- Fish-Work [~Fish@86.65.182.207] has joined #go-nuts
08:17 -!- photron [~photron@port-92-201-75-96.dynamic.qsc.de] has joined #go-nuts
08:21 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Ping
timeout: 272 seconds]
08:26 -!- mxweas [~max@c-98-225-102-170.hsd1.az.comcast.net] has quit [Quit: Mac
has gone to sleep]
08:28 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
08:28 -!- hcatlin [~hcatlin@pdpc/supporter/professional/hcatlin] has joined
#go-nuts
08:34 -!- Project_2501 [~Marvin@82.84.80.236] has joined #go-nuts
08:36 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Read error:
Connection reset by peer]
08:36 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
08:36 -!- ikaros [~ikaros@f051054187.adsl.alicedsl.de] has joined #go-nuts
08:37 -!- ikaros [~ikaros@f051054187.adsl.alicedsl.de] has quit [Read error:
Connection reset by peer]
08:38 -!- path[l] [~path@122.182.0.38] has joined #go-nuts
08:40 -!- Keltia_ [roberto@aran.keltia.net] has left #go-nuts []
08:41 -!- ikaros [~ikaros@f051089137.adsl.alicedsl.de] has joined #go-nuts
08:47 -!- cmpitg [~cmpitg@113.22.56.204] has joined #go-nuts
08:47 -!- path[l] [~path@122.182.0.38] has quit [Quit: path[l]]
08:49 -!- BrowserUk [~irc1_20_B@92.15.66.71] has quit [Quit: BrowserUk]
08:54 -!- Fish-Work [~Fish@86.65.182.207] has quit [Ping timeout: 248 seconds]
08:55 -!- Shyde [~shyde@HSI-KBW-078-043-070-132.hsi4.kabel-badenwuerttemberg.de]
has quit [Remote host closed the connection]
08:57 -!- Fish-Work [~Fish@86.65.182.207] has joined #go-nuts
08:57 -!- scherkus [~scherkus@c-98-203-232-19.hsd1.wa.comcast.net] has quit [Quit:
lol]
09:02 -!- [Pete_27] [~noname@115-64-1-61.static.tpgi.com.au] has quit [Read error:
Operation timed out]
09:09 -!- Fish-Work [~Fish@86.65.182.207] has quit [Read error: Connection reset
by peer]
09:10 -!- Fish-Work [~Fish@86.65.182.207] has joined #go-nuts
09:12 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Read error:
Connection reset by peer]
09:12 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
09:16 -!- Surma [~bzfsurma@gooseberry.zib.de] has joined #go-nuts
09:16 -!- path[l] [~path@59.162.86.164] has joined #go-nuts
09:20 -!- tacho [~tacho@212.36.1.26] has joined #go-nuts
09:21 -!- tacho [~tacho@212.36.1.26] has quit [Client Quit]
09:38 -!- [Pete_27] [~noname@115-64-1-61.static.tpgi.com.au] has joined #go-nuts
09:39 -!- plavcik [~plavcik@bilbo.navratil.cz] has quit [Ping timeout: 258
seconds]
09:41 -!- plavcik [~plavcik@bilbo.navratil.cz] has joined #go-nuts
09:47 -!- noam [~noam@77.126.193.60] has quit [Read error: Connection reset by
peer]
09:49 -!- noam [~noam@77.127.56.202] has joined #go-nuts
09:53 -!- iant [~iant@adsl-71-133-8-30.dsl.pltn13.pacbell.net] has quit [Ping
timeout: 245 seconds]
09:54 -!- Fish-Work [~Fish@86.65.182.207] has quit [Read error: Operation timed
out]
09:57 -!- Fish-Work [~Fish@86.65.182.207] has joined #go-nuts
10:02 -!- Fish-Work [~Fish@86.65.182.207] has quit [Read error: Operation timed
out]
10:03 -!- Fish-Work [~Fish@86.65.182.207] has joined #go-nuts
10:06 -!- ikaros [~ikaros@f051089137.adsl.alicedsl.de] has quit [Quit: Leave the
magic to Houdini]
10:08 -!- Fish-Work [~Fish@86.65.182.207] has quit [Remote host closed the
connection]
10:08 -!- Fish-Work [~Fish@86.65.182.207] has joined #go-nuts
10:11 -!- ikaros [~ikaros@f051089137.adsl.alicedsl.de] has joined #go-nuts
10:14 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Read error:
Connection reset by peer]
10:15 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
10:19 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has quit [Ping timeout: 276
seconds]
10:19 -!- idr [~idr@g225066083.adsl.alicedsl.de] has quit [Ping timeout: 248
seconds]
10:22 -!- idr [~idr@g229048007.adsl.alicedsl.de] has joined #go-nuts
10:30 -!- path[l] [~path@59.162.86.164] has quit [Remote host closed the
connection]
10:30 -!- path[l] [~path@59.162.86.164] has joined #go-nuts
10:31 -!- mikespook [~mikespook@219.137.50.237] has quit [Remote host closed the
connection]
10:35 -!- path[l]_ [~path@59.162.86.164] has joined #go-nuts
10:39 -!- path[l] [~path@59.162.86.164] has quit [Read error: Operation timed out]
10:40 -!- path[l] [~path@59.162.86.164] has quit [Client Quit]
10:59 -!- i__ [~none@unaffiliated/i--/x-3618442] has joined #go-nuts
11:01 -!- baman [~moo@64.219.121.70.cfl.res.rr.com] has joined #go-nuts
11:03 -!- krejler [~krejler@d221-90-121.commercial.cgocable.net] has quit [Quit:
leaving]
11:04 -!- gmurphy [~gmurphy@203-214-80-45.dyn.iinet.net.au] has quit [Quit:
Laters]
11:06 -!- krejler [~krejler@poipu/developer/krejler] has joined #go-nuts
11:08 -!- Agon [~marcel@HSI-KBW-095-208-003-128.hsi5.kabel-badenwuerttemberg.de]
has joined #go-nuts
11:10 -!- plavcik [~plavcik@bilbo.navratil.cz] has quit [Ping timeout: 265
seconds]
11:11 -!- plavcik [~plavcik@bilbo.navratil.cz] has joined #go-nuts
11:11 -!- Fish-Work [~Fish@86.65.182.207] has quit [Ping timeout: 240 seconds]
11:12 -!- Fish-Work [~Fish@86.65.182.207] has joined #go-nuts
11:13 -!- kota1111 [~kota1111@gw2.kbmj.jp] has quit [Quit: Leaving...]
11:17 -!- Fish-Work [~Fish@86.65.182.207] has quit [Ping timeout: 265 seconds]
11:18 -!- Fish-Work [~Fish@86.65.182.207] has joined #go-nuts
11:24 -!- jA_cOp [~yakobu@unaffiliated/ja-cop/x-9478493] has joined #go-nuts
11:27 -!- Fish-Work [~Fish@86.65.182.207] has quit [Ping timeout: 252 seconds]
11:28 -!- Project_2501 [~Marvin@82.84.80.236] has quit [Quit: E se abbasso questa
leva che succ...]
11:30 -!- Fish-Work [~Fish@86.65.182.207] has joined #go-nuts
11:41 -!- photron [~photron@port-92-201-75-96.dynamic.qsc.de] has quit [Ping
timeout: 260 seconds]
11:46 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Read error:
Connection reset by peer]
11:47 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
11:49 -!- bortzmeyer [~stephane@2a01:e35:8bd9:8bb0:f8fe:b050:5cc8:18d4] has quit
[Quit: Leaving.]
11:54 -!- path[l] [~path@122.182.0.38] has joined #go-nuts
11:56 -!- Adys [~Adys@unaffiliated/adys] has quit [Remote host closed the
connection]
11:56 -!- Adys [~Adys@unaffiliated/adys] has joined #go-nuts
11:59 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Ping
timeout: 240 seconds]
12:00 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
12:10 -!- XenoPhoenix [~Xeno@cpc5-aztw24-2-0-cust39.aztw.cable.virginmedia.com]
has joined #go-nuts
12:11 -!- path[l] [~path@122.182.0.38] has quit [Read error: Connection timed out]
12:13 -!- path[l] [~path@122.182.0.38] has joined #go-nuts
12:14 -!- noam_ [~noam@77.127.56.202] has joined #go-nuts
12:15 -!- Fish-Work [~Fish@86.65.182.207] has quit [Remote host closed the
connection]
12:16 -!- Fish-Work [~Fish@86.65.182.207] has joined #go-nuts
12:16 -!- artefon [~thiago@usuarios151.dcc.ufmg.br] has joined #go-nuts
12:17 -!- noam [~noam@77.127.56.202] has quit [Ping timeout: 258 seconds]
12:20 -!- Meidor [~quassel@piggy.cs.ru.nl] has quit [Remote host closed the
connection]
12:20 -!- Meidor [~quassel@piggy.cs.ru.nl] has joined #go-nuts
12:27 -!- baman [~moo@64.219.121.70.cfl.res.rr.com] has quit [Ping timeout: 264
seconds]
12:30 -!- BrowserUk [~irc1_20_B@92.15.66.71] has joined #go-nuts
12:34 -!- Xera^ [~brit@87-194-208-246.bethere.co.uk] has joined #go-nuts
12:34 -!- General1337 [~support@71-84-50-230.dhcp.mtpk.ca.charter.com] has joined
#go-nuts
12:36 -!- Eko1 [~eko@adsl-76-251-230-31.dsl.ipltin.sbcglobal.net] has joined
#go-nuts
12:38 -!- General13372 [~support@71-84-50-230.dhcp.mtpk.ca.charter.com] has quit
[Ping timeout: 272 seconds]
12:39 -!- Eko [~eko@adsl-76-251-230-31.dsl.ipltin.sbcglobal.net] has quit [Ping
timeout: 240 seconds]
12:41 -!- plavcik [~plavcik@bilbo.navratil.cz] has quit [Ping timeout: 248
seconds]
12:41 -!- plavcik [~plavcik@bilbo.navratil.cz] has joined #go-nuts
12:42 -!- noam_ [~noam@77.127.56.202] has quit [Read error: Connection reset by
peer]
12:42 -!- noam_ [~noam@77.127.56.202] has joined #go-nuts
12:44 -!- MizardX [~MizardX@unaffiliated/mizardx] has joined #go-nuts
12:48 < MizardX> Are strings handled like arrays, or slices?  If I make a
slice (s[5:10]) of a string, is that an expensive operation (copy of that portion
of the string), or relatively light-weight operation (like slices)?
12:48 < Namegduf> MizardX: It's a slice.  Possible because strings are
immutable.
12:49 < MizardX> Ok. Thanks.
12:51 -!- nighty^ [~nighty@210.188.173.245] has quit [Ping timeout: 258 seconds]
12:55 -!- baman [~moo@64.219.121.70.cfl.res.rr.com] has joined #go-nuts
13:00 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Read error:
Connection reset by peer]
13:00 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
13:01 -!- rv2733 [~rv2733@c-98-242-168-49.hsd1.fl.comcast.net] has joined #go-nuts
13:02 -!- tnt [~tnt@mojito.smartwebsearching.be] has joined #go-nuts
13:04 -!- barismetin [~barismeti@kde/developer/baris] has quit [Quit: Leaving...]
13:08 -!- baman [~moo@64.219.121.70.cfl.res.rr.com] has quit [Read error:
Connection reset by peer]
13:11 -!- baman [~moo@64.219.121.70.cfl.res.rr.com] has joined #go-nuts
13:13 -!- iant [~iant@adsl-71-133-8-30.dsl.pltn13.pacbell.net] has joined #go-nuts
13:13 -!- mode/#go-nuts [+v iant] by ChanServ
13:16 -!- cmarcelo [~cmarcelo@200.184.118.130] has joined #go-nuts
13:16 -!- cmarcelo [~cmarcelo@200.184.118.130] has quit [Changing host]
13:16 -!- cmarcelo [~cmarcelo@enlightenment/developer/cmarcelo] has joined
#go-nuts
13:17 -!- BrowserUk_ [~irc1_20_B@92.15.66.71] has joined #go-nuts
13:18 -!- barismetin [~barismeti@zanzibar.inria.fr] has joined #go-nuts
13:18 -!- barismetin [~barismeti@zanzibar.inria.fr] has quit [Changing host]
13:18 -!- barismetin [~barismeti@kde/developer/baris] has joined #go-nuts
13:19 -!- BrowserUk [~irc1_20_B@92.15.66.71] has quit [Ping timeout: 240 seconds]
13:20 -!- baman [~moo@64.219.121.70.cfl.res.rr.com] has quit [Read error:
Connection reset by peer]
13:22 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Read error:
Connection reset by peer]
13:23 -!- tgall_foo [~tgall@gentoo/developer/dr-who] has quit [Quit: Leaving]
13:23 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
13:24 -!- Shyde [~shyde@HSI-KBW-078-043-070-132.hsi4.kabel-badenwuerttemberg.de]
has joined #go-nuts
13:25 -!- bjarneh [~bjarneh@135.80-203-19.nextgentel.com] has joined #go-nuts
13:27 -!- terrex [~terrex@148.39.222.87.dynamic.jazztel.es] has joined #go-nuts
13:28 -!- tvw [~tv@212.79.9.150] has quit [Remote host closed the connection]
13:28 -!- iant [~iant@adsl-71-133-8-30.dsl.pltn13.pacbell.net] has quit [Ping
timeout: 260 seconds]
13:31 -!- BrowserUk_ [~irc1_20_B@92.15.66.71] has left #go-nuts []
13:32 -!- BrowserUk [~irc1_20_B@92.15.66.71] has joined #go-nuts
13:36 -!- artefon [~thiago@usuarios151.dcc.ufmg.br] has quit [Ping timeout: 276
seconds]
13:47 -!- artefon [~thiago@usuarios151.dcc.ufmg.br] has joined #go-nuts
13:52 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has joined
#go-nuts
13:59 -!- path[l]_ [~path@122.182.0.38] has joined #go-nuts
14:00 -!- EthanG [~EthanG@sourcemage/guru/eekee] has quit [Ping timeout: 245
seconds]
14:01 -!- path[l] [~path@122.182.0.38] has quit [Ping timeout: 252 seconds]
14:01 -!- iant [~iant@67.218.109.67] has joined #go-nuts
14:01 -!- mode/#go-nuts [+v iant] by ChanServ
14:02 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has quit [Quit:
This computer has gone to sleep]
14:05 -!- cmpitg [~cmpitg@113.22.56.204] has quit [Quit: Ex-Chat]
14:06 -!- tvw [~tv@e176001012.adsl.alicedsl.de] has joined #go-nuts
14:06 -!- path[l] [~path@122.182.0.38] has quit [Remote host closed the
connection]
14:06 -!- plainhao [~plainhao@mail.xbiotica.com] has joined #go-nuts
14:06 -!- path[l] [~path@59.162.86.164] has joined #go-nuts
14:09 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Read error:
Connection reset by peer]
14:10 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
14:10 -!- bjarneh [~bjarneh@135.80-203-19.nextgentel.com] has left #go-nuts []
14:23 -!- BrowserUk [~irc1_20_B@92.15.66.71] has left #go-nuts []
14:24 -!- BrowserUk [~irc1_20_B@92.15.66.71] has joined #go-nuts
14:26 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Ping
timeout: 264 seconds]
14:26 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
14:27 -!- nighty^ [~nighty@x122091.ppp.asahi-net.or.jp] has joined #go-nuts
14:30 -!- rv2733 [~rv2733@c-98-242-168-49.hsd1.fl.comcast.net] has quit [Quit:
Leaving]
14:31 -!- idr [~idr@g229048007.adsl.alicedsl.de] has quit [Remote host closed the
connection]
14:33 -!- willdye [~willdye@fern.dsndata.com] has left #go-nuts []
14:38 -!- Kashia [~Kashia@port-92-200-179-218.dynamic.qsc.de] has joined #go-nuts
14:39 -!- nighty^ [~nighty@x122091.ppp.asahi-net.or.jp] has quit [Ping timeout:
258 seconds]
14:43 -!- awidegreen [~quassel@62.176.237.78] has joined #go-nuts
14:44 -!- artefon [~thiago@usuarios151.dcc.ufmg.br] has quit [Ping timeout: 276
seconds]
14:47 -!- tgall_foo [~tgall@gentoo/developer/dr-who] has joined #go-nuts
14:52 -!- idr [~idr@g229048007.adsl.alicedsl.de] has joined #go-nuts
14:55 -!- Fish-Work [~Fish@86.65.182.207] has quit [Remote host closed the
connection]
14:57 -!- Fish-Work [~Fish@86.65.182.207] has joined #go-nuts
14:58 -!- nighty^ [~nighty@x122091.ppp.asahi-net.or.jp] has joined #go-nuts
14:59 -!- KinOfCain [~KinOfCain@rrcs-64-183-61-2.west.biz.rr.com] has joined
#go-nuts
15:03 -!- iant [~iant@67.218.109.67] has quit [Ping timeout: 245 seconds]
15:03 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Read error:
Connection reset by peer]
15:04 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
15:05 < plexdev> http://is.gd/czJwk by [Andrew Gerrand] in go/ -- A+C: added
Daniel Fleischman
15:10 -!- crashR [~crasher@codextreme.pck.nerim.net] has joined #go-nuts
15:10 -!- Knutsi [~knut@cm-84.215.55.99.getinternet.no] has joined #go-nuts
15:11 -!- alone [~user@58.52.9.88] has joined #go-nuts
15:12 -!- bmizerany [~bmizerany@c-24-6-37-113.hsd1.ca.comcast.net] has joined
#go-nuts
15:16 -!- bmizerany [~bmizerany@c-24-6-37-113.hsd1.ca.comcast.net] has quit
[Remote host closed the connection]
15:18 -!- iant [~iant@nat/google/x-qetxopmfhdkzbqgj] has joined #go-nuts
15:18 -!- mode/#go-nuts [+v iant] by ChanServ
15:20 -!- tumdum [~tumdum@unaffiliated/tumdum] has joined #go-nuts
15:22 -!- Venom_X [~pjacobs@71.20.102.220] has joined #go-nuts
15:23 -!- mertimor [~mertimor@2001:638:501:246:fa1e:dfff:fef2:97c0] has joined
#go-nuts
15:23 -!- mertimor [~mertimor@2001:638:501:246:fa1e:dfff:fef2:97c0] has quit [Read
error: Connection reset by peer]
15:24 -!- mertimor [~mertimor@2001:638:501:246:fa1e:dfff:fef2:97c0] has joined
#go-nuts
15:24 -!- zozoR [~zozoR@0x5da69cf2.cpe.ge-0-1-0-1105.hsnqu1.customer.tele.dk] has
quit [Quit: Morten.  Desu~]
15:25 -!- mertimor [~mertimor@2001:638:501:246:fa1e:dfff:fef2:97c0] has quit
[Remote host closed the connection]
15:25 -!- mertimor [~mertimor@2001:638:501:246:fa1e:dfff:fef2:97c0] has joined
#go-nuts
15:25 -!- mertimor [~mertimor@2001:638:501:246:fa1e:dfff:fef2:97c0] has quit
[Client Quit]
15:34 -!- noam_ [~noam@77.127.56.202] has quit [Read error: Connection reset by
peer]
15:34 -!- mfoemmel [~mfoemmel@chml01.drwholdings.com] has quit [Ping timeout: 265
seconds]
15:36 -!- noam_ [~noam@77.127.56.202] has joined #go-nuts
15:37 -!- mfoemmel [~mfoemmel@chml01.drwholdings.com] has joined #go-nuts
15:47 -!- noam_ [~noam@77.127.56.202] has quit [Read error: Connection reset by
peer]
15:47 -!- noam_ [~noam@77.127.56.202] has joined #go-nuts
15:51 -!- surma1 [~surma@77-21-91-152-dynip.superkabel.de] has joined #go-nuts
15:55 -!- bjarneh [~bjarneh@135.80-203-19.nextgentel.com] has joined #go-nuts
15:58 -!- surma1 [~surma@77-21-91-152-dynip.superkabel.de] has left #go-nuts []
16:02 -!- ikaros [~ikaros@f051089137.adsl.alicedsl.de] has quit [Quit: Leave the
magic to Houdini]
16:07 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Read error:
Connection reset by peer]
16:08 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
16:11 -!- ikaros [~ikaros@f051089137.adsl.alicedsl.de] has joined #go-nuts
16:16 -!- ikaros [~ikaros@f051089137.adsl.alicedsl.de] has quit [Client Quit]
16:17 -!- ikaros [~ikaros@f051089137.adsl.alicedsl.de] has joined #go-nuts
16:18 -!- bjarneh [~bjarneh@135.80-203-19.nextgentel.com] has left #go-nuts []
16:22 < plexdev> http://is.gd/czOWw by [Robert Griesemer] in 2 subdirs of
go/test/ -- bug284: test cases for new conversion rules
16:22 -!- hcatlin [~hcatlin@pdpc/supporter/professional/hcatlin] has left #go-nuts
[]
16:24 -!- barismetin [~barismeti@kde/developer/baris] has quit [Quit: Leaving...]
16:25 -!- deso [~deso@x0561a.wh30.tu-dresden.de] has joined #go-nuts
16:26 -!- Wiz126 [~Wiz126@70.15.26.13.res-cmts.sm.ptd.net] has quit [Ping timeout:
276 seconds]
16:30 -!- Wiz126 [~Wiz126@70.15.26.13.res-cmts.sm.ptd.net] has joined #go-nuts
16:31 -!- Wiz126 [~Wiz126@70.15.26.13.res-cmts.sm.ptd.net] has quit [Client Quit]
16:31 -!- Wiz126 [~Wiz126@70.15.26.13.res-cmts.sm.ptd.net] has joined #go-nuts
16:40 -!- HollyRain [~HollyRain@87.223.154.201] has joined #go-nuts
16:41 < HollyRain> how to get the name of a variable got into a loop?
16:42 < HollyRain> var logTables = [...][256]uint32{log1, log2, log3, log4,
log5}
16:42 < HollyRain> when I do a for to 'logTables', I would want the variable
name where it's
16:43 < HollyRain> I've tried it with reflect but nothing ...
16:46 < Soultaker> I have no idea what you're asking...
16:46 < HollyRain> for _, table := range logTables {// to get the name of
variable
16:47 < exch> ' [...][256]uint32{log1, log2, log3, log4, log5' this stores
the values of log1...log5 in the list
16:47 < exch> getting to the variable names make no sense
16:47 < exch> *makes
16:50 -!- mxweas [~max@c-98-225-102-170.hsd1.az.comcast.net] has joined #go-nuts
16:51 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Read error:
Connection reset by peer]
16:51 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
16:53 -!- EthanG [~EthanG@sourcemage/guru/eekee] has joined #go-nuts
17:00 -!- rv2733 [~rv2733@c-98-242-168-49.hsd1.fl.comcast.net] has joined #go-nuts
17:14 -!- Macpunk [~macpunk@12.130.106.85] has joined #go-nuts
17:19 -!- Macpunk [~macpunk@12.130.106.85] has quit [Client Quit]
17:26 -!- b00m_chef [~watr@216-21-143-134.ip.van.radiant.net] has joined #go-nuts
17:30 -!- photron [~photron@port-92-201-75-96.dynamic.qsc.de] has joined #go-nuts
17:33 -!- HollyRain [~HollyRain@87.223.154.201] has left #go-nuts []
17:39 < plexdev> http://is.gd/czTOx by [Robert Griesemer] in 2 subdirs of
go/test/ -- bug284: additional conversion test case
17:44 -!- ShadowIce [pyoro@unaffiliated/shadowice-x841044] has joined #go-nuts
17:44 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Read error:
Connection reset by peer]
17:44 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
17:49 -!- path[l] [~path@59.162.86.164] has quit [Quit: path[l]]
17:49 -!- mxweas [~max@c-98-225-102-170.hsd1.az.comcast.net] has quit [Quit: Mac
has gone to sleep]
18:04 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Read error:
Connection reset by peer]
18:05 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
18:09 -!- Project_2501 [~Marvin@82.84.80.236] has joined #go-nuts
18:12 -!- rv2733 [~rv2733@c-98-242-168-49.hsd1.fl.comcast.net] has quit [Quit:
Leaving]
18:23 -!- bedwards [~bedwards@66.194.163.210] has joined #go-nuts
18:24 -!- Ideal [~Ideal@ideal-1-pt.tunnel.tserv6.fra1.ipv6.he.net] has joined
#go-nuts
18:31 -!- emmanueloga [~emmanuelo@190.247.39.243] has joined #go-nuts
18:36 -!- _-^-_ [~otto@187.78.0.238] has joined #go-nuts
18:36 -!- _-^-_ [~otto@187.78.0.238] has left #go-nuts []
18:37 -!- ender2070 [~ender2070@bas2-brampton13-2925510767.dsl.bell.ca] has joined
#go-nuts
18:43 -!- BrowserUk [~irc1_20_B@92.15.66.71] has quit [Quit: BrowserUk]
18:45 -!- Ideal [~Ideal@ideal-1-pt.tunnel.tserv6.fra1.ipv6.he.net] has quit [Quit:
Ideal]
18:48 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Read error:
Connection reset by peer]
18:49 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
18:55 -!- pmyshkin [~a@unaffiliated/pmyshkin] has joined #go-nuts
18:56 -!- Gracenotes [~person@wikipedia/Gracenotes] has quit [Read error:
Connection reset by peer]
18:57 -!- Gracenotes [~person@wikipedia/Gracenotes] has joined #go-nuts
18:59 -!- path[l] [UPP@120.138.102.34] has joined #go-nuts
18:59 < pmyshkin> is it recommended to always install packages to GOROOT/pkg
instead of leaving them in a subdirectory in the project that uses them solely?
19:02 -!- Eridius [~kevin@unaffiliated/eridius] has joined #go-nuts
19:03 < kmeyer> it's how the project's Make files are set up
19:03 < kmeyer> it's not required
19:03 < pmyshkin> I guess it's simpler
19:12 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Read error:
Connection reset by peer]
19:13 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
19:14 < exch> you can override the install rule to your hearts content
19:15 -!- illya77 [~illya77@84-127-133-95.pool.ukrtel.net] has joined #go-nuts
19:22 -!- slashus2 [~slashus2@74-137-24-74.dhcp.insightbb.com] has joined #go-nuts
19:23 < Eko> if it's a package that I don't think I'll use in many other
programs, usually I just leave it in the same directory and -I.  -L.
19:23 < Eko> or with my newer makefiles that build into _obj/, -I_obj/
-L_obj/
19:24 < Eko> that way I don't clutter namespace and don't have to make
install before any local binaries I have will be made.
19:29 -!- d_m [~d_m@207.245.124.125] has quit [Read error: Connection reset by
peer]
19:30 < pmyshkin> the main attraction of installing to GOROOT is that the
makefiles become so simple
19:34 < Eko> pmyshkin: hehe, I have so many half-baked ideas when I code
that I'd end up with so many superfluous packages in $GOROOT/src/pkg ^_^
19:36 -!- divoxx [~divoxx@c9150b60.virtua.com.br] has joined #go-nuts
19:37 -!- divoxx [~divoxx@c9150b60.virtua.com.br] has quit [Client Quit]
19:40 -!- plainhao [~plainhao@mail.xbiotica.com] has quit [Quit: plainhao]
19:45 -!- Ginto8 [~Ginto8@pool-72-82-235-34.cmdnnj.fios.verizon.net] has joined
#go-nuts
19:47 -!- d_m [~d_m@207.245.124.125] has joined #go-nuts
19:49 -!- gisikw [~gisikw@108.120.9.26] has joined #go-nuts
19:52 -!- rejb [~rejb@unaffiliated/rejb] has joined #go-nuts
19:52 -!- Project_2501 [~Marvin@82.84.80.236] has quit [Quit: E se abbasso questa
leva che succ...]
19:52 -!- mbarkhau [~koloss@dslb-084-059-163-201.pools.arcor-ip.net] has joined
#go-nuts
19:56 < Eko> is there any way to tell what the OS-dependent slash direction
is?
19:56 < Eko> e.g.  for constructing filenames?
19:56 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Ping
timeout: 276 seconds]
19:56 < KirkMcDonald> Eko: Windows accepts / for most things, as it happens.
19:57 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
19:57 < plexdev> http://is.gd/cA32g by [Russ Cox] in go/src/pkg/big/ -- big:
fix spelling of Euclidean
19:57 < KirkMcDonald> Eko: Also: http://golang.org/pkg/path/
19:58 -!- i__ [~none@unaffiliated/i--/x-3618442] has quit [Quit: Lost terminal]
19:58 < Eko> =O!  thanks KirkMcDonald.
20:03 -!- BrowserUk [~irc1_20_B@92.15.66.71] has joined #go-nuts
20:04 -!- bmizerany [~bmizerany@dsl081-064-072.sfo1.dsl.speakeasy.net] has joined
#go-nuts
20:05 -!- Knutsi [~knut@cm-84.215.55.99.getinternet.no] has quit [Ping timeout:
276 seconds]
20:05 < KirkMcDonald> Eko: (Mind, it is up to whatever Windows build of Go
you're using to implement the path package correctly...)
20:06 -!- path[l] [UPP@120.138.102.34] has quit [Quit: path[l]]
20:07 -!- gisikw [~gisikw@108.120.9.26] has left #go-nuts []
20:10 -!- b00m_chef [~watr@216-21-143-134.ip.van.radiant.net] has quit [Ping
timeout: 248 seconds]
20:14 -!- Fish [~Fish@9fans.fr] has joined #go-nuts
20:15 < Eko> KirkMcDonald: lol.  I'm not *using* windows, but I don't want
my code to break if someone does
20:17 -!- eikenberry [~jae@mail.zhar.net] has joined #go-nuts
20:18 -!- illya77 [~illya77@84-127-133-95.pool.ukrtel.net] has quit [Read error:
Connection reset by peer]
20:26 -!- BrowserUk [~irc1_20_B@92.15.66.71] has quit [Ping timeout: 245 seconds]
20:28 -!- noam_ [~noam@77.127.56.202] has quit [Read error: Connection reset by
peer]
20:28 -!- noam_ [~noam@77.127.56.202] has joined #go-nuts
20:29 -!- Jogy [~bc024c9b@gateway/web/freenode/x-qctjcrajuintetwq] has joined
#go-nuts
20:33 -!- Jogy [~bc024c9b@gateway/web/freenode/x-qctjcrajuintetwq] has quit
[Client Quit]
20:33 -!- JogyIII [~bc024c9b@gateway/web/freenode/x-bzfgqniwpeajhjsm] has joined
#go-nuts
20:37 -!- Agon [~marcel@HSI-KBW-095-208-003-128.hsi5.kabel-badenwuerttemberg.de]
has quit [Ping timeout: 276 seconds]
20:37 -!- fred-GO [~fred@59.164.123.154] has joined #go-nuts
20:40 -!- fred-GO [~fred@59.164.123.154] has left #go-nuts []
20:41 -!- Fish- [~Fish@9fans.fr] has joined #go-nuts
20:41 -!- Fish [~Fish@9fans.fr] has quit [Ping timeout: 276 seconds]
20:43 -!- fred-go [~fred-go@59.164.123.154] has joined #go-nuts
20:45 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Read error:
Connection reset by peer]
20:45 -!- MizardX [~MizardX@unaffiliated/mizardx] has quit [Ping timeout: 260
seconds]
20:46 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
20:46 -!- mbarkhau [~koloss@dslb-084-059-163-201.pools.arcor-ip.net] has quit
[Quit: Leaving.]
20:47 -!- ender2070 [~ender2070@bas2-brampton13-2925510767.dsl.bell.ca] has quit
[Remote host closed the connection]
20:49 < JogyIII> Hi is there someone that can answer some performance
related questions to newbie?
20:50 < Soultaker> Maybe.  Go ahead and ask.  :)
20:51 < JogyIII> well I like Go alot, and intend to use it as application
server (AJAX part) but there is also static files to be served
20:52 < JogyIII> i am trying to decide do i have to install NGNIX in front
of Go program to serve static files, or can Go do it itself
20:52 < Soultaker> Go can certainly do that itself but if performance is
very important a high-performance HTTP server will probably do a better job of it.
20:52 < smw> JogyIII, I believe go can do that its self.  I would still use
something like lighttpd or NGNIX because it is easier
20:53 < Soultaker> (if you want to do it from Go, have a look at the
http.ServeFile function.)
20:53 < JogyIII> NGNIX can (on 1gbit conection) serve 26'000 requests per
second for small files like 1.5KB gif for example i would like to know what
percent of those 26'000 requests/second would i loose if i let Go also serve
static content?
20:53 -!- carllerche [~carllerch@208.87.61.203] has joined #go-nuts
20:53 < smw> JogyIII, I am sure NGNIX has been written to handle that type
of load
20:54 < exch> don't think there are any tests for that yet.  So difficult to
say
20:54 < smw> don't reinvent the wheel
20:54 < Soultaker> I'm sure Go will be slower.  The Go webserver uses no
kernel facilities to speed things up.
20:54 < JogyIII> well i wanted to use just 1 tool instead of 2 but it seems
its beter to use specialized tool for each part of job ;)
20:54 < Soultaker> I'd say it depends on how much performance you need.
20:54 < JogyIII> thanks for help
20:55 < Soultaker> If you're doing a performance-critical project then I'd
say Go in its current shape is the wrong choice anyway.
20:55 -!- Shyde [~shyde@HSI-KBW-078-043-070-132.hsi4.kabel-badenwuerttemberg.de]
has quit [Quit: Shyde]
20:55 < smw> Even if he wrote it in C, an established webserver will
probably run better
20:56 -!- fred-go [~fred-go@59.164.123.154] has quit [Quit: fred-go]
20:56 < JogyIII> well since im paying flat rate (1gbps) conection, and it
costs several thousand dolars/year i would not like to waste money, so goal is to
saturate 1gbit conection (its XEON with 2*4 cores+HT and 8GB ram )
20:56 < Soultaker> do you have enough visitors to even saturate it?
20:56 < JogyIII> thanks for help i guess i will keep using NGNIX for static
part than ;)
20:57 < JogyIII> video sites can easily saturate it, im sure ill do it in
few months
20:57 < JogyIII> some people need even several tens of servers
20:58 < Soultaker> well sure.  I'm sure if you're serving large flat files
Go can saturate it too.
20:59 < JogyIII> problem is i am trying to implement "smart" streaming that
serves video files in chunks changing from low to high quality and back as network
conection conditions change
21:00 < JogyIII> so it will not be 1 600MB file, it will be alot of 32K
files
21:00 < JogyIII> 32K being just example
21:00 < Soultaker> But then the performance question is about the
application part, right?  Not the flat files.
21:00 < Soultaker> nginx cannot dynamically combine files on its own either.
21:01 < JogyIII> not really those small files will be in chunks on hdd, and
flash player will ask for difrent chunks 1 by 1
21:01 < JogyIII> im making custom flash video player
21:02 < Soultaker> ah.  in that case you're probably best off with nginx or
lighttpd or something else that's designed to serve small files efficiently.
21:02 < JogyIII> if it sees it canot keep up bufering it will just start
asking for small quality files
21:02 < Soultaker> sounds sensible.  :)
21:02 < JogyIII> yep, but ill also need Go for dynamic part, was just
wondering can i do both job in same tool ;)
21:03 < Soultaker> the question is not whether Go can serve static files (it
can) but whether it can do it good enough for you; that's a bit of a fuzzy
question
21:04 < Soultaker> so if you want to know for sure, try it out :)
21:04 < Soultaker> I'm sure nginx will be more efficient at it at any rate.
21:04 < JogyIII> well if it can saturate 1gbit link with relatively small
files that is more than good enought for me
21:05 < JogyIII> its just that when you buy expensive car you dont want it
siting in garage half time ;)
21:06 < Soultaker> so witch 1 GBit we're talking 125,000,000 bytes
21:06 < Soultaker> at 32k per request that's 3906 requests per second
21:07 < JogyIII> yes
21:07 < JogyIII> that would be enought
21:08 -!- aho [~nya@f050255053.adsl.alicedsl.de] has joined #go-nuts
21:08 < exch> if 32k is the size of the actual data you are sending, then
add some overhead the request/response headers
21:08 < exch> at ~4k requests per second that adds up
21:08 < Soultaker> yeah, but that's probablyOF ~1KB
21:09 < JogyIII> offcourse, but response header is less than 200 bytes so it
can be ignored
21:09 < JogyIII> its full duplex (1gbit+1gbit) so request headers are not in
this part
21:14 < Soultaker> at this point I'd suggest you whip up a test program and
just try it (the apache suite comes with a simple benchmark tool)
21:15 -!- cmarcelo [~cmarcelo@enlightenment/developer/cmarcelo] has quit [Remote
host closed the connection]
21:15 < Soultaker> the result would be interesting to see either way
21:15 < JogyIII> i was intending to try it just wanted some preliminary
applications
21:15 < JogyIII> since seting up virtual machine and instaling linux*2 is
not so cheap (in time)
21:16 < JogyIII> *preliminary answers
21:20 -!- fredgo_ [~fredgo@59.164.123.154] has joined #go-nuts
21:20 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Read error:
Connection reset by peer]
21:20 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
21:22 < Eko> how does pass-by-value work with maps?
21:22 < Eko> if you pass a map to a function, can it modify it?
21:23 < exch> yes it can
21:23 < exch> slices to
21:23 < Eko> yeah, I knew that slices would
21:23 < Soultaker> maps are passed by reference.
21:23 < Eko> and I figured because they are both make()d, it would be the
same
21:23 -!- zcram [~zcram@133.193.159.217.dyn.estpak.ee] has joined #go-nuts
21:24 < Eko> Soultaker: I think technically it's still passed by value, but
the value is a reference to a map somewhere in memory...
21:24 < Soultaker> isn't the same true for slices then?
21:24 < Eko> just like a slice is inherently a pointer and a length.
21:30 -!- rejb [~rejb@unaffiliated/rejb] has quit [Quit: .]
21:33 -!- fredgo [~fredgo@59.164.123.154] has joined #go-nuts
21:33 -!- tumdum [~tumdum@unaffiliated/tumdum] has quit [Quit: tumdum]
21:33 < fredgo> Some hope to see once OS/ARCH to incl.  darwin / arm ???
21:34 < dreadlorde> ?
21:34 < Ginto8> I think they do
21:34 < fredgo> ...in clear GO for iPhone OS (Darwin, ARM)
21:34 < Ginto8> oh
21:35 < Ginto8> hmm interesting
21:35 < Ginto8> idk how well Go could interface with objc tho
21:35 < Ginto8> and the sdk for iphone is objc
21:36 < fredgo> :) get .S for code bootstrap, use Core OS only (which is
pure C)
21:36 < Ginto8> hmm
21:36 < fredgo> If I'm not so wrong, finalizing the ARM compiler for this
target + have the C bindings should be enough
21:37 -!- Fish- [~Fish@9fans.fr] has quit [Remote host closed the connection]
21:37 < fredgo> at least fo Hello ford, BSD sockets...  Threads is another
story since APPL might have some weird interface
21:38 -!- deso [~deso@x0561a.wh30.tu-dresden.de] has quit [Read error: Connection
reset by peer]
21:39 -!- carllerche [~carllerch@208.87.61.203] has quit [Quit: carllerche]
21:40 -!- fredgo_ [~fredgo@59.164.123.154] has quit [Quit: fredgo_]
21:40 < fredgo> Sape maybe could help ?
21:51 -!- carllerche [~carllerch@208.87.61.203] has joined #go-nuts
21:53 -!- fredgo [~fredgo@59.164.123.154] has left #go-nuts ["Leaving..."]
21:53 -!- fredgo [~fredgo@59.164.123.154] has joined #go-nuts
21:57 -!- pmyshkin [~a@unaffiliated/pmyshkin] has quit [Quit: pmyshkin]
21:59 < plexdev> http://is.gd/cAawb by [Rob Pike] in go/src/pkg/fmt/ --
fmt.Scanf: implement formats, provide Sscanf (strings)
22:00 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Read error:
Connection reset by peer]
22:01 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
22:01 -!- idr [~idr@g229048007.adsl.alicedsl.de] has quit [Remote host closed the
connection]
22:04 -!- awidegreen [~quassel@62.176.237.78] has quit [Remote host closed the
connection]
22:15 < uriel> fredgo: I know of somebody that wanted to use Go to write
iPhone apps, but after the latest Apple license insanity, I doubt anyone will want
to waste their time making the effort
22:19 < uriel> fredgo: you can say whatever you like, and tomorrow apple can
reject your app and you will be SOL
22:19 < uriel> really, at this point even if one carefully plays by all the
silly rules, it makes no sense to develop for the iPhone because apple might
change the rules at any time
22:20 -!- ShadowIce [pyoro@unaffiliated/shadowice-x841044] has quit [Quit:
Verlassend]
22:20 < Ginto8> uriel has a very good point
22:20 -!- carllerche [~carllerch@208.87.61.203] has quit [Quit: carllerche]
22:21 < Ginto8> steve jobs seems to intend to kill the iphone developer
community quite honestly =(
22:21 < fredgo> Hum...  I have no bad feeling about this.  Maybe I'm wrong.
22:23 < fredgo> Then my 2cents question : Does it make sense to write a go2C
?
22:24 < atsampson> fredgo: it's not a completely insane idea, but there are
non-trivial things involved, and there are better ways to do it
22:24 < atsampson> (I've written an occam-pi-to-C compiler fairly recently,
which is a very similar language)
22:25 < uriel> fredgo: take a look at this:
http://www.reddit.com/r/programming/comments/ca9za/
22:29 -!- Agon [~marcel@HSI-KBW-095-208-003-128.hsi5.kabel-badenwuerttemberg.de]
has joined #go-nuts
22:30 < fredgo> Link : quite frustrated people :)
22:31 -!- ampleyfly [~ampleyfly@h-148-139.A163.priv.bahnhof.se] has quit [Ping
timeout: 264 seconds]
22:32 -!- terrex [~terrex@148.39.222.87.dynamic.jazztel.es] has quit [Quit:
Leaving.]
22:33 < fredgo> BTW, back on the tek point of view, GO has a pretty good
background (Labs) and by interfacing properly to APPL frameworks, I'm pretty
convinced they would not argue the language is nothing insane compared to OBJ-C
22:36 < uriel> ok, you talk to Jobs and convince him, then tell us about it
22:36 < fredgo> I'll tell him it your idea only :)
22:41 -!- emmanueloga [~emmanuelo@190.247.39.243] has quit [Ping timeout: 245
seconds]
22:43 < uriel> fredgo: you don't need my email
22:43 < uriel> and now I'm going to sleep ;P
22:44 -!- sladegen [~nemo@unaffiliated/sladegen] has quit [Disconnected by
services]
22:45 < uriel> fredgo: it is not good netiquete to prv msg people without a
good reason
22:45 -!- sladegen [~nemo@unaffiliated/sladegen] has joined #go-nuts
22:45 < uriel> (and now I'm really gone)
22:47 -!- kanru [~kanru@61-228-164-226.dynamic.hinet.net] has joined #go-nuts
22:50 -!- slashus2 [~slashus2@74-137-24-74.dhcp.insightbb.com] has quit [Ping
timeout: 260 seconds]
22:51 -!- tvw [~tv@e176001012.adsl.alicedsl.de] has quit [Remote host closed the
connection]
22:52 -!- accAgon
[~marcel@HSI-KBW-095-208-003-128.hsi5.kabel-badenwuerttemberg.de] has joined
#go-nuts
22:53 -!- Agon [~marcel@HSI-KBW-095-208-003-128.hsi5.kabel-badenwuerttemberg.de]
has quit [Quit: Konversation terminated!]
22:53 -!- zcram [~zcram@133.193.159.217.dyn.estpak.ee] has quit [Remote host
closed the connection]
22:54 -!- Xera^ [~brit@87-194-208-246.bethere.co.uk] has quit [Ping timeout: 240
seconds]
22:54 -!- bedwards [~bedwards@66.194.163.210] has quit [Quit: bedwards]
22:55 -!- kanru [~kanru@61-228-164-226.dynamic.hinet.net] has quit [Ping timeout:
264 seconds]
22:56 -!- slashus2 [~slashus2@74-137-24-74.dhcp.insightbb.com] has joined #go-nuts
22:57 -!- fredgo_ [~fredgo@59.164.123.154] has joined #go-nuts
22:58 -!- fredgo [~fredgo@59.164.123.154] has quit [Read error: Connection reset
by peer]
22:58 -!- JogyIII [~bc024c9b@gateway/web/freenode/x-bzfgqniwpeajhjsm] has quit
[Quit: Page closed]
23:01 -!- fredgo_ [~fredgo@59.164.123.154] has quit [Client Quit]
23:01 -!- nighty^ [~nighty@x122091.ppp.asahi-net.or.jp] has quit [Remote host
closed the connection]
23:01 -!- ikaros [~ikaros@f051089137.adsl.alicedsl.de] has quit [Remote host
closed the connection]
23:01 -!- kjk [~Adium@67.215.69.69] has quit [Ping timeout: 252 seconds]
23:01 -!- fredgo [~fredgo@59.164.123.154] has joined #go-nuts
23:01 -!- kjk [~Adium@67.215.69.69] has joined #go-nuts
23:03 -!- sladegen [~nemo@unaffiliated/sladegen] has quit [Disconnected by
services]
23:03 -!- sladegen [~nemo@unaffiliated/sladegen] has joined #go-nuts
23:08 -!- Surma [~bzfsurma@gooseberry.zib.de] has quit [Quit: Leaving.]
23:08 -!- Xera^ [~brit@87-194-208-246.bethere.co.uk] has joined #go-nuts
23:11 -!- ampleyfly [~ampleyfly@h-148-139.A163.priv.bahnhof.se] has joined
#go-nuts
23:12 -!- ampleyfl1 [~ampleyfly@h-148-139.A163.priv.bahnhof.se] has joined
#go-nuts
23:16 < plexdev> http://is.gd/cAfAl by [Russ Cox] in go/src/pkg/bufio/ --
bufio: change ReadSlice to match description
23:18 -!- ampleyfly [~ampleyfly@h-148-139.A163.priv.bahnhof.se] has quit [Quit:
leaving]
23:18 -!- ampleyfl1 [~ampleyfly@h-148-139.A163.priv.bahnhof.se] has quit [Quit:
leaving]
23:18 -!- sladegen [~nemo@unaffiliated/sladegen] has quit [Disconnected by
services]
23:18 -!- sladegen [~nemo@unaffiliated/sladegen] has joined #go-nuts
23:19 -!- Wiz126 [~Wiz126@70.15.26.13.res-cmts.sm.ptd.net] has quit [Ping timeout:
264 seconds]
23:19 -!- plainhao [~plainhao@mail.xbiotica.com] has joined #go-nuts
23:20 -!- ampleyfly [~ampleyfly@h-148-139.A163.priv.bahnhof.se] has joined
#go-nuts
23:20 -!- Wiz126 [~Wiz126@70.15.26.13.res-cmts.sm.ptd.net] has joined #go-nuts
23:23 -!- KillerX [~anant@145.116.234.40] has joined #go-nuts
23:23 -!- KillerX [~anant@145.116.234.40] has quit [Changing host]
23:23 -!- KillerX [~anant@gentoo/developer/KillerX] has joined #go-nuts
23:23 -!- KillerX [~anant@gentoo/developer/KillerX] has quit [Client Quit]
23:24 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has quit [Read error:
Connection reset by peer]
23:24 -!- baman [~moo@75.112.131.164] has joined #go-nuts
23:27 -!- iant [~iant@nat/google/x-qetxopmfhdkzbqgj] has quit [Ping timeout: 260
seconds]
23:32 -!- fredgo [~fredgo@59.164.123.154] has quit [Quit: fredgo]
23:33 < plexdev> http://is.gd/cAgAh by [Rob Pike] in go/src/pkg/fmt/ --
fmt.Scan: scan []byte arguments
23:36 -!- accAgon
[~marcel@HSI-KBW-095-208-003-128.hsi5.kabel-badenwuerttemberg.de] has quit [Remote
host closed the connection]
23:38 -!- aho [~nya@f050255053.adsl.alicedsl.de] has quit [Quit:
EXEC_over.METHOD_SUBLIMATION]
23:38 -!- ampleyfly [~ampleyfly@h-148-139.A163.priv.bahnhof.se] has quit [Ping
timeout: 252 seconds]
23:40 -!- evilhackerdude [~stephan@evilhackerdu.de] has quit [Ping timeout: 240
seconds]
23:41 -!- evilhackerdude [~stephan@evilhackerdu.de] has joined #go-nuts
23:42 -!- vsayer [~vivek@c-24-130-25-47.hsd1.ca.comcast.net] has joined #go-nuts
23:52 -!- iant [~iant@67.218.104.60] has joined #go-nuts
23:52 -!- mode/#go-nuts [+v iant] by ChanServ
--- Log closed Thu Jun 03 00:00:01 2010