--- Log opened Mon May 04 00:00:11 2009 |
01:28 | | Derakon[AFK] is now known as Derakon |
01:29 | | You're now known as TheWatcher[T-2] |
01:32 | | You're now known as TheWatcher[zZzZ] |
02:08 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Connection reset by peer] |
02:08 | | Attilla_ [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
02:08 | | gnolam [lenin@Nightstar-1382.A163.priv.bahnhof.se] has quit [Quit: Z?] |
02:18 | | KBot [~karma.bot@Nightstar-29726.neoplus.adsl.tpnet.pl] has joined #Code |
02:19 | | KarmaBot [~karma.bot@Nightstar-29726.neoplus.adsl.tpnet.pl] has quit [Ping Timeout] |
02:21 | | KBot is now known as KarmaBot |
02:26 | <@Vornicus> | Arg. too damn mny things and not enough names. |
04:03 | <@McMartin> | ? |
04:03 | <@McMartin> | Also, man |
04:03 | <@McMartin> | I keep not being sure if I'm reading the wrong parts of the Haskell library spec, or if basic operations simply aren't there because all you need are to compose things that are. |
04:04 | <@McMartin> | But given that fairly non-basic things like takeWhile and dropWhile are there... |
04:04 | <@Vornicus> | Writing a 4e character sheet miscellaneous crap calculator. |
04:04 | <@Vornicus> | But there's a lot of miscellaneous crap. |
04:04 | <@McMartin> | aye |
04:08 | <@Vornicus> | And so I have things like reading skill training lists in from the character sheet file, and then trying to find all the names I need for the bits I need to calculate. |
04:14 | <@Vornicus> | data data data data data |
04:18 | <@McMartin> | Aha, there's what I needed. |
04:18 | <@Vornicus> | What did you need? |
04:21 | | Attilla_ [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Ping Timeout] |
04:22 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
04:22 | | mode/#code [+o Attilla] by ChanServ |
04:24 | <@Vornicus> | daaaaaaaata data data data data |
04:24 | | * Derakon drops Brent Stiner on Vorn. |
04:24 | <@Vornicus> | Spiner. |
04:24 | <@Derakon> | Oops. |
04:25 | | * Vornicus hunts up his PHP thing that contains feat data. |
04:39 | <@McMartin> | Vornicus: I needed the !! operator |
04:39 | <@Derakon> | You mean "cast to boolean"? |
04:40 | <@McMartin> | No, it's the subscript operator. |
04:40 | <@McMartin> | x !! i is equivalent to head . drop i x |
04:41 | <@Derakon> | Okay...now pretend I don't know Haskell. ¬.¬ |
04:41 | | * McMartin also runs into a situation where he actually has to declare a function's type, zomg. |
04:41 | <@McMartin> | It's the subscript operator, like I said originally. |
04:42 | <@McMartin> | In C++ terms, operator[]. |
04:42 | <@Vornicus> | I think that's x[i] |
04:42 | <@McMartin> | Yes. |
04:42 | <@Derakon> | Ohhh. |
04:42 | <@Derakon> | I think of that as the indexing operator. Even though "subscript" is the proper term. |
04:42 | <@McMartin> | head is "return first element of list", drop is "return the list that has discarded the first i elements" |
04:42 | <@McMartin> | and . is function composition. |
04:42 | <@Derakon> | So head(drop(i, x)). |
04:43 | <@McMartin> | Quite. |
04:43 | <@McMartin> | Function composition lets you do ridiculous things. |
04:44 | <@McMartin> | For example, here I am parsing the data file from #67: |
04:44 | <@McMartin> | Oh wait, wrong channel, moving for spoilers... |
04:48 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Quit: <Insert Humorous and/or serious exit message here>] |
05:46 | | GeekSoldier [~Rob@Nightstar-8573.midstate.ip.cablemo.net] has quit [Ping Timeout] |
05:48 | | GeekSoldier [~Rob@Nightstar-8573.midstate.ip.cablemo.net] has joined #code |
05:48 | | mode/#code [+o GeekSoldier] by ChanServ |
06:03 | | Syloqs-AFH [Syloq@ServicesAdmin.Nightstar.Net] has quit [Connection reset by peer] |
06:08 | | KBot [~karma.bot@Nightstar-29480.neoplus.adsl.tpnet.pl] has joined #Code |
06:10 | | KarmaBot [~karma.bot@Nightstar-29726.neoplus.adsl.tpnet.pl] has quit [Ping Timeout] |
06:11 | | KBot is now known as KarmaBot |
06:14 | | Rhamphoryncus [~rhamph@Nightstar-7184.ed.shawcable.net] has joined #code |
06:45 | | Vornicus is now known as Vornicus-Latens |
06:57 | | AnnoDomini [AnnoDomini@Nightstar-29480.neoplus.adsl.tpnet.pl] has joined #Code |
06:57 | | mode/#code [+o AnnoDomini] by ChanServ |
08:26 | | GeekSoldier [~Rob@Nightstar-8573.midstate.ip.cablemo.net] has quit [Ping Timeout] |
08:35 | | GeekSoldier [~Rob@Nightstar-8573.midstate.ip.cablemo.net] has joined #code |
08:35 | | mode/#code [+o GeekSoldier] by ChanServ |
08:57 | | Derakon is now known as Derakon[AFK] |
09:41 | | You're now known as TheWatcher |
10:07 | | Rhamphoryncus [~rhamph@Nightstar-7184.ed.shawcable.net] has quit [Quit: Rhamphoryncus] |
10:41 | | gnolam [lenin@Nightstar-1382.A163.priv.bahnhof.se] has joined #Code |
10:41 | | mode/#code [+o gnolam] by ChanServ |
11:07 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
11:07 | | mode/#code [+o Attilla] by ChanServ |
11:59 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Connection reset by peer] |
11:59 | | Attilla_ [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
12:04 | | Attilla_ [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Ping Timeout] |
12:05 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
12:05 | | mode/#code [+o Attilla] by ChanServ |
12:08 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Ping Timeout] |
12:14 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
12:14 | | mode/#code [+o Attilla] by ChanServ |
12:54 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Connection reset by peer] |
12:55 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
12:55 | | mode/#code [+o Attilla] by ChanServ |
13:13 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Connection reset by peer] |
13:13 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
13:13 | | mode/#code [+o Attilla] by ChanServ |
13:18 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Ping Timeout] |
13:18 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
13:18 | | mode/#code [+o Attilla] by ChanServ |
13:31 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Ping Timeout] |
13:40 | | * gnolam stabs Yahoo Mail. |
13:54 | | * simontwo stabbed Yahoo Mail years ago. |
13:56 | | * AnnoDomini never stabbed Yahoo Mail. |
14:07 | <@gnolam> | Unfortunately, people keep using it. |
14:08 | <@AnnoDomini> | I wouldn't go so far as to call them 'people'. |
14:09 | <@gnolam> | Not only does it completely mangle non ASCII-7 subjects, but it also apparently refuses to acknowledge In-Reply-To:. |
14:14 | | * gnolam also stabs randomly at Compiz, X and Xchat. |
14:15 | <@TheWatcher> | call me crazy, but I think I'm picking up a trend here... |
14:28 | | gnolaptop [~gnolaptop@Nightstar-1382.A163.priv.bahnhof.se] has joined #Code |
15:04 | | gnolaptop [~gnolaptop@Nightstar-1382.A163.priv.bahnhof.se] has quit [Quit: Blargh] |
15:38 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
15:38 | | mode/#code [+o Attilla] by ChanServ |
15:44 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Ping Timeout] |
15:45 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
15:45 | | mode/#code [+o Attilla] by ChanServ |
16:04 | | Syloqs_AFH [Syloq@Admin.Nightstar.Net] has joined #code |
16:05 | | Syloqs_AFH is now known as Syloqs-AFH |
16:34 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Connection reset by peer] |
16:35 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
16:35 | | mode/#code [+o Attilla] by ChanServ |
17:16 | | You're now known as TheWatcher[afk] |
17:35 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Connection reset by peer] |
17:35 | | Attilla_ [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
17:38 | | Attilla_ is now known as Attilla |
17:40 | | Derakon[AFK] is now known as Derakon |
18:08 | | crem_ [~moo@Nightstar-28703.adsl.mgts.by] has joined #code |
18:10 | | crem [~moo@Nightstar-28703.adsl.mgts.by] has quit [Ping Timeout] |
18:32 | | crem [~moo@Nightstar-28703.adsl.mgts.by] has joined #code |
18:32 | | crem_ [~moo@Nightstar-28703.adsl.mgts.by] has quit [Connection reset by peer] |
18:47 | | You're now known as TheWatcher |
19:21 | <@gnolam> | KILL |
19:36 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Ping Timeout] |
19:49 | | KarmaBot [~karma.bot@Nightstar-29480.neoplus.adsl.tpnet.pl] has quit [Quit: KarmaBot manual quit.] |
19:50 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
19:50 | | mode/#code [+o Attilla] by ChanServ |
20:00 | | Rhamphoryncus [~rhamph@Nightstar-7184.ed.shawcable.net] has joined #code |
21:33 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Connection reset by peer] |
21:33 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
21:33 | | mode/#code [+o Attilla] by ChanServ |
21:51 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Ping Timeout] |
21:53 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
21:53 | | mode/#code [+o Attilla] by ChanServ |
21:54 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Connection reset by peer] |
21:55 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
21:55 | | mode/#code [+o Attilla] by ChanServ |
22:16 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Connection reset by peer] |
22:17 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
22:17 | | mode/#code [+o Attilla] by ChanServ |
22:21 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Connection reset by peer] |
22:22 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
22:22 | | mode/#code [+o Attilla] by ChanServ |
22:22 | | C_tiger [~cheng@Nightstar-5625.hsd1.ca.comcast.net] has quit [Operation timed out] |
22:24 | | C_tiger [~cheng@Nightstar-5625.hsd1.ca.comcast.net] has joined #code |
22:24 | | mode/#code [+o C_tiger] by ChanServ |
22:27 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Connection reset by peer] |
22:27 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
22:27 | | mode/#code [+o Attilla] by ChanServ |
22:33 | | AnnoDomini [AnnoDomini@Nightstar-29480.neoplus.adsl.tpnet.pl] has quit [Quit: Even in death, a wizard cannot be trusted.] |
22:40 | | Attilla [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has quit [Connection reset by peer] |
22:40 | | Attilla_ [~The.Attil@Nightstar-9147.cdif.cable.ntl.com] has joined #code |
22:40 | | C_tiger [~cheng@Nightstar-5625.hsd1.ca.comcast.net] has quit [Operation timed out] |
22:42 | | C_tiger [~cheng@Nightstar-5625.hsd1.ca.comcast.net] has joined #code |
22:42 | | mode/#code [+o C_tiger] by ChanServ |
22:43 | | Rhamphoryncus [~rhamph@Nightstar-7184.ed.shawcable.net] has quit [Quit: Rhamphoryncus] |
--- Log closed Tue May 05 00:00:26 2009 |