code logs -> 2007 -> Wed, 12 Sep 2007< code.20070911.log - code.20070913.log >
--- Log opened Wed Sep 12 00:00:31 2007
00:29 gnolam [~lenin@Nightstar-10613.8.5.253.static.se.wasadata.net] has quit [Quit: Z?]
00:45 ReivZzz is now known as ReivClass
00:53
< MinceR>
gn
01:10 You're now known as TheWatcher[T-2]
01:13 You're now known as TheWatcher[zZzZ]
03:10 Thaqui [~Thaqui@Nightstar-26823.jetstream.xtra.co.nz] has left #code [Leaving]
03:22 ReivUni [~82d94c4d@Nightstar-29731.dsl.in-addr.zen.co.uk] has joined #Code
03:30 * ReivUni stabbities IDLE
03:30
< ReivUni>
Why doth thou not run?
03:46 Vornicus is now known as Vornicus-Latens
04:03 * Chalcedon hugs ReivUni
04:03
<@Chalcedon>
is your install corrupted
04:03
<@Chalcedon>
*?
04:04
< ReivUni>
I don't -think- so, I just can't get IDLE to run.
04:09
<@Chalcedon>
woe
04:15 GeekSoldier|Bed is now known as GeekSoldier|work
05:30 Forj [~Forj@Nightstar-2472.ue.woosh.co.nz] has joined #code
05:30 mode/#code [+o Forj] by ChanServ
05:37
< EvilDarkLord>
ReivUni: Just use python from the command line.
05:38
<@McMartin>
That doesn't give you syntax highlighting, though.
05:39
< ReivUni>
Indeed.
05:39
< ReivUni>
Which is largely what I'm after. >.>
05:39
< EvilDarkLord>
True. And copy-paste support is worse. Of course, you can just use an editor that allows you to run your programs with the push of a button.
05:40
<@McMartin>
Unless you also want a REPL.
05:42
< EvilDarkLord>
Those can be handy. But if IDLE is not an alternative, this seems to be the best way. (Or just find another Python shell with syntax highlighting)
05:53 ReivUni [~82d94c4d@Nightstar-29731.dsl.in-addr.zen.co.uk] has quit [Quit: CGI:IRC (EOF)]
06:50 Thaqui [~Thaqui@Nightstar-26886.jetstream.xtra.co.nz] has joined #code
06:50 mode/#code [+o Thaqui] by ChanServ
07:08 ReivClass is now known as ReivOut
07:46 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has quit [Operation timed out]
08:21 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code
08:21 mode/#code [+o ToxicFrog] by ChanServ
08:29 ToxicFrog` [~ToxicFrog@99.225.4.ns-4838] has joined #code
08:29 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has quit [Operation timed out]
08:33 You're now known as TheWatcher
08:35 GeekSoldier|work [~Rob@Nightstar-4979.pools.arcor-ip.net] has quit [Ping Timeout]
08:49 gnolam [lenin@Nightstar-10613.8.5.253.static.se.wasadata.net] has joined #Code
08:49 mode/#code [+o gnolam] by ChanServ
10:02 Chalcedon is now known as ChalcyDishes
10:03 Forj is now known as ForjArgDishes
10:16 Kyrre [~Z@87.72.35.ns-3885] has quit [Ping Timeout]
10:42 Kyrre [~Z@87.72.35.ns-3885] has joined #Code
10:47 ChalcyDishes is now known as Chalcedon
10:56 ForjArgDishes is now known as Forj
11:46 Chalcedon [~Chalcedon@Nightstar-2472.ue.woosh.co.nz] has quit [Quit: slep]
11:55 Forj [~Forj@Nightstar-2472.ue.woosh.co.nz] has quit [Quit: Gone]
12:21 Attilla [~The.Attil@194.72.70.ns-11849] has quit [Ping Timeout]
12:56 MyCatVerbs [~rb6822@Nightstar-23831.cs.bris.ac.uk] has joined #code
13:08 Attilla [~The.Attil@194.72.70.ns-11849] has joined #code
13:16 Thaqui [~Thaqui@Nightstar-26886.jetstream.xtra.co.nz] has left #code [Leaving]
13:22
<@gnolam>
Any database gurus around?
13:23 * Vornicus-Latens is vaguely guru, what is it you need?
13:24 Vornicus-Latens is now known as Vornicus
13:27
<@gnolam>
Merging two forum databases.
13:28
<@Vornicus>
ah, ew
13:30
< MyCatVerbs>
What DB engine?
13:33
<@Vornicus>
And what forum software?
13:33
<@Vornicus>
If they're different you have a /really/ hard problem, not just a tricky one.
13:38
<@gnolam>
MySQL and a forum called "Snitz".
13:40 ToxicFrog` is now known as ToxicFrog
14:09 Attilla [~The.Attil@194.72.70.ns-11849] has quit [Ping Timeout]
16:58 MyCatVerbs [~rb6822@Nightstar-23831.cs.bris.ac.uk] has quit [Client exited]
17:16 You're now known as TheWatcher[afk]
17:32 * jerith sighs at these silly tests.
17:32
<@jerith>
Have I ever mentioned just how much I loathe XML?
17:32
<@jerith>
And when it's Java doing stuff with the XML...
17:45
<@McMartin>
Doesn't Java handle most of the XML crap under the hood for you?
17:48
<@jerith>
Well, the parsing and stuff.
17:48
<@jerith>
But I need to make sure namespaces and data types match across several different XML formats.
17:48
<@McMartin>
Ew, yeah, OK, that's ugly.
17:49
<@McMartin>
I admit, most of my contending with XML was done via Python, and basically just meant I got handed a bunch of nested dictionaries.
17:49
<@jerith>
Then the classes and attributes need to match waht's in the XML.
17:49
<@jerith>
*what
17:50
<@jerith>
I'm using a library that looks XDML files describing the mapping between other XML and a set of classes.
17:50
<@jerith>
s/XDM/XM?
17:52
<@jerith>
s/XDM/XM/ rather.
17:53
<@McMartin>
s/XDM/at XM/ even.
17:55
<@jerith>
Yeah.
18:01 GeekSoldier|work [~Rob@Nightstar-3131.pools.arcor-ip.net] has joined #code
18:02 GeekSoldier|work is now known as GeekSoldier
18:18 AbuDhabi [AnnoDomini@Nightstar-7050.neoplus.adsl.tpnet.pl] has joined #Code
18:19 AnnoDomini [AnnoDomini@Nightstar-28981.neoplus.adsl.tpnet.pl] has quit [Ping Timeout]
18:27 You're now known as TheWatcher
18:45 AbuDhabi is now known as AnnoDomini
19:25 Forj [~Forj@Nightstar-2472.ue.woosh.co.nz] has joined #code
19:25 mode/#code [+o Forj] by ChanServ
19:51 Forj [~Forj@Nightstar-2472.ue.woosh.co.nz] has quit [Quit: Gone]
22:56 Chalcedon [~Chalcedon@Nightstar-2472.ue.woosh.co.nz] has joined #code
22:56 mode/#code [+o Chalcedon] by ChanServ
23:29 Netsplit Blargh.CA.US.Nightstar.Net <-> Troika.TX.US.Nightstar.Net quits: @Pi, Raif, @Vornicus, EvilDarkLord, MinceR, GeekSoldier, AnnoDomini, MyCatVer1s, @jerith, @Chalain
23:30 Netsplit over, joins: AnnoDomini
23:30 mode/#code [+o AnnoDomini] by ChanServ
23:31 Netsplit over, joins: MinceR
23:32 MyCatVerbs [~mycatverb@Nightstar-13709.lurkingfox.co.uk] has joined #code
23:32 EvilDarkLord [~jjlehto3@Nightstar-2194.vipunen.hut.fi] has joined #code
23:33 EvilDarkLord is now known as NSGuest-1042
23:35 Chalain [~chalain@Admin.Nightstar.Net] has joined #code
23:35 mode/#code [+o Chalain] by ChanServ
23:35 Vornicus [~vorn@Admin.Nightstar.Net] has joined #code
23:35 mode/#code [+o Vornicus] by ChanServ
23:35 Raif_ [~corvusign@Nightstar-5406.hsd1.ca.comcast.net] has joined #code
23:35 Pi [~sysop@Nightstar-6875.hsd1.wa.comcast.net] has joined #code
23:35 GeekSoldier [~Rob@Nightstar-3131.pools.arcor-ip.net] has joined #code
23:35 jerith [~jerith@Nightstar-21563.slipgate.za.net] has joined #code
23:36 jerith is now known as NSGuest-1044
23:49 ReivOut is now known as Reiver
23:58 You're now known as TheWatcher[T-2]
--- Log closed Thu Sep 13 00:00:05 2007
code logs -> 2007 -> Wed, 12 Sep 2007< code.20070911.log - code.20070913.log >