02:40:50 <arke> under which circumstances? 
05:26:17 -!- calamari has joined. 
07:12:42 -!- puzzlet has joined. 
07:22:31 <arke> I'm selling gmail invites for $5 
07:24:48 -!- calamari_ has joined. 
07:26:01 <lament> by "low" i don't mean the price 
07:26:21 <lament> i mean your personal ethics :) 
07:26:33 <arke> hey, $5 x 50 = $250 
07:26:38 <arke> that keeps me alive for a month 
07:28:14 <lament> you don't need any money to stay alive for a month 
07:28:26 <lament> well, depending on the month and on your location 
07:30:16 <arke> I'm living in CA 
07:30:28 <arke> if i was living back in germany again, i could live in the woods no problem 
07:30:31 <arke> except the lack of computer 
07:41:56 -!- calamari has quit (Read error: 110 (Connection timed out)). 
07:41:56 -!- puzzlet has quit (Connection timed out). 
07:59:59 -!- clog has quit (ended). 
08:00:00 -!- clog has joined. 
09:23:34 -!- puzzlet has joined. 
09:53:03 -!- calamari_ has quit ("Leaving"). 
10:19:56 -!- calamari has joined. 
10:42:33 -!- puzzlet has quit (Read error: 60 (Operation timed out)). 
11:02:20 -!- calamari has quit ("Leaving"). 
11:46:40 -!- puzzlet has joined. 
12:08:09 -!- transmogrify has joined. 
12:12:24 -!- fizzie has quit (sterling.freenode.net irc.freenode.net). 
12:12:28 -!- fizzie_ has joined. 
13:05:39 -!- puzzlet has quit (Read error: 104 (Connection reset by peer)). 
16:09:29 -!- {^Raven^} has joined. 
17:21:52 <{^Raven^}> does anyone know of any games written inbrainfuck 
17:32:28 -!- transmogrify has quit ("bye"). 
18:00:46 <{^Raven^}> guess i'm gonna have to write em myself :( 
18:01:31 <{^Raven^}> the supercoder looks like the perfect keyboard for a spoon based machine tho 
18:08:26 -!- fizzie_ has changed nick to fizzie. 
20:57:15 <arke> You could probably write a console based one by emitting escape codes 
20:57:36 <cpressey> wumpus and flip are good candidates. 
20:57:52 <fizzie> Or a nice graphical one with bfvga-or-what-was-it-called-again. 
20:58:45 <{^Raven^}> yeah, what seems to be most awkward is interpreters geting input a line at a time 
20:59:01 <{^Raven^}> would make space-invaders difficult 
20:59:04 <fizzie> (bfvga is a DOS-only thing, uses the 320x200x8bit VGA mode with the 64000 bytes of display memory mapped as the brainf*ck array.) 
20:59:30 <fizzie> (And if I were to hazard a guess, it probably doesn't do line-buffered input.) 
21:01:46 <{^Raven^}> might have to wait until other projects get started 
21:02:08 <arke> or make your own 
21:02:14 <arke> takes like 5 minutes to code a BF :) 
21:02:58 <{^Raven^}> i'm planning a cgi-aware BF-vm next 
21:03:26 <{^Raven^}> when i remember how to program in C again 
21:03:56 <fizzie> That's true. Didn't take me very long to write 'befvga' (just like bfvga, except with the display memory mapped as a 320x200-sized befunge93 playfield). Doing graphics with that was a bit too arduous, though. 
21:26:30 <{^Raven^}> bfvga does line-buffered input. is there a source release :(