code logs -> 2009 -> Fri, 22 May 2009< code.20090521.log - code.20090523.log >
--- Log opened Fri May 22 00:00:55 2009
00:01 Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Ping Timeout]
00:28 Tarinaky [~Tarinaky@88.83.110.ns-10776] has joined #code
00:37 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has quit [Operation timed out]
00:39
<@McMartin>
Lessons learned today: Ubuntu 9.04 does not install on a machine with 32MB of RAM.
00:39
<@Derakon>
What would bring you to try such a thing?
00:40
<@McMartin>
Installing it into a VM without checking its default configuration.
00:41
<@Derakon>
Ahh.
00:41
<@Derakon>
Will it even try?
00:41
<@McMartin>
The kernel panics more or less immediately.
00:48
< Tarinaky>
Normally you have to pass a switch or use a different kernel image on the CD.
--- Log closed Fri May 22 00:54:33 2009
--- Log opened Fri May 22 00:54:57 2009
00:54 TheWatcher[zZzZ] [~chris@Nightstar-29731.dsl.in-addr.zen.co.uk] has joined #code
00:54 Irssi: #code: Total of 19 nicks [10 ops, 0 halfops, 1 voices, 8 normal]
00:55 mode/#code [+o TheWatcher[zZzZ]] by ChanServ
00:56 Irssi: Join to #code was synced in 82 secs
--- Log closed Fri May 22 01:02:29 2009
--- Log opened Fri May 22 01:02:49 2009
01:02 TheWatcher[zZzZ] [~chris@Nightstar-29731.dsl.in-addr.zen.co.uk] has joined #code
01:02 Irssi: #code: Total of 19 nicks [10 ops, 0 halfops, 1 voices, 8 normal]
01:02 mode/#code [+o TheWatcher[zZzZ]] by ChanServ
01:03 Irssi: Join to #code was synced in 56 secs
01:14 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code
01:14 mode/#code [+o ToxicFrog] by ChanServ
01:42 SmithKurosaki [~Jenn@Nightstar-7213.cpe.net.cable.rogers.com] has quit [Client exited]
01:44 SmithKurosaki [~Jenn@Nightstar-7213.cpe.net.cable.rogers.com] has joined #code
01:46 gnolam [lenin@Nightstar-1382.A163.priv.bahnhof.se] has quit [Quit: Z?]
02:22 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has quit [Operation timed out]
02:31 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code
02:31 mode/#code [+o ToxicFrog] by ChanServ
03:51 Consul [~consul@Nightstar-3249.dsl.sfldmi.ameritech.net] has joined #code
03:51 mode/#code [+o Consul] by ChanServ
03:51
<@Consul>
You know...
03:52
<@Consul>
Something amazingly simple and yet stupid just occurred to me...
03:52
<@Consul>
And I don't know why I didn't remember that there have been other reports of sound-related computer lockups being caused by Pulse...
03:52
<@Consul>
So maybe, just maybe, the problems I've been having this entire time is with Pulse.
03:53
<@Derakon>
Heh.
03:53
<@Consul>
Pulse is nice when it works, but when it doesn't, it's Satan's Plaything.
03:54
<@Consul>
It's worth an email to the LAU list, anyway.
04:16 Reiv [~82d94c4d@Nightstar-29731.dsl.in-addr.zen.co.uk] has joined #Code
04:21
<@ToxicFrog>
<Consul> Pulse is nice when it works, but when it doesn't, it's Satan's Plaything. <-- too true
04:22
<@ToxicFrog>
And I've had a lot experience with it not working ;.;
04:25 * Consul is busy chasing a junebug around his room...
04:35
<@Consul>
Got it@
04:35
<@Consul>
!
04:36
<@Consul>
Let's hear it for a glass and a greeting card.
04:36 * Consul waits for the "debugging" jokes.
--- Log closed Fri May 22 05:07:59 2009
--- Log opened Fri May 22 05:08:03 2009
05:08 TheWatcher[zZzZ] [~chris@Nightstar-29731.dsl.in-addr.zen.co.uk] has joined #code
05:08 Irssi: #code: Total of 20 nicks [11 ops, 0 halfops, 1 voices, 8 normal]
05:08 mode/#code [+o TheWatcher[zZzZ]] by ChanServ
05:08 Irssi: Join to #code was synced in 52 secs
05:20 Reiv [~82d94c4d@Nightstar-29731.dsl.in-addr.zen.co.uk] has joined #Code
05:20
< Reiv>
Quick math question:
05:21
< Reiv>
Is a 40% chance every 4 seconds the same as a 30% chance every 3?
05:22
< Reiv>
I'm not sure how to work the math out for such a probability-over-time thing.
05:23 * Reiv pokes Vornicus experimentally, he's good at this.
05:23
<@Derakon>
Depends on how long you iterate over and what you mean by "40% chance every 4 seconds".
05:23
<@Consul>
Blargh. Another f***ing junebug.
05:23
<@Vornicus>
Reiv: no.
05:23
< Reiv>
I have a progression I'm trying to look at.
05:23
<@Consul>
Now I have to wait for it to take flight again.
05:23
< Reiv>
It grants a 20/30/30 chance to have something happen every 4/4/3 seconds.
05:24
< Reiv>
I'm trying to work out whether that would be roughly equivalent to 20/30/40% chance over 4/4/4 seconds, or the like.
05:24
<@Vornicus>
The difference is mostly the standard deviation though.
05:24
< Reiv>
Because that progression is bloody strange and hurts my head to do the math.
05:25
< Reiv>
What's it do to the standard deviation, then?
05:26
<@Vornicus>
The averages are both 6 per minute; the standard deviations are sqrt(20*0.3*0.7) = 2.049 vs sqrt(15*0.4*0.7) = 1.897
05:26
<@Vornicus>
erp, 0.6 on the last, but I typed into Google correctly.
05:26
< Reiv>
right. That's good to know.
05:26
<@Vornicus>
(so still 1.897)
05:27
< Reiv>
So the second is both a more logical progression, and more reliable too?
05:28
<@Vornicus>
Well, the latter is "tighter" - it's more likely to give you 6 per minute than the former.
05:28
<@Vornicus>
But strictly speaking they're not equivalent.
05:29 * Vornicus fiddles with Excel.
05:33
< Reiv>
Well, I don't mind the standard deviation so much
05:33 * GeekSoldier is feeling strong in his excel-fu, having created a new automated DA6 in it.
05:34
< Reiv>
It was more the 'do these average out the same in effect' type deal.
05:37
<@GeekSoldier>
Vorn, if you need some obscenely nested iF() statements, I can certainly help!
05:38
< Reiv>
Okay, transferring computers. Feel free to keep answering; I'll pick 'em up.
05:39 Reiv [~82d94c4d@Nightstar-29731.dsl.in-addr.zen.co.uk] has quit [Quit: hometiem]
05:40
<@Vornicus>
http://www.flickr.com/photos/7861878@N06/3553516592/
05:41
<@Vornicus>
oh look I have a flickr account.
05:41
<@Vornicus>
Geek: my excel-fu is strong.
05:41
<@Vornicus>
Like, I get paid to teach others.
05:41 Alek [~omegaboot@Nightstar-24747.dsl.emhril.sbcglobal.net] has joined #code
05:43
<@Vornicus>
Eh. In the end it's a pretty subtle effect.
05:44
<@Derakon>
Vorn: You have a Flickr account...and you're using it to show graphs.
05:44
<@Derakon>
I...I could say I was surprised, but...
05:44
<@Vornicus>
Der: Yeah, I'm a nerd.
05:44
<@Vornicus>
It could be worse.
05:44
<@Vornicus>
It could be a DA account.
05:44
<@Derakon>
Hee.
05:45
<@Vornicus>
or, worse still, an FA account.
05:45
<@Derakon>
I think FA might complain about the lack of sex.
05:48
<@GeekSoldier>
Vorn: groovy. I get paid merely to impress the less sophisticated
05:50
<@Consul>
DA and FA? (be prepared to revoke my geek creds...)
05:50
<@Vornicus>
DeviantArt and FurAffinity
05:50
<@Derakon>
DeviantArt and FurAffinity.
05:51 * Vornicus wins.
05:51
<@Consul>
Oh, okay.
05:51
<@Derakon>
You forgot your punctuation~
05:51
<@Consul>
DA I should've known.
05:51
<@Vornicus>
piffle.
05:51
<@Consul>
That second one, I'm glad I did not know.
05:54 * Derakon snerks at the cast page. "Duke Strinbeck: One of the people behind the false Heterodyne. Currently learning to fly after threatening to have the airship crew flayed alive."
05:54
<@Derakon>
Mischan.
05:55
<@Consul>
Girl Genius fan here as well. :-)
05:56 * Vornicus has tried repeatedly to get into GG but can't seem to get past about 20 comics.
05:56
<@Consul>
I started buying it at the comic stand long before it became an online comic.
06:00
<@Vornicus>
Also, reasons I am glad I have a mac: I installed the developer tools. The same way I would install anything else. And I didn't have to reboot.
06:04 Syloqs-AFH [Syloq@ServicesAdmin.Nightstar.Net] has quit [Connection reset by peer]
06:04
<@Consul>
Why does the package containing the FLV codec depend upon the package containing firewire audio device drivers?
06:05
<@Consul>
Especially considering I don't have anything plugged into firewire, or any firewire device whatsoever sitting around.
06:05
<@Derakon>
Poor separation of libraries?
06:05
<@Vornicus>
whut
06:06 crem [~moo@Nightstar-28703.adsl.mgts.by] has quit [No route to host]
06:12
<@Consul>
I think my junebug either got trapped somewhere or finally died. Either way...
06:18 SmithKurosaki [~Jenn@Nightstar-7213.cpe.net.cable.rogers.com] has quit [Client exited]
06:19 SmithKurosaki [~Jenn@Nightstar-7213.cpe.net.cable.rogers.com] has joined #code
06:21
<@Consul>
Damn things a week early, anyway.
06:23
<@Reiver>
Vorn: That's a pretty awesome graph.
06:23 * Reiver ponders
06:24
<@Vornicus>
Reiver: it was not a hard graph to make.
06:25
<@Reiver>
Aye, but it answered my question nicely.
06:25
<@Reiver>
And also demonstrated just how little difference was between the two.
06:31 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has quit [Operation timed out]
06:34 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code
06:34 mode/#code [+o ToxicFrog] by ChanServ
06:53 * Vornicus gnaws the universe.
07:01 * Vornicus declares Bed.
07:02
<@Derakon>
Night, Vorn.
07:12 Vornicus is now known as Vornicus-Latens
07:17 Derakon is now known as Derakon[AFK]
07:23 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has quit [Operation timed out]
07:40 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code
07:40 mode/#code [+o ToxicFrog] by ChanServ
07:51 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has quit [Operation timed out]
07:54 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code
07:54 mode/#code [+o ToxicFrog] by ChanServ
08:03 AnnoDomini [AnnoDomini@Nightstar-29545.neoplus.adsl.tpnet.pl] has joined #Code
08:03 mode/#code [+o AnnoDomini] by ChanServ
08:23 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has quit [Ping Timeout]
08:25 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code
08:25 mode/#code [+o ToxicFrog] by ChanServ
08:29 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has quit [Operation timed out]
08:31 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code
08:31 mode/#code [+o ToxicFrog] by ChanServ
09:08 You're now known as TheWatcher
10:09 gnolam [lenin@Nightstar-1382.A163.priv.bahnhof.se] has joined #Code
10:09 mode/#code [+o gnolam] by ChanServ
10:55 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has quit [Operation timed out]
10:59 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code
10:59 mode/#code [+o ToxicFrog] by ChanServ
11:03 AnnoDomini [AnnoDomini@Nightstar-29545.neoplus.adsl.tpnet.pl] has quit [Ping Timeout]
11:10 AnnoDomini [AnnoDomini@Nightstar-28059.neoplus.adsl.tpnet.pl] has joined #Code
11:10 mode/#code [+o AnnoDomini] by ChanServ
11:15 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has quit [Ping Timeout]
11:20 Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code
11:20 mode/#code [+o Attilla] by ChanServ
11:33 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code
11:33 mode/#code [+o ToxicFrog] by ChanServ
12:40 Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Ping Timeout]
12:45 gnolam [lenin@Nightstar-1382.A163.priv.bahnhof.se] has quit [Ping Timeout]
12:50 Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code
12:50 mode/#code [+o Attilla] by ChanServ
13:04 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has quit [Ping Timeout]
13:07 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code
13:07 mode/#code [+o ToxicFrog] by ChanServ
13:11 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has quit [Operation timed out]
13:13 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code
13:13 mode/#code [+o ToxicFrog] by ChanServ
13:18 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has quit [Operation timed out]
13:25 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code
13:25 mode/#code [+o ToxicFrog] by ChanServ
13:25 Rhamphoryncus [~rhamph@Nightstar-7184.ed.shawcable.net] has quit [Quit: Rhamphoryncus]
13:26 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has quit [Operation timed out]
13:29 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code
13:29 mode/#code [+o ToxicFrog] by ChanServ
14:47 SmithKurosaki [~Jenn@Nightstar-7213.cpe.net.cable.rogers.com] has quit [Client exited]
14:48 SmithKurosaki [~Jenn@Nightstar-7213.cpe.net.cable.rogers.com] has joined #code
15:59 gnolam [lenin@Nightstar-1382.A163.priv.bahnhof.se] has joined #Code
15:59 mode/#code [+o gnolam] by ChanServ
16:05 Syloqs_AFH [Syloq@Admin.Nightstar.Net] has joined #code
16:06 Syloqs_AFH is now known as Syloqs-AFH
16:57 Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Ping Timeout]
17:03 Derakon[AFK] [~Derakon@Nightstar-4912.hsd1.ca.comcast.net] has quit [Operation timed out]
17:06 Derakon [~Derakon@Nightstar-4912.hsd1.ca.comcast.net] has joined #code
17:06 mode/#code [+o Derakon] by ChanServ
17:08 Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code
17:08 mode/#code [+o Attilla] by ChanServ
17:22 Gruber [lenin@Nightstar-1382.A163.priv.bahnhof.se] has joined #Code
17:22 Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Ping Timeout]
17:22 Netsplit Troika.TX.US.Nightstar.Net <-> Blargh.CA.US.Nightstar.Net quits: @gnolam, @Consul
17:26 Gruber is now known as gnolam
17:26 mode/#code [+o gnolam] by ChanServ
17:28 Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code
17:28 mode/#code [+o Attilla] by ChanServ
17:33 Consul [~consul@Nightstar-3249.dsl.sfldmi.ameritech.net] has joined #code
17:33 mode/#code [+o Consul] by ChanServ
18:08 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has quit [Ping Timeout]
18:11 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code
18:11 mode/#code [+o ToxicFrog] by ChanServ
18:57 Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Ping Timeout]
19:01 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has quit [Operation timed out]
19:07 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code
19:08 mode/#code [+o ToxicFrog] by ChanServ
19:16 Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code
19:16 mode/#code [+o Attilla] by ChanServ
20:27 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has quit [Operation timed out]
20:28 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code
20:29 mode/#code [+o ToxicFrog] by ChanServ
21:02 Rhamphoryncus [~rhamph@Nightstar-7184.ed.shawcable.net] has joined #code
21:03 Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Ping Timeout]
21:14 Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code
21:14 mode/#code [+o Attilla] by ChanServ
21:54 Derakon is now known as Derakon[AFK]
22:58 Derakon[AFK] is now known as Derakon
23:13 You're now known as TheWatcher[T-2]
23:15 You're now known as TheWatcher[zZzZ]
23:27 AnnoDomini [AnnoDomini@Nightstar-28059.neoplus.adsl.tpnet.pl] has quit [Quit: There is strength not only in *knowing* the self, but *knowing* how to bring it forth in others.]
--- Log closed Fri May 22 23:47:26 2009
--- Log opened Fri May 22 23:47:29 2009
23:47 TheWatcher [~chris@Nightstar-29731.dsl.in-addr.zen.co.uk] has joined #code
23:47 Irssi: #code: Total of 23 nicks [14 ops, 0 halfops, 1 voices, 8 normal]
23:47 mode/#code [+o TheWatcher] by ChanServ
23:48 Irssi: Join to #code was synced in 61 secs
23:48 TheWatcher[zZzZ] [~chris@Nightstar-29731.dsl.in-addr.zen.co.uk] has quit [Killed (NickServ (GHOST command used by TheWatcher))]
23:48 You're now known as TheWatcher[zZzZ]
23:51 C_tiger [~cheng@Nightstar-4505.hsd1.ca.comcast.net] has joined #code
23:51 mode/#code [+o C_tiger] by ChanServ
--- Log closed Sat May 23 00:00:10 2009
code logs -> 2009 -> Fri, 22 May 2009< code.20090521.log - code.20090523.log >