--- Log opened Wed Oct 01 00:00:08 2008 |
00:07 | | crem [~moo@Nightstar-28703.adsl.mgts.by] has joined #code |
00:56 | | gnolam [lenin@79.136.60.ns-4387] has quit [Quit: Z?] |
01:45 | | Attilla [~The.Attil@Nightstar-9469.cdif.cable.ntl.com] has quit [Quit: <Insert Humorous and/or serious exit message here>] |
01:52 | | Bob_work [~c6b3e33a@Nightstar-23098.shawnetworks.com] has joined #Code |
02:00 | | * Vornicus tries to figure out what he wants to write. |
02:10 | < Bob_work> | Write a googleplex. |
02:12 | | * Shoukanjuu sighs, watches an idiot put in ./nickserv identify <password> - as written, of course, when trying to identify himself. |
02:13 | < Bob_work> | ouch. |
02:14 | <@Shoukanjuu> | You know those groans you get, when you just want to facepalm, but you're afraid you might crush your face should you try because it's so frustrating? |
02:18 | | * Bob_work knows them well. |
02:19 | < Bob_work> | Had a moment like that last night, when a store called me up to report they were completely off the network. |
02:19 | | MyCatVerbs [~mycatverb@Nightstar-13709.lurkingfox.co.uk] has quit [Operation timed out] |
02:20 | < Bob_work> | After spending 10 minutes on the phone, I finally found out the store was part of a network upgrade, and had a tech onsite replacing their routing equipment. |
02:44 | | Vornicus [~vorn@Admin.Nightstar.Net] has quit [Ping Timeout] |
03:53 | | Vornicus [~vorn@Admin.Nightstar.Net] has joined #code |
03:53 | | mode/#code [+o Vornicus] by ChanServ |
04:05 | <@Vornicus> | BORED |
04:06 | | * Consul throws a ball of yarn in Vorn's direction. |
04:06 | | * Consul ducks and runs. |
04:07 | <@Vornicus> | I just spent half an hour untangling yarn. I don't want to see any more. |
04:07 | <@Consul> | Hehe |
04:08 | <@Consul> | I was just writing up my project proposal for linear algebra class. We're supposed to do some research and write up a report on an application of matrices. |
04:08 | <@Consul> | I picked signal routing. |
04:10 | <@Vornicus> | awesome. |
04:11 | <@Vornicus> | I started working on a matrix-style graph traverser, but then realized that with only 2500 edges but 1000 nodes, I really don't need to do a billion operations per step. |
04:11 | <@Consul> | Heh |
04:11 | <@Consul> | Mine's will be much simpler than that. |
04:11 | <@Consul> | Just to show how to traverse a signal flow, basically. |
04:12 | <@Consul> | At least, I hope I can get it to work in Maple. |
04:12 | <@Vornicus> | (given an adjacency matrix, you can get the nodes that are two steps away from each other by multiplying the matrix - an n^3 operation) |
04:12 | <@Consul> | Yeah, I know that part. |
04:12 | <@Vornicus> | (by squaring the matrix, rather) |
04:13 | <@Consul> | We've played with stochastic matrices as well. |
04:14 | <@Consul> | I have an idea for something to implement as part of an audio DSP framework I'm going to try. |
04:14 | <@Consul> | I'm calling it a "smart matrix", even though the final implementation won't be a true matrix. |
04:15 | <@Consul> | Well, it will, but the solving won't be done with standard matrix operations. |
04:15 | <@Consul> | Err, I guess I'd have to give an example. |
04:17 | <@Consul> | Programmer can drop processing objects (we'll say one in and one out for simplicity) into a matrix, and specify the rate at which they'll work (the input and output sample rate). |
04:17 | <@Consul> | And it will be up to the solver to decide how to interface different nodes running at different rates. |
04:18 | <@Consul> | If an audio-rate node is outputing to a node asking for twice that rate, the solver will automatically insert an interpolation object (oversampling). |
04:18 | <@Consul> | Objects running at less than the sample rate will be treated as control signals. |
04:19 | <@Consul> | The steps in rates that objects can run at will have to be powers of two, though, I think. |
04:29 | | Vornicus [~vorn@Admin.Nightstar.Net] has quit [Ping Timeout] |
04:32 | | Vornicus [~vorn@Admin.Nightstar.Net] has joined #code |
04:32 | | mode/#code [+o Vornicus] by ChanServ |
04:34 | | * Consul heads to bed. |
05:10 | | Bob_work [~c6b3e33a@Nightstar-23098.shawnetworks.com] has quit [Quit: CGI:IRC (Session timeout)] |
05:44 | | Chalcedon [~Chalcedon@Nightstar-2160.ue.woosh.co.nz] has quit [Quit: Leaving] |
06:46 | | Vornicus is now known as Vornicus-Latens |
07:55 | | Vornicus-Latens [~vorn@Admin.Nightstar.Net] has quit [Ping Timeout] |
07:58 | | AnnoDomini [AnnoDomini@Nightstar-29255.neoplus.adsl.tpnet.pl] has joined #Code |
07:58 | | mode/#code [+o AnnoDomini] by ChanServ |
09:20 | | You're now known as TheWatcher |
09:49 | | Attilla [~The.Attil@Nightstar-9469.cdif.cable.ntl.com] has joined #code |
09:49 | | mode/#code [+o Attilla] by ChanServ |
09:57 | | NSGuest-1277 is now known as EvilDarkLord |
12:42 | <@Attilla> | Hmm. I ponder how to do something in awk: Notably create and use variables as the program commences. That is say you have a variable for each instance of a certain kind of data find in a file and you want to refer to each instance individually, how would you do that? |
12:47 | <@Attilla> | I mean I could have variables called for instance feposx<x> with the <x> being a number from 1 to however many instances of that data are found in the file that's being referred to. |
13:24 | <@ToxicFrog> | Use an array? |
13:39 | <@Shoukanjuu> | Suddenly, _____! |
13:43 | <@Shoukanjuu> | ......Ikaruga-tan. |
13:49 | <@ToxicFrog> | _____? |
13:50 | <@Shoukanjuu> | A blank. Fill it in with whatever suits, or preferably, doesn't suit the occasion. |
13:54 | <@Shoukanjuu> | Any how, "Mecha musume" is what they'r called, apparently. |
13:56 | <@Shoukanjuu> | Made my day, it did. |
14:32 | | Vornicus [~vorn@Nightstar-5716.adsl.snet.net] has joined #code |
14:32 | | mode/#code [+o Vornicus] by ChanServ |
14:46 | | gnolam [lenin@79.136.60.ns-4387] has joined #Code |
14:46 | | mode/#code [+o gnolam] by ChanServ |
15:49 | | Shoukanjuu [~Shoukanju@Nightstar-19166.dhcp.embarqhsd.net] has quit [Operation timed out] |
16:10 | | Shoukanjuu [~Shoukanju@Nightstar-19130.dhcp.embarqhsd.net] has joined #code |
16:17 | < Shoukanjuu> | So my modem was blocking a large amount of everything, and it has been fixed with Bridge mode actually working, now. |
16:18 | < Shoukanjuu> | Namely, I can join more than only one or two games on XBOX LIVE now. |
16:22 | < Shoukanjuu> | Apparently the modem wasnt' releasing the IP like it should have, and renewing it BEFORE releasing it worked.I have a green smiley by the torrent, too! Nothing can make this day bad. |
16:32 | | * Reiver shoots Shoukanjuu's dog. |
16:33 | < Shoukanjuu> | In doing so, you saved me roughly hundred dollars a month. |
16:33 | < Shoukanjuu> | In return, SHMUP-tans. |
16:33 | < Shoukanjuu> | ...Going to need op. >_> |
16:34 | < Shoukanjuu> | Actually, no. Nevermind. OP is still somewhat needed, however.. |
16:38 | | mode/#code [+v Shoukanjuu] by Reiver |
16:38 | | * Reiver shoots Shoukanjuu in the pelvis. |
16:38 | <+Shoukanjuu> | ....I see how it is. ?_? |
16:39 | | * Shoukanjuu shoots Reiver in the existence. |
16:39 | <@Reiver> | Something wrong? |
16:39 | <+Shoukanjuu> | No, not at all. What about you? |
16:39 | | DiceBot [~Reiver@Nightstar-12069.xdsl.xnet.co.nz] has joined #Code |
16:39 | <@Reiver> | Just fine, now. |
16:39 | <@Reiver> | G'night. |
16:40 | <+Shoukanjuu> | Heh, night. |
16:41 | | * AnnoDomini shoots Shoukanjuu's god. |
16:41 | <+Shoukanjuu> | Suicide is bad, AD. |
16:41 | <+Shoukanjuu> | PLOT TWIST |
16:43 | <@AnnoDomini> | Clever. But not clever enough! Even with one follower, I am now a deity. I can command you to become an hero. |
16:44 | <+Shoukanjuu> | Clearly you don't understand how selective faith works, for I only believe in you for appearances, having you as a deity, but not doing anything you decree or otherwise ask me to do. |
16:44 | <+Shoukanjuu> | Technically, you are my 'god,' and as such, shot yourself, but you hold no sway over me! |
16:44 | | * AnnoDomini summons a miniature cloud above Shoukanjuu's head to shoot miniature thunderbolts at his eyebrows. |
16:45 | <+Shoukanjuu> | But I just trimmed them! Nooooo. x_x |
16:50 | <@AnnoDomini> | ... |
16:50 | <@AnnoDomini> | You trim your eyebrows? |
16:51 | <+Shoukanjuu> | It all started with some lighter fluid at a cook out |
16:52 | <+Shoukanjuu> | It's not nearly as embarrassing when you singe eyebrows mostly the same |
16:52 | <+Shoukanjuu> | But I only singed one, so I trimmed the other to match it so I didn't look like a total idiot XD |
17:02 | | AnnoDomini [AnnoDomini@Nightstar-29255.neoplus.adsl.tpnet.pl] has quit [Ping Timeout] |
17:09 | | AnnoDomini [AnnoDomini@Nightstar-29646.neoplus.adsl.tpnet.pl] has joined #Code |
17:09 | | mode/#code [+o AnnoDomini] by ChanServ |
21:24 | | MyCatVerbs [~mycatverb@Nightstar-13709.lurkingfox.co.uk] has joined #code |
21:24 | | mode/#code [+o MyCatVerbs] by ChanServ |
22:30 | | androsch [~androsch@Nightstar-2083.pools.arcor-ip.net] has joined #code |
22:44 | | AnnoDomini [AnnoDomini@Nightstar-29646.neoplus.adsl.tpnet.pl] has quit [Quit: I. AM. BEOWULF.] |
23:13 | | Vornicus [~vorn@Admin.Nightstar.Net] has quit [Ping Timeout] |
23:50 | | androsch [~androsch@Nightstar-2083.pools.arcor-ip.net] has quit [Ping Timeout] |
--- Log closed Thu Oct 02 00:00:18 2008 |