code logs -> 2009 -> Tue, 29 Dec 2009< code.20091228.log - code.20091230.log >
--- Log opened Tue Dec 29 00:00:38 2009
00:06 Tarinaky [Tarinaky@Nightstar-f349ca6d.plus.com] has quit [Client closed the connection]
00:22 celticminstrel [celticminstre@Nightstar-f8b608eb.cable.rogers.com] has joined #code
00:51 MyCatSchemes [mycatverbs@Nightstar-ba39eab0.bb.sky.com] has quit [[NS] Quit: Leaving]
01:15 celticminstrel [celticminstre@Nightstar-f8b608eb.cable.rogers.com] has quit [[NS] Quit: *hums* Can't stay now!]
02:23 Attilla [The.Attilla@FBC920.DDABA2.BBDFC7.BE7CCD] has quit [[NS] Quit: ]
02:28 Vornicus is now known as Phas
05:08 Phas is now known as Vornicus-Latens
07:59
<@McMartin>
http://www.bobhobbs.com/files/kr_lovecraft.html
08:00
<@McMartin>
"Exercise 4-13. Write a function reverse(s) which reverses the string s by turning the mind inside out, converting madness into reality and opening the door to allow the Old Ones to creep forth once more from their sunken crypt beyond time."
08:13
< Namegduf>
I love it.
09:30 Rhamphoryncus [rhamph@Nightstar-a62bd960.abhsia.telus.net] has quit [Client exited]
09:33 ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has quit [Operation timed out]
09:33 SmithKurosaki [Smith@Nightstar-d8358151.dsl.teksavvy.com] has quit [Operation timed out]
09:33 You're now known as TheWatcher
09:33 AnnoDomini [annodomini@Nightstar-4ef36645.adsl.tpnet.pl] has joined #code
09:33 mode/#code [+o AnnoDomini] by Reiver
09:51 * TheWatcher readsup, snerks
09:51
<@TheWatcher>
'course, that should really have been done for perl, rather than C, but hey...
09:52 Thaqui [Thaqui@27B34E.D54D49.F53FA1.6A113C] has quit [Connection reset by peer]
09:54
< Namegduf>
I have to say, though, if you change the variable names, I don't see what's wrong with that quicksort.
09:55 SmithKurosaki [Smith@Nightstar-7ef8e04f.dsl.teksavvy.com] has joined #code
09:55 ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has joined #code
09:55 mode/#code [+o ToxicFrog] by Reiver
09:59
< Namegduf>
Aside recursion itself, I guess.
11:19 Tarinaky [Tarinaky@Nightstar-f349ca6d.plus.com] has joined #code
11:38 You're now known as TheWatcher[afk[
11:38 You're now known as TheWatcher[afk]
12:49 Attilla [The.Attilla@FBC920.DDABA2.BBDFC7.BE7CCD] has joined #code
12:49 mode/#code [+o Attilla] by Reiver
13:38 You're now known as TheWatcher
14:11 MyCatSchemes [mycatverbs@Nightstar-ba39eab0.bb.sky.com] has joined #code
14:42 MyCatSchemes [mycatverbs@Nightstar-ba39eab0.bb.sky.com] has quit [[NS] Quit: Leaving]
14:53
<@AnnoDomini>
I'm trying to declare a String array in C#. It's complaining endlessly about what I'm doing.
14:54
< Tarinaky>
Is C# any good?
14:54
<@AnnoDomini>
Apparently, I can't just go "String paramsy[7];" for some reason.
14:54
<@AnnoDomini>
Tarinaky: It's like Java, but not.
14:55
< Tarinaky>
In the good sense or the bad sense?
14:56
<@AnnoDomini>
I have no idea what that question means.
14:56
< Tarinaky>
Java has a lot of bad stuff.
14:57
<@AnnoDomini>
I wouldn't know. Programming isn't my vocation.
14:58
<@AnnoDomini>
Okay. I think I got it.
14:58
<@AnnoDomini>
String[] paramsy = new String[7];
15:21 * AnnoDomini is trying to find that page with the teaching assistant grading papers on the topic of lasers, with hilarious annotations.
16:47 MyCatSchemes [mycatverbs@Nightstar-ba39eab0.bb.sky.com] has joined #code
16:57 * TheWatcher blarghs vaguely at ajax
17:03
< MyCatSchemes>
Mixed feelings.
17:03
< MyCatSchemes>
On the one paw, javascripty pages are generally evil.
17:03
< MyCatSchemes>
On t'other paw, JS is a lot of fun to write. ^^
17:16
< EvilDarkLord>
Evil and fun are known to correlate well.
17:29
< MyCatSchemes>
I can't help noting that anyone with a nickname like yours would be expected to say that.
17:30 You're now known as TheWatcher[sfk]
17:30 You're now known as TheWatcher[afk]
18:05 Vornicus-Latens is now known as Vornicus
18:33
<@ToxicFrog>
MyCatSchemes: JS is fun to write until you actually need to run it in more than one browser.
18:33
<@ToxicFrog>
Then you realize you should have saved the last bullet for yourself, but it's too late.
18:41
< MyCatSchemes>
ToxicFrog, I use jQuery. I generally test in Chrome4, FF3.5 and IE6.
18:41
< MyCatSchemes>
IE6's idiosyncrasies are, you are right, entirely Lovecraftian. But I rarely get stung by them.
18:42
<@ToxicFrog>
jQuery?
18:43 * ToxicFrog usually targets Opera and FF, and that's a whole bucket of fun just with two browsers.
18:44
< MyCatSchemes>
JS library, smooths over most of the headaches.
18:44
<@Vornicus>
Opera's one of the more tricky ones, iirc
18:44
< MyCatSchemes>
Uses a selector engine called "sizzle".
18:44
<@ToxicFrog>
Aah.
18:44
<@Vornicus>
I never had any trouble crossing between FF and Safari.
18:45
< MyCatSchemes>
Makes javascript look surprisingly like Haskell, IMO. jQuery's chaining is monadic. ^^
18:46
< MyCatSchemes>
A reasonable quantity of jQuery development's done at Google, AFAIK. It's quite well supported.
18:48
< MyCatSchemes>
For example:
18:48 You're now known as TheWatcher
18:48
< MyCatSchemes>
<p id="errorMessage" class="bodyError"> </p>
18:49
< MyCatSchemes>
Firefox would have you write: document.getElementById('errorMessage').textContent = 'PEBCAK.';
18:52 * TheWatcher prefers to use mootools rather that jQuery, but they're all pretty much irritating as hell
18:55
< MyCatSchemes>
IE6 would have you write: document.getElementById('errorMessage').innerText = 'Goddammit!';
18:55
< MyCatSchemes>
jQuery asks you to write, regardless of browser: jQuery('#errorMessage').text('You moron!');
18:56
< MyCatSchemes>
(Sorry for pause, went and found some toffee halfway through expounding. ^^)
19:59 KazWork [kazrikna@Nightstar-55f6a2b4.xen.prgmr.com] has quit [Ping timeout: 121 seconds]
20:08 Alek [omegaboot@Nightstar-454bb9c3.emhril.sbcglobal.net] has quit [Ping timeout: 121 seconds]
20:09 Alek [omegaboot@Nightstar-2b56f239.emhril.sbcglobal.net] has joined #code
20:19 KazWork [kazrikna@Nightstar-55f6a2b4.xen.prgmr.com] has joined #code
20:32 Rhamphoryncus [rhamph@Nightstar-a62bd960.abhsia.telus.net] has joined #code
22:07 Tarinaky [Tarinaky@Nightstar-f349ca6d.plus.com] has quit [Client closed the connection]
22:12 AbuDhabi [annodomini@Nightstar-a5d6ec74.adsl.tpnet.pl] has joined #code
22:14 AnnoDomini [annodomini@Nightstar-4ef36645.adsl.tpnet.pl] has quit [Ping timeout: 121 seconds]
22:41 Alek [omegaboot@Nightstar-2b56f239.emhril.sbcglobal.net] has quit [Ping timeout: 121 seconds]
22:46 Alek [omegaboot@Nightstar-dd0268a6.emhril.sbcglobal.net] has joined #code
23:36 MyCatSchemes [mycatverbs@Nightstar-ba39eab0.bb.sky.com] has quit [[NS] Quit: Leaving]
--- Log closed Wed Dec 30 00:00:40 2009
code logs -> 2009 -> Tue, 29 Dec 2009< code.20091228.log - code.20091230.log >