IRC log of swhack on 2002-05-12

Timestamps are in UTC.

00:00:56 [BenSw]
hmm
00:00:58 [BenSw]
File "C:\WINDOWS\Desktop\IRCTemplate.py", line 54
00:00:58 [BenSw]
c.tell(args[1[,'woof')]
00:00:58 [BenSw]
^
00:00:59 [BenSw]
SyntaxError: invalid syntax
00:01:07 [BenSw]
^ pointing at the ,
00:01:22 [sbp]
"c.tell(args[1], 'woof')"
00:01:54 [AaronSw]
* AaronSw chats with liam
00:01:54 [AaronSw]
@ http://www.holoweb.net/~liam/irc++/
00:02:19 [BenSw]
hmm still an error
00:02:25 [AaronSw]
he says luke skywalker day is may the fourth be with you
00:02:28 [BenSw]
File "C:\WINDOWS\Desktop\IRCTemplate.py", line 56
00:02:28 [BenSw]
r'^\.(.bark)$'
00:02:29 [BenSw]
^
00:02:29 [BenSw]
SyntaxError: invalid syntax
00:02:33 [chumpy]
A: http://www.holoweb.net/~liam/irc++/ from AaronSw
00:02:45 [sbp]
why is the RegExp on a line of its own?
00:02:51 [AaronSw]
key point: trust needs to be based on time
00:03:10 [sbp]
and BTW, it should be r'^\.bark$'
00:03:58 [BenSw]
yippie it worked
00:04:07 [sbp]
cool
00:04:35 [BenSw]
* BenSw crosses fingers
00:04:52 [DogBot]
DogBot (~blargh@12-249-96-16.client.attbi.com) has joined #swhack
00:04:57 [BenSw]
.bark
00:05:07 [BenSw]
no :(
00:05:15 [BenSw]
bark
00:05:55 [wmf]
I'm getting iPhoto 1.1.1 at 2.3KB/s. thank you akamai!
00:06:23 [DogBot]
DogBot has quit (Read error: 104 (Connection reset by peer))
00:06:55 [DogBot]
DogBot (~blargh@12-249-96-16.client.attbi.com) has joined #swhack
00:07:01 [BenSw]
.bark
00:07:46 [BenSw]
no
00:07:58 [BenSw]
:*(
00:08:18 [DogBot]
DogBot has quit (Read error: 104 (Connection reset by peer))
00:09:39 [sbp]
Ben:-
00:09:40 [sbp]
def bark(m, origin, args, text, c=c): c.tell(args[1], 'woof!')
00:09:40 [sbp]
c.bind(bark, PRIVMSG, r'^\.bark$')
00:09:59 [BenSw]
* BenSw is about to hit computer until voices of yoda come into his head and say "anger leads to hate, hate leads to suffering"
00:10:12 [AaronSw]
that was cool. he's going to meet raph in CA
00:12:52 [sbp]
"How Yoda Saved My Computer, by Ben Swartz" will be in bookshops shortly
00:12:59 [BenSw]
Heh
00:15:05 [DogBot]
DogBot (~blargh@12-249-96-16.client.attbi.com) has joined #swhack
00:15:08 [BenSw]
.bark
00:16:21 [BenSw]
hmm
00:17:43 [DogBot]
DogBot has quit (Read error: 104 (Connection reset by peer))
00:18:02 [DogBot]
DogBot (~sysadmin@12-249-96-16.client.attbi.com) has joined #swhack
00:18:11 [BenSw]
.bark
00:18:35 [sbp]
heh, you're just not having any luck there...
00:18:43 [BenSw]
nope
00:18:51 [BenSw]
* BenSw gets the yoda voices again
00:19:03 [sbp]
heh, heh
00:20:03 [BenSw]
"How Yoda saved my computer: The Sequel" By Ben Swartz Will Be in bookstores shortly
00:20:18 [DogBot]
DogBot has quit (Read error: 104 (Connection reset by peer))
00:21:25 [sbp]
try taking out the blank line above c.tell...
00:21:33 [sbp]
I don't know what else to tell you. it worked fine for me!
00:21:43 [BenSw]
I did that trying now
00:21:47 [DogBot]
DogBot (~sysadmin@12-249-96-16.client.attbi.com) has joined #swhack
00:21:55 [BenSw]
.bark
00:22:22 [sbp]
heh, that's really strange
00:22:29 [AaronSw]
* AaronSw gets 125K/sec. on iphoto update. thanks netenterprise!
00:22:43 [sbp]
you do have the "def dogbark" bit right above the "def hi" bit, don't you? (or just below it)
00:23:14 [BenSw]
BenSw has quit (Excess Flood)
00:23:24 [AaronSw]
phew
00:23:26 [sbp]
oops
00:25:15 [BenSw]
BenSw (~x@12-249-96-16.client.attbi.com) has joined #swhack
00:25:19 [sbp]
wb
00:25:40 [BenSw]
ok
00:26:45 [BenSw]
http://bensw.com/blog/archives/IRCTemplate.py
00:27:13 [sbp]
you need to move the function above the c.makeConn(hostName, port) bit
00:27:48 [BenSw]
what?
00:28:13 [sbp]
i.e.
00:28:14 [sbp]
[[[
00:28:15 [sbp]
def dogbark(m, origin, args, text, c=c): c.tell(args[1], 'woof')
00:28:15 [sbp]
c.bind(dogbark, PRIVMSG, r'^\.bark$')
00:28:15 [sbp]
00:28:18 [sbp]
c.makeConn(hostName, port)
00:28:18 [sbp]
asyncore.loop()
00:28:19 [sbp]
]]]
00:30:01 [BenSw]
ahh ok
00:30:07 [DogBot]
DogBot has quit (Read error: 104 (Connection reset by peer))
00:30:40 [BenSw]
* BenSw tries one more time before dinner
00:30:40 [DogBot]
DogBot (~sysadmin@12-249-96-16.client.attbi.com) has joined #swhack
00:30:43 [BenSw]
.bark
00:31:17 [BenSw]
:*(
00:31:44 [sbp]
hi BlarghBot
00:31:44 [DogBot]
hi, sbp
00:31:50 [sbp]
heh, weird stuff
00:31:56 [BenSw]
that works
00:32:02 [BenSw]
* BenSw runs for dinner
00:32:05 [sbp]
c'ya
00:32:09 [BenSw]
bye
00:33:40 [AaronSw]
argh, computer crash
00:52:07 [BenSw]
back
00:52:27 [DogBot]
DogBot has quit (Read error: 104 (Connection reset by peer))
00:52:32 [sbp]
wb
00:52:39 [BenSw]
trying again
00:53:05 [DogBot]
DogBot (~sysadmin@12-249-96-16.client.attbi.com) has joined #swhack
00:53:08 [BenSw]
.bark
00:53:08 [DogBot]
woof
00:53:21 [BenSw]
\/\/00+
00:53:59 [AaronSw]
AaronSw has left #swhack
00:54:15 [sbp]
:-)
00:54:26 [AaronSw]
AaronSw (~Snak@63.149.73.20) has joined #swhack
00:54:42 [BenSw]
lets just hope AaronSw doesn't get mad at me for speaking in 1337
01:01:36 [DogBot]
DogBot has quit (Read error: 104 (Connection reset by peer))
01:03:46 [DogBot]
DogBot (~sysadmin@12-249-96-16.client.attbi.com) has joined #swhack
01:03:51 [BenSw]
.bark
01:03:51 [DogBot]
woof
01:03:54 [BenSw]
.chase
01:03:54 [DogBot]
DogBot has quit (Remote closed the connection)
01:04:43 [BenSw]
hmm sbp, how do you do a /me?
01:05:59 [sbp]
c.tell(args[1], '\x01ACTION does whatever\x01')
01:06:11 [sbp]
you might want to wrap it
01:06:32 [sbp]
def me(s): return '\x01ACTION %s\x01' % s
01:06:33 [BenSw]
ah ok
01:06:51 [sbp]
then you can do c.tell(args[1], me('does whatever'))
01:07:07 [deltab]
def ctcp(s): return '\x01%s\x01' % s
01:07:45 [sbp]
def me(s): return ctcp('ACTION %s' % s)
01:07:47 [sbp]
:-)
01:08:13 [AaronSw]
\x01?
01:08:29 [AaronSw]
interesting
01:08:30 [sbp]
it's the standard marker
01:09:03 [deltab]
chr(1)
01:09:05 [sbp]
http://www.invlogic.com/irc/ctcp.html#4
01:09:29 [sbp]
also, from 2.2: """STX (ctcp marker) 001 '\1'"""
01:09:31 [DogBot]
DogBot (~sysadmin@12-249-96-16.client.attbi.com) has joined #swhack
01:09:36 [BenSw]
.chase
01:09:37 [DogBot]
* DogBot chases %s
01:09:44 [sbp]
heh, heh
01:09:55 [sbp]
that's brutally funny
01:10:09 [BenSw]
was the %n necessary?
01:10:32 [sbp]
%n?
01:10:39 [BenSw]
from def hi
01:11:28 [sbp]
?
01:11:41 [BenSw]
nm
01:11:46 [BenSw]
so like this:
01:11:48 [BenSw]
[[[
01:11:53 [BenSw]
def dogchase(m, origin, args, text, c=c):
01:11:54 [BenSw]
m = origin.split('!')[0].replace('u', '\\x75')
01:11:54 [BenSw]
c.tell(args[1],me('chases')%s)
01:11:55 [BenSw]
c.bind(dogchase, PRIVMSG,
01:11:55 [BenSw]
r'^\.chase' )
01:11:58 [BenSw]
]]]
01:12:19 [sbp]
no need for the %s in there
01:12:43 [BenSw]
why?
01:12:53 [BenSw]
is it already in me
01:12:56 [sbp]
no need for the "m = " line, either. Note that the \\x75 thing is a left over from Charbot :-)
01:13:16 [DogBot]
DogBot has quit (Read error: 104 (Connection reset by peer))
01:14:01 [DogBot]
DogBot (~sysadmin@12-249-96-16.client.attbi.com) has joined #swhack
01:14:06 [BenSw]
.chase
01:14:06 [DogBot]
* DogBot chases
01:14:09 [sbp]
* sbp should put IRCTemplate.py online
01:14:18 [BenSw]
I want it to chase me!
01:14:35 [AaronSw]
so say c.tell(args[1],me('chases' + m))
01:14:35 [DogBot]
DogBot has quit (Read error: 104 (Connection reset by peer))
01:14:50 [sbp]
ta da: http://infomesh.net/2002/IRCTemplate.txt
01:15:20 [sbp]
actually, I'll put in deltab's function...
01:15:30 [BenSw]
now its spitting out this
01:15:32 [BenSw]
[[[
01:15:33 [BenSw]
File "C:\WINDOWS\Desktop\IRCTemplate.py", line 60
01:15:33 [BenSw]
c.tell(args[1],'woof = m'))
01:15:34 [BenSw]
^
01:15:34 [BenSw]
SyntaxError: invalid syntax
01:15:36 [BenSw]
]]]
01:15:45 [BenSw]
^ at the last )
01:16:30 [AaronSw]
um, why do you have that line?
01:16:36 [AaronSw]
do you mean 'woof' + m?
01:16:57 [BenSw]
whoops added it to the wrong function
01:17:59 [DogBot]
DogBot (~sysadmin@12-249-96-16.client.attbi.com) has joined #swhack
01:18:04 [BenSw]
and didn't hit shift :)
01:18:08 [BenSw]
.chase
01:18:08 [DogBot]
* DogBot chases +m
01:18:29 [DogBot]
DogBot has quit (Read error: 104 (Connection reset by peer))
01:18:41 [AaronSw]
+m needs to be ouside the quotes
01:18:48 [AaronSw]
but inside the ()s
01:18:50 [BenSw]
whoops put oit inside quotes
01:18:57 [BenSw]
s/oit/it
01:19:06 [DogBot]
DogBot (~sysadmin@12-249-96-16.client.attbi.com) has joined #swhack
01:19:09 [BenSw]
.chase
01:19:10 [DogBot]
DogBot has quit (Remote closed the connection)
01:19:42 [sbp]
c.tell(args[1], me('chases ' + m))
01:20:36 [DogBot]
DogBot (~sysadmin@12-249-96-16.client.attbi.com) has joined #swhack
01:20:42 [BenSw]
.chase
01:20:42 [DogBot]
DogBot has quit (Remote closed the connection)
01:21:23 [DogBot]
DogBot (~sysadmin@12-249-96-16.client.attbi.com) has joined #swhack
01:21:30 [BenSw]
.chase
01:21:30 [DogBot]
DogBot has quit (Remote closed the connection)
01:21:49 [BenSw]
def dogchase(m, origin, args, text, c=c):
01:21:49 [BenSw]
c.tell(args[1], me('chases ' + m))
01:21:50 [BenSw]
c.bind(dogchase, PRIVMSG,
01:21:51 [BenSw]
r'^\.chase' )
01:21:55 [BenSw]
hmm whats wrong
01:22:26 [sbp]
s/+ m/+ origin.split('!')[0]/
01:24:03 [DogBot]
DogBot (~sysadmin@12-249-96-16.client.attbi.com) has joined #swhack
01:24:08 [BenSw]
.chase
01:24:08 [DogBot]
DogBot has quit (Remote closed the connection)
01:24:15 [BenSw]
[[[
01:24:16 [BenSw]
def dogchase(m, origin, args, text, c=c):
01:24:17 [BenSw]
c.tell(args[1], me('chases ' + orgin.split('!'[0])))
01:24:17 [BenSw]
c.bind(dogchase, PRIVMSG,
01:24:18 [BenSw]
r'^\.chase' )
01:24:20 [BenSw]
]]]
01:24:25 [sbp]
origin
01:24:30 [AaronSw]
and origin.split('!')[0]
01:24:34 [BenSw]
* BenSw smacks head
01:24:35 [AaronSw]
the [0] is outside the )
01:24:36 [sbp]
heh
01:25:45 [DogBot]
DogBot (~sysadmin@12-249-96-16.client.attbi.com) has joined #swhack
01:25:49 [BenSw]
.chase
01:25:49 [DogBot]
* DogBot chases BenSw
01:25:52 [sbp]
whee
01:25:53 [BenSw]
w00t
01:26:03 [BenSw]
.bark
01:26:03 [DogBot]
woof
01:26:09 [BenSw]
good boy
01:26:23 [BenSw]
* BenSw pats computer
01:26:56 [BenSw]
now I have to make a function to kill catbot
01:27:42 [sbp]
since CatBot has roughly 700x the programming power behind it, I think it'd whip DogBot's ass
01:27:59 [BenSw]
heh
01:28:18 [sbp]
mraaaw
01:28:38 [BenSw]
.bark
01:28:38 [DogBot]
woof
01:28:53 [deltab]
sbp: base64 doesn't care about whitespace or anything else apart from [A-Za-z0-9+/]
01:29:05 [sbp]
ah! thank you
01:29:42 [AaronSw]
what's with the base64-encoded code?
01:29:44 [BenSw]
hmm still have 14 minutes of time to kill
01:30:22 [deltab]
sbp: yeah, what's the point of that?
01:31:02 [sbp]
just a not-so-well-hidden easter egg
01:31:12 [sbp]
* sbp updates the code
01:31:19 [DogBot]
DogBot has quit (Read error: 104 (Connection reset by peer))
01:39:50 [sbp]
Hmm... why can't exec be used in map, or assigned to another variable for that matter?
01:42:10 [sbp]
(well, in apply would be more sensible)
01:43:24 [deltab]
like print, import and def, it's a statement keyword, not a function
01:44:29 [sbp]
ah
01:49:06 [BenSw]
* BenSw goes to watch siderman
01:49:14 [AaronSw]
you can use it via lambda tho
01:49:18 [BenSw]
s/siderman/spiderman/
01:49:30 [BenSw]
bye
01:50:20 [sbp]
via lambda: really?
01:53:12 [AaronSw]
i'd expect so
01:53:17 [AaronSw]
labmda x: exec x
01:53:30 [Warbux]
Warbux (szfdtfsdg_@fl-st-1c-2-61.stu.adelphia.net) has joined #swhack
01:53:39 [deltab]
can't it's a statement
01:53:55 [AaronSw]
oh, hm
01:54:46 [Warbux]
hello
01:55:57 [sbp]
Hi there
01:56:21 [Warbux]
whassup
01:56:42 [sbp]
just the usual stuff. rockets. planes...
01:56:47 [sbp]
N.B. this channel's looged to the Web. to say something offlog, prefix with "# "
01:57:08 [Warbux]
um ok
01:57:23 [sbp]
heh, sorry: it's standard verbiage
01:58:11 [Warbux]
yea
01:58:31 [Warbux]
Warbux has left #swhack
01:59:08 [sbp]
maybe I should tell people that they've won a prize
01:59:47 [AaronSw]
AaronSw has changed the topic to: got root?
02:00:10 [AaronSw]
AaronSw has changed the topic to: Hawaii, California, Whatever
02:00:27 [AaronSw]
Whateeeeever.
02:01:24 [AaronSw]
internet dies in 1.5 hrs
02:01:24 [sbp]
we should hold Swhack awards! that'd bring in the rubes
02:01:53 [sbp]
it's the first annual swhackish awards for outstanding achievment in the field of excellence
02:02:14 [AaronSw]
* AaronSw looks glum
02:02:21 [sbp]
cf. "it's the first annual Montgomery Burns..."
02:02:26 [AaronSw]
of course
02:02:28 [sbp]
glum? glum?
02:02:34 [AaronSw]
I wasn't nominated.
02:02:50 [sbp]
Pff, go drink a tequilla on the beach
02:02:56 [AaronSw]
heh
02:02:57 [sbp]
er... alcohol free, that is
02:03:01 [sbp]
*ahem*
02:03:33 [sbp]
worms: tequilla sans alcohol
02:04:59 [deltab]
sbp [...] FREE DUFF [...]
02:05:21 [sbp]
heh, heh
02:05:39 [sbp]
[Homer mock-collapses]
02:07:58 [sbp]
I love Aaron's grim predictions... <AaronSw> internet dies in 1.5 hrs
02:08:44 [sbp]
no more internet in under an hour and a half! warm up your T.V.s, books, and wifes!
02:09:32 [AaronSw]
and unlike metcalfe, i will not eat my words
02:09:41 [sbp]
"better halves" would have made that more gender-independent
02:09:50 [sbp]
aw...
02:18:11 [wmf]
tick tok
02:19:11 [sbp]
clippity clock
02:19:23 [AaronSw]
quick.. what should i download?
02:30:55 [sbp]
Gotta run
02:30:57 [sbp]
sbp has quit ("Homer: Twenty dollars? I wanted a peanut!")
02:38:45 [AaronSw]
[rohit plugs his product onstage]
02:38:51 [AaronSw]
[disses irc bots]
02:42:31 [wmf]
you know you're in trouble when your product competes with IRC bots
04:44:16 [wmf]
wmf has quit (Killed (NickServ (Ghost: wmf_!~wmf@cs666868-69.austin.rr.com)))
06:16:46 [Ash]
lol!
06:17:22 [Ash]
<rohit> xena sucks, you should use KnowNow (/msg knownow .commands)
06:50:47 [rik]
rik has quit (carter.openprojects.net irc.openprojects.net)
06:50:48 [BenSw]
BenSw has quit (carter.openprojects.net irc.openprojects.net)
06:50:48 [oierw]
oierw has quit (carter.openprojects.net irc.openprojects.net)
06:50:48 [syn|ack]
syn|ack has quit (carter.openprojects.net irc.openprojects.net)
06:50:48 [eikeon]
eikeon has quit (carter.openprojects.net irc.openprojects.net)
06:50:48 [deltab]
deltab has quit (carter.openprojects.net irc.openprojects.net)
06:50:48 [Ash]
Ash has quit (carter.openprojects.net irc.openprojects.net)
06:51:46 [BenSw]
BenSw (~x@12-249-96-16.client.attbi.com) has joined #swhack
06:51:46 [oierw]
oierw (~mathew@pcp994425pcs.goosck01.sc.comcast.net) has joined #swhack
06:51:46 [rik]
rik (spamtrap@dsl-212-23-24-254.zen.co.uk) has joined #swhack
06:51:46 [eikeon]
eikeon (~Daniel@jungle.ne.client2.attbi.com) has joined #swhack
06:51:46 [Ash]
Ash (~amathews@166.70.45.199) has joined #swhack
06:51:46 [deltab]
deltab (~deltab@216.234.235.21) has joined #swhack
06:51:47 [syn|ack]
syn|ack (~glova@kaniere.alchemy.co.nz) has joined #swhack
07:53:50 [tansaku_xf]
tansaku_xf has quit (Read error: 110 (Connection timed out))
09:20:39 [tansaku_xf]
tansaku_xf (~sam@n144-001.tokyu-net.catv.ne.jp) has joined #swhack
09:58:16 [rtega]
rtega (rtega@212-100-182-97.adsl.easynet.be) has joined #swhack
10:08:21 [rtega]
rtega has quit ("Client Exiting")
11:14:38 [s|a]
s|a has quit ("[x]chat")
14:50:28 [lilo]
[GlobalNotice] Hi all. A reminder: OPN is still in urgent need of leaf node servers to fill our main rotation. Bandwidth usage is about 100-200Kbps average. We look for multihomed T3 or better to ensure reliability and good connectivity. We're a volunteer project and we depend on you to help us provide the resources we need. If you'd like to help, please take a look at http://openprojects.net/sponsoring_servers.shtml and email lilo@openprojects.net. Thanks!
14:55:17 [rtega]
rtega (rtega@212-100-182-97.adsl.easynet.be) has joined #swhack
15:02:35 [AaronSw]
howdy
15:02:45 [AaronSw]
AaronSw is now known as AaronSw-CA-US
15:03:11 [AaronSw-CA-US]
* AaronSw-CA-US searches for the Dali Google logo
15:03:56 [AaronSw-CA-US]
5AM Hawaii, 8AM California
15:09:13 [AaronSw-CA-US]
sheesh, this hotel is so fancy.
15:15:33 [AaronSw-CA-US]
@ http://open-content.net/
15:16:18 [chumpy]
B: http://open-content.net/ from AaronSw-CA-US
15:17:01 [AaronSw-CA-US]
B:|Open Content Network
15:17:17 [chumpy]
titled item B
15:20:18 [AaronSw-CA-US]
* AaronSw-CA-US names his new iBook "tumtum"
15:22:04 [AaronSw-CA-US]
* AaronSw-CA-US laughs at an email from Ben
15:24:34 [oierw]
oierw has quit ("hmm.")
15:31:38 [rtega]
rtega has left #swhack
17:40:02 [jillium]
jillium (~jill@dsl092-186-227.sfo2.dsl.speakeasy.net) has joined #swhack
17:40:19 [jillium]
* jillium looks around
17:40:35 [jillium]
is rik here?
17:40:40 [rik]
yupyup
17:40:45 [jillium]
rik!
17:40:51 [rik]
jill!
17:40:58 [rik]
* rik hugs
17:41:01 [jillium]
I went to sleep last night with something to tell you!
17:41:02 [jillium]
* jillium hugs.
17:41:07 [rik]
oh
17:41:16 [jillium]
Oh, it's just great.
17:41:18 [rik]
what was it?
17:41:27 [jillium]
So yestdrday I went to a games party.
17:41:33 [rik]
* rik nods
17:41:54 [jillium]
And ended up playing bridge for several hours with one of my coworkers and two people from Berkeley.
17:42:04 [rik]
* rik nod
17:42:08 [jillium]
Both of whose email addresses I now have for future bridge games.
17:42:17 [jillium]
But there was this one hand I wanted to tell you about.
17:43:00 [rik]
* rik listens
17:43:37 [jillium]
I was holding eleven or twelvish points, and all four of us were bidding. My partner and I found a spade fit, but our opponents bid to 3NT.
17:43:54 [jillium]
I looked at my hand and saw this in spades: KQJ9.
17:44:11 [rik]
* rik smiles
17:44:22 [AaronSw-CA-US]
jillium!
17:44:24 [jillium]
I considered four spades, but an angry little voice jumped up and said NO. KILL. So I said double.
17:44:31 [jillium]
Hi, AaronSw!
17:44:35 [rik]
* rik nodnod
17:44:53 [jillium]
My partner later told me that he had been planning to bid four spades, but instead he passed my double.
17:45:04 [jillium]
I led the king and lost to the enemy ace.
17:45:33 [jillium]
(my holdings outside spades were unimpressive but adequate: one king and one ace)
17:45:43 [rik]
* rik nods
17:45:44 [jillium]
(which is another reason I wasn't as excited about 4spades)
17:46:49 [jillium]
One of the outside holdings won, and then I led the queen. Then the jack. Then I held my breath and led the nine. And YES! My partner played the ten and followed with two or three more spade tricks! PERFECT!
17:47:05 [jillium]
We set 3NT doubled by four tricks! Something like 1100 points!
17:47:05 [rik]
hmmm
17:47:08 [jillium]
ROWR!
17:47:11 [rik]
indeed.
17:47:14 [rik]
* rik rowrs also.
17:47:21 [jillium]
I find good defense extremely stimulating.
17:47:41 [rik]
the 10 on the 9 was disappointing though
17:47:46 [jillium]
No, it was perfect.
17:47:56 [jillium]
I would never have been able to get into his hand if he hadn't played it.
17:48:01 [rik]
true
17:48:03 [rik]
it's still annoying
17:48:05 [jillium]
It was _perfect_.
17:48:13 [rik]
because the 10 was the highest spade at that point
17:48:21 [rik]
and since your partner had it, the 9 was a winner
17:48:21 [jillium]
No, it was precisely what I was hoping for, because it maximized our spade tricks.
17:48:40 [jillium]
rik: the point was to get control to my partner becuase I had no more spades, and he did.
17:48:44 [rik]
yes, indeed.
17:48:48 [rik]
i know wht the point was
17:48:59 [rik]
it's just annoying that they had to put a winner on another winner.
17:49:12 [jillium]
What difference does it make?
17:49:28 [rik]
not a lot, if you had no other way into their hand
17:50:21 [jillium]
Since all 2 or three of my partner's low spades were made good, we got every single trick we could possibly get in spades. He won the last two with a six and a three or somethign like that.
17:50:47 [rik]
aha
17:50:49 [rik]
fair enough then
17:51:16 [jillium]
Nothing like a good fuck you double followed by perfect defense to really make one's night.
17:51:21 [rik]
* rik nods
17:51:28 [rik]
it's been ages since i've played.
17:51:35 [jillium]
Must Play!
17:51:40 [rik]
yes.
17:51:48 [jillium]
AaronSw-CA-US: where are you now?
17:51:56 [rik]
get your butt over to england. i know two other people that can play!
17:51:59 [rik]
(near me)
17:52:02 [jillium]
ROWR!
17:52:08 [AaronSw-CA-US]
I am at the Westin Santa Clara.
17:52:26 [jillium]
Though I'll have to learn ACOL.
17:52:36 [rik]
ACOL. Tcha.
17:52:40 [rik]
Instinct!
17:53:02 [jillium]
Instinct is much supplemented by an understanding of a common bidding system between partners. :-)
17:53:17 [jillium]
AaronSw-CA-US: cool. We're on for lunch tomorrow?
17:53:31 [AaronSw-CA-US]
Yep.
17:53:47 [rik]
AaronSw-CA-US: you better have a camera, for up-to-dte jillpix.
17:53:52 [rik]
jillium: i suppose :)
17:53:53 [AaronSw-CA-US]
Of course!
17:53:59 [rik]
good good.
17:54:04 [jillium]
Oooh, I'll have to comb my hair.
17:55:22 [rik]
:)
17:55:46 [jillium]
Six days til move.
17:56:07 [jillium]
* jillium makes a note to buy tape for boxes.
17:56:27 [jillium]
It amuses me that many of my boxes are from a moving company in London and Glasgow.
17:56:59 [rik]
heh. how?
17:57:17 [jillium]
I have two friends who moved here from London, and last time I moved I asked them if they had spare boxes.
17:57:50 [rik]
ahh
17:58:39 [jillium]
How's things there, rik?
17:58:47 [rik]
* rik shrugs
17:59:03 [rik]
I'm setting up retrieving all my mail from various accounts to my desktop machine
17:59:18 [jillium]
sounds exciting. :)
17:59:22 [rik]
not really
17:59:29 [rik]
something i've been meaning to do though.
17:59:44 [rik]
* rik retrieves old mail, so he can archive it.
18:08:25 [lilo]
[GlobalNotice] Hi all. A reminder: OPN is still in urgent need of leaf node servers to fill our main rotation. Bandwidth usage is about 100-200Kbps average. We look for multihomed T3 or better to ensure reliability and good connectivity. We're a volunteer project and we depend on you to help us provide the resources we need. If you'd like to help, please take a look at http://openprojects.net/sponsoring_servers.shtml and email lilo@openprojects.net. Thanks!
18:08:38 [walloper]
<lilo> Sorry about those messages; we really are kind of on the edge of things though. Need assistance.
18:18:02 [jillium]
* jillium goes to take a shower
18:18:19 [Ash]
JILLIUM
18:32:05 [Kham]
Kham (kmnguyen@alpha3.csd.uwm.edu) has joined #swhack
18:32:16 [Kham]
Hello
18:32:45 [Kham]
Kham has left #swhack
18:36:53 [AaronSw-CA-US]
* AaronSw-CA-US -> relatives
18:48:07 [jillium]
* jillium reappears, clean.
18:48:10 [jillium]
ASH!
18:48:34 [jillium]
jillium has quit ("Client Exiting")
18:49:49 [jillium]
jillium (~jill@dsl092-186-227.sfo2.dsl.speakeasy.net) has joined #swhack
18:50:12 [jillium]
hello.
18:50:24 [jillium]
* jillium launders.
18:51:14 [eikeon]
* eikeon continues to paint his feet red ;)
18:51:40 [jillium]
* jillium observes that swhackers really know how to have a good time.
18:51:49 [eikeon]
Oh yeah
19:06:18 [rik]
llello jilllll
19:06:29 [jillium]
hiya, rik!
19:10:01 [rik]
* rik goes to see if there's anything to eat.
19:22:49 [rik]
* rik sighs.
20:12:55 [Ash]
la la la
20:13:04 [Ash]
* Ash shares his ice cream and cake with rik
20:13:32 [Ash]
Ash has changed the topic to: CONSUME - REPRODUCE - DIE
20:20:32 [wmf]
wmf (~wmf@12.44.177.145) has joined #swhack
20:29:53 [jillium]
jillium has quit (Remote closed the connection)
20:30:03 [Ash]
hi wmf
20:30:17 [wmf]
hey Ash
20:36:11 [Ash]
How's your ZapStation?
20:37:04 [wmf]
it's great
20:37:44 [quasi]
.google ZapStation
20:38:02 [Ash]
http://www.zapmedia.com/
20:38:05 [Ash]
heh
20:38:11 [Ash]
$599.. that's not too bad.
20:38:58 [Ash]
Does it rip DVD's yet? :)
20:39:52 [Ash]
That would be a really cool system- a DVD player that dumped the DVD to a hard drive array in a closet somewhere.
20:40:00 [quasi]
Ash: on an 800MHz celeron - that would take like weeks ;)
20:40:01 [Ash]
If only somebody would build one..
20:40:05 [Ash]
hehehe
20:40:09 [Ash]
quasi: Yeah, i know
20:40:20 [Ash]
I was just thinking of dumping the raw data from the DVD, though.
20:40:24 [Ash]
Then playing it back later ;)
20:40:36 [Ash]
10,000 MP3's.. that's like 5 dvd movies right? *g*
20:40:38 [Ash]
bbiaf
20:40:41 [quasi]
Ash: shouldn't be too hard
20:40:42 [wmf]
it doesn't rip DVDs; it only has 30GB
20:41:38 [wmf]
* wmf is chatting with zooko IRL
20:41:43 [quasi]
wmf: that should still hold a couple of DVD's
20:42:02 [Ash]
wmf: Ask him if he ever did another release of mnet
20:42:38 [wmf]
yeah, but $600 to store a couple of DVDs is a ripoff
20:43:08 [wmf]
zooko fixed some bugs and bumbed the version number, Tsechow is doing the compile
20:43:25 [Ash]
cool
20:43:47 [quasi]
* quasi wouldn't pay $599 for an 800MHz celeron
21:00:39 [wmf]
I just talked to David Mc on the phone
21:03:08 [wmf]
check
21:05:25 [rik]
* rik licks remnants of ice-cream and cacke from his whiskers.
21:16:54 [wmf]
ok, I have to go to my room for a minute
21:16:56 [wmf]
wmf has quit ("Erection reset by queer")
21:30:58 [wmf]
wmf (~wmf@12.44.177.145) has joined #swhack
21:47:23 [wmf]
JagWatch: Rael has it
21:49:10 [wmf]
he's stsicking to the NDA, though
22:06:07 [wmf]
wmf has quit ("[BX] Beefcake! BEEFCAKE!")
22:09:23 [syn|ack]
hiya guys
22:36:07 [tansaku_xf]
tansaku_xf has quit (Read error: 110 (Connection timed out))
22:36:43 [tansaku_xf]
tansaku_xf (~sam@n144-079.tokyu-net.catv.ne.jp) has joined #swhack
22:58:01 [jillium]
jillium (~jill@dsl092-186-227.sfo2.dsl.speakeasy.net) has joined #swhack
22:58:51 [rik]
* rik chews jill
22:59:07 [jillium]
* jillium pets rik.
22:59:12 [jillium]
Did you go to the cinema?
22:59:21 [rik]
nope
22:59:26 [rik]
sat here, playing with mai stuff
22:59:29 [jillium]
bah. why not?
22:59:39 [rik]
because noone would go with me.
22:59:48 [jillium]
Well, that is no fun.
22:59:59 [jillium]
I think I'm going shopping for stuff I need for moving
23:00:19 [jillium]
Yes.
23:00:22 [jillium]
I have decided.
23:00:25 [rik]
okay
23:00:29 [jillium]
* jillium grins.
23:00:34 [jillium]
I was on the phone for a long time today.
23:00:44 [rik]
sounds like fun
23:00:47 [rik]
you didn't ring me though
23:00:58 [jillium]
I could!
23:02:30 [rik]
* rik nods
23:29:26 [tansaku_xf]
tansaku_xf has quit (Read error: 104 (Connection reset by peer))
23:54:49 [walloper]
<lilo> "I lift this clavicle to worlds without number, and bring a new light to the Way, guiding this gate that all may prosper, those who guide and are guided, who light the Way and bask in the light so given....Behold, I open a new world."
23:54:59 [walloper]
<lilo> Please welcome goethe.openprojects.net in Dusseldorf, Germany, EU!