--- Log opened Sat Jan 27 00:00:47 2007 |
01:15 | | ChalcyThesis [~Chalceon@Nightstar-869.bitstream.orcon.net.nz] has quit [Ping Timeout] |
01:33 | | Chalcedon [~Chalceon@Nightstar-869.bitstream.orcon.net.nz] has joined #code |
01:33 | | mode/#code [+o Chalcedon] by ChanServ |
02:41 | | McMartin [~mcmartin@Nightstar-8547.dsl.pltn13.pacbell.net] has quit [Quit: brb] |
02:41 | | Reiver is now known as ReivOut |
04:17 | | Chalcedon [~Chalceon@Nightstar-869.bitstream.orcon.net.nz] has quit [Quit: ] |
04:58 | | Janus [~Cerulean@Nightstar-10302.columbus.res.rr.com] has joined #Code |
05:25 | | MyCatSleeps [~mycatownz@Nightstar-379.dsl.in-addr.zen.co.uk] has quit [Ping Timeout] |
05:26 | | MyCatSleeps [~mycatownz@Nightstar-379.dsl.in-addr.zen.co.uk] has joined #code |
06:46 | <@Vornicus> | <Vornicus> I think I almost understand javascript! |
06:46 | <@Vornicus> | <Derakon> I'm sorry! |
07:35 | | Janus [~Cerulean@Nightstar-10302.columbus.res.rr.com] has quit [Quit: Good Luck~] |
07:37 | | Mahal [~Mahal@Nightstar-4998.worldnet.co.nz] has quit [Quit: It's hard to be mad at someone who misses you while you're asleep. ] |
07:41 | | Mahal [~Mahal@Nightstar-4998.worldnet.co.nz] has joined #Code |
07:41 | | mode/#code [+o Mahal] by ChanServ |
08:12 | | EvilDarkLord [althalas@Nightstar-15301.a88-115-211-62.elisa-laajakaista.fi] has quit [Ping Timeout] |
08:19 | <@Pi> | [13:08:03] <ToxicFrog> This would be a nonissue were it not for the fact that windows lacks named pipes. <-- Windows has named pipes. They're just not kept in the filesystem. http://msdn2.microsoft.com/en-us/library/aa365590.aspx |
08:20 | | EvilDarkLord [althalas@Nightstar-15301.a88-115-211-62.elisa-laajakaista.fi] has joined #code |
08:24 | < AnnoDomini> | The tubes have been filled! :P |
08:25 | | MyCatSleeps is now known as MyCatVerbs |
08:29 | | EvilDarkLord [althalas@Nightstar-15301.a88-115-211-62.elisa-laajakaista.fi] has quit [Ping Timeout] |
08:34 | | You're now known as TheWatcher[afk] |
08:38 | | EvilDarkLord [althalas@Nightstar-15301.a88-115-211-62.elisa-laajakaista.fi] has joined #code |
08:42 | | Vornicus is now known as Vornicus-Latens |
08:53 | | GeekSoldier [IceChat7@Nightstar-3905.pools.arcor-ip.net] has joined #code |
09:11 | | Mahal is now known as MahalBEDD |
09:20 | | ReivOut is now known as Reiver |
09:53 | | Aunir_ [IceChat7@Nightstar-3282.pools.arcor-ip.net] has joined #code |
09:54 | | GeekSoldier [IceChat7@Nightstar-3905.pools.arcor-ip.net] has quit [Ping Timeout] |
09:59 | | Aunir_ is now known as GeekSoldier |
10:26 | | MyCatVerbs is now known as MyCatHungers |
10:47 | | EvilDarkLord [althalas@Nightstar-15301.a88-115-211-62.elisa-laajakaista.fi] has quit [Ping Timeout] |
10:59 | | EvilDarkLord [althalas@Nightstar-15301.a88-115-211-62.elisa-laajakaista.fi] has joined #code |
10:59 | | GeekSoldier [IceChat7@Nightstar-3282.pools.arcor-ip.net] has left #code [] |
11:02 | | gnolam [Lenin@Nightstar-13557.8.5.253.se.wasadata.net] has joined #Code |
11:42 | | Reiver is now known as ReivZzz |
12:31 | | ReivZzz [~reaverta@IRCop.Nightstar.Net] has quit [Ping Timeout] |
13:10 | | MyCatHungers is now known as MyCatVerbs |
15:30 | <@ToxicFrog> | Pi: windows has things it calls named pipes. |
15:30 | <@ToxicFrog> | However, they behave like named sockets. |
15:30 | <@ToxicFrog> | I've been over this before. |
15:52 | | gnolam is now known as gnolam|away |
16:01 | | EvilDarkLord [althalas@Nightstar-15301.a88-115-211-62.elisa-laajakaista.fi] has quit [Ping Timeout] |
16:10 | | gnolam|away [Lenin@Nightstar-13557.8.5.253.se.wasadata.net] has quit [Connection reset by peer] |
16:12 | | EvilDarkLord [althalas@Nightstar-15301.a88-115-211-62.elisa-laajakaista.fi] has joined #code |
16:17 | | gnolam [Lenin@Nightstar-13557.8.5.253.se.wasadata.net] has joined #Code |
16:27 | <@Vornicus-Latens> | ...what's the difference? |
16:29 | | ReivSLEP [~reaverta@IRCop.Nightstar.Net] has joined #Code |
16:33 | <@ToxicFrog> | Vornicus-Latens: named pipes exist in the filesystem, don't need special system calls to access (ie, you can use standard file IO), and can't communicate between systems. |
16:33 | <@ToxicFrog> | Nmaed sockets don't exist in the filesystem, need special system calls to access, and can communicate between different systems across the network. |
16:34 | <@ToxicFrog> | The only difference between a windows named "pipe" and a TCP socket is that the former is identified by a netBIOS name and arbitrary string rather than an IP address and port number. |
16:34 | | * MyCatVerbs ponders. |
16:36 | < MyCatVerbs> | ToxicFrog: could you solve your problem by hacking a feature into bash? Adding a builtin that sends some data to the named socket? |
16:36 | | ReivSLEP [~reaverta@IRCop.Nightstar.Net] has quit [Ping Timeout] |
17:30 | | AnnoDomini [~farkoff@Nightstar-29500.neoplus.adsl.tpnet.pl] has quit [Ping Timeout] |
17:35 | | AnnoDomini [~farkoff@Nightstar-28891.neoplus.adsl.tpnet.pl] has joined #Code |
18:36 | | ReivSLEP [~reaverta@IRCop.Nightstar.Net] has joined #Code |
18:52 | | ReivSLEP [~reaverta@IRCop.Nightstar.Net] has quit [Ping Timeout] |
18:53 | | You're now known as TheWatcher |
21:41 | | timelady [~romana@Nightstar-14746.lns6.adl2.internode.on.net] has joined #Code |
21:44 | | MahalBEDD is now known as Mahal |
22:03 | | You're now known as TheWatcher[T-2 |
22:03 | | You're now known as TheWatcher[T-2] |
22:06 | | You're now known as TheWatcher[zZzZ] |
23:22 | | timelady [~romana@Nightstar-14746.lns6.adl2.internode.on.net] has quit [Quit: run away! run away!] |
23:32 | | ReivSLEP [~reaverta@IRCop.Nightstar.Net] has joined #Code |
23:34 | | ReivSLEP is now known as Reiver |
23:37 | | Reiver [~reaverta@IRCop.Nightstar.Net] has quit [Ping Timeout] |
--- Log closed Sun Jan 28 00:00:47 2007 |