00:00:06 It's a complete accident that this is so, in fact. 00:00:07 maedhros777: btw possibly the simplest TC model on the wiki is BCT, it's almost ridiculously simple 00:00:34 pikhq_, saying it is "equivalent to the lambda calculus" would also mean it is equivalent to bf 00:00:39 well wait 00:00:41 no byte IO 00:00:42 so no 00:00:48 if you find brainfuck too hard to implement, that's a good alternative candidate 00:00:48 but equivalent to P'' 00:00:49 at least 00:00:56 also combinatory logic 00:01:06 AnMaster: It's equivalent to the lambda calculus with a trivial isomorphism. 00:01:16 oerjan, what about the 2,3 thingy ais523 proved TC by using BCT? 00:01:25 isn't it very simple too? 00:01:33 pikhq_, ah 00:01:49 AnMaster: yes but that has the _extremely_ thorny issue of infinite setup and no halting concept 00:01:49 pikhq_, what makes an isomorphism trivial btw? 00:01:59 AnMaster: About on par with sed. 00:02:02 which makes it very hard to use for esolangs, i think 00:02:04 Oh, wait. 00:02:08 AnMaster: BCT is simpler 00:02:08 Sed is TC. Never mind. 00:02:09 :P 00:02:10 that's why I used it 00:02:14 well, cyclic tag in general 00:02:17 BCT's just a notation for it 00:02:24 AnMaster: A bunch of s/// statements manage the compilation. 00:02:41 pikhq_, as the general intelligence increase (but not IQ!), wouldn't the level of "trivial" change? 00:02:58 That's not what trivial means. :) 00:02:59 say, 20 million years from now 00:03:07 other things would be considered trivial 00:03:25 pikhq_: /// statements are TC too ;D 00:03:40 oerjan: *Gah* string rewriting. Right. 00:03:45 oerjan, not sed s/// I think 00:03:48 since it isn't recursive 00:03:50 -!- CakeProphet has joined. 00:03:50 like /// is 00:03:59 possibly 00:04:11 oerjan, didn't you prove /// TC using BCT? 00:04:16 AnMaster: yes 00:04:23 oerjan, also, how was BCT proved TC? 00:04:29 Hmm. String rewriting makes it so that Tcl is Turing-complete even without any commands defined. 00:04:32 How amusing. 00:04:40 AnMaster: i don't recall 00:04:42 pikhq_, really? heh 00:05:25 pikhq_, write a formal proof of it 00:05:31 Never! 00:05:35 ais523, is INTERCAL TC? 00:05:37 pikhq_, oh? 00:05:49 I don't want to wrangle the dodecalogue into TC-ness. :( 00:05:54 AnMaster: easily 00:05:56 pikhq_, the what? 00:06:02 ais523, doesn't it have limited state? 00:06:10 The 12 rules that describe all of Tcl's syntax and semantics. 00:06:13 no, it has loads of unbounded stack 00:06:15 *stacks 00:06:18 and you only need 2 00:06:19 pikhq_, meh 00:06:25 (aside from the normally-provided commands) 00:06:34 AnMaster: each variable has a RESTORE [iirc] stack 00:06:34 ais523, ah, but what about INTERCAL-72? 00:06:56 even INTERCAL-72 00:06:59 oerjan: you mean STASH stack 00:06:59 ah I see 00:07:05 ais523: right 00:07:11 -!- Tritonio_GR has joined. 00:07:12 STASH/RETRIEVE 00:07:16 normally just called "a stash" 00:07:31 ais523, btw alise wrote what was probably a J/INTERCAL polygot recently 00:07:48 wow, what a random language combo 00:07:52 ais523, should check logs to see if it works from the intercal side 00:08:09 ais523, no it wasn't. It was that J comments are: NB. 00:08:16 that is NB period, not just NB 00:08:20 I mean, thinking of that combo 00:08:31 ais523, and I commented on "DO NOT NOTA BENE" or such 00:08:32 you'd have to start DO or PLEASE to stop the INTERCAL erroring out immediately, though 00:08:33 -!- sshc has quit (Quit: leaving). 00:08:36 and one thing led to another 00:09:02 ah 00:09:08 ais523, yes the first line defines DO NOT to be a NOP from the J side iirc 00:09:29 ais523, and then you basically do: DO NOT NB. PLEASE intercal code 00:09:38 ais523, or similar 00:10:03 * oerjan kept nagging about NB. PLEASE intercal DO NOT being simpler 00:10:11 ais523, and DO NOT NB. PLEASE ... of course 00:10:12 * pikhq_ wishes you could just do "DO NOT PLEASE" and screw up the politeness 00:10:32 oerjan, but that doesn't work? 00:10:46 AnMaster: it should 00:10:57 oerjan, how is NB. hidden from INTERCAL? 00:10:59 but somehow alise thought it ugly 00:11:13 AnMaster: by the DO NOT at the end of the previous line 00:11:14 AnMaster: by the DO NOT on the previous line 00:11:31 ah 00:11:32 right 00:11:39 oerjan, doesn't work for first line though 00:12:09 AnMaster: indeed but it starts DO NOT anyway, so it just needs to be a J almost-nop 00:12:26 right 00:12:41 also mouse pointer went spare for a bit 00:12:59 shuddering in a circle of about 10 pixels 00:13:24 AnMaster: probably an LHC black hole passing by 00:13:34 oerjan, XD 00:13:45 oerjan, it happened a few times before LHC anyway 00:13:58 but yeah time travel involved clearly 00:14:12 http://en.wikipedia.org/wiki/P_prime_prime 00:14:15 oerjan, anyway, I think it is due to some resolution issue on the surface 00:14:16 How does r ≡ λR work? 00:14:20 sure, everyone knows the LHC particles time travel 00:14:28 In relation to BF 00:15:00 eh? 00:15:07 http://en.wikipedia.org/wiki/P_prime_prime#Relation_to_other_programming_languages 00:15:28 hm 00:16:08 Wouldn't that just set the tape cell to the cell at its right? 00:16:31 I don't know P'', so couldn't say 00:16:44 maedhros777: r is equivalent to + 00:16:59 "# R means move the tape-head rightward one cell (if any). 00:16:59 # λ means replace the current symbol ai by ai+1 (taking an+1 = a0), and then move the tape-head leftward one cell." 00:17:11 But how would it work? 00:17:24 maedhros777, that looks like it does >+< 00:17:30 Yeah 00:17:34 That's what I thought 00:17:41 Oh :) 00:17:43 maedhros777, so do <>+< 00:17:43 no, +<> 00:17:48 oerjan, oh right 00:18:16 oerjan, hm so bf is an optimisation kind of XD 00:18:33 I could never have thought bf was optimised compared to anything 00:19:04 Wouldn't it be >[-<+>]> or something? 00:19:14 Disregarding that the next cell would become 0 00:19:35 -!- coppro has joined. 00:19:39 hm? 00:19:40 maedhros777: huh? 00:19:43 maedhros777, no oerjan is right 00:20:03 Wait...is ai+1 to the right or left? 00:20:19 maedhros777: it's the _value_ not the position 00:20:20 maedhros777, no ai + is current value incremented 00:20:32 s/+ // 00:21:01 s/incremented// 00:21:03 oerjan: But then you're just copying the value of the cell to the right to the current value, right? 00:21:11 maedhros777, nop, to same 00:21:21 ? 00:21:23 maedhros777: no, it's an increment at the current spot 00:21:29 OHH 00:21:32 I get it now :) 00:21:34 maedhros777, to move is *after* 00:21:36 the* 00:22:01 Why is it ai+1 instead of (ai) + 1? 00:22:01 yes it is a stupid instruction set in part :) 00:22:16 maedhros777, why would you need to put out () there? 00:22:26 because multiplication binds tighter than addition? 00:22:31 maedhros777: for some reason the symbols are called a_i rather than simply the number i 00:22:31 Because isn't ai+1 the next cell? 00:23:20 That's a weird notation 00:23:22 a_0 corresponds to the BF cell value 0, and says nothing about where it is 00:23:34 oerjan, wait it is a_{i+1} as written on wikipedia 00:23:39 which is somewhat strange 00:24:12 maedhros777: i suppose it's to make it mathematically general by not saying _what_ symbols you use, just their order 00:24:24 Ok 00:24:26 oerjan, see what I said, error on wikipedia? 00:24:32 link? 00:24:37 So would r` work by wrapping? 00:24:38 -!- relet has quit (Quit: Leaving.). 00:24:43 oh wait 00:24:43 oerjan, http://en.wikipedia.org/wiki/P_prime_prime section " Semantics" 00:24:57 Oops, I meant r' not r` 00:25:41 AnMaster: the i+1 is an _index_. (a_i)_{i=0}^n is the sequence of symbols in the alphabet 00:26:12 oerjan, yes and it being i+1 as an index makes no sense 00:26:21 oerjan, oh wait 00:26:27 rihht 00:26:29 right* 00:26:34 it is in the alphabet 00:26:35 I see 00:26:40 Anyone know where the proof of P'' being Turing-complete is? 00:26:46 I don't see it 00:26:56 1. ^ Böhm, C.: "On a family of Turing machines and the related programming language", ICC Bull. 3, 185-194, July 1964. 00:26:56 2. ^ Böhm, C. and Jacopini, G.: "Flow diagrams, Turing machines and languages with only two formation rules", CACM 9(5), 1966. (Note: This is the most-cited paper on the structured program theorem.) 00:27:02 maedhros777, in one of those I presume 00:27:09 I don't have those books, though :) 00:27:13 maedhros777, nor do I 00:27:18 Or are they essays? 00:27:31 maedhros777, more likely articles than essays 00:27:37 Yeah, probably 00:27:45 I'm gonna google them 00:27:50 maedhros777, good luck 00:28:09 maedhros777, anyway, there is an UTM implemented directly in bf listed on the bf page on the esolang wiki 00:28:16 alternative proof 00:28:23 Ok, I'll take a look 00:29:15 Got it: http://docs.google.com/viewer?a=v&q=cache:jsfWzj9RLwAJ:citeseerx.ist.psu.edu/viewdoc/download%3Fdoi%3D10.1.1.119.9119%26rep%3Drep1%26type%3Dpdf+Flow+diagrams,+Turing+machines+and+languages+with+only+two+formation+rules&hl=en&gl=us&pid=bl&srcid=ADGEESgh-bW5YldU2et4NaS9D0lJItEyRaiYO2N5lNEBi9jrYGjSm2xWqsjO48SCwjSFCQ52xGIp2ECu4jibe1UUwtPfd_DM_8XifhqQF4gLyrA58n62qOCiHwEHf963QyoVTFqjKCHS&sig=AHIEtbQNMV_kqHzz6ouESSojX5BgCg6aPg 00:29:20 Big URL :) 00:29:35 maedhros777: there seem to be no copies on Böhm's home page, so ... oh citeseer 00:29:39 Lots of lambda calculus though 00:29:58 -!- Tritonio_GR1 has joined. 00:29:59 Maybe I'll just look at the BF UTM implementation 00:30:00 -!- Tritonio_GR has quit (Ping timeout: 258 seconds). 00:30:23 maedhros777: BF is P'' prettified anyhow 00:31:11 i might even suspect Böhm constructed something more like BF first, and then made P'' by minimizing the symbols 00:31:31 Maybe 00:31:37 (well wikipedia almost implies as much) 00:32:58 maedhros777: also yeah r' wraps 00:33:19 -!- FireFly has quit (Quit: swatted to death). 00:34:02 oerjan: Ok thanks 00:35:09 Seems kind of interesting to me that the same wiki having languages like LOLCODE also has such intellectual articles on Turing-completeness :) 00:36:12 "Can haz stdio"? Classic. :) 00:36:41 maedhros777: you may note that boolfuck shows you don't even need more than two values 0 and 1 for TC, which means increment and decrement are the same operation 00:37:04 also some people here like to hate LOLCODE. just saying. ;D 00:37:23 oerjan: It's the greatest language ever :) 00:37:29 Besides BF, of course. 00:37:46 I should make a real-time multiplayer FPS in BF. =D 00:38:47 you might have _certain_ I/O problems. 00:38:51 maedhros777: Requires extensions. 00:38:58 At the very least something akin to PSOX. 00:39:15 You know I wasn't actually taking it seriously :) 00:39:31 But I could just do it in command prompt. 00:39:36 Without multiplayer, of course. 00:39:52 maedhros777: well someone _did_ make an adventure game already... 00:39:58 Really? 00:40:00 Where? 00:40:02 (although not directly in BF, i think) 00:40:07 Darn 00:40:18 it's called lostkng 00:40:21 -!- ais523 has quit (Ping timeout: 258 seconds). 00:40:36 I can't find it on google 00:40:42 it was compiled from BASIC, i think 00:41:20 Well, got to go now 00:41:22 Bye 00:41:24 -!- maedhros777 has quit (Remote host closed the connection). 00:41:44 oops 00:42:43 http://jonripley.com/i-fiction/games/LostKingdomBF.html 00:44:06 <3 LostKng. 00:44:18 Such a good test of compiler speed. 00:44:39 -!- Tritonio_GR1 has quit (Ping timeout: 245 seconds). 00:54:08 -!- Tritonio_GR has joined. 01:20:32 -!- Tritonio_GR has quit (Read error: Connection reset by peer). 01:22:59 -!- oerjan has quit (Quit: Good night). 01:25:38 -!- Tritonio_GR has joined. 01:30:13 -!- Tritonio_GR1 has joined. 01:31:48 -!- uorygl has quit (Ping timeout: 276 seconds). 01:32:59 -!- Tritonio_GR has quit (Ping timeout: 245 seconds). 01:38:44 -!- uorygl has joined. 01:41:16 -!- pikhq_ has quit (Read error: Connection reset by peer). 01:43:08 -!- uorygl has quit (Ping timeout: 240 seconds). 01:44:21 -!- uorygl has joined. 01:46:22 -!- pikhq has joined. 01:48:58 -!- uorygl has quit (Ping timeout: 258 seconds). 01:49:55 -!- uorygl has joined. 01:52:41 -!- uorygl has quit (Read error: Operation timed out). 01:58:10 -!- Tritonio_GR1 has quit (Read error: Connection reset by peer). 01:58:21 -!- pikhq has quit (Ping timeout: 264 seconds). 02:01:09 -!- uorygl has joined. 02:06:52 -!- uorygl has quit (Ping timeout: 240 seconds). 02:08:03 -!- uorygl has joined. 02:13:14 -!- pikhq has joined. 02:13:24 -!- uorygl has quit (Ping timeout: 245 seconds). 02:14:23 -!- uorygl has joined. 02:16:41 -!- pikhq has quit (Read error: Connection reset by peer). 02:18:47 -!- pikhq has joined. 02:45:27 -!- pikhq has quit (Read error: Connection reset by peer). 02:47:35 -!- lament has joined. 02:54:30 -!- pikhq has joined. 03:08:58 -!- pikhq has quit (Ping timeout: 260 seconds). 03:09:43 -!- CakeProphet has quit (Quit: Lost terminal). 03:12:13 -!- pikhq has joined. 03:17:30 -!- uorygl has quit (Quit: Changing server). 03:26:59 -!- Warrigal has joined. 03:27:43 -!- sshc has joined. 03:29:23 -!- Warrigal has changed nick to uorygl. 03:44:26 -!- cheater99 has quit (Ping timeout: 260 seconds). 03:51:25 My ISP is not run by humans. 03:51:32 It is run by people who HATE ALL THAT IS GOOD 03:51:42 Nay, not people. XD 03:51:50 By BEINGS who HATE ALL THAT IS GOOD 03:52:40 who's your ISP again? 03:52:52 Some sattelite thing 03:53:49 WildBlue. 04:01:42 -!- sshc has quit (Ping timeout: 260 seconds). 04:06:17 -!- sshc has joined. 04:11:43 -!- sshc_ has joined. 04:13:20 -!- sshc has quit (Ping timeout: 276 seconds). 04:16:50 -!- sshc_ has quit (Ping timeout: 248 seconds). 04:16:51 -!- sshc has joined. 04:23:38 -!- sshc has quit (Ping timeout: 240 seconds). 04:27:09 -!- pikhq has quit (Ping timeout: 264 seconds). 04:28:04 -!- pikhq has joined. 04:36:49 -!- sshc has joined. 04:42:45 -!- sshc has quit (Ping timeout: 264 seconds). 04:47:31 -!- sshc has joined. 04:52:33 -!- sshc_ has joined. 04:54:36 -!- sshc has quit (Ping timeout: 276 seconds). 04:57:24 -!- lament has quit (Ping timeout: 264 seconds). 04:57:49 -!- sshc has joined. 04:58:57 -!- sshc_ has quit (Ping timeout: 264 seconds). 05:05:49 -!- pikhq_ has joined. 05:08:15 -!- pikhq has quit (Ping timeout: 276 seconds). 05:31:36 -!- MizardX has joined. 05:49:08 -!- jabb has joined. 05:49:11 !!! 06:08:02 -!- coppro has quit (Remote host closed the connection). 06:10:28 -!- uorygl has quit (Ping timeout: 240 seconds). 06:32:46 -!- coppro has joined. 06:37:26 -!- FireFly has joined. 06:40:29 -!- MigoMipo has joined. 06:43:46 -!- sshc has quit (Quit: leaving). 07:11:20 -!- lament has joined. 07:20:49 -!- Mathnerd314 has joined. 07:24:42 -!- kar8nga has joined. 07:27:26 -!- MigoMipo has quit (Remote host closed the connection). 07:30:02 -!- Phantom_Hoover has joined. 07:30:53 -!- sshc has joined. 07:34:15 -!- relet has joined. 07:59:59 -!- clog has quit (ended). 08:00:00 -!- clog has joined. 08:07:30 -!- FireFly has quit (Quit: swatted to death). 08:07:58 But oerjan isn't here. Who's swatting? 08:09:00 probably SWAT 08:09:31 -!- coppro has quit (Remote host closed the connection). 08:29:18 -!- atrapado has joined. 08:33:10 -!- jcp has quit (*.net *.split). 08:33:11 -!- P4 has quit (*.net *.split). 08:39:21 -!- jcp has joined. 08:39:22 -!- P4 has joined. 08:40:21 -!- lament has quit (Ping timeout: 264 seconds). 08:40:41 -!- Ilari_antrcomp has quit (Remote host closed the connection). 08:41:49 -!- Ilari_antrcomp has joined. 08:49:28 -!- ais523 has joined. 08:56:55 -!- kwertii has quit (Quit: bye). 09:05:59 -!- Oranjer has left (?). 09:09:59 -!- ais523 has quit (Remote host closed the connection). 09:16:26 -!- uorygl has joined. 09:18:40 -!- Axtens has joined. 10:01:13 -!- tombom has joined. 10:10:25 -!- oerjan has joined. 10:11:26 But oerjan isn't here. Who's swatting? 10:11:40 i think he's doing it preemptively these days. 10:12:13 (FireFly) 10:23:06 -!- Axtens has quit (Quit: it's that time of day again). 10:30:49 Hi oerjan/ 10:31:14 Does AnMaster ever actually leave the channel? 10:31:46 ...i don't recall 10:35:59 * Phantom_Hoover has no idea what to do now. 10:38:27 -!- cheater99 has joined. 10:51:19 fungot 10:51:20 Phantom_Hoover: good point. but does /etc/ bashrc... or cygwin. or vmware. or just listen to too mainstream music) 10:51:32 ^style Lovecraft 10:51:33 Not found. 10:51:37 ^style 10:51:38 Available: agora alice c64 ct darwin discworld europarl ff7 fisher ic irc* jargon lovecraft nethack pa speeches ss wp youtube 10:51:49 ^style discworld 10:51:49 Selected style: discworld (a subset of Terry Pratchett's Discworld books) 10:51:51 fungot 10:51:53 Phantom_Hoover: ' they have some questions to ask you a question, just like anything else; sometimes wizards were thin and gaunt and talked to her in any way will explain his conduct to the inquisitors. at length. 10:52:05 This is the coolest thing ever. 10:52:28 ^style irc* 10:52:29 Not found. 10:52:32 ^style irc 10:52:32 Selected style: irc (IRC logs of freenode/#esoteric, freenode/#scheme and ircnet/#douglasadams) 10:52:37 fungot 10:52:38 Phantom_Hoover: yeah... most bots simply parse everything on the webpage i just get back ( 3 1/ 2 10:53:18 -!- Phantom_Hoover has quit (Quit: Leaving). 10:54:35 -!- Phantom_Hoover has joined. 11:12:23 -!- Tritonio_GR has joined. 11:25:54 -!- oerjan has quit (Quit: leaving). 11:36:46 -!- kar8nga has quit (Remote host closed the connection). 11:54:52 Does AnMaster ever actually leave the channel? <-- in case of thunderstorms yes 11:54:54 only then 11:55:15 also atm I'm trying to write my own number->hex formatting routine 11:55:31 justification for not using printf: don't have it, embedded 11:55:38 It takes a *thunderstorm* to get you off the channel? 11:55:49 AnMaster: Just copy printf's code? 11:55:55 Phantom_Hoover, well, to get the bouncer on my system off the channel 11:56:02 Phantom_Hoover, not enough space for the code 11:56:11 Phantom_Hoover, plus then I would need to format ASCII to display segments 11:56:15 I mean the hex-printing bit. 11:56:17 I'm going straight to the segments here 11:56:28 Hmm, fair point. 11:56:29 digits[0] = raw_value & 0x000f; 11:56:29 digits[0] = raw_value & 0x00f0; 11:56:29 digits[0] = raw_value & 0x0f00; 11:56:29 digits[0] = raw_value & 0xf000; 11:56:34 nice eh? 11:56:42 wait 11:56:45 * AnMaster fixes indexes 11:56:49 from copy and paste 11:56:52 Aargh, low-level output! 11:56:59 Phantom_Hoover, what? 11:57:15 Phantom_Hoover, this is not the monitor yet 11:57:16 err 11:57:17 I don't understand it, so it scared me. 11:57:18 display 11:57:26 Phantom_Hoover, it isn't output 11:57:28 it is code I wrote 11:57:35 Ah. 11:57:38 Phantom_Hoover, by bitwise and I mask out each digit 11:57:41 What is digits? 11:57:49 Oh, wait, I get it. 11:57:50 Phantom_Hoover, an array to hold one digit per byte 11:58:00 Shouldn't the indices be different? 11:58:10 Phantom_Hoover, " wait 11:58:10 * AnMaster fixes indexes 11:58:10 from copy and paste" 11:58:42 Oops 11:58:52 Phantom_Hoover, I haven't yet compiled it anyway 11:59:45 wait *removes that array, wastes memory* 12:00:07 What is it being displayed on? 12:00:09 okay fun, I think it is displaying in reverse 12:00:11 Phantom_Hoover, the RCX 12:00:20 let me find you a picture of the display 12:00:44 This is all for your camera, right? 12:00:55 Phantom_Hoover, yes I need to check the range of the light sensor 12:01:05 so I can figure out what sort of values to use when programming it 12:01:20 Phantom_Hoover, 4x digits in front of the walking person icon http://www.legolab.daimi.au.dk/CSaEA/RCX/Manual.dir/Buttons.dir/rcx_buttons.gif 12:01:26 Phantom_Hoover, that is 7-segment iirc 12:01:58 How much memory do you have on that? 12:02:31 Phantom_Hoover, total address space is 2^16. a lot of it is rom or memory mapped registers, or just not mapped to anything 12:02:35 so not completely sure 12:02:42 let me check the CPU docs 12:03:30 well lets see, the memory controller is in mode 2, so that means the middle column of the diagram applies 12:04:17 what a shitty resolution 12:04:31 they put a bad jpeg in the pdf for this edition 12:04:39 for another variant from the same series they use vector graphics 12:04:39 ... 12:07:50 H0000-H0049 is interrupt vector table then 16384 bytes for the on chip PROM, can't do anything about that, then some reserved stuff... Then from H8000-HFB7F, external bus, then some reserved, then on-chip ram HFD80-HFF7F, then external bus at HFF80-HFF87, then HFF88-HFFFF is on-chip register field 12:08:11 Phantom_Hoover, now, some of the external address space maps to ram and some to motor control registers iirc 12:08:30 Phantom_Hoover, that should however give you an approximation 12:08:31 Hmm. 12:08:52 Phantom_Hoover, I code in C, I let brickOS handle the really low level stuff 12:09:03 Phantom_Hoover, brickOS however is smaller than the official firmware 12:09:10 Who write this in the first place? 12:09:17 s/write/wrote/ 12:09:19 Phantom_Hoover, wrote what? the doc? 12:09:27 BrickOS 12:09:44 it is on sf.net, not sure who wrote it originally 12:09:53 iirc all the original developers are long gone anyway 12:10:18 Phantom_Hoover, and I use a heavily patched version of brickOS called bibo since the sf.net project is basically dead and bitrotten 12:10:30 bitrotten? 12:10:33 yes 12:10:44 Phantom_Hoover, or did you ask what that meant? 12:10:50 Yes. 12:11:01 http://en.wikipedia.org/wiki/Bit_rot 12:11:12 Phantom_Hoover, the second meaning there 12:11:12 I don't suppose it means that SF's repositories are corrupted? 12:11:16 Phantom_Hoover, no it doesn't 12:11:23 "Bit rot, also known as bit decay, data rot, or data decay, is a colloquial computing term used to describe either a gradual decay of storage media or (facetiously) the spontaneous degradation of a software program over time" 12:11:33 Phantom_Hoover, as in "no longer works with modern compilers" or similar 12:11:41 Ah. 12:11:50 Like with old IOCCC stuff. 12:11:52 Phantom_Hoover, I'm using old gcc and binutils anyway to be able to run this 12:12:34 Phantom_Hoover, well, here it usually isn't compile error, rather it is gcc configure saying: "wtf is this arch you want to make a cross compiler to? I have no idea what it is!" 12:12:41 well, not exactly those words 12:12:47 but the general gist of it ;P 12:13:30 Phantom_Hoover, or binutils, which at least support the arch as such saying "wtf, you think I support COFF for this platform? Only ELF, sorry" (again not word for word the error) 12:14:08 I am familiar with the general tone of error messages. 12:14:09 Phantom_Hoover, and then of course there is the issue of getting these old versions of binutils and gcc to compile on a modern system :D 12:14:15 I come across them frequently. 12:14:41 Phantom_Hoover, sure? the ROM of this thing has a rather funny error message if the magic string is missing from the downloaded firmware 12:14:46 well lets start with the magic string: 12:14:55 "Do you byte when I knock?" 12:14:59 the error if it is missing is: 12:15:05 "Just a bit off the block!" 12:15:25 Phantom_Hoover, I don't think that is the usual tone of the error messages ;P 12:15:32 True, but that's by LEGO. 12:15:43 Who would be more frivolous than GCC developers. 12:16:01 Phantom_Hoover, yeah but it isn't like no one sees it unless they are lego developers or hacking on custom firmware 12:16:20 Well, the world can do with some more confusion. 12:16:26 :) 12:16:35 s/no one/anyone/ 12:16:43 I got double negation there iirc 12:16:45 err 12:16:51 not iirc... 12:16:55 "as far as I can tell" 12:16:56 is better 12:17:00 meh, I need to wake up 12:17:10 Wait, what actually gives the error? 12:17:25 Phantom_Hoover, it is sent back to computer over the IR protocol 12:17:42 it is never displayed to the user by the normal apps 12:17:42 Ahh. 12:18:09 I hate being born late for the interesting things. 12:19:05 okay wtf.... 12:19:11 * AnMaster looks at his code 12:19:27 Phantom_Hoover, hm? how old are you? 12:19:46 CLASSIFIED 12:20:08 But, among other things, I only really got into computers a couple of years ago. 12:20:29 I see 12:20:37 and now. this makes no sense 12:20:47 -!- Tritonio_GR has quit (Ping timeout: 240 seconds). 12:21:06 Have you tried turning it off and turning it on again? 12:21:38 Phantom_Hoover, even more than that, I tried it in emulator as well, where I can input raw sensor value 12:21:43 and it still shows 0000 all the time 12:21:54 Are you sure it's plugged in? 12:22:25 the sensor? yes, the sensor in the simulation? yes even more so 12:22:37 I do see the sensor connected indication at the top of the screen anyway 12:22:39 so meh 12:22:55 wait, I forgot to bitshift the result 12:23:14 Damn, the sketch doesn't go any further 12:23:19 Phantom_Hoover, ? 12:23:30 http://www.youtube.com/watch?v=gt9j80Jkc_A&feature=related 12:23:42 will check later 12:25:31 hm what is the priority of & vs. >> ? 12:25:59 ah & goes before >> 12:26:03 means I don't need parens yay 12:26:22 I very nearly typed "C operator president" into Google there. 12:29:37 XD 12:31:25 wait, there is a "display hex" routine, hidden near the end of conio.h 12:31:25 heh 12:31:28 * AnMaster uses that 12:31:42 Where's the fun in that? 12:31:52 Phantom_Hoover, that I can get on to do other stuff 12:33:27 interesting, the raw values of my two light sensors differ quite a bit for the same light level 12:33:58 one gives black as 7700, the other as 8200 12:34:02 hex that is 12:34:49 since I'm driving them as passive the internal red led in them id off 12:34:50 is* 12:36:56 wait what, one of them gives a faint glow of the red led even when in passive mode? 12:36:57 wtf 12:41:09 also values seem to vary between some runs 12:41:10 hm 12:41:23 so calibration at startup is clearly required 12:54:56 What does it actually do with the camera? 13:03:52 Phantom_Hoover, rotate it around the point of no parallax, and triggers the shutter at even intervals 13:04:00 this should make for great panoramas 13:04:09 Neat. 13:08:37 hm it is quite a pain to reach and fix things in the lower parts now, due to all the bracing and supports 13:09:41 on the other hand, it has enough bracing that it is quite feasible to lift it almost anywhere without something breaking. It is very sturdy indeed 13:14:49 -!- kar8nga has joined. 13:19:21 Pics? 13:40:19 -!- FireFly has joined. 13:41:02 -!- ais523 has joined. 13:54:49 ais523! 13:54:57 hi 13:59:48 Phantom_Hoover, it isn't done yet, I have a test picture from a prototype that used my mobile phone, think I pasted link here yesterday 14:05:28 -!- Phantom_Hoover has quit (Read error: Connection reset by peer). 14:06:17 aaargh, technic beams are asymmetric... as in the hole on the side isn't vertically centred... making matching the sides of upside-down ones to ones oriented "normal" impossible 14:06:23 how to solve this issue argh 14:09:32 -!- Phantom_Hoover has joined. 14:09:44 THAT PICTURE MADE ME REBOOT MY COMPUTER. 14:09:47 TWICE. 14:10:19 I demand the soul of your first-born child, AnMaster 14:10:57 Phantom_Hoover, why on earth did you have to reboot your computer 14:11:06 Phantom_Hoover, ... it opens just fine in gimp or such here 14:11:21 Phantom_Hoover, be happy it wasn't the 36 MB tiff version of it. 14:11:28 and that was a deflate compressed tiff 14:11:30 Firefox loads image. Firefox freezes. Whole damn computer freezes and I need to reboot. 14:11:41 Phantom_Hoover, it was about 96 MB as uncompressed tiff 14:11:47 Phantom_Hoover, works fine in firefox here too 14:12:04 slightly slow yes but goes away as soon as I close the image 14:12:24 Phantom_Hoover, and this system is a Sempron 3300+ with 1.5 GB RAM 14:12:28 hardly high-end 14:12:48 The. Soul. Of. Your. First. Born. Child. 14:13:04 You still screwed my system up. 14:13:17 no, you did :P 14:13:24 Phantom_Hoover, or maybe the firefox devs 14:13:46 I can't get the souls of their first-born children. 14:13:47 but probably not the latter since it works fine here in firefox 14:14:10 Phantom_Hoover, a bit hard here too, I have no children. It would be rather strange if I did, I'm 20 after all... 14:14:24 Yeah, I can wait. 14:14:28 :P 14:14:34 Phantom_Hoover, but you won't get it anyway 14:14:50 Phantom_Hoover, however, how could firefox freeze anything but itself? 14:14:50 O RLY? 14:15:03 Phantom_Hoover, at the worst, ctrl-atl-backspace would have killed X and every X app 14:15:08 no need to reboot then 14:15:16 I do not care. 14:15:32 Phantom_Hoover, how much RAM? 14:15:37 128 MB is my guess 14:15:40 256 max 14:15:45 2GB IIRC. 14:15:55 Phantom_Hoover, yet it works on my system with 1.5 GB? 14:15:57 without issues 14:16:17 Phantom_Hoover, and I had like 4 rows of tabs open when I tested 14:16:29 on a very large monitor with maximised firefox window 14:16:37 Wait, 4 *rows*? 14:16:45 Phantom_Hoover, yes, what about it? 14:17:12 Firefox doesn't even make tabs into rows in the first place... 14:17:20 Phantom_Hoover, fits 18 tabs in each row 14:17:25 Phantom_Hoover, tab mix plus addon 14:17:25 duh 14:17:33 Ah. 14:17:51 So you had about 80 tabs open at once? 14:18:04 Phantom_Hoover, about that yes 14:18:14 ?!?!?!? 14:18:15 I think there was one empty place on the last row 14:18:23 after the image was open that is 14:18:31 What was in them? 14:18:40 Phantom_Hoover, um, a lot of different things? 14:19:45 h8300 cross compiler stuff fills about one row, then some other RCX and general lego stuff fills quite a bit elsewhere, then some esolang pages, a bit about vhdl 14:19:51 and a lot of other misc stuff 14:32:32 Phantom_Hoover, was it you who linked to that support thing video? 14:32:40 Yes. 14:32:43 Phantom_Hoover, only had time to look at it now 14:32:53 Phantom_Hoover, and the thing the second guy said made perfect sense to me 14:32:59 To me, also. 14:33:16 well only under windows. It doesn't work like that under linux afaik 14:33:30 Well, not *perfect*, since I don't do Windows, but I know what system calls are and can guess the rest. 14:33:59 Phantom_Hoover, I messed with windows kernel debugger over serial cable once just for fun 14:34:09 so I have a fair idea of what that specific bit refers to 14:34:38 actually virtual serial cable, between two windows VMs 14:37:40 -!- BeholdMyGlory has joined. 14:37:50 Blargh, I wish I had an idea on what to do now. 14:38:18 I am at the stage where I can feasibly implement the backpropagation algorithm, so I suppose I'll do that. 14:40:19 http://www.tomscott.com/evil/ 14:40:30 Testament to the stupidity of Facebookers. 14:43:04 I am at the stage where I can feasibly implement the backpropagation algorithm, so I suppose I'll do that. <-- ? 14:43:21 I'm doing neural networks in Lisp. 14:43:27 For an idea I had. 14:43:30 okay, I know nothing about those 14:47:24 Oh, look, I changed one line of code and I have people's phone numbers popping up on my screen. 14:52:55 -!- Mathnerd314 has quit (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2.3/20100401080539]). 15:02:42 -!- cheater99 has quit (Ping timeout: 248 seconds). 15:18:26 -!- relet has quit (Quit: Leaving.). 15:18:27 -!- cheater99 has joined. 15:26:58 * Phantom_Hoover wants to at some point write a program that looks like it does one thing but actually does something completely different 15:32:19 -!- Axtens has joined. 15:36:22 Oh, look, I changed one line of code and I have people's phone numbers popping up on my screen. <-- what? 15:36:45 * Phantom_Hoover wants to at some point write a program that looks like it does one thing but actually does something completely different <-- a trojan? 15:36:57 or perhaps a harmless trojan 15:37:08 The link I posted above searches Facebook for groups wherein people ask their friends for numbers after losing their phone. 15:46:51 Dear god I hate computing exams. 15:48:13 mhm 15:50:55 -!- Phantom_Hoover has quit (Quit: Leaving). 15:51:28 -!- Phantom_Hoover has joined. 15:51:44 I also hate the way this client handles ping timeouts. 15:52:56 Although I hate the exams more. 15:53:43 okay wtf: "After driving STBY low, keep RES low for a minimum delay of 0 ns, if less the RAM contents might not be retained" 15:53:50 I think someone messed up their docs 16:02:00 You must keep RES low for at LEAST no time. 16:02:08 -!- tombom_ has joined. 16:02:36 I seriously want to shoot whoever made my computing curriculum. 16:02:57 It is the only subject I have taken where actually having prior knowledge is a disadvantage. 16:05:05 haha 16:05:19 but I sympathise, the IT GCSE here was rather stupid 16:05:40 At least at my old school they didn't do Computing GCSEs at all. 16:05:43 -!- tombom has quit (Ping timeout: 258 seconds). 16:05:58 Although they basically started with using the mouse and worked up at a glacial rate. 16:07:40 No, they literally started with the mouse, actually. 16:08:31 After logging in to the school system and clicking about 5 different things to start the damn thing, it assumed that you had no idea what a mouse was. 16:16:05 fuck computers 16:17:02 just saying...................... 16:17:07 Oh, the ironing! 16:17:35 I suppose you're whistling into a phone to send that to the IRC server. 16:18:11 (I know someone who knew someone who could make the dialup tone like that) 16:18:56 no i'm using a computer 16:19:14 Oh, you mean *that*. 16:19:31 Could be painful. 16:19:40 no i meant computers are stupid 16:19:46 no one likes them 16:19:54 nothing ironingbout that 16:19:57 * a 16:20:51 i hate insert, no one has ever had any use for the button, not one single use, and still it's there, and also it seems like there's some button combination that puts it on other than the insert button which i haven't figured out because occasionally insert is just on for no reason 16:20:59 HATEHATEHATEHATEIT 16:21:46 Insert is extremely useful when you're programming in fungoids. 16:22:02 shit... that's probably true 16:22:07 -!- relet has joined. 16:22:36 okay so maybe those 5 people in the universe that program in fungoids are happy about insert 16:23:11 Pause/Break, now *that's* useless. 16:24:26 you're clearly better at having opinions than me 16:25:30 I don't use insert, I use R in vim 16:25:43 so just 4 people 16:26:23 And I don't think I used it even before I began using vim to program fungeoids 16:26:53 and Deewiant is better at having MY OPINIONS, this is not a good day. 16:27:09 -!- Phantom_Hoover has quit (Read error: Connection reset by peer). 16:27:23 -!- Phantom_Hoover has joined. 16:27:27 No, wait. 16:27:37 I wish vim had reverse replace, though 16:27:40 The Everest peak of useless keys is Scroll Lock. 16:27:46 IT DOES NOTHING AT ALL. 16:27:48 but I sympathise, the IT GCSE here was rather stupid <-- GCSE? 16:27:50 EVER. 16:27:54 EVEREVEREVER. 16:28:01 Phantom_Hoover, scroll lock does useful things 16:28:02 AnMaster: an exam done at the age of 16 16:28:15 prevents terminal continue to scroll 16:28:20 so you can read what is on it, then continue 16:28:24 well at least in theory 16:28:28 enough to get you into low-end jobs like supermarket shelf-stacking, and good GCSE results are needed to be accepted into college so you can try for A-levels 16:28:34 From the vim docs: "There is no reverse replace mode (yet)." 16:28:45 AnMaster: General Certificate of Standard Education 16:28:51 Deewiant, what would reverse replace do? 16:28:58 ais523: Surely not? 16:29:18 Wow the English system is weirder than I thought. 16:29:22 this kb doesn't have scroll lok 16:29:25 Phantom_Hoover: the college I went to required five Bs at GCSE in order to consider people for A-level 16:29:25 *lock 16:29:26 AnMaster: Same as reverse insert, but replace instead of insert. 16:29:31 Phantom_Hoover, so how old are you? I don't think I got an answer last time I asked.. 16:29:41 as far as I can tell, if you fail your GCSEs you're destined to become a criminal or a prostitute or something 16:29:42 You do A-level in college in England? 16:29:44 Phantom_Hoover: did 16:29:49 Phantom_Hoover, unless stated otherwise I will assume 16 ;P 16:29:53 I'm doing a PhD atm, though 16:30:00 Phantom_Hoover, btw which country are you in? 16:30:02 AnMaster: [DATA EXPUNGED] 16:30:06 And Scotland. 16:30:08 ah 16:30:11 and that's "6th-form college" 16:30:15 wait, UK has different systems!? 16:30:19 Indeed. 16:30:24 wtf 16:30:25 wow, you're so lucky, I've heard that the Scottish education system is a lot more sensible than the one in England and Wales 16:30:32 Phantom_Hoover, also, how often do you wear a kilt and play the bagpipe? ;P 16:30:35 * AnMaster runs 16:30:36 The Scottish one was made by some monkeys on an undisclosed ut powerful drug. 16:30:39 there's one for England and Wales, a different one for Scotland, and a different one for Northern Ireland 16:30:52 THERE ARE 4 TYPES OF FAIL AT STANDARD GRADE. 16:31:07 AND IT USES A DIFFERENT GRADING SYSTEM TO EVERYTHING ELSE> 16:31:17 Phantom_Hoover: in theory, there are three types of fail at GCSE in England 16:31:18 AND IT'S COMPOSED OF THREE DIFFERENT EXAMS. 16:31:23 AnMaster: Same as reverse insert, but replace instead of insert. <-- reverse inset? 16:31:25 insert* 16:31:36 Deewiant, I have no clue what that would do 16:31:45 :he ins-reverse 16:31:48 in practice, there's more like five or six, because D, E, and sometimes C are technically passing grades, but not accepted by most companies 16:32:00 or colleges 16:32:00 Deewiant, "vim: command not found", there is vi though, heirloom toolkit vi 16:32:12 AnMaster: why do you not have vim installed? 16:32:16 I have it installed even though I hardly ever use it 16:32:22 The full set of Scottish exams: Standard Grade (Foundation, General and Credit), Int 1 and 2, something called Access 3 if you're too stupid to live, Higher and Advanced Higher. 16:32:23 -!- Axtens has quit (Quit: bedtime). 16:32:34 everything before university is completely useless, why do they bother testing people who haven't been taught anything yet 16:32:44 ais523, I never use it, it is incompatible with me. It always wants to be in another mode than me. And so on 16:32:47 who cares what random bits of information or understanding they have in their head 16:32:53 oklopol: to justify not having taught them anything useful for years 16:33:05 oklopol: They do teach you stuff. Not much stuff, though. 16:33:18 ugh National Curriculum 16:33:19 AnMaster: The vim docs are online, just google +vim +ins-reverse 16:33:22 Deewiant, so is it just like typing abcd would give dcba? 16:33:31 well i understand the bureaucratical reasons, that wasn't actually a question 16:33:37 AnMaster: Yep 16:33:40 kay 16:33:57 Deewiant, where does the cursor move during this? 16:34:02 or does it stay still? 16:34:05 It stays still 16:34:15 Phantom_Hoover: yes maybe, but i sometimes exaggerate 16:34:18 Deewiant, relative which margin? 16:34:19 for fun 16:34:24 It stays still 16:34:38 Deewiant, after all normal insert would stay still relative the right margin 16:34:43 although i guess i'm totally serious 16:34:53 Deewiant, so I assume it stays still relative the left margin in this case 16:35:04 Incidentally, Ireland uses GCSE as well. 16:35:05 Right, you can think of it like that if you like 16:35:11 *Northern 16:35:15 Deewiant, :) 16:35:26 Deewiant, reverse overwrite would be useful for befunge editing I suppose 16:35:33 Yep 16:36:19 M-x picture-mode 16:36:39 as well as forwards and backwards, it lets you write vertically or even diagonally 16:36:41 it's great for Befunge 16:37:12 ais523, what about a delta of 3,4 16:37:12 -!- lament has joined. 16:37:24 doesn't do that AFAIK 16:37:27 but nothing's perfect 16:39:30 If only emacs had good text editing capabilities 16:40:22 can you somehow tell Chanserv to stdu or at least skip that standard message for you? 16:40:50 I'm not sure 16:41:01 /ignore ChanServ might work, but there are other reasons why that might be a bad idea 16:42:15 -!- ais523 has quit (Remote host closed the connection). 16:45:03 -!- lament has quit (Ping timeout: 276 seconds). 16:47:11 indeed 16:47:52 can you somehow tell Chanserv to stdu or at least skip that standard message for you? <-- does it hurt? 16:48:10 I mean, it seems like a small detail not worth bothering about to me 16:48:17 I get private messages in a different tab. it's just annoying. 16:48:30 relet, afaik chanserv sends notices 16:48:41 and hm I think the entry message is set per channel? 16:49:03 no clue if #esoteric has one set 16:49:13 * AnMaster uses a bouncer and wouldn't notice it 16:49:48 it's the first channel that does from many I have been in lately. 16:50:32 I mean, you could just use a meaningful topic, if you really want to tell people what the channel is about. :D 16:50:51 relet, the /topic? 16:50:56 that isn't related to chanserv at all 16:51:11 relet, and I think tradition dictates we have silly stuff in /topic 16:51:27 and that's a good tradition, I think. 16:51:54 and logs, but that is some freenode rule that says that if a channel have public logs, then it must be mentioned in /topic 16:51:56 or something like that 16:52:33 I wouldn't mind if ChanServ sent me a new silly message every time I join. 16:52:57 it's the blandness of it that makes it annoying 16:52:57 XD 16:53:06 relet, what message was it for this channel 16:53:26 iirc there is/was some random "do not troll" message sent randomly during some joins 16:53:30 See.. I already forgot... let me check. 16:53:36 -!- relet has left (?). 16:53:37 -!- relet has joined. 16:53:44 hm? 16:53:52 ChanServ: (notice) [#esoteric] Welcome to the esoteric programming channel! Check out our wiki: http://www.esolangs.org 16:53:55 ah 16:53:59 well that is set per channel 16:54:08 no clue who has access to change it 16:54:12 lament I guess 16:54:17 maybe oerjan 16:54:23 and, it seems quite sane 16:54:39 relet, after all, we do get some people here every now and then who think it is about esoterica.... 16:54:49 You could just mention the url in the topic. Welcome messages are so Web 1.0 16:55:01 relet, hey, irc is so web 0.0.1 16:55:06 With topics like the current one, I'm not surprised 16:55:08 apart from the fact it isn't web 16:55:16 Deewiant, well there is the entry message... 16:55:26 also alise set it. go figure 16:55:38 I usually miss the entry message since it goes in the server-messages window 16:55:47 oerjan changed the welcome a couple of days ago. 16:55:56 I was complaining about the dead link in it. 16:56:05 Deewiant, does it refer to "norton utilities" you think? 16:56:19 Unlike you, I don't think everything is a reference 16:56:32 Deewiant, it would be rather silly though if it did 16:56:36 wassup guise 16:57:06 -!- AnMaster has set topic: Insert topic here | http://tunes.org/~nef/logs/esoteric/?C=M;O=D | Do not insert topic here.. 16:57:56 NO! Do not disrespect Emperor Norton! 16:58:01 XD 16:58:16 He was real, you know. Google it. 16:59:22 ?? 16:59:28 And he had nothing to do with Norton Security 16:59:41 oh a lunatic 17:01:00 An AWESOME lunatic. 17:01:02 -!- Phantom_Hoover has quit (Quit: Leaving). 17:01:13 well yes 17:01:18 -!- Phantom_Hoover has joined. 17:01:28 well yes 17:01:36 and wrong button I presume? 17:01:58 AnMaster: An AWESOME lunatic. 17:02:33 Bloody connection. 17:02:41 Phantom_Hoover, that got through 17:02:52 to which I replied what I said 17:02:57 conmunidad 17:03:03 Phantom_Hoover, also it wasn't you connection: "* Phantom_Hoover has quit (Quit: Leaving)" 17:03:11 that would be a QUIT :Leaving 17:03:13 from the client 17:03:45 That's mainly because the ping goes funny and once the connection is restored sanity does not return. 17:10:57 strnage 17:10:59 strange* 17:23:20 -!- jamesstanley has joined. 17:26:19 -!- Phantom_Hoover has quit (Ping timeout: 245 seconds). 17:26:43 -!- Phantom_Hoover has joined. 17:26:54 fungot 17:26:55 Phantom_Hoover: the thing is " quantum-complete"? -g ( was that fnord thing too. :) :( putty doesn't like that 17:31:11 -!- oerjan has joined. 17:34:34 PARTY 17:34:46 COMMUNIST! 17:35:02 :DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD 17:36:56 okay now i have over 5 years worth of university credits 17:39:33 ! 17:39:58 how many physical years have you done, i forget 17:40:53 2-3? 17:40:56 two, although i didn't do anything during this last period, so i guess more like 1.75; although this is a bit of a lie because i did stuff during high school (almost 50 points, i now have 307 and 320 or something after i return my bachelor's) 17:41:05 (actually maybe more like 40) 17:41:14 (or 30) 17:41:16 (or 50) 17:41:34 (60 being the "expected" amount per year) 17:42:15 ok so you have superhuman endurance. got it. 17:42:15 people seem to get much less done on average here, or maybe everyone i know is just slow 17:42:35 and then there's a few who do more 17:43:31 in the it dep you could pretty much just take all the courses, if i didn't aim for a 5.0 average i could do that and still spend my weekends partying like a monkey 17:44:04 unfortunately i don't like computers 17:44:37 i take it you never use computers then. 17:44:55 i see no obvious contradictions in that conclusion. 17:45:35 phantom made the same remark 17:45:45 huh 17:46:04 it's the people that make irc enjoyable, not the computer 17:46:13 but i do use this thing for other things 17:46:22 but i'm not proud of it 17:46:26 actually i totally am 17:46:38 i'm so fucking proud i could write a song about it 17:47:15 not gonna tho 17:47:18 or maybe i will 17:50:20 I demand the soul of your first-born child, AnMaster 17:50:36 so clearly phantom hoover = soul collector 17:54:30 I don't use insert, I use R in vim <-- i sometimes use Insert in vim, it toggles between R and i modes after all 17:55:48 i thought that was some sort of chuck norris doesn't use insert joke kind of thing type of anecdote 17:55:51 at first 17:56:03 but it wasn't very funny 17:56:33 well naturally chuck norris doesn't use insert, since he never makes any errors he just types the entire file from start to finish 17:58:17 oerjan, arrow keys are broken in vim IMO. And so is enter at end of line in the middle of the file, and backspace at start of line 17:58:18 iirc 17:58:27 on the whole vim is very wtf 17:58:34 even ed makes more sense 17:58:51 AnMaster: i don't recall how arrow keys or enter are broken 17:59:37 oerjan: Aye, but I never (as far as I can recall) feel the need to do that 17:59:38 there are a number of settings to change their behavior, though 18:00:17 oerjan, in vi? 18:00:22 or vim? 18:00:28 they seem about equally bad to me 18:00:34 i don't know vi specifically 18:00:37 nah, emacs for me, or nano. 18:00:52 nano is quite nice for quick config file editing as root 18:00:55 AnMaster: you still haven't explained _how_ they are broken 18:01:19 oerjan, well, iirc, enter took me to next line, didn't insert a newline 18:01:20 or such 18:01:31 oerjan, this was years ago 18:01:36 I just remember the brokenness 18:01:38 not the details 18:01:42 AnMaster: you were probably in normal rather than insert mode 18:01:43 oerjan: what os do you use? 18:01:51 since I avoided /vim?/ since then 18:01:57 oerjan, IMO insert is the normal mode of editing 18:01:58 oklopol: windows XP 18:02:02 oerjan, overwrite is not the normal 18:02:06 oerjan: lol only noobs use windows 18:02:18 AnMaster: sure, and i just tested here and enter certainly starts a new line 18:02:19 didn 18:02:33 oklopol, didn't* ehird use windows95 for a bit? 18:02:39 I mean, like during last year 18:02:55 AnMaster: oh and by insert mode i don't mean the overwrite/insert distinction 18:03:08 oerjan, then what do you mean? 18:03:14 -!- atrapado has quit (Quit: Saliendo). 18:03:14 the command mode? 18:03:20 pretty sure it wasn't that 18:03:42 It probably was since that's what enter does by default in normal mode 18:03:48 oerjan, there is only one vi(m) command worth remembering: 18:03:48 AnMaster: what i mean is the distinction between normal (command) and insert mode is the fundamental one in vi(m) 18:03:51 :q! 18:03:52 (Command mode exists and is not normal mode) 18:04:07 heh right 18:04:09 just in case you start it due to a typo of a command 18:04:21 There's only one emacs command worth remembering: C-x C-c 18:04:35 har 18:04:42 Deewiant, nano then? 18:04:46 AnMaster: oh whatever you're just trolling 18:04:52 Not even worth remembering anything for nano :-P 18:05:04 Deewiant, yeah it has that list at the bottom 18:05:06 helpful I guess 18:05:26 anyway, nano is quite nice IMO for simple stuff where you don't need syntax highlight 18:05:30 such as editing fstab or whatever 18:06:01 vim is better :-P 18:06:17 Deewiant, ed! 18:06:23 No, not ed. 18:06:36 Deewiant, yes, ed 18:06:47 -!- ais523 has joined. 18:07:04 men jag skulle inte svära ed pÃ¥ att ed är bäst ;P 18:07:26 oh wait, ais523 joined, I thought the only active people knew Swedish... meh can't translate the joke really 18:07:43 (due to it being a pun) 18:07:47 * pikhq_ has been a-lurking 18:08:09 pikhq_, well, translating puns is hard. Suffice to say "ed" is a Swedish word 18:08:09 AnMaster: Oh? 18:08:19 meaning "oath" 18:08:21 yep 18:08:35 Sadly, "Ed" is but a name in English. 18:08:49 I'm going to guess that's cognate with "oath". 18:09:03 probably. 18:09:27 the german is "Eid" iirc 18:09:49 Not "Schwur"? 18:10:03 Evidently both. 18:10:14 sounds like "swear"? 18:10:28 from schweren right 18:10:32 "svära" would be the cognate of those 18:10:50 ich hab einen schwur geschworen 18:10:52 (no:sverge) 18:11:39 *sverige 18:11:52 i was not going to point out that 18:12:14 (they're not pronounced the same though, hard vs. soft g) 18:12:36 oerjan, yep 18:12:46 (wrt svära) 18:12:47 the swedish sound is neither of the english g's 18:12:58 i don't know what hard and soft mean 18:13:06 no more like english y 18:13:11 *no, 18:13:15 is the soft or hard one? 18:13:21 or both 18:13:22 that's the soft one 18:13:24 okay 18:13:41 oerjan, you mean like "sverje"? 18:13:42 g historically turns to the same as j in front of frontal vowels 18:13:45 AnMaster: yes 18:13:55 yes, sverje is how swedes pronounce it 18:14:02 oerjan, well yes that is how you pronounce it, but _iirc_ there are some dialects where this is not true 18:14:08 forgot which ones 18:14:12 oklopol: also norwegians, for the most part 18:14:38 oerjan, and we pronounce Norge as Norje unless we are trying to imitate Norwegians 18:14:50 otoh norge is pronounced with a hard g in norwegian 18:14:57 oerjan, yes, but not in Swedish 18:14:58 i read that as "irritate norwegians" 18:15:05 oklopol: THAT TOO 18:15:09 oklopol, that too maybe. Don't know how they feel about it 18:15:10 :D 18:15:23 oerjan, argh, how did you learn to write that fast? 18:15:39 yeah how can you write two words faster than AnMaster can write a sentence 18:15:41 I figured I had a lot of time 18:15:55 oklopol, exactly! oerjan is a very slow typer! 18:16:05 "Norge, Norge, det är ett ruttet land" 18:16:06 well... was, yesterday 18:16:18 oerjan, do ruttet mean the same as in Swedish? 18:16:25 AnMaster: that _is_ swedish 18:16:30 oh 18:16:34 i'm an okay typer but i'm a very slow thinker 18:16:34 norwegian would be "rottent", i think 18:16:40 *rÃ¥ttent 18:16:54 oerjan, also no, it is greasy, from all that oil 18:17:15 major distinction 18:17:18 oh? 18:17:32 oerjan, yeah, your oil platforms 18:17:37 * oerjan isn't sure whether's he's being trolled right now 18:18:13 oerjan, more like absurd humour 18:18:20 oerjan, if you were allowed that recently so am I! 18:18:21 * oerjan googles and concludes AnMaster is lying 18:18:34 oerjan, what? 18:18:38 ruttet definitely means rotten 18:18:38 about it being absurd humor? 18:18:51 not greasy 18:18:51 oerjan, oh I didn't mean rutten = oily 18:18:57 I meant Norway was oily, not rotten 18:18:58 ;P 18:19:08 AnMaster: ah well 18:19:38 oerjan, nearly slipped outside the Fram museum.... 18:19:40 most of the oil is exported anyway 18:19:42 dangerous stuff... 18:22:08 From the vim docs: "There is no reverse replace mode (yet)." <-- you'd probably want all four, or is it eight, directions available, like emacs picture mode 18:22:22 oerjan++ 18:22:28 oerjan, also ais523 mentioned that... 18:22:54 Deewiant, anyway, how tricky could it be writing a few line of whatever scripting language vim uses to add that feature 18:23:01 that picture mode is more or less the only reason i've sometimes in the past considered emacs 18:23:03 if it is like in emacs, not very tricky 18:23:04 oerjan: Ideally, yes, but for starters, that'd be nice :-) 18:23:13 Probably very tricky 18:23:16 Deewiant, what? 18:23:21 what sort of shitty software is that 18:23:23 I don't think you can add new modes 18:23:43 Deewiant, why not 18:23:50 how are the existing ones added? 18:23:56 In C. 18:24:00 wtf 18:24:04 stupid design 18:24:21 Deewiant, aren't the keys just mapped to some "insert self" function? 18:24:36 so you could override that with some more complex thing 18:24:46 In insert mode, yes 18:24:47 like you can do in emacs (note: note sure if picture mode does it like that or not) 18:25:09 you can certainly override on a per-character basis, don't know about at large 18:25:10 I suppose it could be possible somehow 18:25:20 There may be an autocmd for "character inserted" 18:25:26 Deewiant, so then just add something that replaces the hook for key press to be something else than self insert 18:25:27 If not, you'd have to map every possible character 18:25:39 (by defining insertion mode abbreviations) 18:25:47 AnMaster: Right: they're not "insert self", they're "insert " 18:25:54 hm or wait 18:26:04 Deewiant, okay 18:26:09 -!- jabb_ has joined. 18:26:15 !!! 18:26:16 Deewiant, how does that interact with different keyboard layouts? 18:26:23 jabb_: ??? 18:26:56 AnMaster: It works. The default insert mappings are magic, I'm pretty sure. 18:27:02 Deewiant, heh 18:27:07 I.e. they're not mapped. 18:27:09 Or something. 18:27:22 Deewiant, vim's code base sounds like a mess 18:27:33 Deewiant, and the scripting capabilities sound very limited 18:27:41 Don't know about the code, but the scripting is limited, yes. 18:28:03 Lot less limited than a lot of more "normal" editors', but certainly much more limited than emacs's 18:28:39 hm abbreviations don't do what i meant, so i guess it's mappings 18:28:57 I'm not sure if you even can imap an ordinary letter 18:29:03 I wonder if picture-mode and viper interacts badly or not 18:29:10 that might be a solution for Deewiant 18:29:13 viper sucks 18:29:15 vimpulse sucks 18:29:23 vimpulse? never heard of it 18:29:33 and viper, I never used, didn't see the point 18:29:53 oerjan, btw, why did you consider emacs due to the picture mode? 18:30:19 fung 18:30:20 Deewiant: :imap a b works fine 18:30:29 Alright, cool 18:30:38 AnMaster: fungoids, ascii graphics 18:30:47 oh 18:30:51 oerjan, ah, don't remember you doing much with fungoids? 18:31:01 he's done more than you 18:31:05 what ascii graphics? 18:31:17 There's also a CursorMovedI event 18:31:23 no i _started_ an unlambda interpreter but never finished more than the parser 18:31:31 Which may or may not activate on insertion 18:31:51 so probably it was 98 18:32:01 yeah 18:32:28 at least something with unlimited fungespace 18:32:33 unlambda parser in 93 sounds like quite an exercise in concise 18:32:38 well right 18:32:49 my only befunge program is 93 with unlimited fs 18:33:05 i don't even remember what it does wait yes i do 18:35:09 Deewiant, wait, did you mean "I haven't tested yet, and not documented" or "specifically documented as "may or may not activate on insertion"? 18:35:46 AnMaster: It's not that retarded :-P 18:36:31 heh 18:36:57 oklopol, what does it do? 18:37:33 Deewiant, btw do you have a 93 version of your "generate befunge number" script? 18:37:48 I wouldn't call it a script 18:37:49 it's a calculator with single digit numbers..... 18:37:51 And it supports 93 18:38:21 i didn't have much ambition back then i guess 18:38:22 Deewiant, ah nice, forgot if you made it public... 18:38:31 By default it uses decimal, hex, and ASCII printable chars; you can config it to use only decimal, only decimal+hex, or decimal,hex,latin1 18:38:38 Not sure if I've put it up anywhere 18:38:49 Deewiant, okay can you generate 1208925819614629174706176 in befunge98 for me 18:39:07 I'm not sure 18:39:10 Deewiant, oh? 18:39:12 Let me see if I have the binary anywhere 18:39:37 assuming it support bignum, that is more than 2^64 18:39:54 Found it 18:39:58 4'@'@::**:*:*** 18:40:12 hm 18:40:29 Deewiant, I guess powers of two are quite easy 18:40:34 yeah 18:40:41 Speed depends mostly on the speed of factor(1) on it 18:40:47 Deewiant, does it only do multiplications? Or addition as well? 18:41:03 How would you get primes without addition :-P 18:41:19 tricky 18:41:25 Deewiant, indeed 18:41:44 It used to do subtraction too but it didn't seem to help much so I removed it 18:42:09 i don't think i've actually ever needed subtraction for anything 18:42:49 i think they just have it for like completeness, because there's addition so it makes sense to have a kind of antiddition 18:42:50 oklopol: you and your positive-only thinking 18:42:54 Deewiant, what about 956960600005639447752170498370241 18:43:07 Deewiant, hint: this is two large primes multiplied 18:43:08 'G'!8"++1}r"+']45'@**+******+"/*H"f' '@*+"IT@"f4+**+":KuQ"d4'@*+***+****+* 18:43:13 Deewiant, okay fast computer 18:43:18 A school computer 18:43:29 Deewiant, that could mean anything 18:43:29 I'm in Windows so I don't have access to it on my own computer 18:43:41 Seems to be a bit worse than my machine 18:43:44 might be smaller to just write "that number"(convert to number) 18:43:46 model name : Intel(R) Core(TM)2 Quad CPU Q9400 @ 2.66GHz 18:44:02 but i guess that's been pointed out at some point because it's kind of a trivial observation 18:44:07 It has 18:44:08 oklopol, subtraction is just addition of negative numbers after all 18:44:14 And "convert to number" is long 18:44:36 AnMaster: i don't think i've ever actually seen a negative number outside textbooks 18:44:49 Deewiant, challenge: 131270734444548411694897002275486554358434553057 18:44:52 it's an interesting concept yes, but it's not actually very useful 18:45:08 oklopol, eh, -2 C outside or such? 18:45:10 yeah Deewiant how well can your code call the factor program someone else coded for that number?!? 18:45:11 that is a negative number 18:45:25 oklopol, and you never look at thermometers I assume 18:45:34 err everyone sane uses kelvins 18:45:38 well sure 18:45:55 in finland most people don't even know negative numbers exist 18:46:03 Everyone sane uses Fahrenheit. And not this newfangled "0 < 1" scale either! 18:46:10 oklopol, but normal temps on normal "how cold is it outside today" style thermometers use C I assume? 18:46:24 pikhq_, was Fahrenheit upside down as well? 18:46:27 originally I meant 18:46:32 no i think they use kelvins 18:46:55 Deewiant, any comments on this? You live in Finland and you are saner than oklopol 18:47:08 Nobody uses Kelvins :-P 18:47:09 so what scale do common, non-scientific thermometers use? 18:47:16 Centigrade 18:47:56 Deewiant, right, as I suspected. You only use kelvin if doing stuff with liquid nitrogen or colder. Or for things with temperature around that of the sun 18:48:16 i've never even TASTED someone use anything but kelvins in binary 18:48:27 oh wait 18:48:41 why would anyone use a scale that has 100 so deeply integrated in its guts 18:48:43 Well I guess scientists use mostly Kelvin in most countries 18:48:46 that's a horrible number 18:48:48 or of course for white point in colour calibration 18:49:07 Deewiant, yep. But I doubt they use it to talk about how cold it was while waiting for the bus this morning ;P 18:49:11 maybe it's best not to think about temperatures at all 18:49:14 Quite 18:49:23 oklopol: kelvin also has 100 deeply ingrained, it's just a bit better hidden 18:49:30 oerjan: i just said taht 18:49:31 *that 18:49:44 "oh wait" 18:49:51 because i realized kelvins in binary doesn't help 18:49:59 oh 18:50:14 because nonsensical bases are fun? 18:50:29 then again who the fuck gives a shit about water so i guess it's okay that the random number 100 is associated with it 18:50:34 or wait 18:50:39 actually i love water 18:50:42 base 10 doesn't really make any sense except anatomically 18:50:46 i was swimming yesterday 18:50:51 water is so deliciously wet 18:50:59 4.5 meters deep no one can judge ya 18:51:06 ? 18:51:14 i mostly dive when i'm swimming 18:51:18 ah 18:51:50 because the other thing i like to do is play in the shallow end and it's embarrassing because i'm not 7. 18:51:59 AnMaster: factor(1) seems to be failing on that number 18:52:10 Mathematica can do it in 7 seconds on my home machine 18:52:15 There are a lot of derivations of brainfuck... 18:52:27 jabb_: yes, and none of them is as cool as toi 18:52:53 AnMaster: Cheating: "/*H"f' '@*+"IT@"f4+**+":KuQ"d4'@*+***+****+7'!8'/5'b'@*+'o4'@'U3'@*+**+'+'H2b'@***+")@OyA0@"*+***+******+* 18:53:14 your program has an option to give the factorization? 18:53:22 No 18:53:23 even tho you're using it from the binary 18:53:27 so very cheat okay 18:53:33 i forgot humans can write code too 18:53:47 I just fungified the two factors I got from Mathematica separately and appended * 18:54:05 The program would've done the same thing eventually 18:54:15 actually i realized that before i even said what i said 18:54:19 but i had to empty my queue 18:54:33 okay 18:54:35 Deewiant, how is it cheating? 18:54:45 why don't you use but one dimension 18:54:47 Deewiant, as in, you did it in two parts? 18:54:49 Because the program didn't do it all by itself 18:54:52 AnMaster: because it was a challenge for the program 18:54:59 Deewiant, ah 18:55:18 oh okay he didn't understand the part you explicitly said a few lines ago 18:55:22 Deewiant, what algorithm do you use for factorisation? 18:55:26 i thought he didn't understand how that was cheating 18:55:31 oklopol, I was reading scrollback 18:55:31 AnMaster: factor(1) 18:55:37 got a bit busy there 18:55:46 Deewiant, ah, you invoke an external program. I see 18:55:46 As I've said or implied a couple of times now 18:56:02 AnMaster: yes i know i just don't like misreading people's minds 18:56:04 AnMaster: Because factor(1) is much better than anything I could come up with :-P 18:56:10 it's a factor to reckon with 18:56:27 Deewiant, shell out to mathematica? ;P 18:56:33 or W|A 18:57:03 W|A doesn't answer 18:57:11 i actually have no idea what the best factorization algos are 18:57:18 what are they, please go through them in detail 18:57:22 Mathematica could work but then I'd have to check whether it exists, for factor(1) I can just assume it :-P 18:57:43 Deewiant, so fall back on factor? 18:58:05 knowing mathematica you should probably check the answer is correct, too... 18:58:08 Deewiant, also you can't assume factor. I'm almost completely certain it isn't POSIX 18:58:23 oklopol: "FactorInteger switches between trial division, Pollard p-1, Pollard rho, elliptic curve and quadratic sieve algorithms. " 18:58:37 AnMaster: Of course I can fall back but I'd still have to check something 18:58:44 AnMaster: For factor(1) I can reasonably list it as a dependency 18:58:51 okay so i know two of those 18:59:13 actually i've heard of elliptic curve methods but no idea how they would help 18:59:29 Deewiant, heh 19:00:33 oklopol, all I know is that they are linked to a lot of stuff that concerns cryptography 19:00:37 oklopol: factor evidently uses Pollard rho: http://www.gnu.org/software/coreutils/manual/html_node/factor-invocation.html 19:00:43 lol ok 19:00:48 And it says that it's bad for numbers with big factors 19:00:57 "for example, numbers which are the product of two large primes" 19:01:01 * Deewiant leers at AnMaster and his number 19:01:14 Deewiant, I knew factor had that issue yes 19:01:15 isn't pollard rho like 2^sqrt(n) 19:01:22 No clue 19:01:24 Deewiant, not the details of why 19:01:30 I only know trial division 19:01:36 errrrrrrr 19:01:46 Deewiant, it manages just fine on one large and several small 19:01:59 yes possibly it could be that, i seem to have forgotten how it works 19:02:06 Deewiant, so what I did, enter some large random numbers, until I got some large primes, then multiplied them 19:02:11 actually i guess it couldn't 19:02:21 because that's the complexity of trial division 19:02:40 no umm 19:02:43 okay i'm being a retard 19:02:48 someone kick me 19:02:56 * Deewiant kicks oklopol 19:06:26 helloklopol 19:06:52 -!- CakeProphet has joined. 19:06:55 WOW 19:07:05 ...so my shrooming adventures bore no fruit. 19:07:12 I found some really cool red mushrooms though. 19:07:20 but they'd probably kill me if I ate them. No good. 19:07:23 yeah drugs are never the answer 19:07:29 psh, 19:07:34 that's what you think. 19:07:57 shrooms are the only thing that's not shit. 19:08:17 as far as drugs. 19:08:39 in any case, I've got some cool ideas for a stack based language. I just need to figure out a ridgid semantics. 19:09:04 I think I'll use an assembly like syntax, to make it like a VM intermediate. 19:09:33 er... tree-based, not stack. Technically graph -- since there's both hard and soft references. 19:14:20 why do you want a distinction? 19:15:04 shrooms are the only thing that's not shit. 19:15:04 as far as drugs. 19:15:04 in any case, I've got some cool ideas for a stack based language. I just need to figure out a ridgid semantics. 19:15:09 XD 19:15:54 that might be an usable way to invent new esolangs: get high and have crazy ideas 19:16:03 you'd think so 19:16:10 but not ime 19:16:33 what's less crap (for IM, not irc) 19:16:38 basically the language builds a huge tree, where the data constructors are bytes, floats, symbols, references (soft), and links (hard). Nodes are implitcitly enumerated and optionally named with a file-system like structures to handle scoping. The nodes can also be explicitly named and unenumerated (by giving it a name that with a dot) 19:16:42 pidgin or telepathy? 19:16:43 AnMaster: and yes, it definitely is. 19:17:05 telepathy is better 19:17:16 why? 19:17:27 is telepathy a program? 19:17:39 yes 19:17:43 otherwise your question makes no sense 19:17:43 okay. 19:17:57 then i retract my statement 19:18:39 i just know pidgin is crap (i extrapolate this from knowing it's aprogram) 19:18:40 there's no convention, but methods can be defined by storing operations in the tree without using the call operation on a symbol. Call basically is basically a goto instruction for symbols, and will move control flow to the branch in the tree with the given name. The "call" instruction also sets a .return link within the method program-tree 19:18:41 *a program 19:19:31 which can be used as a reference to the calling code... to do anything with (such as evaluate and return control flow, but it doesn't have to do either, thus allowing arbitrary control flow due to being embedded within the data structure of the language) 19:20:07 * AnMaster prods laptop 19:20:13 that was an odd failure mode for X 19:20:15 or gnome 19:20:17 or whatever 19:20:55 like, clicking stuff like buttons didn't do anything, clicking other apps in the taskbar sometimes worked, clicking inactive window did nothing. Clicking tabs in a window worked 19:20:57 -!- hiato has joined. 19:20:59 this applied to all programs 19:21:06 restarting X "fixed" it 19:21:18 nothing strange like dbus crashing or such in the logs 19:22:10 there would be textual macros as well... to shorten the source code itself, along with the lisp-like "runtime macros", because they can arbitrarily change the structure of the calling codes neighboring nodes. The typical "standard function" semantic would be to have arguments as the children of the function symbol node. So you make a function symbol with argument children and do the call instruction on the symbol, and then the fu 19:22:19 CakeProphet: "and then the fu" 19:22:26 ... :) 19:22:52 I recommend a client that can auto-split lines so you don't have to worry about cutoff 19:23:01 CakeProphet, your client cut it off there 19:23:04 that is what Deewiant meant 19:23:11 CakeProphet, what was after it 19:23:21 and then the function will destroy the childre and replace the calling symbol with the result. 19:24:21 by accessing .return . Oh and the unenumerated .. node represents a parent. 19:24:28 oh right you're talking about trees 19:24:47 so reference .return/.. would reference the calling nodes parent. 19:25:10 the destroy the children function sounded weird out of context 19:25:16 ... :) 19:25:30 * cheater99 destroys oklopol's children 19:25:31 ...also, filesystem - in tree 19:25:31 cheater99, not using IM is better 19:25:47 AnMaster, you are such a useful and purposeful person 19:25:50 cheater99, or: two tin cans with a bit of string in between 19:25:54 that works really well 19:25:58 the root of the tree is builtin to each program. Stuff like system resources... the file system even as part of the tree. 19:25:58 but think about the children! 19:26:04 cheater99, :) 19:26:39 oklopol, that is what he did. You forget to say he shouldn't think nasty things about them 19:28:07 so to define methods, you'd append children to /f... because it's the standard place to store functions in order to seperate them from the code data. 19:28:16 *functions lol, methods..... too much Java programming. 19:30:32 cheater99: yes think only good things about my children, BUT NOT *TOO* GOOD 19:30:54 -!- pikhq_ has quit (Read error: Connection reset by peer). 19:30:55 OO would be simulated with graphs I guess. You could store methods in a sub-node 19:31:20 hm methods should have several member classes, which contain namespaces contain aspect oriented templates with lot of buzz words 19:31:23 -!- pikhq has joined. 19:31:28 interesting observation, "ninety nine" means "fucking, i fuck" in finnish 19:31:43 (when pronounced) 19:31:48 Like "I fuck while fucking"? 19:31:50 sadly that isn't very esoteric, it is just java + C++ rotated 180° 19:32:04 no, ungrammatical "act of fucking i fuck" 19:32:28 this was tons of fun when i was 5 19:32:41 at least you don't have the issue that Swedish has. en:six = sv:sex 19:33:03 oklopol, what is "six" in finnish? 19:33:14 "kuusi" 19:33:21 yoface 19:33:35 heh 19:34:15 AnMaster: don't you have a word for sex that sounds like sex? 19:34:45 'seksii taimii' 19:35:04 ... 19:36:10 oklopol: Actually not since the t in "ninety" is aspirated 19:36:29 oklopol, well yes, en:sex == sv:sex as well. But that is a relatively new word for the concept I think 19:36:33 "Ninety" can be pronounced a bunch of ways. 19:36:35 (in Swedish that is) 19:37:04 "Nainti" is the most proper pronunciation; you can also hear "naindi" or "naini". 19:37:13 uorygl: but none of them is the finnish one 19:37:15 If not aspirated, it's voiced 19:37:19 if it's not aspirated 19:37:20 err 19:37:22 what Deewiant said 19:38:26 what is 'aspirated'? 19:38:27 anyway t is always aspirated so i consider it close enough 19:38:41 http://en.wikipedia.org/wiki/Aspiration_%28phonetics%29 19:39:25 maybe i shouldn't but at least my mother not unlike yours 19:39:59 or maybe i should've said "not my mother" because not unlike is well whatever 19:40:51 Typos and lack of quotes are a confusing combination. 19:41:50 i typoed? 19:42:04 I don't know; I'm too confused. 19:42:26 i usually catch my typos and correct them 19:42:45 but you can ask Deewiant how that's parsed if it's too hard 19:43:07 Who said what to me? 19:43:09 Neither "Maybe I shouldn't but at least my mother not unlike yours" neither ". . . because not unlike is well whatever" seems like English syntax. 19:43:35 Phantom_Hoover: oerjan quoted you. 19:43:39 12:49:56 < oerjan> I demand the soul of your first-born child, AnMaster 19:43:47 "neither .. neither .." doesn't look very english neither. 19:43:54 -!- SevenInchBread has joined. 19:43:56 (maybe it is tho) 19:44:00 Er, that latter "neither" is supposed to be a "nor". 19:44:07 Indeed. 19:44:12 (thought so, i mainly just wanted to add a third neitehr) 19:44:13 Although Latin works like that. 19:44:14 *neither 19:44:14 Hi, CakeProphet. 19:44:28 uorygl: see one might say ", but your mother" 19:44:35 i went one step further 19:44:37 Yeah, in Spanish, the words for "neither" and "nor" are both "ni". 19:44:46 I forget what neither... nor... is, but both... and... is "et... et..." 19:44:49 because i figured you people are smart and love decrypting confusing stuff. 19:45:02 Likewise, "either" and "or" are both "o". 19:45:12 I don't know if "both" and "and" are both "y". 19:45:35 Spanish is economical! Every one-vowel word you can say means something. 19:45:36 did you get it? 19:45:44 it does in lojban too 19:45:49 or they 19:46:17 A, e, i, o and u mean to/at, and, and, or, and or, respectively. :P 19:46:26 Er, that latter "neither" is supposed to be a "nor". <-- isn't nor universal? Just like nand 19:46:35 Except that "i" is spelled "y" instead. 19:46:42 so neither nand should work too 19:46:44 or wait 19:46:53 how do you write a nor gate in nand hm... 19:46:58 AnMaster: um, I was referring to how in that sentence, I accidentally said "neither" where I meant to say "nor". 19:46:59 Idea: Huffman-coded human language. 19:47:03 -!- CakeProphet has quit (Ping timeout: 276 seconds). 19:47:05 uorygl, I know 19:47:08 and? 19:47:10 But yeah, "nor" is universal. 19:47:27 Phantom_Hoover: take an existing human language and Huffman-code it? 19:47:44 And make it pronouncable. 19:47:56 Right. Well, that couldn't be too hard. 19:48:00 uorygl: did you? 19:48:08 oklopol: no. 19:48:13 oh :\ 19:48:31 isn't it ((a'*b')')' 19:48:38 I mean, using only nand and inverter 19:48:48 "but your mother is fat" => "but at least my mother isn't fat unlike yours"; "but your mother" => "but at least not my mother unlike yours" 19:48:50 I think that should give you nor 19:48:53 right? 19:48:54 AnMaster: yeah. 19:49:11 oklopol: got it. 19:49:33 AnMaster: also you need to mention inverters can be done with nand but i guess that's trivial 19:49:43 uorygl, so now lets use "neither .... not nand (with inverted inputs)" 19:50:02 err 19:50:08 oklopol, yes they can be done with nand, but I knew that since before 19:50:11 or wait what were you expressing 19:50:18 ((a'*b')')' = a'*b' 19:50:35 oklopol, yes but that is an AND gate 19:50:55 oklopol, use De Morgan to extract the ' from that and you get a NOR 19:51:12 oklopol, I'm trying to rewrite "neither ... nor ..." into using a nand gate you see ;P 19:51:39 wait so it would be... 19:52:06 neither not ((not ...) nand (not ...)) 19:52:08 I guess 19:52:12 Adrian^L, AnMaster ais523 BeholdMyGlory 19:52:15 Damn. 19:52:17 Phantom_Hoover, what? 19:52:24 I did no mean to press enter. 19:52:30 s/no/not/ 19:52:33 still wtf 19:52:40 why would you list nicks like that 19:52:40 No all! 19:52:45 without meaning to press enter 19:52:49 that is a bit wtf 19:53:05 strange hobby 19:53:14 would fit right into xkcd "my hobby" I guess 19:53:18 Terve, mitä kuuluu? 19:53:51 mitäs tässä, lueskelen turingin koneista 19:54:00 I was mucking about with the tab-completion. 19:54:07 I see 19:54:10 Has anise been around today? 19:54:15 who? 19:54:22 Yay, more Finnish. 19:54:22 ...anise 19:54:28 no clue who that is 19:54:37 SevenInchBread: alise? 19:54:40 .....yes 19:54:42 :) 19:54:50 oh 19:54:51 * SevenInchBread has impeccable memory 19:54:53 Isn't that a type of flavouring? 19:54:54 not today no 19:55:02 Phantom_Hoover, sin't that aniseed? 19:55:07 Star anise? 19:55:11 ansi? 19:55:44 Hrm, elative plural... 19:56:08 Is "mitäs tässä" an idiom? 19:56:45 the s in the end means nothing really 19:58:01 i think it's sort for "mitäpäs", "-päs/pas", or usually "-pä/-pa" are these meaningless thingies you can stick in the end of words sometimes 19:58:07 well not meaningless 19:58:10 but hard to translate 19:58:19 err 19:58:21 What does it mean? 19:58:40 and now to actually answer your question, yes it's an idiom :P 19:58:50 Ah, good. :P 19:58:56 "mitä tässä" doesn't mean anything afaik 19:59:20 or maybe some people use it for the same purpose 19:59:27 -!- Gracenotes has quit (Read error: Connection reset by peer). 19:59:42 yeah i think it's used quite a lot 20:00:10 i dunno i use english so much more 20:00:13 -!- Gracenotes has joined. 20:00:15 :D 20:00:21 i wonder if that's true 20:01:12 now i use english every day at work too so if i continue ircing then it will definitely happen 20:02:10 You'll become a native speaker. :P 20:02:18 "mitä tässä" doesn't mean anything afaik or maybe some people use it for the same purpose <-- same purpose as a nop? 20:02:24 noop* 20:02:47 Noop! 20:02:54 that is quite nice, having a natural language with a NOOP. Then you can uh, align your sentences to efficient second boundaries! 20:02:55 or something 20:03:04 i prefer nop 20:03:07 oh wait, that is what the "um..." is for 20:03:11 What about "uuuuuuuuuuuuuuuuuuuU"? 20:03:25 Phantom_Hoover, then you have strange alignment restrictions 20:03:32 Also, the Fox News comment system appears to have been written by some platypi. 20:03:32 Phantom_Hoover: actually useful for poetry 20:03:34 try rearranging your sentences 20:03:36 -!- Sgeo has joined. 20:03:40 oklopol, :D 20:03:46 -!- Sgeo has quit (Read error: Connection reset by peer). 20:04:23 Also, "I want to/uuu do you", which is basically 90% of poetry. 20:04:39 Phantom_Hoover, what? Not all poetry is love poetry 20:04:58 I didn't say that. 20:05:05 90!=100 20:05:08 Phantom_Hoover, not even as much as 90% is 20:05:19 Including the unpublished? 20:05:42 AnMaster: clearly it should be "nboth ... nand ..." 20:05:43 Phantom_Hoover, you don't have any verifiable numbers over those anyway 20:06:06 oerjan, what? Show me the steps to rewrite it to that. 20:06:31 THAT'S OBVIOUS 20:06:35 also punny 20:06:44 -!- Sgeo_ has quit (Ping timeout: 245 seconds). 20:06:49 Phantom_Hoover, but yes I was thinking about things like the Iliad. While love is involved certainly, it doesn't go along the lines of "I want to/uuu do you". 20:07:14 IT WAS ATTEMPTED HUMOUR. 20:07:24 Phantom_Hoover, or much of Shakespear's works 20:07:24 REALITY DOESN'T FACTOR INTO IT. 20:07:38 Phantom_Hoover, oh, forgot to flag it as humour 20:08:00 AnMaster only understands his own humor 20:08:16 oklopol, no, I understand some other too, why else would I read iwc? 20:08:33 (of course I know what oklopol did is an exaggeration.) 20:08:35 i haven't read iwc i didn't think its point was to be funny 20:08:45 i would never exaggerate 20:08:57 yeah and everyone uses Kelvin ;P 20:09:01 AnMaster: that 90% might have a large overlap with the 90% that is crap, so using classics as evidence does not cut it 20:09:01 not even if someone showed a gun in my ass 20:09:06 *shoved 20:10:25 what was the percentage of statistics that was made up on the spot again? 20:10:29 EXAGGERATE DAMMIT, OR THERE WILL NEVER BE ANY LITTLE OKLOPOLS 20:10:48 oklopol: 73% 20:11:24 oerjan, hm good point about the overlap 20:11:30 i don't think i get that, unless sex is some kind of exaggerated masturbation 20:11:41 AnMaster: Phantom_Hoover made that point too 20:11:57 oerjan, I would recommend adding to the discussion that this warrants further studies and then publish it as is 20:12:15 oerjan keeps mimicking him for some reason 20:12:25 maybe i'm NOT the next oerjan?!? 20:12:34 oklopol, no his point as about unpublished 20:12:48 oklopol: hard to say. i have a theory that alise is the next zzo38. 20:13:01 oklopol, unpublished != the crap, though there might very well be a large overlap 20:13:01 :D 20:13:38 i think it was the same point 20:14:06 oklopol, they are different statements. Also the crap includes some stuff not about sex. 20:14:09 oerjan: actually i don't think we're that similar, you're better at topology. 20:14:17 Like about bridges that didn't hold up 20:14:23 no considerable differences in personalities tho 20:14:31 oklopol: explanation: if that gun in your ass goes off, there will definitely not be any little oklopols 20:14:42 :D 20:14:51 oklopol, http://en.wikipedia.org/wiki/William_McGonagall#Tay_Bridge_Disaster 20:14:54 yes i suppose that was obvious 20:15:13 I don't think it is about sex 20:15:19 but I could be wrong 20:23:55 no, that one is about death. those are of course the only alternatives 20:25:03 -!- sshc has quit (Quit: leaving). 20:33:08 -!- SgeoN1 has joined. 20:33:39 -!- Sgeo has joined. 20:36:30 oerjan, there is a third. Nature, especially "ode to the spring" or similar 20:36:58 but yeah after that you only got modern statistical flukes which shouldn't even be considered proper poetry 20:36:59 ;P 20:43:54 oerjan, wait, how do we put E. A. Poe into this? 20:44:19 ah it would be death 20:44:20 right 20:44:31 so i thought. not that i actually know much poetry. 20:44:46 oerjan, still I maintain that nature can be a valid third category 20:45:03 yeah, i was mainly making a freud joke there 20:45:32 and possibly not even correct freud 20:45:44 Hamlet = death, Romeo & Juliet = death _and_ love, The Iliad = death mostly, a bit of love too 20:45:47 hm 20:45:48 yeah 20:45:52 this seems to cover all 20:45:53 :) 20:46:10 oerjan, heh, didn't notice that 20:46:33 * oerjan recalls something about pastorals 20:46:56 oerjan, don't they go into the nature category? 20:47:18 and perhaps some love as well 20:47:47 oerjan, from wikipedia on pastoral poetry: "Pastoral literature began with the poetry of the Hellenistic Greek Theocritus, several of whose Idylls are set in the countryside [...]" 20:47:51 yep, clearly nature 20:48:16 I guess Theocritus didn't like the gods btw 20:48:17 the first poem example of http://en.wikipedia.org/wiki/Pastoral would seem to confirm the nature+love 20:49:22 oerjan, so we could say that all poetry is made out of three parts, hm not a good word... ah got it! elements. Right so, ... made out of three elements, in different proportions 20:49:55 why did I get a dejavu there... 20:50:53 http://en.wikipedia.org/wiki/Classical_element ? 20:51:41 Ah indeed! their mistake was mixing up matter poetry somehow 20:51:57 heh 20:53:07 -!- kar8nga has quit (Read error: No route to host). 20:58:49 -!- Phantom_Hoover has quit (Ping timeout: 245 seconds). 21:13:27 -!- hiato has quit (Quit: underflow). 21:14:12 -!- hiato has joined. 21:19:58 -!- Phantom_Hoover has joined. 21:20:39 Huh. Apparently, there's a Finnish spot in Michigan. 21:20:47 -!- hiato has quit (Quit: bbl). 21:22:11 Hancock, Michigan. 21:26:10 funnily "han-" is "male-" in Swedish, not "male" (would be "hane"), but as in "hangroda" (male frog), it isn't used about humans though. 21:26:25 so what a dirty name of a place 21:26:39 Quite. :( 21:26:42 I mean, :) 21:27:29 heh 21:28:20 I could go up there and speak Finnish, if I knew Finnish and if they know Finnish. :P 21:28:38 That holds for most values of "there" 21:29:30 True. 21:29:46 Deewiant, only most? 21:30:05 He can't go up to all values 21:30:28 Deewiant, examples of such values 21:30:52 The surface of VY Canis Majoris 21:31:21 Even if uorygl were to know Finnish and they knew Finnish there, he couldn't go up there and speak Finnish 21:31:42 Deewiant, hm? is it a neutron star or such? 21:31:51 alas, that would finish him 21:31:56 No, but it is a star. 21:32:02 A really big one. 21:32:07 the largest star known iirc 21:32:24 Yeah, Wikipedia says it is. 21:32:28 so more or less the opposite of a neutron star 21:32:43 in a suitable protective vessel? 21:33:05 of course I don't know of any such 21:33:13 but you probably need anti-gravity too 21:33:35 hm if it is _really_ big maybe the upper atmosphere is so thin you could survive there 21:34:04 If you were inside a star, would it be possible for you to obtain usable energy? 21:34:25 hm the second law of thermodynamics might be a problem 21:34:34 Yeah. 21:34:40 not cold place to send waste energy 21:34:42 *no 21:35:04 How does the Earth stay cool? I guess we radiate energy into outer space, which means that outer space is in fact colder than Earth. 21:35:05 I'm making a couple of reasonable assumptions here, such as no terribly unexpected technological breakthroughs during uorygl's lifespan 21:35:48 * oerjan whispers something about technological singularity 21:37:28 uorygl: the temperature of outer space is essentially the temperature of the cosmic microwave background (3 K) iirc 21:37:37 *about 3 K 21:37:50 Hm, I guess if you could put yourself inside some really good thermal insulation, you could probably pull hot plasma in, fuse it yourself, and spit it back out. 21:37:58 You could get a bit of a thermal gradient that way. 21:39:26 I'm guessing that solar panels emit light when hot and subjected to voltage. 21:39:38 * Phantom_Hoover changes client 21:39:41 -!- Phantom_Hoover has quit (Quit: Leaving). 21:40:05 -!- Phantom_Hoover has joined. 21:40:45 Since they produce voltage when cool and subjected to light. 21:40:55 Apparently my name is "purple! 21:41:51 uorygl: i wouldn't want to bet either way, apart from blackbody radiation of course 21:42:50 uorygl: Most things emit light when hot. :) 21:43:00 And most things when subjected to voltage get hot. 21:43:11 Hm, yes. 21:43:36 Given a gradient of entropy, can you use that for power? 21:43:53 Yes. 21:44:09 Because a gradient of entropy means that somewhere, entropy is less than the maximum. :) 21:44:10 Yes, that is how most power generation functions. 21:44:31 "most"? 21:44:55 * uorygl ponders a purely mechanical analogy of a solar panel. 21:45:23 So. A wire is like a cable, and light is like lots of little balls. 21:45:41 -!- Phantom_Hoover has quit (Quit: Leaving.). 21:45:55 There's this panel thingy. When the little balls strike it, the energy from the strike goes into tugging the cable. 21:46:06 There's a ratchet that prevents the cable from slipping backwards. 21:46:30 The thing is, the ratchet generates heat when it's operated, and a ratchet, when hot enough, is no longer effective. 21:46:35 not cold place to send waste energy <-- so build a huge stirling engine, extending from inside the star to a point sufficiently far away from the star 21:46:36 :D 21:46:43 -!- Phantom_Hoover has joined. 21:47:14 So it seems like a hot solar panel indeed ought to act light a flashlight. 21:47:30 uorygl, what? 21:47:44 Indeed ought to convert electricity to light, I should say. 21:48:15 uorygl, really? 21:48:17 huh 21:48:32 uorygl, sure the process in a solar panel is reversible like that? 21:48:36 sure for motor/generator it is 21:48:47 -!- MizardX has quit (Ping timeout: 260 seconds). 21:48:54 If it weren't, we'd have a way to get around that nasty Second Law. 21:49:13 uorygl, but can you generate electricity by shining a strong light on a normal lightbulb? 21:49:35 Light bulbs convert electricity into heat, and that heat into light. 21:49:48 The light will get converted into heat, sure, but that heat will not produce electricity. 21:49:54 uorygl, why not 21:50:00 uorygl: um but the second law doesn't say that you can get better than blackbody radiation that way, i think 21:50:00 it should according to your logic? 21:50:08 You can generate heat, but you can't un-generate heat! 21:50:09 Wait, what power-generation methods *don't* use an entropy gradient? 21:50:20 uorygl, why not, isn't it the same as the solar cell? 21:50:23 uorygl: UNLESS YOU'RE GOD. 21:50:47 * uorygl imagines a mechanical analogy of a light bulb. 21:50:50 uorygl, also you can convert it into mechanical power using a stirling engine, then drive a generator with it 21:51:00 but 21:51:07 not with the lightbulb alone 21:51:21 uorygl, black body radiation sure 21:51:24 or such 21:51:57 but my point was that I'm pretty sure any given device doesn't have to be reversible in itself 21:52:02 AnMaster: mmkay, I guess it will generate electricity, but that electricity will be Brownian motion. 21:52:09 uorygl, eh? 21:52:27 The current will just sort of jitter back and forth randomly. 21:52:29 ah 21:53:05 Hm, I would bet that diodes also heat up during use, and that hot diodes also fail. 21:54:02 In conclusion: thank goodness Earth's atmosphere is translucent. 21:54:45 * uorygl briefly wonders whether he's doing something irrational or pseudoscientific, but realizes that he's actually making lots of predictions. 21:54:46 uorygl, what? 21:55:17 If Earth's atmosphere weren't translucent, light would neither enter or leave, and so photosynthesis would be impossible, and Earth would get really hot. 21:55:35 uorygl, and yes hot diods can fail. Isn't that how one type of PROM worked basically? 21:55:37 Phantom_Hoover: Willing power into being 21:56:04 That has the caveat of not actually working. 21:56:08 \o/ 21:56:08 | 21:56:08 /< 21:56:22 It still doesn't work. 21:56:30 Suppose that there are lots of rocks on top of a cliff, and you generate power by lowering them to the ground. 21:56:32 uorygl: Heat would, however, enter. And it would end up leaving. 21:56:45 (if nothing else, because of blackbody radiation) 21:56:46 Does that have an entropy gradient? 21:56:49 -!- uorygl has changed nick to uorgl. 21:56:51 \o/ 21:56:51 -!- BeholdMyGlory has quit (Remote host closed the connection). 21:56:56 Yes, that is an entropy gradient. 21:57:01 \o/ \o/ 21:57:07 \o/ \o/ 21:57:08 | | 21:57:08 /< /< 21:57:18 -!- uorgl has changed nick to uorygl. 21:57:39 misaligned as usual 21:58:19 \m/ \o/ \m/ \m/ \o/ \m/ \o/ \m/ \m/ \o/ \m/ \m/ \o/ \m/ \o/ \m/ \m/ \o/ \m/ \o/ \m/ 21:58:29 * uorygl pokes myndzi. 21:58:41 \m/ \o/ 21:58:41 | 21:58:41 /< 21:58:51 \m/ \o/ \m/ \m/ \o/ \m/ \o/ \m/ 21:58:51 | `\o/´ | | 21:58:52 >\ | /< /| 21:58:52 (_|¯'\ 21:58:52 |_) 21:58:55 * Phantom_Hoover writes a function with 3 nested MAPCARs 21:58:57 what? 21:58:58 Strange. 21:59:01 I feel... unclean. 21:59:05 /m/ 21:59:10 \m/ 21:59:12 uorygl, at least it lined up, since you have the same nick length 21:59:24 /o/o/o/ 21:59:24 | | 21:59:24 /< |\ 21:59:30 Phantom_Hoover, does not line up 21:59:43 It lines up here in my monospace font. 21:59:53 Hm, your client omits leading spaces, doesn't it. 22:00:01 Does this message look like it starts with a bunch of spaces? 22:00:10 Yes. 22:00:35 uorygl, there are spaces at the start of it 22:00:44 How many? 22:00:52 uorygl, it is under your t 22:00:52 The correct amount 22:00:54 in omits 22:00:58 Huh. 22:01:00 the D is under the t that is 22:01:08 Then I wonder why myndzi's stuff doesn't appear to line up. 22:01:10 uorygl: AnMaster's client right-aligns nicks 22:01:17 Mm. 22:01:23 So that all message content starts from the same column 22:01:32 uorygl, the thing is, I have a divider, nicks right align against it, then the text left aligns on the other side 22:01:42 /o/o/o/o/o/o/o/o/o/o\o\o\o\o\o\o\o\o\ 22:01:43 | | | | | | | | | 22:01:43 /`\ /| /< /`\ |\ /< >\ |\ /< 22:02:00 ______________o______________ 22:02:01 | 22:02:01 >\ 22:02:05 Not for me, incidentally. 22:02:15 But I'm using a non-monospaced font. 22:02:27 uorygl, this is fixed (xchat has a floating one, was a bit tricky to do that with ERC), so "Phantom_Hoover" is max length, otherwise the nick will overflow the divider and thus the text would move out from the divider as well 22:02:32 which would piss me off a lot 22:02:43 Phantom_Hoover, SINNER! 22:03:12 It's not going to kill me, so it'll just make me stringer. 22:03:22 \o/ \o\ /o/ _o_ -o- "o" 22:03:22 | | | | | | 22:03:22 /< /| >\ /< /| >\ 22:03:22 -!- Foobarbazzotqux has joined. 22:03:23 s/i/o/ 22:03:24 | 22:03:24 /'\ 22:03:28 \o/ 22:03:29 | 22:03:29 >\ 22:03:37 -!- Tritonio_GR has joined. 22:03:48 -!- Phantom_Hoover has changed nick to Foobarbazzot. 22:03:52 \o/ 22:03:52 | 22:03:52 /| 22:03:58 \o/ 22:03:58 | 22:03:59 /`\ 22:04:03 -!- Foobarbazzot has changed nick to Phantom_Hoover. 22:04:52 -!- Oranjer has joined. 22:05:02 Oeranjer! 22:05:21 It's like a cross between oerjan and Oranjer. 22:05:22 * AnMaster stabs Foobarbazzotqux for the horrible long nick 22:05:25 :( 22:05:34 :-P 22:05:44 -!- Foobarbazzotqux has changed nick to Foobarbazzotquxq. 22:05:51 who is Foobarbazzotquxq btw? 22:06:06 This seems to be the freenode max length 22:06:15 One of our Finnish members. 22:06:31 Or at least, I tried to set to something longer but this is all it gave. 22:07:20 !haskell import Data.List; main = putStrLn . intersperse '/' $ ['a'..'z'] 22:07:28 Ah, so that's why I couldn't call myself Phantom_Hoovershire 22:07:31 a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z 22:07:31 | 22:07:31 /´\ 22:07:41 Why a ? 22:07:58 !haskell import Data.List; main = putStrLn . intersperse '/' $ ['A'..'Z'] 22:08:00 A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z 22:08:06 !bf98 a,a.@ 22:08:07 BAH 22:08:08 hm 22:08:11 !befunge98 a,a.@ 22:08:15 !befunge98 a.a,@ 22:08:16 10 22:08:21 !haskell import Data.List; main = putStrLn . intercalate "/\" $ ['a'..'z'] 22:08:26 right, that was the command 22:08:42 !haskell import Data.List; main = putStrLn . intercalate "/\\" $ ['a'..'z'] 22:08:42 !befunge98 "/o/",,,a.@ 22:08:42 | 22:08:43 /< 22:08:43 /o/10 22:08:43 Foobarbazzotquxq: you just hit one of my stalkwords 22:08:43 | 22:08:43 >\ 22:08:48 !befunge98 "/o/",,,a,@ 22:08:48 | 22:08:48 /| 22:08:49 /o/ 22:08:52 okay 22:08:57 wth is going on there 22:09:03 ais523: Right, "intercal" :-) 22:09:05 oh it is trying to do mine 22:09:05 hmm, are you trying to trigger myndzi deliberately 22:09:07 Foobarbazzotquxq: yep 22:09:28 !befunge98 a" /o/">:#,_@ 22:09:28 | 22:09:28 |\ 22:09:29 /o/ 22:09:29 | 22:09:29 /'\ 22:09:33 ... 22:09:35 !befunge98 a" /m/">:#,_@ 22:09:36 /m/ 22:09:40 !befunge98 a" \m/">:#,_@ 22:09:40 /m\ 22:09:44 !befunge98 a" \m\">:#,_@ 22:09:44 \m\ 22:09:46 !haskell import Data.List; main = putStrLn . intercalate "/\\" . map (:[]) $ ['a'..'z'] 22:09:48 a/\b/\c/\d/\e/\f/\g/\h/\i/\j/\k/\l/\m/\n/\o/\p/\q/\r/\s/\t/\u/\v/\w/\x/\y/\z 22:09:48 | 22:09:49 |\ 22:09:51 !befunge98 a" /m\">:#,_@ 22:09:52 \m/ 22:09:58 wait what 22:10:06 Gregor, why does it remove spaces at the start? 22:10:10 Gregor, it is broken! 22:10:13 !befunge98 a"/m\ ">:#,_@ 22:10:13 \m/ 22:10:25 Your spaces were at the end 22:10:28 Deewiant, wait, backwards, but still broken 22:10:31 it removed spaces there too 22:10:38 Deewiant, and at end 22:10:43 it strips trailing/leading spaces 22:10:44 :( 22:11:43 !haskell putStr " what " 22:11:44 what 22:11:51 :( 22:12:08 oerjan, see 22:12:10 it is broken 22:12:12 -!- Foobarbazzotquxq has quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.3/20100401080539]). 22:12:13 Gregor, !!!!!!!! 22:12:31 so, who was Foobarbazzotquxq? 22:13:00 a mysterious stranger 22:13:19 oerjan, unlikely 22:13:23 .fi 22:13:26 but chatzilla at quit 22:13:38 not someone I recognise 22:13:43 doesn't match Deewiant or oklopol or fizzie 22:13:43 they were acting like a regular, though 22:13:43 oklopol: I accuse you. 22:13:46 ais523, yes 22:13:52 Bahh. 22:13:55 Phantom_Hoover, -oklopol- VERSION mIRC v6.35 Khaled Mardam-Bey 22:13:59 xchat; why? 22:14:04 could have used a non-standard irc client 22:14:07 FireFly, mistab of fizzie 22:14:10 Ah 22:14:15 FireFly, but hi anyway 22:14:22 ;) 22:14:22 I thought I was pretty obvious but I guess not 22:14:23 FireFly, was a while ago I last saw you speak 22:14:24 Hm 22:14:31 Yep, been doing other stuff 22:14:41 * oerjan swats FireFly -----### 22:14:45 :D 22:15:02 I'VE NOTED SOME RECENT WITHDRAWAL SYMPTOMS 22:15:12 Caps lock 22:15:15 * FireFly withdraws 22:15:54 lacks cop 22:16:10 oerjan, withdrawal from the swatter? 22:16:12 hm 22:16:13 perhaps 22:16:17 yes 22:16:52 The fact that I speak as we speak is a pretty solid symptom 22:17:10 FireFly, wait, was that a meme variant? 22:17:13 Hm 22:17:15 Actually not 22:17:18 But it does look like one 22:17:29 FireFly, the "put some X in your X so you can X while you X" or however it goes 22:17:32 if it walks like a meme... 22:17:38 oerjan, AUGH 22:17:44 Is #esoteric duck-typed? 22:18:27 of course, i'm letting a duck do all my typing. doesn't everyone? 22:18:40 or wait, maybe that's why my typing is so slow 22:18:55 :D 22:19:05 oerjan, if it walks like a meme it is probably an MMU, right? 22:19:07 Pretty accurate though 22:19:21 Deewiant, ffs, trained duck obviously 22:19:45 it's an immigrant from peking 22:19:57 what= 22:20:01 s/=/?/ 22:20:02 AnMaster: Well, you'd expect such to be fast as well 22:20:27 A miracle it hasn't been eaten yet, though 22:20:57 Deewiant, how could it be fast when it has to aim a twig hold in it's mouth to type 22:21:02 ... 22:21:07 that's just absurd 22:21:16 I didn't realize a twig was involved 22:21:20 Is it also trained? 22:22:10 Deewiant, the twig? Varies, untrained twigs are more common in the southern parts of Europe, elsewhere it is mostly trained twigs only 22:22:22 Mm 22:23:28 FireFly: well that's why it emigrated, obviously 22:23:45 oerjan, I suppose the twig is trained then? 22:23:53 what twig 22:23:54 Ah, I guess so 22:23:57 oerjan, see above 22:24:07 since it wasn't from southern Europe 22:24:27 Deewiant, anyway the twig is needed because otherwise it can't hit a single key at a time 22:24:27 seriously AnMaster, you shouldn't go around making such stupid ideas out of thin air 22:24:51 AnMaster: Can't it just peck? 22:24:56 oerjan, this is common knowledge, nice try at joke there, but it isn't 1 April 22:25:19 Deewiant: it's very much a peck and hunt typer 22:25:35 Yes, that's what I'd imagine from a duck 22:25:52 (Btw, it's "hunt and peck") 22:25:55 Deewiant, depends on the species, how wide the end is 22:26:10 what do you call the "näbb" in English btw? 22:26:12 of a bird 22:26:13 Well, if you have a typist duck you obviously want a thin-billed one 22:26:23 ah bill 22:26:24 right 22:26:34 Or b eak 22:26:35 beak* 22:26:43 Deewiant, yes but this was only found out relatively recently, thus the twig is still common practise 22:26:51 Bill is for the flat kind of ones, I think 22:26:56 Deewiant: no it pecks the keys so hard it has to hunt for them afterwards 22:27:07 That seems extremely suboptimal 22:27:15 you'd think 22:27:16 I'd go so far as to call that pessimal 22:27:26 Deewiant, see, that is the downside of using thin-beaked ones 22:27:39 Deewiant, you won't get that with a twig, it will slide before that point 22:27:39 Meh 22:27:45 All too complicated 22:27:46 or break 22:27:52 I think I'll just type myself for the time being 22:28:38 Deewiant, what? Rube Goldberg said it was too simple when asked. 22:28:42 surely you are jesting! 22:28:43 AnMaster: the upside is that the bill is small 22:29:04 oerjan, oh yeah it doesn't cost a lot 22:29:08 Rube Goldberg's standards are not mine 22:29:28 it's the goldberg standard 22:30:52 http://www.diycalculator.com/sp-hrrgcomp.shtml 22:30:58 The Rube Goldberg computer. 22:31:08 (I've already posted it but whatever) 22:31:10 Phantom_Hoover, old 22:31:24 oerjan made me. 22:31:33 fungot 22:31:41 fungot? 22:32:07 fungot 22:32:07 Deewiant: and is one of the other qubits should stay the same?) 22:32:10 O fungot, o fungot, where hast thou gone? 22:32:11 Phantom_Hoover: the job of a portable bignum library? i think you should understand how to determine for certain if you are 22:32:24 ^style lovecraft 22:32:24 Selected style: lovecraft (H. P. Lovecraft's writings) 22:32:31 fungot, much better. 22:32:32 fungot: how much does the job of a portable bignum library pay? 22:32:33 Phantom_Hoover: the unfinished pictures on fnord or in the tacit assumption that from this line sprang the bold companion and lieutenant of the black abyss sharply fnord tunnels whose mouths we carefully drew, according to the carvings from which we had instinctively clung throughout our desperate flight, we fnord a branch of the de grey and entered the hotel; while the passengers the same men whom i had thought. 22:32:34 oerjan: the whisperer in darkness. once, for example. he fnord me on his professional honor that joe slater was unmistakably dying. perhaps it was what poor lakes dissection had indicated fnord and to this they bent all the force of its fnord and fnord palace of the sun, but grey and dismal. 22:32:47 ^style 22:32:47 Available: agora alice c64 ct darwin discworld europarl ff7 fisher ic irc jargon lovecraft* nethack pa speeches ss wp youtube 22:32:56 How the hell is "fnord" Lovecraftian? 22:33:16 "fnord" is the replacement used when there's only one instance of the actual word in the corpus 22:33:28 Thus, "fnord" becomes very Lovecraftian. 22:33:30 For greater amusement. 22:33:41 ^style jargon 22:33:42 Selected style: jargon (UNIX-HATERS mailing list archive) 22:33:44 fungot 22:33:45 Phantom_Hoover: " in solaris, sun will address that problem, that your intentions have been organized very differently than most people think--perhaps around a single token. like what the ethernet type field isn't recognizable. oh, and 22:33:59 hoc est corpus cthulhu 22:34:11 fungot: What thinketh ye? 22:34:11 pikhq: from csh type ' exit', is a simple protocol which provides an interface to c. if is not the maximum size declared by any module that is near telegraph ave, where you put your keys. 22:34:34 Oooh, Telegraph Ave. 22:34:40 Where you put your keys. 22:35:00 the keys to success 22:35:23 ^style 22:35:24 Available: agora alice c64 ct darwin discworld europarl ff7 fisher ic irc jargon* lovecraft nethack pa speeches ss wp youtube 22:35:31 ^style speeches 22:35:31 Selected style: speeches (misc. speeches from Project Gutenberg) 22:35:33 fungot 22:35:35 Phantom_Hoover: " says i, ' i can't afford it, mr. owen, i am satisfied, with the golden staff in one hand and the school report in the other. 22:35:39 fungot 22:35:41 Phantom_Hoover: the battle of waterloo, barere proposed that the members of the house to take away the big coat from the little boy and to put perpetual desolation as a barrier between him and his hotel but hell and the hackman." 22:35:57 ^style ct 22:35:57 Selected style: ct (Chrono Trigger game script) 22:36:07 fungot, what about the sword? 22:36:07 AnMaster: see? i like marle better than " princess,' the chosen time has come! he's strong and he's gonna thrash those monsters! yea! is it? 22:36:08 fungot 22:36:08 Phantom_Hoover: and you call yourself a frog, and ayla... i will not betray my friends! are you leaving! 22:36:11 fungot, no? 22:36:12 AnMaster: cyrus! are you leaving!!! the monster who kidnapped the princess to the castle! and letting these...hoodlums in here? traitors like you deserve from heckran! ha!! gotcha! 22:36:21 fungot, seriously the sword... 22:36:21 AnMaster: from where does the hero alone have the power. " m, madam...! i am, are you?! c'mon!!! 22:36:25 fungot, ... 22:36:25 AnMaster: i, myself, will bring an end to all. ghosts lurk in the ruins! the structural damage is severe. the tale? 22:36:28 fungot: I'm not leaving. 22:36:29 Phantom_Hoover: but, we are far outnumbered!? i sense!" 22:36:35 fungot, sigh 22:36:35 AnMaster: but, we are far outnumbered! the king does not wish! we shall hold this position to the last man! big fire where lavos fall from sky! we no can call you " knight cyrus fell while protecting our kingdom from magus. i'd stay away! 22:36:41 fungot: We aren't that outnumbered. 22:36:42 Phantom_Hoover: that sword alone can't stop! that sword alone can't stop! that sword alone can't stop! that sword alone can't stop! that sword alone can't stop! that sword alone can't stop! that sword alone can't stop! that sword alone can't stop! that sword alone can't stop! that sword alone can't stop! that sword alone can't stop! that sword alone can't stop! that sword alone can't stop! that sword alone can't stop! that swor 22:36:45 YES! 22:36:49 perfect 22:37:00 ^style 22:37:00 Available: agora alice c64 ct* darwin discworld europarl ff7 fisher ic irc jargon lovecraft nethack pa speeches ss wp youtube 22:37:06 ^style darwin 22:37:06 Selected style: darwin (Books by Charles Darwin -- you know, that evilution guy) 22:37:10 fungot, hello there 22:37:13 AnMaster: if this passage, which probably is an entrance:/ water at great depths:/ pressure, though spread over a wider surface than that acted on by like causes inducing similar modifications. with respect to/ tower-like castings near nice had been ejected on an inclined surface, and not exclusively from being transported to a distance :) about half a crown apiece. it seems however doubtful, judging from those two wonderful an 22:37:31 /two/ an? 22:37:36 fungot: You sure? 22:37:38 Deewiant: ever yours, c. darwin. 17 spring gardens, london, fnord, morphology, adaptive characters, 426. land-shells, distribution :), 394. man, moreover, made a great blunder in taking families instead :) smaller groups will become utterly extinct. in failing orders, with/ exception :) a few miles from edinburgh, and saw and conversed with many :) its shorter axis: there are, according to their periods :) arrival and maturity 22:37:43 the smiles were a bug iirc 22:37:48 in the model generator 22:38:30 ^style agora 22:38:31 Selected style: agora (a large selection of Agora rules, both current and historical) 22:38:33 "17 spring gardens, london, fnord" <-- best address ever 22:38:33 fungot 22:38:34 Phantom_Hoover: players may vote on an ordinary 22:38:46 fungot, now this style is boring, don't you agree 22:38:46 AnMaster: ( a) auctioneer: the auction e is the 22:38:51 yeah exactly 22:39:01 Phantom_Hoover, it's a nomic in case you don't know 22:39:05 Agora is one of those things I might conceivably be interested in, but I can't be bothered. Eh, fungot? 22:39:06 Phantom_Hoover: b) if an oligarch at the time of casting unity 22:39:34 ^style ic 22:39:34 Selected style: ic (INTERCAL manual) 22:39:38 fungot, hi there 22:39:38 AnMaster: e099 programmer is insufficiently polite 22:39:51 fungot, PLEASE say something then 22:39:52 AnMaster: the `try again'. ( the last character output before it will issue this warning is meant to go, and from-gerund `come from' itself ( if a `come from'. 22:40:11 fungot, heh 22:40:11 AnMaster: intercal-72 c-intercal clc-intercal j-intercal yes all versions all versions 22:40:22 ais523, hey, was that all versions ^ 22:40:30 yes all versions all versions 22:40:39 Deewiant, I don't trust fungot 22:40:39 AnMaster: the multithreading and backtracking extensions to intercal programs; it cannot be `reinstated' or `next from's. the solution is to produce 32-bit results; except in some ways than some other languages. 22:40:42 AnMaster: it means, it's available in all versions of c-intercal and clc-intercal, also in intercal-72 22:40:44 obviously obviously 22:40:46 it's fungot attempting to repeat a table 22:40:46 ais523: this declaration and definition::. 22:40:58 ais523, ah 22:41:14 ^style 22:41:14 Available: agora alice c64 ct darwin discworld europarl ff7 fisher ic* irc jargon lovecraft nethack pa speeches ss wp youtube 22:41:28 ^style youtube 22:41:28 Selected style: youtube (Some YouTube comments) 22:41:36 fungot: Like youtube? 22:41:36 pikhq: dont fuck this movie 22:41:43 fungot, good idea 22:41:43 AnMaster: to any airbus plane. 3 passengers sadly died the most awesome thing ever. 22:41:51 but pikhq beat me to selecting a style hm 22:42:04 fungot, also I don't agree that is awesome 22:42:04 AnMaster: whats the difference between watching in hd 22:42:04 Oddly, fungot appears to be more grammatical off of Youtube comments. 22:42:05 pikhq: music on myspace...paulo brazil search and select the first computer controlled 22:42:16 pikhq, ? 22:42:20 ^style europarl 22:42:20 Selected style: europarl (European Parliament speeches during approx. 1996-2006) 22:42:30 fungot, hm? 22:42:30 AnMaster: mr president, ladies and gentlemen, i would like to take an extremely firm request to the governments. 22:42:41 pikhq: it's because youtube comments are stupid enough on average anyway that fungot grammar wouldn't be any worse 22:42:42 ais523: mr president, the iranian sentences, which have not been able to prepare that ground carefully. on south-eastern europe, i must say that today's debate has shown, with what moral authority, can the governments of the united states 22:42:44 fungot, oh, carry on, what is this request? 22:42:45 AnMaster: mr president, i know it is still important to recall the context in which these organic compounds are released. and the way we pay taxes!' just like myself, at the actions of ukraine in the field of biotechnology. to allow forests to grow. 22:43:12 fungot, I fail to see how tax and organic compounds are related but carry on... 22:43:13 AnMaster: mr president, we europeans most certainly have. once again, by the vice-president in the chair. 22:43:21 heh 22:44:07 you can tax organic compounds. Q.E.D. 22:44:09 "the iranian sentences, which have not been able to prepare that ground carefully." <-- wtf, some sort of alchemy? 22:44:38 ^style 22:44:38 Available: agora alice c64 ct darwin discworld europarl* ff7 fisher ic irc jargon lovecraft nethack pa speeches ss wp youtube 22:44:48 ^style ss 22:44:48 Selected style: ss (Shakespeare's writings) 22:44:52 fungot, oh? 22:44:52 AnMaster: sir godfrey. 22:44:59 fungot, I don't think I seen this before 22:45:00 AnMaster: powres the poyson in his eares. yet i perswade my selfe, richard shall liue to make the wench amends, is to goe to the feast, and to the marriage of true minds admit impediments, love is not love which alters when it alteration finds, or bends with the remover to remove. o no, no 22:45:21 I can't read that, well only random words 22:45:29 just comes out as jumble to me 22:45:35 * pikhq can read it just fine 22:45:37 maybe a native English speaker could manage it 22:45:43 It's not *coherent*, but certainly can read it. 22:45:43 ais523, what about you 22:45:55 pikhq, yes but you are not typical 22:46:04 -!- FireFly has quit (Quit: swatted to death). 22:46:09 you could use that sort of language in all seriousness! 22:46:14 it's not hard to read 22:46:16 AnMaster: Most of it is just archaic spellings. 22:46:27 liue? 22:46:28 the spelling's outdated, that's about it 22:46:31 I haven't a clue what "liue" is, though. 22:46:44 "live" probably 22:46:44 live ? 22:46:52 there wasn't a large distinction between "u" and "v" back then 22:47:04 Except that they did have a huge distinction between "u" and "v" back then. 22:47:08 ^style 22:47:08 Available: agora alice c64 ct darwin discworld europarl ff7 fisher ic irc jargon lovecraft nethack pa speeches ss* wp youtube 22:47:12 ^style ff7 22:47:12 Selected style: ff7 (Full script of the game Final Fantasy VII) 22:47:16 oh that one 22:47:17 meh 22:47:20 ^style fisher 22:47:20 Selected style: fisher (Fisher corpus of transcribed telephone conversations) 22:47:40 hm I think I reached the limit, someone else have to talk to it next 22:47:45 something fishy about that 22:47:54 oerjan, so highlight fungot 22:47:55 HAIL FUNGOT TOGNUF 22:48:04 pikhq, case sensitive 22:48:08 FUNGOT THE GREAT 22:48:13 HAIL fungot TOGNUF 22:48:13 case sensitive! 22:48:13 pikhq: who can't separate between like i i think you can do to this computer that i can't 22:48:16 ah 22:48:22 fungot, what? 22:48:22 AnMaster: right right um i i borrowed a may twenty sixth copy of business week has been our mayor of detroit got into a fight with w- laughter one of the 22:48:44 strange style 22:48:55 fungot: Awesome 22:48:56 Deewiant: so do you know he 22:49:00 fungot: Yep 22:49:00 Deewiant: yeah yeah it doesn't feel good but like when i first started going to the theater 22:49:29 fungot, eh? 22:49:29 AnMaster: if you're not happy)) 22:49:34 fungot, oh I am 22:49:34 AnMaster: un- unless he starts to en- to enjoy watching the tae bo that i had 22:49:45 fungot: Tae bo? 22:49:45 Deewiant: no she no they're not having ah they're not you got to look at why they try to get together there you know 22:50:01 Awfully schizophrenic :-P 22:51:23 haha 22:51:46 fungot: No, I don't know 22:51:46 Deewiant: um i'm pretty sure 22:51:52 fungot: I'm sure 22:51:52 Deewiant: which makes me even more of our liberties so i i 22:52:26 fungot, hm 22:52:26 AnMaster: you might as well be in the court i'm a law student so i am loving my bread machine 22:52:39 ^style 22:52:39 Available: agora alice c64 ct darwin discworld europarl ff7 fisher* ic irc jargon lovecraft nethack pa speeches ss wp youtube 22:52:42 ^style alice 22:52:45 ^style alice 22:52:45 Selected style: alice (Books by Lewis Carroll) 22:52:49 fungot, and then? 22:52:50 AnMaster: ' it's a great huge game of chess that's being fnord over the fnord of the fnord here?" he said, taking up quite a bunch of needles. 22:53:12 meh, too much to hope for the court scene there ;P 22:53:18 it would have been just too awesome 22:53:26 fungot, chess, I see 22:53:26 AnMaster: " why, suppose oo're walking, fnord" the vice-warden was saying with enthusiasm. " you see, a minute goes by so fearfully quick. you might have known, if you don't hold your tongues, i'll pick you!' 22:53:34 fungot 22:53:35 Phantom_Hoover: that i had been talking to) was balancing itself on a twig just over her head, ' you may call it " eerie," and sylvie went on again. 23:00:27 -!- Phantom_Hoover has quit (Quit: Leaving.). 23:00:33 -!- Tritonio_GR has quit (Read error: Connection reset by peer). 23:05:04 -!- Sgeo has quit (Ping timeout: 245 seconds). 23:06:17 Awesome, Windows will not boot into safe mode 23:08:51 -!- Tritonio_GR has joined. 23:10:14 -!- kar8nga has joined. 23:10:32 -!- kar8nga has quit (Remote host closed the connection). 23:10:37 -!- kar8nga has joined. 23:14:58 -!- relet has quit (Quit: Leaving.). 23:23:24 -!- tombom_ has quit (Quit: Leaving). 23:33:47 -!- SgeoN1 has quit (Ping timeout: 240 seconds). 23:39:09 By George, I've got it! 23:39:18 -!- Sgeo has joined. 23:42:11 -!- pikhq has quit (Read error: Connection reset by peer). 23:42:54 -!- kar8nga has quit (Remote host closed the connection). 23:42:55 -!- pikhq has joined. 23:50:58 -!- jabb_ has quit (Quit: off work).