code logs -> 2007 -> Tue, 14 Aug 2007< code.20070813.log - code.20070815.log >
--- Log opened Tue Aug 14 00:00:15 2007
00:06 Syloqs-AFH is now known as Syloq
01:39 Syloq is now known as Syloqs-AFH
02:46 MoN_DrAkUR [~PhAnATiC@Nightstar-2311.adsl.tie.cl] has joined #Code
02:47 MoN_DrAkUR [~PhAnATiC@Nightstar-2311.adsl.tie.cl] has quit [I am lame because I use colors in my quit message.]
04:02 ChalcyOut is now known as Chalcedon
04:18 ReivZzz is now known as ReivClass
06:06 Forj [~Forj@Nightstar-10147.ue.woosh.co.nz] has joined #code
06:06 mode/#code [+o Forj] by ChanServ
06:58 ReivClass is now known as Reiver
07:03 Forjadon [~Forjadon@Nightstar-10147.ue.woosh.co.nz] has joined #code
07:03 mode/#code [+o Forjadon] by ChanServ
07:19 AnnoDomini [~farkoff@Nightstar-29669.neoplus.adsl.tpnet.pl] has quit [Ping Timeout]
07:26 AnnoDomini [~farkoff@Nightstar-28907.neoplus.adsl.tpnet.pl] has joined #Code
07:26 mode/#code [+o AnnoDomini] by ChanServ
07:45 You're now known as TheWatcher
08:46 McMartin [mcmartin@Nightstar-6772.dsl.pltn13.sbcglobal.net] has joined #code
08:46 mode/#code [+o McMartin] by ChanServ
08:46
<@McMartin>
For those that are here, but not other places I announced this, one of the projects I discussed in here many moons ago is finally done!
08:46
<@McMartin>
http://www.stanford.edu/~mcmartin/if/WS/
08:48
<@Reiver>
woot!
08:48 * Reiver downloads.
08:51
<@McMartin>
There's also a new version of WinFrotz - 1.11
08:52
<@McMartin>
The Official Release ZOMG will be in a week, mainly so I can convince myself that it doesn't have any showstoppers in it.
08:59
<@Reiver>
Getting a final gamma test, so to speak?
09:01
<@McMartin>
Basically, but at this point I'm only updating for showstoppers.
09:01 * Reiver nods.
09:37 Reiver is now known as Reivetta
09:38 Reivetta is now known as Reiver
09:42 Vornicus-Latens is now known as Vornicus
09:46 Forjadon [~Forjadon@Nightstar-10147.ue.woosh.co.nz] has quit [Ping Timeout]
10:11 Chalcedon [~Chalcedon@Nightstar-10147.ue.woosh.co.nz] has quit [Quit: Gone]
10:23 MyCatVerbs [~rb6822@Nightstar-23580.cs.bris.ac.uk] has joined #code
10:48 Forj [~Forj@Nightstar-10147.ue.woosh.co.nz] has quit [Quit: Gone]
11:56 gnolam [lenin@Nightstar-13557.8.5.253.se.wasadata.net] has joined #Code
11:56 mode/#code [+o gnolam] by ChanServ
13:23 gnolam [lenin@Nightstar-13557.8.5.253.se.wasadata.net] has quit [Ping Timeout]
13:26 gnolam [lenin@Nightstar-13557.8.5.253.se.wasadata.net] has joined #Code
13:27 mode/#code [+o gnolam] by ChanServ
13:58 Thaqui [~Thaqui@Nightstar-26823.jetstream.xtra.co.nz] has quit [Quit: Leaving]
14:26 NSGuest-530 is now known as jerith
14:53 Reiver is now known as ReivZzz
14:56
<@ReivZzz>
"Getting a SCSI chain working is perfectly simple if you remember that there must be exactly three terminations: one on one end of the cable, one on the far end, and the goat, terminated over the SCSI chain with a silver-handled knife whilst burning *black* candles."
15:12
<@gnolam>
"SCSI is not magic. There are /fundamental technical reasons/ why you have
15:12
<@gnolam>
to sacrifice a young goat to your SCSI-chain every now and then." -- John F. Woods
15:13
<@gnolam>
"But if it is a differential SCSI chain, you need two goats, one black and
15:13
<@gnolam>
one white, and two ceremonies: kill the black goat at high noon and the white
15:13
<@gnolam>
one at midnight. Same silver knife for both, of course. Otherwise the chain
15:13
<@gnolam>
will be unbalanced and things just get worse from there as all the drives do
15:13
<@gnolam>
the "washing machine dance". Selfterminating devices merely need to be left
15:13
<@gnolam>
with sufficient livestock and theyll take care of the rest." Graham Reed
15:13 * gnolam outgoats ReivZzz.
15:28
<@ToxicFrog>
Ok, the revised API...
15:28
<@ToxicFrog>
gtk_server = require "gtk-server" ("fifo", os.tmpname())
15:28
<@ToxicFrog>
This gets you a callable table.
15:29
<@ToxicFrog>
gtk_server(...) sends a raw message to the server; gtk_server.gtk(...), gtk_server.gdk(...) and gtk_server.g(...) send raw messages, and can be pulled out of the table and passed around as usual.
15:30
<@ToxicFrog>
gtk_server.in and gtk_server.out are interface-defined raw handles of some kind, such as sockets or IPC queue numbers, which can be used for lower-level communication.
15:31
<@ToxicFrog>
...except of course in is a reserved word.
15:38 * ToxicFrog calls them to and from instead
16:42 MyCatVerbs [~rb6822@Nightstar-23580.cs.bris.ac.uk] has quit [Quit: Swim, swim, hungry!]
17:04 Syloqs-AFH is now known as Syloq
17:52 Syloq is now known as Syloqs-AFH
19:23 Forj [~Forj@Nightstar-10147.ue.woosh.co.nz] has joined #code
19:23 mode/#code [+o Forj] by ChanServ
19:50 Forj [~Forj@Nightstar-10147.ue.woosh.co.nz] has quit [Quit: Gone]
21:01
<@ToxicFrog>
<qazwsx> is lua pass by valiue or reference?
21:01
<@ToxicFrog>
<ventonegro> qazwsx: value
21:01
<@ToxicFrog>
<ventonegro> but remember that some values are references :-)
22:09 Thaqui [~Thaqui@Nightstar-26823.jetstream.xtra.co.nz] has joined #code
22:09 mode/#code [+o Thaqui] by ChanServ
22:42 harvey [harvey@Nightstar-18565.cable.ubr01.king.blueyonder.co.uk] has joined #Code
22:43 harvey [harvey@Nightstar-18565.cable.ubr01.king.blueyonder.co.uk] has left #Code []
23:08 Chalcedon [~Chalcedon@Nightstar-10147.ue.woosh.co.nz] has joined #code
23:08 mode/#code [+o Chalcedon] by ChanServ
--- Log closed Tue Aug 14 23:45:11 2007
--- Log opened Tue Aug 14 23:45:15 2007
23:45 TheWatcher [~chris@Nightstar-29731.dsl.in-addr.zen.co.uk] has joined #code
23:45 Irssi: #code: Total of 9 nicks [5 ops, 0 halfops, 0 voices, 4 normal]
23:45 McMartin [mcmartin@Nightstar-6772.dsl.pltn13.sbcglobal.net] has joined #code
23:45 AnnoDomini [~farkoff@Nightstar-28907.neoplus.adsl.tpnet.pl] has joined #Code
23:45 Irssi: Join to #code was synced in 37 secs
23:46 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code
23:46 KarmaBot [~fark.off@87.72.35.ns-3885] has joined #Code
23:47 Syloq [Syloq@Admin.Nightstar.Net] has joined #code
23:47 mode/#code [-o Pi] by ChanServ
23:47 mode/#code [-o ReivZzz] by ChanServ
23:47 mode/#code [-o Serah] by ChanServ
23:47 mode/#code [-o Vornicus] by ChanServ
23:47 mode/#code [-o Chalain] by ChanServ
23:47 mode/#code [+o AnnoDomini] by ChanServ
23:47 mode/#code [+o TheWatcher] by ChanServ
23:48 ToxicFrog is now known as NSGuest-1
23:48 McMartin is now known as NSGuest-6
23:48 jerith is now known as NSGuest-25
23:48 Syloq is now known as Syloqs-AFH
23:49 gnolam [lenin@Nightstar-13557.8.5.253.se.wasadata.net] has joined #Code
23:49 Thaqui [~Thaqui@Nightstar-26823.jetstream.xtra.co.nz] has joined #Code
23:49 Chalcedon [~Chalcedon@Nightstar-10147.ue.woosh.co.nz] has joined #Code
23:49 EvilDarkLord [~jjlehto3@Nightstar-2194.vipunen.hut.fi] has joined #Code
23:49 ServerMode/#Code [+ooo Chalcedon Thaqui gnolam] by Blargh.CA.US.Nightstar.Net
23:49 mode/#code [-o Chalcedon] by ChanServ
23:49 mode/#code [-o Thaqui] by ChanServ
23:49 mode/#code [-o gnolam] by ChanServ
23:50 EvilDarkLord is now known as NSGuest-36
23:50 Chalcedon is now known as NSGuest-40
23:50 Thaqui is now known as NSGuest-43
23:51 NSGuest-40 is now known as Chalcedon
23:52 NSGuest-6 is now known as McMartin
--- Log closed Wed Aug 15 00:00:25 2007
code logs -> 2007 -> Tue, 14 Aug 2007< code.20070813.log - code.20070815.log >