00:14:08 -!- ihope has quit (Read error: 110 (Connection timed out)). 03:44:50 -!- GregorR has joined. 04:30:15 Really should be working on Mo** ***** [censored to protect name of project in fear that it might reveal something about my age] 04:30:29 * Sgep realizes that he /amsg'd that to everoyne... 04:39:41 Bye all 04:39:42 -!- Sgep has quit (Remote closed the connection). 06:04:03 -!- Sgep has joined. 07:05:54 -!- Sgep has changed nick to Sgeo|DeadTired. 07:43:29 ¿Dondé esta el canal por discusión de lenguajes de programación esotéricos en Inglés? 07:59:59 -!- clog has quit (ended). 08:00:00 -!- clog has joined. 08:35:23 -!- kipple has joined. 12:12:55 -!- Sgeo|DeadTired has quit (Read error: 104 (Connection reset by peer)). 12:43:27 -!- puzzlet has joined. 14:14:43 -!- jix has joined. 16:46:14 -!- EgoBot has joined. 17:06:39 -!- Gs30ng has joined. 17:14:46 -!- jix has quit ("Bitte waehlen Sie eine Beerdigungnachricht"). 17:14:51 -!- jix has joined. 17:58:34 -!- marcan has quit ("Lost terminal"). 18:05:16 -!- marcan has joined. 18:34:50 -!- Keymaker has joined. 18:58:01 -!- Keymaker has left (?). 19:03:14 -!- jix has quit ("Bitte waehlen Sie eine Beerdigungnachricht"). 19:03:26 -!- jix has joined. 19:05:58 -!- sp3tt_ has joined. 19:08:06 -!- sp3tt_ has quit (Client Quit). 19:20:27 -!- kipple has quit (Read error: 104 (Connection reset by peer)). 19:21:00 -!- kipple has joined. 20:13:26 -!- BigZaphod has joined. 20:33:39 -!- Keymaker has joined. 20:33:53 good evening 20:33:59 is anybody out there? 20:35:43 me 20:36:10 and me 20:36:12 i just found a new (well infinity new) integer sequences... 20:38:37 it's defined as floor(1/fractional_part(pi*base^item)) .. item is starting with 0 20:39:06 could you post some of the first numbers? 20:39:09 the first few terms for base 10 are: 7,2,6,1,1,3,1,1,2,1,1,1,1,1,3,4,2,1,2,1,3,1,2,2,2,1,3,3,1,1,1,34,3,1,1,2,5,1,\ 20:39:09 1,5,1,1,2,1,1,2,1,1,9,17,1,1,4,10,1,1,2,1,2,2,1,1,4,3,12,1,1,6,1,2,15,1,3,1,1,\ 20:39:09 4,11,1,1,1,1,1,3,1,28,2,2,1,3,1,2,2,4,8,5,1,14,1,1,1,1 20:39:43 it looks interesting 20:40:05 there is even a constant for each base... 20:40:15 take the sequence as terms for a continued fraction... 20:41:00 for base 10 it's about 7.4645956186935248821352526824565788450892587833567236004356404248344757360301\ 20:41:00 88725175194269758874735 20:41:18 i think it's irrational 20:44:54 oh base can be a non-natural number too 20:46:23 wouldn't be easy to make a program print out them in brainfuck 20:46:32 yes... 20:46:43 bbl 20:47:07 ok 21:24:13 -!- calamari has joined. 21:25:19 hi 21:25:40 grouped calamari 21:26:09 segregated Gs30ng 21:26:45 hi calamari 21:26:52 hi keymaker 21:27:01 we should put /me before our messages 21:27:06 I need to enter my contest so you can win your abacus, don't I? :) 21:27:37 actually no ;) 21:27:48 you only talked about having at least one submission, and i've made two ;) 21:27:52 lol 21:27:57 okay then :) 21:28:05 ..but otherwise, you must :) 21:28:30 i managed to squeeze two bytes. my final entry is thus 400 bytes exactly 21:29:18 cool 21:29:40 i'll post the md5 tomorrow, too lazy today 21:30:04 * calamari loads up bfdebug 21:30:21 dont wait too long ;) 21:30:40 the competition ends 5th, right? 21:30:51 yep 21:30:58 ok 21:32:48 I have a Linux evangelism story... 21:33:03 I had to install win2003 for vs.net (my c# class) 21:33:40 did something go wrong? 21:34:00 so my wife used it yesterday.. she mentioned that Linux was better because there was no delay when typing and she missed the middle mouse button functionality :) 21:34:27 :) 21:35:00 i don't still have a mouse with a middle button 21:35:13 hahaha 21:35:25 do you have emulation on? 21:35:31 what's that? 21:35:58 middle mouse button emulation.. you are running x, right ? 21:36:12 yes, but not at this moment 21:36:21 but no, i don't have any emulation on 21:36:38 you can set it so that clicking both buttons at once produces a middle click 21:36:58 ok 21:37:18 i should just get a new mouse.. this old one doesn't even work properly anymore 21:37:32 one can get a decent three button mouse for under ten euros 21:37:36 back in the MS-DOS days I wrote a tsr that did that.. but I used the SysRq key on the keyboard 21:38:02 iirc I wrote it for AutoCAD 21:38:08 ah 21:41:05 -!- Sgep has joined. 21:44:53 one of my homework problems is similar to having a bf with > but no <. Instead of < therei s an instuction to reset the tape to the left side. 21:45:18 the trick is to simulate < 21:45:24 yeah 21:45:29 interesting :) 21:46:23 hmm, can't figure it out 21:46:30 it's a little different than bf tho.. because it's a turing machine 21:46:50 ah 21:47:27 I think I've figured it out.. just need to work through an example to be sure 21:47:36 ok 21:47:57 of course this probably wouldn't apply to bf hehe 21:48:06 yeah 21:48:07 -!- BigZaphod has left (?). 21:58:00 bah.. 21:58:35 I could do it with two tapes 21:58:57 but that might be difficult to prove then 21:59:11 because the two-tape proof relies on being able to move left 22:00:46 anyways :) 22:02:52 -!- jix has quit ("Bitte waehlen Sie eine Beerdigungnachricht"). 22:03:31 ahh, got it :) 22:03:41 good :) 22:03:56 but it wouldn't work for bf, so it's probably not very interesting 22:06:38 say, do you have anything you would want to ask urban müller about? ;) 22:07:07 yeah.. why isn't he still participating in the eso community 22:07:22 ok 22:07:39 did you get ahold of him or something ? :) 22:07:52 not yet, but i finally sent him e-mail 22:08:01 and requested i could interview him 22:08:07 via e-mail, naturally 22:08:25 please rephrase my question so that it isn't offensive :) 22:08:33 yeah, of course :) 22:10:29 by the way, has he been in the eso circles, other than brainfuck? 22:10:49 I don't think so.. didn't he write bf in response to false? 22:11:12 not sure 22:11:24 it just seems weird that bf isn't mentioned on his page.. and he never stops by and notices.. hey cool a bunch of people are using bf.. etc 22:11:34 yeah 22:11:53 it's really something if your language is the standard way of proving turing-completeness of a new language 22:11:57 yeah 22:12:06 wonder if he knows about p'' 22:12:28 no idea, perhaps could be questioned 22:12:56 that would be a hard question.. wouldn't want to insinuate that he based bf upon it 22:13:01 yeah 22:13:19 i'd say he hasn't heard of p" 22:13:26 I'd agree 22:13:51 but it would be interesting to see what his response would be to it 22:13:57 yeah 22:14:18 about ideas; for example, i've got some crazy ideas that some philosophers have thought hundreds of years ago, at the time i hadn't heard about philosophy at all 22:14:35 right 22:15:06 people can get the same ideas and there often isn't any connection 22:15:52 also.. what happened to ben olmstead? 22:16:28 probably went insane ;) 22:17:33 perhaps decided to write a malbolge quine, and hasn't been seen since that 22:18:10 hey, you're good at quines... ;) 22:21:02 hrm.. I can't think about bf while I have homework.. better finish it first :) 22:21:21 yeah 22:21:26 let the homework be ;) 22:38:18 what is .. called, if it is above a letter? 22:38:37 umlaut or something? 22:38:40 not sure 22:38:45 thanks 22:39:20 yeah, it's umlaut 22:40:38 yep.. dictionary.com has it.. calls it also a diacritic mark. 22:43:46 -!- Sgep has quit (Remote closed the connection). 22:44:39 -!- Sgep has joined. 23:21:26 -!- kipple has quit (Read error: 110 (Connection timed out)). 23:38:41 -!- Sgep has quit (Remote closed the connection). 23:40:29 -!- Sgep has joined.