--- Log opened Sun May 02 00:00:26 2010 |
00:08 | | AgentIchiro [Smith@Nightstar-136edb74.cable.rogers.com] has quit [[NS] Quit: Leaving] |
00:09 | | SmithKurosaki [Smith@Nightstar-85fffd27.dsl.teksavvy.com] has joined #code |
00:34 | | You're now known as TheWatcher[T-2] |
00:40 | | You're now known as TheWatcher[zZzZ] |
01:07 | | Alek [omegaboot@Nightstar-c5f3565b.il.comcast.net] has quit [Ping timeout: 121 seconds] |
02:04 | | Alek [omegaboot@Nightstar-c5f3565b.il.comcast.net] has joined #code |
02:17 | | Attilla [Attilla@FBC920.398CA6.FC4697.2D0785] has quit [Connection reset by peer] |
03:06 | | Serah [Z@26ECB6.A4B64C.298B52.D80DA0] has quit [Ping timeout: 121 seconds] |
03:26 | | gnolam [lenin@Nightstar-38637aa0.priv.bahnhof.se] has quit [[NS] Quit: Z?] |
03:37 | | Alek [omegaboot@Nightstar-c5f3565b.il.comcast.net] has quit [[NS] Quit: beroot...] |
03:39 | | Serah [Z@3A600C.A966FF.5BF32D.8E7ABA] has joined #code |
03:39 | | Alek [omegaboot@Nightstar-c5f3565b.il.comcast.net] has joined #code |
04:07 | | Zed [Zed@Nightstar-e4835f03.or.comcast.net] has joined #code |
04:34 | | Thaqui [Thaqui@27B34E.D54D49.F53FA1.6A113C] has joined #code |
04:35 | | Taki^ [jwjw@Nightstar-9b459f81.consolidated.net] has quit [Ping timeout: 121 seconds] |
04:40 | | Taki^ [jwjw@Nightstar-9b459f81.consolidated.net] has joined #code |
04:52 | | Orthia [orthianz@Nightstar-5cc102e1.xnet.co.nz] has joined #code |
05:22 | | Serah [Z@3A600C.A966FF.5BF32D.8E7ABA] has quit [[NS] Quit: If the world didn't suck, we'd all fall off.] |
05:25 | | Serah [Z@3A600C.A966FF.5BF32D.8E7ABA] has joined #code |
06:41 | | Derakon is now known as Derakon[AFK] |
07:03 | | Vornicus is now known as Vornicus-Latens |
07:07 | | celticminstrel [celticminstre@Nightstar-f8b608eb.cable.rogers.com] has quit [[NS] Quit: *hums* Can't stay now!] |
07:26 | | Rhamphoryncus [rhamph@Nightstar-8931f88f.abhsia.telus.net] has joined #code |
07:33 | | Taki^ [jwjw@Nightstar-9b459f81.consolidated.net] has quit [Ping timeout: 121 seconds] |
07:37 | | Taki^ [jwjw@Nightstar-9b459f81.consolidated.net] has joined #code |
07:50 | | Serah [Z@3A600C.A966FF.5BF32D.8E7ABA] has quit [Ping timeout: 121 seconds] |
08:41 | | crem [moo@Nightstar-8ca3eea7.adsl.mgts.by] has quit [Ping timeout: 121 seconds] |
09:35 | | You're now known as TheWatcher |
09:43 | | crem [moo@Nightstar-8ca3eea7.adsl.mgts.by] has joined #code |
09:49 | | crem [moo@Nightstar-8ca3eea7.adsl.mgts.by] has quit [Ping timeout: 121 seconds] |
10:01 | | crem [moo@Nightstar-8ca3eea7.adsl.mgts.by] has joined #code |
10:02 | | Attilla [Attilla@FBC920.398CA6.FC4697.2D0785] has joined #code |
10:02 | | mode/#code [+o Attilla] by Reiver |
10:55 | | Rhamphoryncus [rhamph@Nightstar-8931f88f.abhsia.telus.net] has quit [Client exited] |
12:36 | | ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has quit [Operation timed out] |
12:38 | | SmithKurosaki [Smith@Nightstar-85fffd27.dsl.teksavvy.com] has quit [Ping timeout: 121 seconds] |
12:55 | | gnolam [lenin@Nightstar-38637aa0.priv.bahnhof.se] has joined #code |
13:40 | < Orthia> | Somewhere in this logic loop, my code is missing the final item in an array. How odd. And annoying. >_> |
13:51 | < Orthia> | Not least because I /know/ it is adding the final item |
13:51 | < Orthia> | Yet it is not remembering it? whut. |
13:52 | < Tarinaky> | Make sure the loop's condition is right? (<= vs <) |
14:10 | | SmithKurosaki [Smith@Nightstar-136edb74.cable.rogers.com] has joined #code |
14:11 | | SmithKurosaki is now known as AgentIchiro |
14:20 | | celticminstrel [celticminstre@Nightstar-f8b608eb.cable.rogers.com] has joined #code |
14:23 | < Orthia> | har, it was close~ |
14:27 | < Orthia> | Now I just have to have it calculate the math properly. ;_; |
14:44 | < Orthia> | Joyous. Hum. |
14:44 | < Orthia> | I had thought I'd fixed that quirk already. |
14:44 | < Orthia> | Apparently not. |
14:54 | | Orthia [orthianz@Nightstar-5cc102e1.xnet.co.nz] has quit [Ping timeout: 121 seconds] |
14:55 | | Orthia [orthianz@Nightstar-1abedb47.xnet.co.nz] has joined #code |
15:08 | < Orthia> | ... thefuck. |
15:09 | < Orthia> | i is the variable tracking which device type the dynamic program is working on at the moment. So it first creates collections of item 0, then items 0 and 1, then items 0 and 1 and 2, etc |
15:10 | < Orthia> | It does this by making collections of item 0 (x1, x2, etc), then taking those collections and adding n of item 1 to them, then taking all of these collections and adding (new)n of item 2, etc. |
15:11 | < Orthia> | I have a bit of code that checks whether the number of devices in a set is smaller than i - that is, if I'm working on the 3rd item, and my collection (after the third item has been added to all the new sets), has only 1 or 2 items present... it's deleted. |
15:12 | < Orthia> | When I have this bit of code present, my final result for "Best combo available for a given price" is always 2x of each device. |
15:12 | < Orthia> | When I /remove/ this bit of code, it leaves off the final device. |
15:12 | < Orthia> | The fuck. |
15:28 | | Serah [Z@26ECB6.A4B64C.298B52.D80DA0] has joined #code |
15:30 | | Serah [Z@26ECB6.A4B64C.298B52.D80DA0] has quit [[NS] Quit: If the world didn't suck, we'd all fall off.] |
15:32 | | Serah [Z@26ECB6.A4B64C.298B52.D80DA0] has joined #code |
--- Log closed Sun May 02 15:56:58 2010 |
--- Log opened Sun May 02 15:57:32 2010 |
15:57 | | TheWatcher [chris@Nightstar-b4529b0c.zen.co.uk] has joined #code |
15:57 | | Irssi: #code: Total of 24 nicks [10 ops, 0 halfops, 0 voices, 14 normal] |
15:57 | | mode/#code [+o TheWatcher] by Reiver |
15:58 | | Irssi: Join to #code was synced in 55 secs |
16:01 | | ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has joined #code |
16:01 | | mode/#code [+o ToxicFrog] by Reiver |
16:03 | | AgentIchiro [Smith@Nightstar-136edb74.cable.rogers.com] has quit [[NS] Quit: Leaving] |
16:03 | | SmithKurosaki [Smith@Nightstar-1ae2330d.dsl.teksavvy.com] has joined #code |
16:39 | | Derakon[AFK] is now known as Derakon |
17:03 | | AnnoDomini [annodomini@Nightstar-5720966b.adsl.tpnet.pl] has joined #code |
17:03 | | mode/#code [+o AnnoDomini] by Reiver |
17:45 | | Serah is now known as SerRP |
18:04 | | Orthia [orthianz@Nightstar-1abedb47.xnet.co.nz] has quit [Connection reset by peer] |
18:20 | | Vornicus-Latens is now known as Vornicus |
18:40 | | Thaqui [Thaqui@27B34E.D54D49.F53FA1.6A113C] has quit [[NS] Quit: This computer has gone to sleep] |
19:00 | < Tarinaky> | if (0x2B || !0x2B) then throw question(*this) |
19:00 | < Tarinaky> | +; |
19:10 | < gnolam> | ... |
19:10 | < Tarinaky> | >.> <.< >.> |
19:12 | <@cpux> | lol |
19:43 | <@ToxicFrog> | |
20:15 | | Rhamphoryncus [rhamph@Nightstar-8931f88f.abhsia.telus.net] has joined #code |
20:35 | | Rhamphoryncus [rhamph@Nightstar-8931f88f.abhsia.telus.net] has quit [Client exited] |
21:01 | | AnnoDomini [annodomini@Nightstar-5720966b.adsl.tpnet.pl] has quit [Ping timeout: 121 seconds] |
21:02 | | AnnoDomini [annodomini@Nightstar-7ff892b8.adsl.tpnet.pl] has joined #code |
21:02 | | mode/#code [+o AnnoDomini] by Reiver |
21:05 | | Syloqs-AFH [Syloq@NetworkAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
21:09 | | Vornicus is now known as Finerty |
21:09 | | crem [moo@Nightstar-8ca3eea7.adsl.mgts.by] has quit [Client closed the connection] |
21:12 | | Syloqs_AFH [Syloq@NetworkAdministrator.Nightstar.Net] has joined #code |
21:14 | | Syloqs_AFH is now known as Syloqs-AFH |
21:42 | | SmithKurosaki [Smith@Nightstar-1ae2330d.dsl.teksavvy.com] has quit [Connection closed] |
21:54 | | SmithKurosaki [Smith@Nightstar-1ae2330d.dsl.teksavvy.com] has joined #code |
22:08 | | SerRP is now known as Serah |
22:11 | | * Finerty pokes around for a place to host a 100-line javascript thing. |
22:12 | <@jerith> | What kind of Javascript thing? |
22:12 | <@jerith> | I can toss another vhsot next to your wiki, if you like. |
22:13 | <@Finerty> | It's just something that does a little tiny bit of semi-trivial data processing on stuff you put in two input boxes. |
22:13 | <@Derakon> | Is DynDNS out of the question? |
22:14 | <@Finerty> | I can't host locally, unfortunately |
22:14 | <@jerith> | Vorn doesn't have a stable box to host on at the moment, iirc. |
22:14 | <@Finerty> | No, I don't have a box that's got 80 open. |
22:14 | <@jerith> | Ah. |
22:14 | | Orthia [orthianz@Nightstar-39489e2b.xnet.co.nz] has joined #code |
22:15 | <@Derakon> | Well, I can toss it up on my webspace, but no guarantees on how long it'll stay there. |
22:15 | <@Derakon> | (That said, I don't clean up my Sites directory at all often) |
22:15 | <@jerith> | Anyways, I can host it for you. You'll need to prod me to update it if necessary. |
22:15 | < Orthia> | what's this? |
22:16 | <@jerith> | 23:11 * Finerty pokes around for a place to host a 100-line javascript thing. |
22:16 | <@jerith> | 23:12 <@jerith> What kind of Javascript thing? |
22:16 | <@jerith> | 23:12 <@jerith> I can toss another vhsot next to your wiki, if you like. |
22:16 | <@jerith> | 23:13 <@Finerty> It's just something that does a little tiny bit of semi-trivial data processing on stuff you put in two input boxes. |
22:16 | < Orthia> | aha |
22:17 | <@Finerty> | Der: catch |
22:21 | <@Finerty> | Hrm. |
22:21 | | * Finerty tries email, then. |
22:22 | <@Derakon> | Got it. |
22:23 | <@Derakon> | http://derakon.dyndns.org/~chriswei/temp/adder.html |
22:23 | <@Derakon> | Doesn't work for me, though. |
22:23 | <@Derakon> | Error: document.getElementById("firstbox").value.trim is not a function |
22:23 | <@Derakon> | Source File: http://derakon.dyndns.org/~chriswei/temp/adder.html |
22:23 | <@Derakon> | Line: 11 |
22:24 | <@jerith> | Works fine in fx here. |
22:24 | <@Derakon> | (OSX Firefox 3) |
22:24 | | * Finerty eyes that. |
22:25 | <@Finerty> | trim is a standard string function. is it telling me that value there is not? |
22:31 | | hobbitprog [hobbit@Nightstar-9bd338b1.okcbok.sbcglobal.net] has joined #code |
22:32 | <@Finerty> | wtf, okay, I'm getting that error too, in safari. but there's clearly a thing there, what is going on... |
22:33 | | celticminstrel [celticminstre@Nightstar-f8b608eb.cable.rogers.com] has left #code [] |
22:35 | <@Finerty> | fuck, is it automatically numberizing it or something? |
22:48 | <@Finerty> | oh. that's why, trim is 3.5 and later. gotta build a regex. |
22:55 | <@McMartin> | \o/ |
22:55 | <@McMartin> | Standards are great! There are so many to choose from |
22:56 | <@Finerty> | ah, fixed. |
22:57 | | * Finerty resends. |
23:06 | <@Finerty> | (then once it's up I can show it around to the people I actually wanted to show it to.) |
23:13 | <@TheWatcher> | McM: especially with Javascript >.< |
23:14 | | * Finerty pokes vaguely at Der |
23:19 | | * gnolam stumbles across his first unkillable process in Windows 7. |
23:22 | < gnolam> | Strangely, taskkill /F reports a successful kill, even though the process persists. |
23:22 | < gnolam> | Blargh. |
23:22 | | gnolam [lenin@Nightstar-38637aa0.priv.bahnhof.se] has quit [[NS] Quit: Reboot] |
23:23 | <@TheWatcher> | Vorn: if der isn't around, I can shove it on starforge for you |
23:23 | <@Finerty> | email? |
23:24 | <@TheWatcher> | chris@starforge.co.uk |
23:24 | <@Finerty> | sent |
23:25 | | gnolam [lenin@Nightstar-38637aa0.priv.bahnhof.se] has joined #code |
23:25 | <@TheWatcher> | http://starforge.co.uk/adder.html |
23:26 | | Orth [orthianz@Nightstar-f566a34d.xnet.co.nz] has joined #code |
23:27 | <@Finerty> | thank you! |
23:28 | | Orthia [orthianz@Nightstar-39489e2b.xnet.co.nz] has quit [Ping timeout: 121 seconds] |
23:29 | < gnolam> | Arrrrgh. |
23:29 | < gnolam> | Why does all hardware hate me today? :P |
23:30 | | gnolam [lenin@Nightstar-38637aa0.priv.bahnhof.se] has quit [[NS] Quit: Reboot] |
23:35 | <@McMartin> | gnolam: Gnrk. This annoys me because I'm *supposed* to know why that can happen, and it's slipping my mind. |
23:36 | <@McMartin> | (I've been doing WDK work for work lately) |
23:36 | <@McMartin> | I want to say "DLL unloading gets into a spinlock", but if you aren't also at 100% of one CPU core... |
23:38 | | gnolam [lenin@Nightstar-38637aa0.priv.bahnhof.se] has joined #code |
--- Log closed Mon May 03 00:00:21 2010 |