code logs -> 2012 -> Sun, 15 Jan 2012< code.20120114.log - code.20120116.log >
--- Log opened Sun Jan 15 00:00:01 2012
00:02
< maoranma>
http://dpaste.com/687880/
00:02
< maoranma>
There it is in all of it's glory
00:02
< maoranma>
By default, it saves the active channel to the ini with a folder and network of network with join on connect set 1
00:03
< maoranma>
It's disgusting, but is working
00:04
< maoranma>
It also shows my verbose debugging commented out :P
00:09 AnnoDomini [annodomini@Nightstar-f7eedefa.80-203-17.nextgentel.com] has quit [[NS] Quit: leaving]
00:43 * McMartin does battle with libcurl and libxml2
00:43<&McMartin> I didn't need those SAN points anyway.
00:46<&McMartin> Oh hey, libcurl headers included by default on OSX? OK then.
00:52 You're now known as TheWatcher[T-2]
00:55 You're now known as TheWatcher[zZzZ]
01:19<&McMartin> Hrm. That didn't quite go according to plan.
01:19 * McMartin fails to test what he thought he was testing.
01:33<&McMartin> And I don't really have a handy server to test this against.
01:36<&McMartin> Actually, I don't suppose anyone here knows off the top of their head:
01:37<&McMartin> If you do a POST request through libcurl, with the usual method of just setting CURLOPT_POSTFIELDS instead of doing a chunked transfer, will curl start pulling a response during the post if the server starts sending one?
02:05 Derakon is now known as Derakon[AFK]
02:06 gnolam [lenin@Nightstar-202a5047.priv.bahnhof.se] has quit [[NS] Quit: Z?]
02:26 Derakon[AFK] is now known as Derakon
02:53 ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has quit [Operation timed out]
03:07 Kindamoody[zZz] is now known as Kindamoody
03:22 Attilla [Obsolete@Nightstar-21c3000c.as43234.net] has quit [Ping timeout: 121 seconds]
04:09 masa [masa@Nightstar-6b218ddc.adsl.virginmedia.com] has joined #code
04:26 ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has joined #code
04:27 mode/#code [+o ToxicFrog] by ChanServ
05:03 Vash [Vash@Nightstar-8697fea9.wlfrct.sbcglobal.net] has joined #code
05:03 mode/#code [+o Vash] by ChanServ
05:47 iospace is now known as iot-2
05:51 iot-2 is now known as iosleep
06:00 celticminstrel [celticminst@Nightstar-5d22ab1d.cable.rogers.com] has quit [Connection closed]
06:47 eckse [eckse@Nightstar-1a8d9eba.dsl.sentex.ca] has quit [Connection reset by peer]
07:05 Derakon is now known as Derakon[AFK]
07:12 Stalker [Z@2C3C9C.B2A300.F245DE.859909] has quit [Ping timeout: 121 seconds]
07:31 Vash [Vash@Nightstar-8697fea9.wlfrct.sbcglobal.net] has quit [[NS] Quit: I <3craft Vorn!]
08:10 Stalker [Z@Nightstar-3602cf5a.cust.comxnet.dk] has joined #code
08:43 Eri [Eri@Nightstar-3e5deec3.gv.shawcable.net] has quit [Ping timeout: 121 seconds]
08:56 Eri [Eri@Nightstar-3e5deec3.gv.shawcable.net] has joined #code
09:48 gnolam [lenin@Nightstar-202a5047.priv.bahnhof.se] has joined #code
10:09 You're now known as TheWatcher
11:35 Kindamoody [Kindamoody@Nightstar-5507a6b5.tbcn.telia.com] has quit [[NS] Quit: brb, switching network]
11:37 Kindamoody|out [Kindamoody@Nightstar-198b2b60.cust.tele2.se] has joined #code
11:37 mode/#code [+o Kindamoody|out] by ChanServ
12:06 Kindamoody|out is now known as Kindamoody|work
12:19
<@jerith>
I have come to the conclusion that the depixeling people cheated with their space invader image.
12:20
<@jerith>
(The one they used to demonstrate curve smoothing, that is. That particular invader pattern is not in their output set.)
12:22
<@jerith>
Err, no. It's in their full output set.
12:22
<@jerith>
Bugger.
12:34 * jerith gives up for now and returns to the smoothing thing.
14:04 Attilla [Obsolete@Nightstar-21c3000c.as43234.net] has joined #code
14:05 iosleep is now known as iospace
14:18 Attilla_ [Obsolete@Nightstar-019eb622.as43234.net] has joined #code
14:20 Attilla [Obsolete@Nightstar-21c3000c.as43234.net] has quit [Ping timeout: 121 seconds]
14:22 Attilla_ is now known as Attilla
14:40 SmithKurosaki [smith@Nightstar-a8066b32.home1.cgocable.net] has joined #code
14:41
< SmithKurosaki>
Hey guys. Where does svn hide repository pulls on ubuntu
14:42<~Vornicus> svn I believe depends on dotfolders.
14:42<~Vornicus> Well, client side. I don't remember the way it works server side.
14:44
< SmithKurosaki>
I want to make something I just checked out, but I can't find the folder with the makefile in it
14:44
< SmithKurosaki>
I tried the home/.gtkevemon folder, but it complains of not having a make file
14:45
<@jerith>
How did you check it out?
14:47
< SmithKurosaki>
svn checkout svn://svn.battleclinic.com/GTKEVEMon/trunk/gtkevemon
14:47
< SmithKurosaki>
While in home folder
14:47
<@jerith>
Then it should be in ~/gtkvemon
14:47
< SmithKurosaki>
kk
14:47
<@jerith>
If you provide a second parameter to the svn command, it'll use that as the local path for the repository.
14:47
< SmithKurosaki>
I guess I will try to repull it again and see if that will fix it
14:48
< SmithKurosaki>
Like add ~/gtkevemon on the end
14:48
<@jerith>
Did the checkout succeed?
14:48
< SmithKurosaki>
Of course, I don't think it actually pulled before lol
14:48 * SmithKurosaki is retarded
14:48
< SmithKurosaki>
I hate mornings
14:50
< SmithKurosaki>
And now it is being silly and I have to edit $PATH ;.;
14:56
< SmithKurosaki>
I guess I will stick with the version I am using instead of trying to get the new svn version working right now
15:58 SmithKurosaki [smith@Nightstar-a8066b32.home1.cgocable.net] has quit [Ping timeout: 121 seconds]
16:10 Attilla [Obsolete@Nightstar-019eb622.as43234.net] has quit [Client closed the connection]
16:11 Attilla [Obsolete@Nightstar-019eb622.as43234.net] has joined #code
16:24 celticminstrel [celticminst@Nightstar-5d22ab1d.cable.rogers.com] has joined #code
16:30 Attilla_ [Obsolete@Nightstar-019eb622.as43234.net] has joined #code
16:31 Attilla [Obsolete@Nightstar-019eb622.as43234.net] has quit [Ping timeout: 121 seconds]
17:01 Vornicus [vorn@ServerAdministrator.Nightstar.Net] has quit [[NS] Quit: ]
17:09
< maoranma>
Oh god, EVE
17:09
< maoranma>
Glad my laptop can't run it
17:26 Vornicus [vorn@ServerAdministrator.Nightstar.Net] has joined #code
17:26 mode/#code [+qo Vornicus Vornicus] by ChanServ
17:32 Attilla_ is now known as Attilla
17:58 Eri is now known as Eri|STECSfJLA
18:37 eckse [eckse@Nightstar-435a7b09.dsl.sentex.ca] has joined #code
18:43 Derakon[AFK] [Derakon@Nightstar-a3b183ae.ca.comcast.net] has quit [Ping timeout: 121 seconds]
19:00 Derakon [Derakon@Nightstar-a3b183ae.ca.comcast.net] has joined #code
19:00 mode/#code [+ao Derakon Derakon] by ChanServ
19:00 Vash [Vash@Nightstar-8697fea9.wlfrct.sbcglobal.net] has joined #code
19:01 mode/#code [+o Vash] by ChanServ
19:01 Vornicus [vorn@ServerAdministrator.Nightstar.Net] has quit [[NS] Quit: Leaving]
19:05 Vornicus [vorn@ServerAdministrator.Nightstar.Net] has joined #code
19:05 mode/#code [+qo Vornicus Vornicus] by ChanServ
19:35 Eri|STECSfJLA [Eri@Nightstar-3e5deec3.gv.shawcable.net] has quit [Operation timed out]
19:49 Eri|STECSfJLA [Eri@Nightstar-3e5deec3.gv.shawcable.net] has joined #code
19:59 Kindamoody|out [Kindamoody@Nightstar-5507a6b5.tbcn.telia.com] has joined #code
19:59 mode/#code [+o Kindamoody|out] by ChanServ
20:00 Kindamoody|out is now known as Kindamoody
20:00 Kindamoody|work [Kindamoody@Nightstar-198b2b60.cust.tele2.se] has quit [Ping timeout: 121 seconds]
20:51 Vash [Vash@Nightstar-8697fea9.wlfrct.sbcglobal.net] has quit [[NS] Quit: I <3craft Vorn!]
21:05 Kindamoody is now known as Kindamoody[zZz]
21:10 cpux [cpux@Nightstar-c5874a39.dyn.optonline.net] has joined #code
21:11 iospace is now known as io|FOOTBALL
21:34 io|FOOTBALL is now known as io|PACKERS
21:41
< maoranma>
Mounted my almost 700GiB drive onto the back of my laptop screen :P
21:41
< maoranma>
INDUSTRIAL
21:41
< maoranma>
STENGTH
21:41
< maoranma>
velcro...
21:45 mas [masa@Nightstar-6b218ddc.adsl.virginmedia.com] has joined #code
21:47
<@Tamber>
XD
21:48 masa [masa@Nightstar-6b218ddc.adsl.virginmedia.com] has quit [Ping timeout: 121 seconds]
21:58 mas [masa@Nightstar-6b218ddc.adsl.virginmedia.com] has left #code []
22:04 himi [fow035@Nightstar-5d05bada.internode.on.net] has quit [Operation timed out]
22:08
< celticminstrel>
Blah, everything I can find on Lion's "hold key to get accented possibilities" feature is either praising it or explaining how to turn it off... why isn't there a way to change the trigger?
22:13
<@Ling>
Because being able to control the device you bought is a sin. Why are you trying to sin?
22:19 Stalker [Z@Nightstar-3602cf5a.cust.comxnet.dk] has quit [Ping timeout: 121 seconds]
22:21 celticminstrel [celticminst@Nightstar-5d22ab1d.cable.rogers.com] has quit [Connection closed]
22:25 gruber [lenin@Nightstar-202a5047.priv.bahnhof.se] has joined #code
22:28 gnolam [lenin@Nightstar-202a5047.priv.bahnhof.se] has quit [Ping timeout: 121 seconds]
22:40 eckse [eckse@Nightstar-435a7b09.dsl.sentex.ca] has quit [Connection closed]
22:40 eckse [eckse@Nightstar-435a7b09.dsl.sentex.ca] has joined #code
23:08 himi [fow035@D741F1.243F35.CADC30.81D435] has joined #code
23:08 mode/#code [+o himi] by ChanServ
23:34 celticminstrel [celticminst@Nightstar-5d22ab1d.cable.rogers.com] has joined #code
23:37 gruber is now known as gnolam
23:40
< celticminstrel>
This character picker thing would be incredibly useful if it didn't override key repetition...
--- Log closed Mon Jan 16 00:00:19 2012
code logs -> 2012 -> Sun, 15 Jan 2012< code.20120114.log - code.20120116.log >

[ Latest log file ]