←2010-01-29 2010-01-30 2010-01-31→ ↑2010 ↑all
00:05:15 -!- cpressey has left (?).
00:14:14 * Sgeo goes to play some RoboZZle
00:15:18 <Sgeo> The Silverlight client is taking uncomfortably long to load
00:17:41 -!- immibis has joined.
00:33:58 -!- Wareya has quit (Read error: 104 (Connection reset by peer)).
00:43:47 -!- augur_ has quit (Read error: 110 (Connection timed out)).
01:32:01 -!- Azstal has joined.
01:32:26 -!- cheater2 has joined.
01:39:53 -!- cheater3 has quit (Read error: 110 (Connection timed out)).
01:48:57 -!- Asztal has quit (Read error: 110 (Connection timed out)).
02:01:26 -!- Pthing has joined.
02:10:22 -!- oklopol has quit (Read error: 110 (Connection timed out)).
02:11:16 <immibis> i found some old cds, containing among other things Game Maker 4, Encarta 95 and Liberty BASIC 2.02 for Windows
02:19:33 <Gregor> Upload them to vetusware.com
02:19:40 <Gregor> (Assuming they're not already there)
02:21:30 -!- wareya has joined.
02:21:51 -!- wareya has changed nick to Wareya.
02:24:48 -!- MizardX has quit (Read error: 104 (Connection reset by peer)).
02:28:55 -!- MizardX has joined.
02:30:07 -!- cheater3 has joined.
02:36:02 -!- Slereah_ has joined.
02:37:37 -!- augur has joined.
02:40:15 -!- cheater4 has joined.
02:49:52 -!- cheater2 has quit (Read error: 110 (Connection timed out)).
02:50:53 -!- mycroftiv has quit (verne.freenode.net irc.freenode.net).
02:50:57 -!- mycrofti1 has joined.
02:51:35 -!- Slereah has quit (Read error: 110 (Connection timed out)).
02:55:25 -!- cheater3 has quit (Success).
03:06:40 -!- mycrofti1 has changed nick to mycroftiv.
03:08:55 -!- soupdragon has quit ("* I'm too lame to read BitchX.doc *").
03:10:17 -!- augur has quit (Read error: 104 (Connection reset by peer)).
03:12:49 -!- augur has joined.
03:16:27 -!- Gracenotes has quit (Remote closed the connection).
03:17:01 -!- augur_ has joined.
03:18:57 -!- augur__ has joined.
03:19:56 -!- augur_ has quit (Success).
03:21:43 -!- augur has quit (Connection reset by peer).
03:29:43 -!- MizardX has quit (Connection timed out).
03:37:01 -!- cheater4 has quit (Connection timed out).
03:44:07 -!- augur__ has quit (Read error: 104 (Connection reset by peer)).
03:44:25 -!- augur has joined.
03:44:50 -!- Gracenotes has joined.
03:46:23 -!- jpc has joined.
03:53:40 -!- augur has quit (Read error: 104 (Connection reset by peer)).
03:54:06 -!- augur has joined.
04:08:04 -!- clog has joined.
04:08:04 -!- clog has joined.
04:08:16 -!- clog has joined.
04:08:16 -!- clog has joined.
04:23:53 -!- augur has quit (Read error: 110 (Connection timed out)).
04:35:37 <Gregor> lawl MST3K. This movie is /so awful/. I swear it's just constantly on the brink of turning into porn.
04:39:51 -!- augur has joined.
04:55:40 <pikhq> Heh.
05:05:08 -!- augur has quit (Read error: 110 (Connection timed out)).
05:10:47 -!- Pthing has quit (Remote closed the connection).
05:14:37 <Sgeo> Gregor, is that the one with the tubular boobular song?
05:15:13 <Gregor> Not ... yet?
05:15:28 <Gregor> It could be, it has songs.
05:15:56 <Gregor> It's "Untamed Youth"
05:17:08 <Sgeo> No, the movie with that is Outlaw
05:17:15 <Sgeo> http://mst3k.wikia.com/wiki/Tubular_Boobular_Joy
05:18:35 <coppro> let's just be clear
05:18:47 <coppro> you aren't expecting an MST3K movie to be /good/, are you?
05:19:21 <Gregor> Actually Moon Zero Two was pretty good. It was mostly just clearly dated.
05:31:29 -!- augur has joined.
05:36:48 -!- immibis_ has joined.
05:37:18 -!- immibis has quit (Nick collision from services.).
05:37:55 -!- immibis_ has changed nick to immibis.
05:42:46 <Sgeo> Can someone please explain to me how heterogenous lists in a strongly-typed language can ever seem like a good idea?
05:44:50 <coppro> polymorphism
05:45:25 <coppro> if you mean truly heterogeneous, then no, that's never a good idea, regardless of how much Java and C# try to make you think it is
05:47:26 <Sgeo> I'm not thinking of Java and C#
05:47:35 <Sgeo> And I don't think polymorphism comes into this
05:47:45 <coppro> sure it does
05:47:52 <coppro> a vector<Base*> is a heterogeneous list
05:48:06 <coppro> if it is filled with Derived*, SuperDerived*, and OtherDerived*
05:48:10 <Sgeo> In LSL, there are no objects
05:48:27 <Sgeo> No base object to talk of
05:48:28 <coppro> LSL?
05:48:36 <Sgeo> The language used in Second Life
05:48:52 <Sgeo> Lists freely contain floats and strings etc. etc. etc.
05:48:56 <pikhq> Linden Scripting Language
05:49:03 <coppro> oh
05:49:07 <coppro> no, that's a horrible idea
05:49:15 <coppro> common in just about every scripting language ever
05:49:16 <Sgeo> And to get, say, the first element of a list (a_list) if it's a string: llList2String(a_list, 0)
05:49:17 <coppro> but always horrible
05:49:27 <coppro> (and most functional ones)
05:49:48 <pikhq> I prefer the Tcl solution.
05:49:52 <pikhq> List, what list?
05:49:55 <pikhq> You have strings.
05:50:03 <pikhq> That's about it.
05:50:12 <coppro> :/
05:50:28 <coppro> isn't that the language that stores an int form of every string just in case?
05:50:33 <pikhq> No.
05:50:51 <coppro> oh
05:50:53 <coppro> which is that, then
05:51:01 <pikhq> As an optimisation, it stores what the string was last used as.
05:51:25 <pikhq> So if you're doing a lot of arithmetic, it won't be thunking to and from an integer.
05:51:38 <Gregor> *boxing*
05:52:00 <coppro> ah
05:52:01 <pikhq> Erm. Right.
05:52:09 <pikhq> Sorry, I've been writing the word "thunk" a lot today. :P
05:52:23 <Gregor> Thunks thunking thunks thunk thunk thunk.
05:52:44 <pikhq> I've been doing lazy functional C.
05:52:48 <pikhq> It tends to thunk.
05:52:49 <Gregor> I nose.
05:53:01 <Sgeo> lazy functional C?
05:53:25 <pikhq> Yes.
05:53:33 <pikhq> The laziness is explicit!
05:54:04 <Sgeo> Linky?
05:54:41 <coppro> Sgeo: he wrote a horrible set of macros to make a sort-of lambda
05:58:04 <pikhq> http://sprunge.us/HOQR There's main.c ATM.
05:58:16 <pikhq> It doesn't work right.
05:58:44 <pikhq> And it's hacked-up beyond belief because I've been trying things.
06:15:07 <fizzie> Deewiant: Have you happened to notice this? http://zem.fi/g2/v/Mobile/20100128_001+crop.jpg.html
06:30:02 -!- MigoMipo has joined.
07:03:04 -!- MigoMipo has quit (Remote closed the connection).
07:34:37 -!- immibis_ has joined.
07:35:56 -!- oerjan has joined.
07:40:03 -!- immibis has quit (Nick collision from services.).
07:40:04 -!- immibis_ has changed nick to immibis.
07:40:50 -!- immibis has changed nick to immibis_.
07:41:09 -!- immibis_ has changed nick to immibis.
07:58:00 -!- coppro has quit (Client Quit).
07:58:17 -!- coppro has joined.
07:59:59 -!- clog has quit (ended).
08:00:00 -!- clog has joined.
08:00:17 -!- cheater2 has joined.
08:02:38 -!- Gracenotes has quit (Remote closed the connection).
08:07:25 -!- Gracenotes has joined.
08:28:06 -!- Azstal has quit (Read error: 110 (Connection timed out)).
08:31:51 -!- oerjan has quit ("leaving").
08:33:06 -!- sebbu2 has quit (jordan.freenode.net irc.freenode.net).
08:33:07 -!- Ilari has quit (jordan.freenode.net irc.freenode.net).
08:33:07 -!- pikhq has quit (jordan.freenode.net irc.freenode.net).
08:33:07 -!- Deewiant has quit (jordan.freenode.net irc.freenode.net).
08:33:07 -!- cheater has quit (jordan.freenode.net irc.freenode.net).
08:33:18 -!- coppro has quit (jordan.freenode.net irc.freenode.net).
08:33:18 -!- jpc has quit (jordan.freenode.net irc.freenode.net).
08:33:18 -!- Slereah_ has quit (jordan.freenode.net irc.freenode.net).
08:33:20 -!- jix has quit (jordan.freenode.net irc.freenode.net).
08:33:21 -!- fizzie has quit ("jumpin' jumpin'").
08:33:25 -!- Gracenotes has quit (jordan.freenode.net irc.freenode.net).
08:33:25 -!- cheater2 has quit (jordan.freenode.net irc.freenode.net).
08:33:29 -!- mycroftiv has quit (jordan.freenode.net irc.freenode.net).
08:33:29 -!- bsmntbombdood has quit (jordan.freenode.net irc.freenode.net).
08:33:29 -!- HackEgo has quit (jordan.freenode.net irc.freenode.net).
08:33:57 -!- clog has joined.
08:33:57 -!- clog has joined.
08:34:06 -!- Wareya has joined.
08:34:08 -!- Leonidas has joined.
08:34:11 -!- comex has joined.
08:34:12 -!- augur has joined.
08:34:25 -!- Gracenotes has joined.
08:34:35 -!- Sgeo has joined.
08:34:40 -!- olsner has joined.
08:35:11 -!- EgoBot has joined.
08:35:26 -!- SimonRC has joined.
08:35:26 -!- uorygl has joined.
08:36:27 -!- lifthrasiir has joined.
08:36:55 -!- ineiros has joined.
08:38:37 -!- AnMaster has joined.
08:39:25 -!- fizzie has joined.
08:39:25 -!- cal153 has joined.
08:39:35 -!- rodgort has joined.
08:40:57 -!- dbc has joined.
08:43:43 -!- yiyus has joined.
09:13:00 -!- jpc has joined.
09:13:40 -!- jpc has quit (Client Quit).
09:50:50 -!- Deewiant has quit (*.net *.split).
09:50:50 -!- jix has quit (*.net *.split).
09:50:52 -!- jix has joined.
09:51:03 -!- Deewiant has joined.
09:54:14 -!- Gregor has joined.
10:01:25 -!- BeholdMyGlory has joined.
10:03:27 -!- tombom has joined.
10:03:53 -!- FireFly has joined.
10:11:31 -!- kar8nga has joined.
10:26:09 <Deewiant> fizzie: Don't think so, no.
10:28:42 <fizzie> Deewiant: Well, now you have.
10:29:14 <Deewiant> Indeed. Amusing, that.
10:32:30 <fizzie> It reminds me a bit of that fake L4 poster (did you see that one?), except that this one is -- as far as I know -- officially sanctioned.
10:38:05 <Deewiant> I saw that one, yes.
10:40:54 <fizzie> Mathematicians are a bit... strange.
11:10:29 * SimonRC goes for breakfast
11:18:47 -!- oklopol has joined.
11:47:28 -!- kar8nga has quit (Ping timeout: 276 seconds).
12:27:59 -!- zeotrope has joined.
12:44:16 -!- oklofok has joined.
12:45:31 -!- oklopol has quit (Ping timeout: 260 seconds).
12:48:37 -!- oklopol has joined.
12:50:27 -!- scarf has joined.
12:52:02 -!- oklofok has quit (Ping timeout: 258 seconds).
13:04:07 -!- oklofok has joined.
13:04:15 -!- oklopol has quit (Ping timeout: 264 seconds).
13:09:23 -!- MizardX has joined.
13:27:15 -!- scarf has changed nick to scarf|away.
13:33:25 -!- scarf|away has changed nick to scarf.
13:38:36 -!- scarf has changed nick to scarf|away.
13:43:35 -!- scarf|away has changed nick to scarf.
13:45:50 -!- kar8nga has joined.
13:47:23 -!- tombom_ has joined.
13:48:45 -!- scarf has changed nick to scarf|away.
13:50:48 -!- tombom has quit (Ping timeout: 258 seconds).
13:53:55 -!- scarf|away has changed nick to scarf.
13:55:22 -!- oklofok has changed nick to oklopol.
13:59:15 -!- scarf has changed nick to scarf|away.
14:01:05 -!- scarf|away has changed nick to scarf.
14:05:57 -!- soupdragon has joined.
14:06:15 -!- scarf has changed nick to scarf|away.
14:11:45 -!- scarf|away has changed nick to scarf.
14:13:02 -!- tombom__ has joined.
14:14:40 -!- tombom_ has quit (Ping timeout: 240 seconds).
14:15:17 -!- zeotrope has quit (Ping timeout: 256 seconds).
14:17:25 -!- scarf has changed nick to scarf|away.
14:17:42 -!- facsimile has joined.
14:18:49 -!- soupdragon has quit (Read error: Connection reset by peer).
14:20:05 -!- scarf|away has changed nick to scarf.
14:26:39 -!- zeotrope has joined.
14:31:50 <facsimile> By installing Brainfuck, you will be able to experience the power of Brainfuck???
14:32:12 <facsimile> wat's that from
14:32:18 -!- tombom_ has joined.
14:32:22 -!- tombom__ has quit (Ping timeout: 248 seconds).
14:33:25 -!- scarf has changed nick to scarf|away.
14:34:26 <zeotrope> its from the java installer
14:34:45 <zeotrope> facsimile: http://www.joelonsoftware.com/items/2009/01/12.html
14:36:45 -!- MigoMipo has joined.
14:40:15 -!- scarf|away has changed nick to scarf.
14:45:25 -!- scarf has changed nick to scarf|away.
14:45:31 -!- MigoMipo has quit.
14:47:11 -!- tombom__ has joined.
14:48:54 -!- tombom_ has quit (Ping timeout: 248 seconds).
14:48:55 -!- scarf|away has changed nick to scarf.
14:54:05 -!- scarf has changed nick to scarf|away.
14:54:15 -!- scarf|away has changed nick to scarf.
14:54:30 -!- ztirf2 has joined.
14:55:58 -!- zeotrope has quit (Ping timeout: 276 seconds).
14:59:25 -!- scarf has changed nick to scarf|away.
15:00:15 -!- scarf|away has changed nick to scarf.
15:05:04 -!- jix_ has joined.
15:05:11 -!- tombom_ has joined.
15:05:13 -!- kar8nga has quit (Remote host closed the connection).
15:05:45 -!- scarf has changed nick to scarf|away.
15:07:04 -!- tombom__ has quit (Ping timeout: 240 seconds).
15:07:52 -!- jix has quit (Ping timeout: 240 seconds).
15:12:36 -!- scarf|away has changed nick to scarf.
15:17:45 -!- scarf has changed nick to scarf|away.
15:18:05 -!- scarf|away has changed nick to scarf.
15:18:43 <facsimile> http://arxiv.org/abs/0811.3171
15:18:50 <facsimile> Quantum algorithm for solving linear systems of equations
15:18:59 <facsimile> this is too hard I can't understand it
15:23:15 -!- scarf has changed nick to scarf|away.
15:27:25 -!- scarf|away has changed nick to scarf.
15:52:34 -!- Pthing has joined.
15:56:12 -!- kar8nga has joined.
16:01:13 -!- facsimile has quit (Read error: Connection reset by peer).
16:08:27 -!- soupdragon has joined.
16:09:46 -!- jix_ has quit (Quit: leaving).
16:09:55 -!- jix has joined.
16:10:20 -!- jix has quit (Client Quit).
16:11:48 * pikhq can has the silliest way of defining churchSucc
16:14:17 -!- ChanServ has quit (shutting down).
16:17:07 -!- jix has joined.
16:17:58 -!- jix has quit (Client Quit).
16:18:24 -!- jix has joined.
16:27:27 -!- tombom has joined.
16:29:54 -!- tombom_ has quit (Ping timeout: 258 seconds).
16:30:44 -!- BeholdMyGlory has quit (Read error: Connection reset by peer).
16:51:22 -!- oerjan has joined.
16:55:10 * oerjan gets versioned by a frigging bot
16:56:03 <oerjan> how gregarious
16:56:19 <Gregor> :P
16:56:36 <oerjan> hm no +e flag?
16:57:53 <Gregor> ¿Qué es +e?
16:58:12 <oerjan> it used to be the flag showing that i was identified
16:58:19 <Gregor> Huh
16:58:56 -!- oerjan has changed nick to fnordjan.
16:59:38 -!- fnordjan has changed nick to oerjan.
17:00:11 <oerjan> hm whois seems to show the account name last, although without a field name
17:00:50 <oerjan> but i cannot detect anything that tells whether the actual _nick_ i'm using is registered by me
17:02:07 -!- oerjan has changed nick to fnordjan.
17:02:35 -!- fnordjan has changed nick to oerjan.
17:02:54 <oerjan> it seems i have to msg nickserv to find out
17:06:46 <oerjan> oh whois no longer censors our actual connected servers
17:16:38 <Ilari> Netsplits now look like: "Netsplit *.net <-> *.split quits: <list>" :-)
17:21:54 -!- Pthing has quit (Remote host closed the connection).
17:23:14 -!- Gracenotes has quit (Quit: Leaving).
17:24:06 -!- Gracenotes has joined.
17:36:02 -!- ztirf2 has quit (Quit: Nettalk6 - www.ntalk.de).
18:10:25 <olsner> oerjan: leverpastej med rödbetor var ju gott ju
18:10:32 <olsner> men det är lite godare med gurka
18:10:45 <oerjan> lies!
18:11:03 <oerjan> well, the second part
18:11:05 <oklopol> what's rXdbetor
18:11:16 <oerjan> red beets
18:11:29 <oklopol> makes sense
18:11:43 <oklopol> that sounds like a really weird thing to eat
18:11:48 <oklopol> i wish i had some
18:12:25 <fizzie> Rad beats.
18:13:14 <oklopol> can't eat the beat.
18:18:00 <fizzie> It's a bit of a disadvantage that fungot only supports IP addresses, not hostnames; can't point it at the freenode rotation thing.
18:19:26 <oklopol> i'm sure your code is modular enough to allow for an easy modification
18:19:59 -!- Asztal has joined.
18:24:35 <Ilari> And no support for "advanced" sockets API? :-)
18:25:21 <pikhq> Why am I suddenly failing to figure out how to generate a lazy list?
18:27:40 <fizzie> There' SCKE which has gethost
18:29:33 <Ilari> The most important additions in advanced sockets API are getnameinfo and getaddrinfo.
18:31:49 <fizzie> Yes, well, there's no generally recognized fingerprint for that yet.
18:36:24 <Ilari> That advanced sockets API was developed to support IPv6. getaddrinfo and getaddrinfo are independent of address family (unless program is requesting practicular address family).
18:40:31 <fizzie> I do know the functions.
18:41:23 <fizzie> AnMaster had some sort of NSCK "new-sockets" thing going on at some point.
18:43:26 <scarf> pikhq: in which language?
18:43:30 <scarf> it's nontrivial in BF, for instance
18:49:20 -!- whtspc has joined.
18:55:16 <oerjan> no suck
18:55:53 -!- Pthing has joined.
18:59:10 -!- MigoMipo has joined.
19:00:34 <pikhq> scarf: C.
19:00:47 <scarf> still not all that easy
19:01:13 <pikhq> It should be when I've already got lazy evaluation of everything else going.
19:02:05 <pikhq> It's not so much the "lazy list" bit that's the problem so much as it is the *corecursive* lazy list bit that's tricky.
19:04:32 <pikhq> I'm trying to create a lazy list out of stdin.
19:04:54 <pikhq> Currently, I'm managing to create a list with the first element being the first element of stdin, and the second element being segfault.
19:05:09 <pikhq> Which I shall call "_|_".
19:07:31 -!- kar8nga has quit (Ping timeout: 276 seconds).
19:12:04 -!- kar8nga has joined.
19:18:42 -!- whtspc has quit (Quit: leaving).
19:19:57 -!- jpc has joined.
19:36:47 -!- whtspc has joined.
19:46:16 <AnMaster> <fizzie> AnMaster had some sort of NSCK "new-sockets" thing going on at some point. <-- no one else seemed interested, however I probably have the draft around still
19:47:39 <AnMaster> I might start working on it (when I have time, a bit busy RL currently) if someone actually plan to use it for something. Would implement it in cfunge in that case. If that person then doesn't use it I would be rather annoyed ;P
19:48:28 <AnMaster> fizzie, anyway cfunge's SCKE uses getaddrinfo iirc
19:51:10 <fizzie> Yes, I guess there's no reason why not.
19:51:18 -!- scarf has quit (Remote host closed the connection).
19:56:04 <oerjan> otherwise it would sucketh
19:57:16 -!- zeotrope has joined.
19:57:34 -!- jpc has left (?).
20:01:26 -!- whtspc has quit (Ping timeout: 248 seconds).
20:03:00 <pikhq> In theory, I have a working implementation of the SK subset of Lazy K...
20:03:14 <pikhq> In practice, it segfaults on everything that's not equivalent to I.
20:03:19 <pikhq> I am... Rather confused.
20:03:51 -!- whtspc has joined.
20:06:05 -!- jcp has joined.
20:13:22 <pikhq> Even passing it cdr or car causes a halt.
20:14:34 <bsmntbombdood> t-t-t-tree
20:15:44 <soupdragon> hi bsmntbombdood :)
20:15:59 <bsmntbombdood> ohai fax
20:16:12 <oklopol> party!
20:17:07 <whtspc> whooooo!
20:17:49 <oklopol> are you the guy who was doing whitespace yesterday
20:17:51 <oklopol> or whateverday
20:18:48 <oerjan> no way
20:18:55 <oerjan> whtspc has been here for ages
20:19:00 <oerjan> the silent type though
20:19:23 <oklopol> hmm, possibly
20:19:33 <oklopol> i almost never look at userlist
20:19:50 <pikhq> http://sprunge.us/KgMJ
20:19:55 <pikhq> Anything obviously wrong there?
20:20:21 <oklopol> apart from all the obvious evil?
20:20:34 <pikhq> Apart from the obvious evil.
20:21:06 <Sgeo> The latent evil!
20:21:13 <Sgeo> </silly>
20:21:22 <soupdragon> what's the obvious evil :(
20:21:44 <oklopol> soupdragon: we like to call sexy things like that mad or evil here, on occasion.
20:21:46 <FireFly> Oh, comments
20:21:57 <oklopol> really those three adjectives are synonyms.
20:22:01 * soupdragon lol you use while(n --> 0)
20:22:09 <FireFly> I thought "what the heck, what's that '→' doing in C source?"
20:22:58 <mycroftiv> gotta love the "goes to" operator
20:29:30 -!- tombom_ has joined.
20:30:19 <oklopol> what if you had a distance function that measures how similar two programs are, and then made limit(n --> 0) { ... } a statement; it executes a piece of code such that for each epsilon there is a delta such that when n is smaller than delta, the distance between what was executed in the limit and what the code does given that n is smaller than the epsilon
20:31:43 -!- tombom has quit (Ping timeout: 260 seconds).
20:32:07 <oklopol> well why make it a metric space, i guess you could just give it some natural topology
20:33:36 <oklopol> why did someone show me the attempt to make brainfuck into a group
20:36:19 -!- jcp has quit (Read error: Connection reset by peer).
20:36:20 <Ilari> Was it commutative? Simple? :-)
20:36:36 -!- jcp has joined.
20:39:13 <oklopol> i think it was a rather failed attempt, so hard to say
20:40:55 <MigoMipo> http://michid.wordpress.com/2010/01/29/scala-type-level-encoding-of-the-ski-calculus/ A quite interesting implementation of SKI =D
20:45:51 -!- FireFly has quit (Quit: Leaving).
20:55:57 -!- whtspc has quit (Ping timeout: 258 seconds).
21:08:26 -!- Sgeo_ has joined.
21:09:21 -!- Sgeo has quit (Killed (NickServ (GHOST command used by Sgeo_))).
21:09:29 -!- Sgeo_ has changed nick to Sgeo.
21:10:07 * Sgeo wonders if there's a way to make XChat automatically ghost Sgeo
21:10:15 * Sgeo goes to try something stupid
21:10:23 <Sgeo> -NickServ- You may not ghost yourself.
21:10:57 <oerjan> nickserv does not believe in suicide
21:11:51 <pikhq> So, no bloody clue where that bug is, then. :/
21:17:07 -!- Azstal has joined.
21:17:40 <Ilari> Fun, something caused keyboard to only respond to X- and WM-level keys...
21:18:21 <oerjan> remarkable how you manage to type with that
21:18:35 <Ilari> Switching to text VC and back fixed it.
21:18:51 -!- Asztal has quit (Ping timeout: 260 seconds).
21:20:17 -!- augur has quit (Ping timeout: 240 seconds).
21:46:20 -!- augur has joined.
21:59:20 -!- oklofok has joined.
22:00:22 -!- oklopol has quit (Ping timeout: 248 seconds).
22:05:19 -!- oerjan has quit (Quit: Good blight).
22:07:28 -!- MigoMipo has quit.
22:15:33 -!- MigoMipo has joined.
22:26:55 -!- cal153 has quit.
22:31:10 -!- cal153 has joined.
22:48:31 <Sgeo> http://en.wikipedia.org/wiki/Black_Perl
22:48:58 -!- kar8nga has quit (Remote host closed the connection).
22:49:27 -!- kar8nga has joined.
22:53:55 <bsmntbombdood> Sgeo: old
22:54:06 <bsmntbombdood> 20 years, in fact :P
22:54:08 <soupdragon> bsmntbombdood: bomb
22:55:46 -!- augur has quit (*.net *.split).
22:55:51 -!- Sgeo has quit (*.net *.split).
22:55:52 -!- zeotrope has quit (*.net *.split).
22:55:53 -!- Gracenotes has quit (*.net *.split).
22:55:54 -!- soupdragon has quit (*.net *.split).
22:56:01 -!- AnMaster has quit (*.net *.split).
22:56:05 -!- uorygl has quit (*.net *.split).
22:56:09 -!- Leonidas has quit (*.net *.split).
22:56:09 -!- Wareya has quit (*.net *.split).
22:56:11 -!- Slereah has quit (*.net *.split).
22:56:11 -!- coppro has quit (*.net *.split).
22:56:14 -!- cheater2 has quit (*.net *.split).
22:56:20 -!- jcp has quit (*.net *.split).
22:56:21 -!- jix has quit (*.net *.split).
22:56:23 -!- Gregor has quit (*.net *.split).
22:56:24 -!- kar8nga has quit (*.net *.split).
22:56:24 -!- MigoMipo has quit (*.net *.split).
22:56:25 -!- Pthing has quit (*.net *.split).
22:56:27 -!- MizardX has quit (*.net *.split).
22:56:28 -!- Deewiant has quit (*.net *.split).
22:56:32 -!- cal153 has quit (*.net *.split).
22:56:35 -!- oklofok has quit (*.net *.split).
22:56:36 -!- Azstal has quit (*.net *.split).
22:56:36 -!- tombom_ has quit (*.net *.split).
22:56:40 -!- yiyus has quit (*.net *.split).
22:56:40 -!- dbc has quit (*.net *.split).
22:56:43 -!- lifthrasiir has quit (*.net *.split).
22:56:45 -!- SimonRC has quit (*.net *.split).
22:56:46 -!- EgoBot has quit (*.net *.split).
22:56:50 -!- bsmntbombdood has quit (*.net *.split).
22:56:51 -!- HackEgo has quit (*.net *.split).
22:56:51 -!- mycroftiv has quit (*.net *.split).
22:56:54 -!- Ilari has quit (*.net *.split).
23:00:23 -!- Gregor has joined.
23:00:23 -!- jix has joined.
23:00:23 -!- jcp has joined.
23:00:23 -!- AnMaster has joined.
23:00:23 -!- Slereah has joined.
23:00:23 -!- cheater2 has joined.
23:00:23 -!- Deewiant has joined.
23:00:23 -!- MizardX has joined.
23:00:23 -!- Pthing has joined.
23:00:23 -!- MigoMipo has joined.
23:00:23 -!- kar8nga has joined.
23:00:23 -!- zeotrope has joined.
23:00:23 -!- cal153 has joined.
23:00:23 -!- Sgeo has joined.
23:00:23 -!- Ilari has joined.
23:00:23 -!- mycroftiv has joined.
23:00:23 -!- HackEgo has joined.
23:00:23 -!- bsmntbombdood has joined.
23:00:23 -!- EgoBot has joined.
23:00:23 -!- SimonRC has joined.
23:00:23 -!- lifthrasiir has joined.
23:00:23 -!- dbc has joined.
23:00:23 -!- yiyus has joined.
23:00:23 -!- tombom_ has joined.
23:00:23 -!- Azstal has joined.
23:00:23 -!- oklofok has joined.
23:00:23 -!- coppro has joined.
23:00:23 -!- soupdragon has joined.
23:00:23 -!- Gracenotes has joined.
23:00:52 <AnMaster> <fizzie> Yes, I guess there's no reason why not. <-- "no reason to not use NSCK" or "no reason to not use getaddrinfo for SCKE"?
23:00:52 -!- Leonidas has joined.
23:00:52 -!- uorygl has joined.
23:00:54 -!- Wareya has joined.
23:01:45 <AnMaster> fizzie, as for why I'm using getaddrinfo instead of other apis, iirc I read in POSIX 2008 or something about the other ones being (or going to be) deprecated
23:01:55 -!- Pthing has quit (Remote host closed the connection).
23:02:13 -!- MigoMipo has quit (Remote host closed the connection).
23:05:54 -!- soupdragon has quit (Changing host).
23:05:54 -!- soupdragon has joined.
23:05:55 -!- AnMaster has quit (Changing host).
23:05:55 -!- AnMaster has joined.
23:06:13 -!- Gracenotes has quit (Changing host).
23:06:13 -!- Gracenotes has joined.
23:06:22 -!- zeotrope has changed nick to Guest15945.
23:07:16 -!- MizardX- has joined.
23:09:58 -!- MizardX has quit (Ping timeout: 276 seconds).
23:10:15 -!- MizardX- has changed nick to MizardX.
23:10:56 -!- tombom_ has quit (Quit: Leaving).
23:32:03 -!- Slereah_ has joined.
23:32:44 -!- Slereah has quit (Ping timeout: 258 seconds).
23:42:40 -!- jcp has quit (Quit: I will do anything (almost) for a new router.).
23:42:46 -!- Guest15945 has quit (Read error: Connection reset by peer).
23:43:24 -!- zeotrope has joined.
23:57:27 -!- augur has joined.
23:58:59 -!- immibis has joined.
←2010-01-29 2010-01-30 2010-01-31→ ↑2010 ↑all