--- Log opened Sat Dec 05 00:00:01 2009 |
00:03 | | MyCatSchemes [mycatverbs@Nightstar-f43ca811.blueyonder.co.uk] has joined #code |
00:03 | | MyCatVerbs [mycatverbs@Nightstar-492e7e67.co.uk] has quit [NickServ (GHOST command used by MyCatSchemes)] |
00:04 | | MyCatSchemes is now known as MyCatVerbs |
00:26 | | Vornicus-Latens is now known as Vornicus |
00:32 | | You're now known as TheWatcher[T-2] |
00:36 | | You're now known as TheWatcher[zZzZ] |
00:39 | | MyCatVerbs [mycatverbs@Nightstar-f43ca811.blueyonder.co.uk] has quit [[NS] Quit: zzzzzzzzzz] |
00:52 | | Attilla [The.Attilla@FBC920.398CA6.F5AD58.B7D1D3] has quit [Client closed the connection] |
01:30 | | Derakon[AFK] is now known as Derakon |
01:47 | | AbuDhabi [annodomini@Nightstar-b87577af.adsl.tpnet.pl] has quit [[NS] Quit: Egad. It's late. It will be early shortly.] |
02:10 | | dmlandrum [darren@8E7DA3.838E9A.6CA65A.A8EF5A] has joined #code |
02:19 | | Derakon is now known as Derakon[AFK] |
02:49 | | gnolam [lenin@Nightstar-38637aa0.priv.bahnhof.se] has quit [[NS] Quit: Apparently, I'm not being taken seriously here either.] |
02:59 | | * Vornicus ponders, converts his herd immunity thing into Python for an extended repetition run. |
03:36 | | Reiv-T2 [reaverta@ServerAdministrator.Nightstar.Net] has joined #code |
03:49 | | * Vornicus sets it to go, sits back and watches it work. |
04:28 | < Vornicus> | whups. Should turn on float division if I expect it to give me sensible answers. |
04:40 | < McMartin> | Heh. |
05:00 | < McMartin> | Meh. I see why they chose N=40 here. |
05:01 | | * McMartin watches his program get to N=39 and stall out horribly. |
05:01 | < McMartin> | And memory usage is 0.7% so it's not remotely thrashing. |
05:02 | < McMartin> | Aha. Finished in 5m. |
05:19 | | dmlandrum [darren@8E7DA3.838E9A.6CA65A.A8EF5A] has quit [[NS] Quit: Leaving] |
06:05 | < McMartin> | Oh man, #131 is amazing. |
06:09 | | * Vornicus is reminded that he wanted to port his answer for #101 from Excel to Python and then continue onward. |
06:12 | < Vornicus> | ...though I do not remember where I put my Excel version. |
06:13 | < Vornicus> | Ah well. Successive differences it is! |
06:14 | < McMartin> | ? |
06:15 | < McMartin> | Isn't #101 "Hey, program up Gaussian Elimination"? |
06:16 | | * Vornicus tosses McM at #projecteuler |
06:16 | < McMartin> | I need to do #128 to restore continuity (I did all the repunit stuff in a big whack). |
06:52 | | gnolam [lenin@Nightstar-38637aa0.priv.bahnhof.se] has joined #code |
06:59 | | Derakon[AFK] is now known as Derakon |
07:09 | | Thaqui [Thaqui@27B34E.D54D49.F53FA1.6A113C] has joined #code |
07:56 | | Derakon is now known as Derakon[AFK] |
08:05 | | Attilla [The.Attilla@FBC920.398CA6.F5AD58.B7D1D3] has joined #code |
08:16 | < Vornicus> | Random bit tricks: Two numbers have disjoint set bits if (j + k) == (j | k) |
08:20 | | * jerith nods. |
08:46 | | Namegduf [namegduf@Nightstar-7ec84b32.bath.ac.uk] has quit [[NS] Quit: Heading across the country, be back this evening.] |
09:19 | | Rhamphoryncus [rhamph@Nightstar-a62bd960.abhsia.telus.net] has quit [Client exited] |
09:31 | | You're now known as TheWatcher |
10:03 | | Reiv-T2 is now known as Reiver |
10:03 | | mode/#code [+qo Reiver Reiver] by ChanServ |
10:04 | | Attilla [The.Attilla@FBC920.398CA6.F5AD58.B7D1D3] has quit [Ping timeout: 121 seconds] |
10:10 | | Attilla [The.Attilla@FBC920.480E8C.EFFF82.B2CEA7] has joined #code |
10:10 | | mode/#code [+o Attilla] by Reiver |
10:38 | | Vornicus is now known as Vornicus-Latens |
10:46 | | AnnoDomini [annodomini@Nightstar-b87577af.adsl.tpnet.pl] has joined #code |
10:46 | | mode/#code [+o AnnoDomini] by Reiver |
10:50 | <@AnnoDomini> | "Can't locate LWP/UserAgent.pm in @INC (...)" |
10:50 | <@AnnoDomini> | What can I do about this error message? |
11:03 | <@TheWatcher> | ensure that libwww-perl is installed? |
11:03 | <@TheWatcher> | LWP::UserAgent is included in the libwww-perl package, so |
11:03 | <@AnnoDomini> | How do I do that? |
11:04 | <@TheWatcher> | If you're on linux, ask your package manager to install it |
11:04 | <@AnnoDomini> | I'm not on Linux. |
11:06 | <@TheWatcher> | So what are you on, and how are you installing perl? |
11:08 | <@AnnoDomini> | I'm on WinXPSP3 and I'm getting this message when I run irssi - one of the scripts throws an error when it attempts to load it. |
11:11 | <@TheWatcher> | Let me grab the windows binary of irssi and see how it's getting its perl terp |
11:15 | <@TheWatcher> | Well, it looks like it's using the cygwin version of perl |
11:17 | <@TheWatcher> | So getting libwww-perl installed is probably going to involve installing cygwin, gcc, perl, using CPAN to pull down and compile and install libwww-perl and dependencies, and then either force irssi to use cygwin's perl or move the files over into the irssi install |
11:17 | <@TheWatcher> | So, yeah, I'd just forget about the plugin ¬¬ |
11:18 | <@AnnoDomini> | Okay. |
12:04 | | You're now known as TheWatcher[afk] |
12:09 | <@jerith> | http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-se lf-contained-tags/1732454#1732454 <-- Best. StackOverflow. EVAR. |
12:12 | <~Reiver> O.o |
12:12 | <~Reiver> I, uh, take it that a lot of people think you can parse HTML with regex and fail, then? |
12:12 | <@TheWatcher[afk]> | you're missing a comma, there ¬¬ |
12:13 | <~Reiver> I ran out of places to put them ¬¬ |
12:13 | | * TheWatcher[afk] drops one in between 'regex' and 'and' |
12:13 | | * TheWatcher[afk] now really afks |
12:21 | | Thaqui [Thaqui@27B34E.D54D49.F53FA1.6A113C] has quit [Connection closed] |
12:38 | < gnolam> | jerith: Hah |
12:57 | | SmithKurosaki [Smith@Nightstar-f933638e.dsl.teksavvy.com] has quit [Ping timeout: 121 seconds] |
13:02 | | SmithKurosaki [Smith@Nightstar-f933638e.dsl.teksavvy.com] has joined #code |
13:22 | | MyCatSchemes [mycatverbs@Nightstar-f43ca811.blueyonder.co.uk] has joined #code |
14:35 | | You're now known as TheWatcher |
--- Log closed Sat Dec 05 14:40:48 2009 |
--- Log opened Sat Dec 05 14:44:38 2009 |
14:44 | | TheWatcher [chris@Nightstar-b4529b0c.zen.co.uk] has joined #code |
14:44 | | Irssi: #code: Total of 19 nicks [3 ops, 0 halfops, 0 voices, 16 normal] |
14:44 | | mode/#code [+o TheWatcher] by Reiver |
14:45 | | Irssi: Join to #code was synced in 56 secs |
--- Log closed Sat Dec 05 14:57:59 2009 |
--- Log opened Sat Dec 05 15:19:43 2009 |
15:19 | | TheWatcher [chris@Nightstar-b4529b0c.zen.co.uk] has joined #code |
15:19 | | Irssi: #code: Total of 18 nicks [3 ops, 0 halfops, 0 voices, 15 normal] |
15:19 | | mode/#code [+o TheWatcher] by Reiver |
15:20 | | Tarinaky [Tarinaky@Nightstar-52356a03.adsl.virginmedia.net] has joined #code |
15:20 | | Irssi: Join to #code was synced in 50 secs |
15:31 | | AbuDhabi [annodomini@Nightstar-434a0f70.adsl.tpnet.pl] has joined #code |
15:33 | | AnnoDomini [annodomini@Nightstar-b87577af.adsl.tpnet.pl] has quit [Ping timeout: 121 seconds] |
15:36 | | MyCatSchemes [mycatverbs@Nightstar-f43ca811.blueyonder.co.uk] has quit [Ping timeout: 121 seconds] |
15:38 | | Tarinaky [Tarinaky@Nightstar-52356a03.adsl.virginmedia.net] has quit [Connection closed] |
15:40 | | MyCatSchemes [mycatverbs@Nightstar-f43ca811.blueyonder.co.uk] has joined #code |
17:00 | | Rhamphoryncus [rhamph@Nightstar-a62bd960.abhsia.telus.net] has joined #code |
17:16 | | You're now known as TheWatcher[afk] |
17:48 | | Derakon[AFK] is now known as Derakon |
18:19 | | You're now known as TheWatcher |
--- Log closed Sat Dec 05 18:28:12 2009 |
--- Log opened Sat Dec 05 18:33:23 2009 |
18:33 | | TheWatcher [chris@Nightstar-b4529b0c.zen.co.uk] has joined #code |
18:33 | | Irssi: #code: Total of 19 nicks [2 ops, 0 halfops, 0 voices, 17 normal] |
18:33 | | mode/#code [+o TheWatcher] by Reiver |
18:34 | | Irssi: Join to #code was synced in 56 secs |
20:21 | | Vornicus-Latens is now known as Vornicus |
21:46 | | dmlandrum [darren@8E7DA3.838E9A.6CA65A.A8EF5A] has joined #code |
21:51 | < AbuDhabi> | gnolam: Is there a way to define the style for a specific edge in a table? I mean, I want to bold the left edge of a cell, but don't know how to do that without bolding the others. |
21:53 | < gnolam> | border-right: |
21:53 | < gnolam> | *left |
21:53 | | * MyCatSchemes giggles. |
21:53 | < gnolam> | e.g. border-left: 3px solid black; |
21:54 | < AbuDhabi> | Forgot to specify - Open Office. |
21:54 | < gnolam> | Ah. I was assuming HTML+CSS. :) |
21:55 | < MyCatSchemes> | OOo does that. It has to, because Excel does that. :) |
21:55 | < MyCatSchemes> | Same interface as Excel even, pretty much. |
21:55 | < gnolam> | Select the cells->Format Cells->Borders->select a line style->click the left edge. |
21:55 | < MyCatSchemes> | Right click on a cell (or set of cells), format ce... |
21:56 | < MyCatSchemes> | Beaten to it. |
21:56 | < dmlandrum> | Okay, I had to send back my new motherboard and CPU because apparently power supply standards changed a bit since I got this current case two years ago. |
21:56 | < dmlandrum> | Now, the secondary connector is a 4x2, for which I had no match on my current Antec supply. It has a 2x2. |
21:57 | < dmlandrum> | This annoyed me slightly. |
21:57 | < dmlandrum> | So now, I'm hunting for a new mobo/CPU that can use my current supply. |
21:57 | < AbuDhabi> | gnolam: There doesn't seem to be a Format Cells. |
21:57 | < dmlandrum> | And I have no idea what to even look for or ask about. |
21:59 | < gnolam> | Second option when you right click. |
22:00 | < gnolam> | Also the second option in the "Format" menu. |
22:00 | < AbuDhabi> | What version of OO are we talking about? |
22:01 | < gnolam> | 3.0. |
22:01 | < gnolam> | But it's been in there for... forever. |
22:02 | < AbuDhabi> | Weird. I have "Character..." as the second option of the Format menu. |
22:03 | < AbuDhabi> | Whoah. It's 2300 already? |
22:06 | < MyCatSchemes> | dmlandrum, you just want a new ATX power supply. |
22:07 | < MyCatSchemes> | Oh no, maybe you don't. What the heck's the 4x2? |
22:07 | < dmlandrum> | It's a variant for the CPU power connector I wasn't aware existed. |
22:07 | < MyCatSchemes> | Wikipedia says it's either AMD GES, or EPS12V. |
22:08 | < dmlandrum> | And no, I'm spending more than I want already. Buying a new power supply too will strain me to the point that I'll give up the fucking thing first. |
22:08 | < dmlandrum> | It's a perfectly functional and recently tested Antec power supply. |
22:08 | < MyCatSchemes> | Er, okay. |
22:08 | < MyCatSchemes> | But power supplies are a Hell of a lot cheaper and easier to swap than CPUs or motherboards. |
22:08 | < dmlandrum> | But the motherboard is what fried to begin with. |
22:09 | < dmlandrum> | So that gets replaced no matter what. |
22:09 | < MyCatSchemes> | Oh, fair enough then. |
22:09 | < dmlandrum> | So, I thought, hey, I'll upgrade to a new CPU while I'm at it, they're cheap, but apparently, my perfectly okay power supply is no longer good enough, and that annoys me. |
22:10 | < MyCatSchemes> | Sucks that it wasn't made obvious up front that you'd need a new PSU to run the new chip and mobo with. |
22:11 | < dmlandrum> | And that brings me back to my dilemma: how do I order a new mobo and know in advance what kind of CPU power connector it requires? |
22:11 | < dmlandrum> | There's always going Intel, I guess. |
22:15 | < MyCatSchemes> | Nah, some of their newer machines require another new 8-pin connector. |
22:16 | < dmlandrum> | So... |
22:16 | < dmlandrum> | So... |
22:17 | < dmlandrum> | Argh!@ |
22:17 | < dmlandrum> | I hate this fucking netbook keyboard. |
22:17 | < dmlandrum> | Can you tell I'm pissed yet? |
22:19 | < dmlandrum> | Anyway, I'm basically running into forced obsolescence. |
22:19 | < MyCatSchemes> | Yes. I could tell you were pissed off twenty two minutes ago. |
22:19 | < dmlandrum> | No wonder our landfills are filling up at record rates. |
23:31 | | Attilla [The.Attilla@FBC920.480E8C.EFFF82.B2CEA7] has quit [Ping timeout: 121 seconds] |
23:37 | | Attilla [The.Attilla@FBC920.480E8C.EFFF82.B2CEA7] has joined #code |
23:37 | | mode/#code [+o Attilla] by Reiver |
--- Log closed Sun Dec 06 00:00:17 2009 |