00:05:15 -!- cpressey has left (?). 00:14:14 * Sgeo goes to play some RoboZZle 00:15:18 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 i found some old cds, containing among other things Game Maker 4, Encarta 95 and Liberty BASIC 2.02 for Windows 02:19:33 Upload them to vetusware.com 02:19:40 (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 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 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 Gregor, is that the one with the tubular boobular song? 05:15:13 Not ... yet? 05:15:28 It could be, it has songs. 05:15:56 It's "Untamed Youth" 05:17:08 No, the movie with that is Outlaw 05:17:15 http://mst3k.wikia.com/wiki/Tubular_Boobular_Joy 05:18:35 let's just be clear 05:18:47 you aren't expecting an MST3K movie to be /good/, are you? 05:19:21 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 Can someone please explain to me how heterogenous lists in a strongly-typed language can ever seem like a good idea? 05:44:50 polymorphism 05:45:25 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 I'm not thinking of Java and C# 05:47:35 And I don't think polymorphism comes into this 05:47:45 sure it does 05:47:52 a vector is a heterogeneous list 05:48:06 if it is filled with Derived*, SuperDerived*, and OtherDerived* 05:48:10 In LSL, there are no objects 05:48:27 No base object to talk of 05:48:28 LSL? 05:48:36 The language used in Second Life 05:48:52 Lists freely contain floats and strings etc. etc. etc. 05:48:56 Linden Scripting Language 05:49:03 oh 05:49:07 no, that's a horrible idea 05:49:15 common in just about every scripting language ever 05:49:16 And to get, say, the first element of a list (a_list) if it's a string: llList2String(a_list, 0) 05:49:17 but always horrible 05:49:27 (and most functional ones) 05:49:48 I prefer the Tcl solution. 05:49:52 List, what list? 05:49:55 You have strings. 05:50:03 That's about it. 05:50:12 :/ 05:50:28 isn't that the language that stores an int form of every string just in case? 05:50:33 No. 05:50:51 oh 05:50:53 which is that, then 05:51:01 As an optimisation, it stores what the string was last used as. 05:51:25 So if you're doing a lot of arithmetic, it won't be thunking to and from an integer. 05:51:38 *boxing* 05:52:00 ah 05:52:01 Erm. Right. 05:52:09 Sorry, I've been writing the word "thunk" a lot today. :P 05:52:23 Thunks thunking thunks thunk thunk thunk. 05:52:44 I've been doing lazy functional C. 05:52:48 It tends to thunk. 05:52:49 I nose. 05:53:01 lazy functional C? 05:53:25 Yes. 05:53:33 The laziness is explicit! 05:54:04 Linky? 05:54:41 Sgeo: he wrote a horrible set of macros to make a sort-of lambda 05:58:04 http://sprunge.us/HOQR There's main.c ATM. 05:58:16 It doesn't work right. 05:58:44 And it's hacked-up beyond belief because I've been trying things. 06:15:07 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 fizzie: Don't think so, no. 10:28:42 Deewiant: Well, now you have. 10:29:14 Indeed. Amusing, that. 10:32:30 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 I saw that one, yes. 10:40:54 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 By installing Brainfuck, you will be able to experience the power of Brainfuck??? 14:32:12 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 its from the java installer 14:34:45 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 http://arxiv.org/abs/0811.3171 15:18:50 Quantum algorithm for solving linear systems of equations 15:18:59 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 how gregarious 16:56:19 :P 16:56:36 hm no +e flag? 16:57:53 ¿Qué es +e? 16:58:12 it used to be the flag showing that i was identified 16:58:19 Huh 16:58:56 -!- oerjan has changed nick to fnordjan. 16:59:38 -!- fnordjan has changed nick to oerjan. 17:00:11 hm whois seems to show the account name last, although without a field name 17:00:50 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 it seems i have to msg nickserv to find out 17:06:46 oh whois no longer censors our actual connected servers 17:16:38 Netsplits now look like: "Netsplit *.net <-> *.split quits: " :-) 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 oerjan: leverpastej med rödbetor var ju gott ju 18:10:32 men det är lite godare med gurka 18:10:45 lies! 18:11:03 well, the second part 18:11:05 what's rXdbetor 18:11:16 red beets 18:11:29 makes sense 18:11:43 that sounds like a really weird thing to eat 18:11:48 i wish i had some 18:12:25 Rad beats. 18:13:14 can't eat the beat. 18:18:00 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 i'm sure your code is modular enough to allow for an easy modification 18:19:59 -!- Asztal has joined. 18:24:35 And no support for "advanced" sockets API? :-) 18:25:21 Why am I suddenly failing to figure out how to generate a lazy list? 18:27:40 There' SCKE which has gethost 18:29:33 The most important additions in advanced sockets API are getnameinfo and getaddrinfo. 18:31:49 Yes, well, there's no generally recognized fingerprint for that yet. 18:36:24 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 I do know the functions. 18:41:23 AnMaster had some sort of NSCK "new-sockets" thing going on at some point. 18:43:26 pikhq: in which language? 18:43:30 it's nontrivial in BF, for instance 18:49:20 -!- whtspc has joined. 18:55:16 no suck 18:55:53 -!- Pthing has joined. 18:59:10 -!- MigoMipo has joined. 19:00:34 scarf: C. 19:00:47 still not all that easy 19:01:13 It should be when I've already got lazy evaluation of everything else going. 19:02:05 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 I'm trying to create a lazy list out of stdin. 19:04:54 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 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 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 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 fizzie, anyway cfunge's SCKE uses getaddrinfo iirc 19:51:10 Yes, I guess there's no reason why not. 19:51:18 -!- scarf has quit (Remote host closed the connection). 19:56:04 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 In theory, I have a working implementation of the SK subset of Lazy K... 20:03:14 In practice, it segfaults on everything that's not equivalent to I. 20:03:19 I am... Rather confused. 20:03:51 -!- whtspc has joined. 20:06:05 -!- jcp has joined. 20:13:22 Even passing it cdr or car causes a halt. 20:14:34 t-t-t-tree 20:15:44 hi bsmntbombdood :) 20:15:59 ohai fax 20:16:12 party! 20:17:07 whooooo! 20:17:49 are you the guy who was doing whitespace yesterday 20:17:51 or whateverday 20:18:48 no way 20:18:55 whtspc has been here for ages 20:19:00 the silent type though 20:19:23 hmm, possibly 20:19:33 i almost never look at userlist 20:19:50 http://sprunge.us/KgMJ 20:19:55 Anything obviously wrong there? 20:20:21 apart from all the obvious evil? 20:20:34 Apart from the obvious evil. 20:21:06 The latent evil! 20:21:13 20:21:22 what's the obvious evil :( 20:21:44 soupdragon: we like to call sexy things like that mad or evil here, on occasion. 20:21:46 Oh, comments 20:21:57 really those three adjectives are synonyms. 20:22:01 * soupdragon lol you use while(n --> 0) 20:22:09 I thought "what the heck, what's that '→' doing in C source?" 20:22:58 gotta love the "goes to" operator 20:29:30 -!- tombom_ has joined. 20:30:19 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 well why make it a metric space, i guess you could just give it some natural topology 20:33:36 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 Was it commutative? Simple? :-) 20:36:36 -!- jcp has joined. 20:39:13 i think it was a rather failed attempt, so hard to say 20:40:55 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 -NickServ- You may not ghost yourself. 21:10:57 nickserv does not believe in suicide 21:11:51 So, no bloody clue where that bug is, then. :/ 21:17:07 -!- Azstal has joined. 21:17:40 Fun, something caused keyboard to only respond to X- and WM-level keys... 21:18:21 remarkable how you manage to type with that 21:18:35 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 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 Sgeo: old 22:54:06 20 years, in fact :P 22:54:08 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 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 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.