00:02:08 wait there's a length limit? 00:02:19 -!- oren has changed nick to qwertyuiopasdfgh. 00:02:39 16 characters 00:02:39 hellor... uhm... 00:02:51 -!- qwertyuiopasdfgh has changed nick to oren. 00:02:51 qwertyuielloasdfgh? 00:03:06 helloren! (while you're orenning.) 00:03:29 konboilyha 00:04:02 こんばんヲレン! 00:06:39 -!- Taneb has quit (Ping timeout: 256 seconds). 00:06:58 today, my bro pushed me deeper into drug hell... 00:07:40 I mustn't visit FLGS with him. it's hard on the wallet. 00:08:03 ? 00:08:52 got a new Race for the Galaxy extension, and Survive. 00:09:05 -!- Taneb has joined. 00:09:30 -!- oren has changed nick to woren. 00:09:58 -!- Wallacoloo has left. 00:09:59 also, ピッこんばんエッチキュー 00:11:35 -!- bb010g has quit (Quit: Connection closed for inactivity). 00:11:53 -!- ais523 has quit (Ping timeout: 252 seconds). 00:13:37 -!- woren has changed nick to oren. 00:13:40 -!- oren has changed nick to woren. 00:13:53 -!- woren has changed nick to o-ren. 00:15:01 `wisdom 00:15:04 equal temperament/Equal temperament is just intonation that's evenly spaced. 00:15:58 `wisdom 00:16:01 quadrilateral/Don't you mean "tetrapleur"? 00:18:59 hmm, 四線 doesn't seem to be a word 00:19:46 四角 is "quadrangle" which doesn't quite mean the same thing 00:21:15 `wisdom 00:21:17 mnoqy/mnoqy used to be monqy before the earthquake. 00:21:44 the earthquake which ran a sort over his letters? 00:22:05 -!- o-ren has changed nick to enor. 00:33:13 how chmu afiimnnoort do ouy elos by ginorst eht eelrstt I ?denorw 00:35:30 I egssu eht eglnor eht aaeegrv dorw ,is eht emor beiiiilopssst aer .lost Btu emos deorrs aer beiilmopss fmor eht arstt os abemy ouy illst 'dnot elos a .lot 00:36:06 `welcome 00:36:07 Welcome to the international hub for esoteric programming language design and deployment! For more information, check out our wiki: . (For the other kind of esoterica, try #esoteric on EFnet or DALnet.) 00:36:21 `ceelmow 00:36:21 ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: ceelmow: not found 00:39:06 enor: 'denost kloo oot .adhr 00:39:14 wtf is beiiilopssst? 00:39:25 possibilities 00:39:31 ah 00:40:27 i am not sure bout ginorst, but other that that, i am okay with it 00:40:42 sorting 00:40:55 ah 00:40:59 yeah well 00:41:26 there is that text about "the ordering of letters doesn't matter" 00:41:31 which is bullshit 00:41:42 -!- stalker_states has changed nick to _. 00:41:51 -!- _ has changed nick to ________________. 00:41:54 sorting is actually way harder to read that letting the first and last letter in a wort in place 00:42:03 -!- ________________ has changed nick to |______________|. 00:44:38 cat >letersort <<<'int compare(char *s,char *c){return*s-*c;}int main(){char w[40];int c,i=0;while( 00:44:41 1){c=getchar();if(c<=32||c==EOF){qsort(w,i,1,compare);w[i]=0;printf("%s",w);if(c 00:44:44 ==EOF)break;putchar(c);i=0;}else{w[i++]=c;}} 00:44:51 ' 00:45:42 `` cat >letersort <<<'int compare(char *s,char *c){return*s-*c;}int main(){char w[40];int c,i=0;while(' 00:45:44 No output. 00:46:08 `` cat >>letersort <<<'1){c=getchar();if(c<=32||c==EOF){qsort(w,i,1,compare);w[i]=0;printf("%s",w);if(c' 00:46:09 No output. 00:46:28 `` cat >>letersort <<<'==EOF)break;putchar(c);i=0;}else{w[i++]=c;}}}' 00:46:30 No output. 00:47:12 `` gcc letersort 00:47:14 ​/usr/bin/ld:letersort: file format not recognized; treating as linker script \ /usr/bin/ld:letersort:1: syntax error \ collect2: error: ld returned 1 exit status 00:47:24 `wisdom 00:47:26 lie/Lies are even easier than monoids. They form groups, known as Lie groups. 00:48:00 `` gcc -x c letersort 00:48:04 letersort: In function ‘main’: \ letersort:2:29: error: ‘EOF’ undeclared (first use in this function) \ letersort:2:29: note: each undeclared identifier is reported only once for each function it appears in \ letersort:2:62: warning: incompatible implicit declaration of built-in function ‘printf’ [enabled by default] 00:50:33 `` sed -i '1i#include ' letersort 00:50:35 No output. 00:50:38 `` gcc -x c letersort 00:50:41 No output. 00:51:04 why is there a t missing? 00:51:45 because I typed it wrong the first time and didn't bother correcting it after 00:51:57 `` cat letersort 00:51:57 ​#include \ int compare(char *s,char *c){return*s-*c;}int main(){char w[40];int c,i=0;while( \ 1){c=getchar();if(c<=32||c==EOF){qsort(w,i,1,compare);w[i]=0;printf("%s",w);if(c \ ==EOF)break;putchar(c);i=0;}else{w[i++]=c;}}} 00:52:16 `` a.out <<<"lettersort" 00:52:17 bash: a.out: command not found 00:52:22 `` ./a.out <<<"lettersort" 00:52:24 eelorrsttt 00:52:41 -!- |______________| has quit (Quit: Leaving). 00:53:10 `` ./a.out <<<"myname oerjan boily elliott" 00:53:11 aemmny aejnor biloy eillott 00:54:36 `` ./a.out < bash: warning: here-document at line 0 delimited by end-of-file (wanted `letersort') 00:54:47 `` ./a.out bash: line 1: 293 Segmentation fault ./a.out < letersort 00:55:00 oh right 40 char limit 00:55:44 `` ./a.out <<<"何" 00:55:45 ​ 00:56:02 `` ./a.out <<<"は" 00:56:03 ​ 00:56:04 Looks pretty broken. :) 00:56:44 `` ./a.out <<<"pikhq" 00:56:45 hikpq 00:57:05 `` ./a.out <<<"HackEgo" 00:57:06 EHacgko 00:57:20 `` ./a.out <<<"fungot" 00:57:21 enor: don't really know, i forgot where offby1 works for unnamed function to itself via combinator so you don't have interoperable serialisation. that wouldn't be accepted by a machine, particularly a computer. 00:57:21 fgnotu 00:57:42 `` ./a.out <<<"serialisation" 00:57:43 aaeiiilnorsst 00:58:01 `` ./a.out <<<"computer" 00:58:02 cemoprtu 00:58:20 `` ./a.out <<<"wouldn't" 00:58:20 ​'dlnotuw 00:58:56 `` ./a.out <<<"qwertyuiop" 00:58:57 eiopqrtuwy 00:59:02 ./a.out <<<"hallöle" 00:59:31 `` ./a.out <<<"hallöle" 00:59:32 ​aehlll 00:59:57 `` ./a.out <<<"hallâle" 00:59:58 ​aehlll 01:00:23 `` ./a.out <<<"​¢Ãaehlll" 01:00:24 ​aehlll 01:00:36 `` ./a.out <<<"​€‚ƒ¢¢¬¹ÂÃÃââaehlll" 01:00:37 ​aehlll. 01:00:56 oh, look, I've invented one of those puzzle machines 01:01:32 `` ./a.out <<<"カ" 01:01:33 ​ 01:01:39 `` ./a.out <<<"キ" 01:01:39 ​ 01:03:01 the puzzle being: find a UTF-8 character whose bytes are already sorted 01:03:11 ASCII 01:03:39 hmm, as it turns out that's the only ones? 01:03:47 Other than that it's impossible. The leading byte of a non-ASCII UTF-8 character begins with 11, and the following bytes begin with 10 01:05:14 `` sed -i 's/*s-*c/*c-&s/' letersort 01:05:16 No output. 01:05:35 `` sed -i 's/&s/*s/' letersort 01:05:35 No output. 01:05:50 `` gcc -x c letersort 01:05:52 No output. 01:05:56 `` ./a.out <<<"キ" 01:05:57 ​ 01:06:21 `` sed -i 's/*c-*s/*s-*c/' letersort 01:06:22 No output. 01:06:24 `` gcc -x c letersort 01:06:25 No output. 01:06:26 `` ./a.out <<<"キ" 01:06:27 ​ 01:06:47 `` ./a.out <<<"�" 01:06:48 ​ 01:06:59 Hexchat is interpreting the result as something else 01:07:20 `` sed -i 's/\*s-\*c/\*c-\*s/' letersort 01:07:22 No output. 01:07:28 `` gcc -x c letersort 01:07:30 No output. 01:07:32 `` ./a.out <<<"キ" 01:07:33 ​キ 01:07:39 well... 01:07:43 `` ./a.out <<<"hello" 01:07:44 ollhe 01:07:51 `` ./a.out <<<"oren" 01:07:52 rone 01:07:56 -!- enor has changed nick to rone. 01:08:06 `` ./a.out <<<"何" 01:08:07 ​何 01:08:32 `` ./a.out <<<"こんにちは" 01:08:33 ​㯫 01:08:45 `` ./a.out <<<"こん" 01:08:46 ​㓓 01:08:49 How did that 何 work? 01:09:09 The bytes are already in reverse order for that character 01:09:17 `` ./a.out <<<"の" 01:09:18 ​㮁 01:09:55 whereas other characters will have their bytes reordered into a different, possibly invalid, character 01:10:08 `` ./a.out <<<"こ" 01:10:09 Oh so a.our reverse sorts? That makes snese 01:10:09 ​㓁 01:10:15 `` ./a.out <<<"é" 01:10:15 .out 01:10:15 ​é 01:10:31 `` ./a.out <<<"Ω" 01:10:31 ​Ω 01:11:04 * Sgeo_ watches all consoles get locked down 01:11:07 `` ./a.out <<<"ろ" 01:11:08 ​㍂ 01:11:23 `` ./a.out <<<"り" 01:11:24 ​㊂ 01:11:44 `` ./a.out <<<"ン" 01:11:44 ​㳃 01:11:57 http://en.memory-alpha.wikia.com/wiki/Omega_Directive 01:11:59 `` ./a.out <<<"わ" 01:12:00 ​㏂ 01:12:09 `` ./a.out <<<"㍂ 01:12:11 bash: -c: line 0: unexpected EOF while looking for matching `"' \ bash: -c: line 1: syntax error: unexpected end of file 01:12:19 darn. stupid EOL. 01:12:33 `` ./a.out <<<"”" 01:12:34 ​❀ 01:12:41 Well then 01:12:42 Lol 01:12:51 fellowl. 01:12:59 -!- rone has changed nick to oren. 01:13:07 Hellos 01:13:21 `` ./a.out <<<"「" 01:13:22 ​㌀ 01:13:32 Apaato? 01:13:39 abaato? 01:13:56 can't see if the dakuten is han. 01:14:03 oh right apartment 01:14:18 probably some superposition of both, like a ¾-dakuten. 01:14:31 `` ./a.out <<<"半" 01:14:31 ​半 01:14:39 `` ./a.out <<<"じゃ" 01:14:40 ​㘃 01:14:45 `` ./a.out <<<"じ" 01:14:46 ​㘁 01:14:52 `` ./a.out <<<"や" 01:14:53 ​㄂ 01:14:59 `` ./a.out <<<"ゃ" 01:15:00 ​ヂ 01:15:59 `` ./a.out <<<"あ い う 餌 お" 01:16:00 ​め ㄁ ㆁ 餌 ㊁ 01:16:32 -!- boily has quit (Quit: ISOCHRONE CHICKEN). 01:19:55 so what was happening beofre is that apparently the utf-8 on my terminal interprets isolated high bytes as Windows 1 01:20:41 forming a bizarre hybrid encoding 01:25:14 oren: actually it may be irssi's encoding fallback 01:25:34 which i think either applies to a whole line or not. 01:26:56 except i'm not sure if that final part is consistent with what i'm seeing. 01:27:56 `wisdom 01:27:58 fact/facts are lies. They are not there. Go away! 01:28:31 `` sed -i 's/f/F/' wisdom/fact 01:28:33 No output. 01:28:42 `? fact 01:28:43 Facts are lies. They are not there. Go away! 01:38:11 do facts form fact groups? 01:38:56 no more than vects do 01:52:33 ` F="$(grep -Prl '[a-z]$' wisdom | shuf -n1)"; echo -n "${F#wisdom/}//"; cat "$F" 01:52:34 internationale//You have been reported to the House Un-American Activities Committee 01:52:53 oerjan alert 01:53:05 ` F="$(grep -Prl '[a-z]$' wisdom | shuf -n1)"; echo -n "${F#wisdom/}//"; cat "$F" 01:53:06 ascii//ascii is the plural of ascius 01:53:25 /!\ 01:53:28 ` F="$(grep -Prl '[a-z]$' wisdom | shuf -n1)"; echo -n "${F#wisdom/}//"; cat "$F" 01:53:29 atriq//atriq or two 01:53:47 /⚠\ 01:55:13 ` F="$(grep -Prl '[a-z]$' wisdom | shuf -n1)"; echo -n "${F#wisdom/}//"; cat "$F" 01:55:13 whom//See: who 01:55:59 🎃 01:57:43 w 01:59:25 -!- Phantom_Hoover has quit (Read error: Connection reset by peer). 01:59:40 `? who 01:59:40 Who cares about ancient cases anyway? 01:59:49 `` hg log wisdom/who | grep summary: 01:59:50 summary: learn Who cares about ancient cases anyway? 02:00:01 Who told you this? 02:08:13 `` sed -i 's/$/./' wisdom/internationale 02:08:15 No output. 02:08:50 ` grep -Prl '[a-z]$' wisdom | wc -l 02:08:50 81 02:09:48 `? internationale 02:09:49 You have been reported to the House Un-American Activities Committee. 02:10:32 ` F="$(grep -Prl '[a-z]$' wisdom | shuf -n1)"; echo -n "${F#wisdom/}//"; cat "$F" 02:10:33 friendship//friendship wisdom 02:10:38 ` F="$(grep -Prl '[a-z]$' wisdom | shuf -n1)"; echo -n "${F#wisdom/}//"; cat "$F" 02:10:39 ​@//@ is an OS made out of only the finest vapour 02:11:04 `` sed -i 's/$/./' wisdom/'@' 02:11:06 No output. 02:11:13 `? @ 02:11:13 ​@ is an OS made out of only the finest vapour. 02:11:40 ` F="$(grep -Prl '[a-z]$' wisdom | shuf -n1)"; echo -n "${F#wisdom/}//"; cat "$F" 02:11:41 maths//maths stands for Mathematical Anti-Telharsic Harfatum Septomin 02:12:25 `l/rn maths/Maths stands for Mathematical Anti-Telharsic Harfatum Septomin. 02:12:25 ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: /hackenv/l/rn: No such file or directory 02:12:30 `le/rn maths/Maths stands for Mathematical Anti-Telharsic Harfatum Septomin. 02:12:33 Learned «maths» 02:12:42 ok, maybe this is a little too reminiscent of the wikipedia thing of the good old days 02:12:52 wat 02:13:00 finding things for you to edit 02:13:53 ` for F in $(grep -Prl '[a-z]$' wisdom); do echo -n "${F#wisdom/}//"; cat "$F"; done 02:13:54 scotland// it's that place where they all wear kilts and chase haggises around whilst warding off the loch ness monster with bagpipes \ tar//The command you're looking for is probably either tar -xavkf or tar -cavf \ ant//ants are animals too hth \ guestbot//guestbot is nobody \ burma//ask Bike \ bird//bird bird bird bird \ otp//onl 02:14:46 i'm not sure any of those need correction. 02:15:11 `? gaspatsjo 02:15:12 gaspatsjo is a norwegian soup, which died out due to a lack of hot summer days 02:15:14 ` for F in $(grep -Prl '[a-z]$' wisdom | shuf); do echo -n "${F#wisdom/}//"; cat "$F"; done 02:15:15 tar//The command you're looking for is probably either tar -xavkf or tar -cavf \ algol//ALGOL stands for A Programming Language \ java//java is a programming-language shaped collection of misfeatures \ itym//itym "i think you mean" hth \ ascii//ascii is the plural of ascius \ ngram//cat: wisdom/ngram: No such file or directory \ model//cat: model: 02:16:06 i think that's enough for now, but as a compromise i'll do some more once you start editing wikipedia hth 02:16:37 where's the compromise in that 02:17:06 the part where you get to see through my evil plan hth 02:27:32 oerjan: i was going to edit wikipedia and now it's down tdnh 02:27:59 obviously, that was also part of my evil plan. 02:28:54 can we have the rest of this evil plan in advance twh 02:29:29 i'm pretty sure there's a point on the evil overlord list discouraging that. 02:30:07 does your evil plan also involve the flies in this room? 02:30:26 i have an anti-bug screen on the window that's supposed to prevent flies coming in 02:30:34 but right now it's preventing flies going out 02:30:40 please advise 02:31:11 my strategy since i moved here has been to never open the windows hth 02:31:57 @metar ENVA 02:31:58 ENVA 050220Z 13006KT 9999 FEW004 08/07 Q1021 RMK WIND 670FT 10007KT 02:31:59 (there's a ventilation system) 02:32:01 @metar KOAK 02:32:01 KOAK 050153Z 30016KT 10SM SCT008 SCT180 18/14 A2985 RMK AO2 SLP106 T01830139 02:32:15 well what do i do about these flies twh 02:32:56 i used to trap them between a glass and a sheet of paper 02:32:57 get fireproof walls, then use axe and a lighter 02:33:14 may not work well on the faster kind. 02:33:48 (step 1: trap with glass. step 2: slide sheet between) 02:34:00 very humane when it works. 02:34:27 would prefer a flye option 02:36:05 oren: http://www.the-whiteboard.com/autotwb1196.html 02:50:23 oerjan: what's with durkon's teeth, anyway? 02:50:28 why are they skin-colored? 02:50:53 wait wat 02:51:23 Aren't they? 02:51:28 also where's my olist 02:52:06 ...i see no new comic 02:52:18 exactly 02:52:26 ah. 02:53:26 i'm not sure if they're the same color. 02:53:53 I was going to back in the archive and check if they're the same color his fangs used to be. 02:53:57 But I realized that might not work. 02:54:11 why not 02:54:20 the joke is he didn't use to have fangs 02:54:32 and i didn't realize that 02:58:57 -!- mauris has quit (Ping timeout: 248 seconds). 04:00:28 `wisdom 04:00:29 esosc/esosc is esoteric song contest (also Esoteric Standard Committee) 04:08:14 `wisdom 04:08:15 md5/MD5 is a hash algorithm mainly used by underdeveloped aliens. 04:08:27 `? sha5 04:08:28 sha5? ¯\(°​_o)/¯ 04:10:26 -!- ethiraric has joined. 04:10:44 -!- bb010g has joined. 05:12:21 -!- trout has quit (Ping timeout: 244 seconds). 05:41:51 -!- Thisbe has joined. 05:46:05 -!- Walpurgisnacht has joined. 05:46:44 Oh lord its laggy 05:54:19 So this golf site is fun 06:24:09 -!- impomatic_ has joined. 06:30:22 -!- x10A94 has joined. 06:54:41 -!- phase_ has joined. 06:55:06 [wiki] [[Number-rock]] http://esolangs.org/w/index.php?diff=43413&oldid=43304 * Zzo38 * (+321) 06:55:39 -!- password4 has joined. 06:58:53 -!- phase_ has quit (Ping timeout: 246 seconds). 07:25:35 -!- Melvar has quit (Quit: thundering). 07:56:18 -!- oerjan has quit (Quit: !iH). 07:57:11 -!- password4 has quit (Ping timeout: 255 seconds). 08:09:09 -!- Phantom_Hoover has joined. 08:19:43 -!- Patashu has quit (Ping timeout: 252 seconds). 08:49:04 [wiki] [[Generic 2D Brainfuck]] http://esolangs.org/w/index.php?diff=43414&oldid=43412 * 95.175.104.25 * (+3) 08:51:34 -!- bb010g has quit (Quit: Connection closed for inactivity). 08:54:32 -!- password2 has joined. 09:02:53 -!- Walpurgisnacht has quit (Excess Flood). 09:03:15 -!- Walpurgisnacht has joined. 09:03:32 -!- Walpurgisnacht has quit (Excess Flood). 09:03:54 -!- Walpurgisnacht has joined. 09:04:10 Mm 09:15:28 -!- Walpurgisnacht has quit (Excess Flood). 09:15:50 -!- Walpurgisnacht has joined. 09:16:29 -!- Walpurgisnacht has quit (Remote host closed the connection). 10:08:17 -!- Melvar has joined. 10:11:25 -!- idris-bot has joined. 10:18:20 that generic 2d bf is rather boring 10:24:45 -!- Patashu has joined. 10:29:33 -!- Phantom_Hoover has quit (Ping timeout: 256 seconds). 10:55:25 -!- Slereah has joined. 10:55:27 Hey hey 10:55:29 Been a while 10:55:57 Hey hey it's the Slereah 10:56:02 People say they Slereah around 10:57:12 I'm the Slereahest of Slereahs 11:15:01 -!- impomatic_ has quit (Quit: http://corewar.co.uk). 11:27:45 -!- boily has joined. 11:37:36 Applications of deep learning: high-resolution pictures of Miku https://github.com/nagadomi/waifu2x 11:40:09 -!- h0rsep0wer has joined. 12:19:45 -!- mauris has joined. 12:28:12 -!- boily has quit (Quit: FERROUS CHICKEN). 12:33:34 -!- h0rsep0wer has quit (Remote host closed the connection). 12:40:59 -!- SopaXT has joined. 12:51:29 -!- Patashu has quit (Ping timeout: 255 seconds). 13:13:10 -!- password2 has quit (Ping timeout: 256 seconds). 13:15:17 -!- SopaXT has quit (Remote host closed the connection). 13:16:09 -!- idris-bot has quit (Ping timeout: 252 seconds). 13:16:44 -!- password2 has joined. 13:17:59 -!- Melvar has quit (Ping timeout: 276 seconds). 13:20:15 -!- Melvar has joined. 13:23:46 -!- Melvar has quit (Client Quit). 13:24:03 -!- Melvar has joined. 13:27:07 -!- Lorenzo64 has joined. 13:39:38 -!- nys has joined. 13:44:35 -!- Melvar has quit (Ping timeout: 255 seconds). 13:44:39 -!- Melvar` has joined. 13:46:50 -!- password2 has quit (Ping timeout: 255 seconds). 14:15:27 -!- atrapado has joined. 14:17:50 -!- ais523 has joined. 14:19:18 @messages? 14:19:19 Sorry, no messages today. 14:23:56 -!- Melvar` has changed nick to Melvar. 15:06:02 -!- lleu has joined. 15:06:02 -!- lleu has quit (Changing host). 15:06:03 -!- lleu has joined. 15:16:49 -!- Thisbe has quit (Ping timeout: 255 seconds). 15:28:53 -!- h0rsep0wer has joined. 15:35:16 -!- ais523 has quit (Ping timeout: 255 seconds). 15:50:42 -!- h0rsep0wer has quit (Remote host closed the connection). 15:57:23 -!- variable has joined. 16:01:36 -!- Lorenzo64 has quit (Remote host closed the connection). 16:14:56 -!- ais523 has joined. 16:17:19 -!- Melvar has quit (Ping timeout: 256 seconds). 16:25:50 -!- h0rsep0wer has joined. 16:30:40 -!- Melvar has joined. 16:38:48 -!- Thisbe has joined. 16:49:11 -!- lleu has quit (Read error: Connection reset by peer). 16:51:19 -!- lleu has joined. 17:12:18 -!- lleu has quit (Quit: That's what she said). 17:18:36 What kind of a name is Skręta? 17:19:30 And how come his daughter is just Skreta without an ogonek 17:20:30 -!- lleu has joined. 17:22:21 -!- GeekDude has joined. 17:22:57 -!- h0rsep0wer has quit (Quit: Leaving). 17:25:35 -!- hppavilion1 has joined. 17:25:39 Hello 17:25:48 hi hppavilion1 17:25:50 Éogon, son of Écaron and lord of the house of Eopf. 17:28:28 今晩は、へっパビリオン 17:29:17 I started making a language designed specifically for programming Text-Based Games 17:29:24 Cool! 17:29:37 (Apparently in Rohan, it is the other way round; diacritics appear in descendants' names.) 17:30:05 hppavilion1: i have a question about bfml 17:30:07 It's based on PRINTASKSWITCHINPUTCASEXGOTOACASEYGOTOBELSEGOTOC 17:30:09 Go on 17:30:39 I can answer 17:30:55 hppavilion1: is it considered possible to have more than one attribute for one char? 17:31:00 Yes 17:31:03 like, can it be bold, underlined and blue 17:31:10 Of course 17:31:21 That's why each value is assigned to a different bit range 17:31:32 It makes it more difficult to program 17:31:39 But it makes more sense that way 17:31:45 Hmm i appears that the only languages it could possibly be are polish and lithuanian 17:32:20 ah 17:32:25 It also makes it kind of difficult to set up :P 17:32:34 i had it remembered as values rather than as bits 17:32:36 okay 17:32:41 Ah 17:33:35 What makes it annoying is that to embolden, you need to do, like, 34,359,738,368 plus signs 17:33:47 I'm going to fix that in the specification actually 17:34:13 huh? 17:34:16 With ansi escapes, you could theoretically have bg color, fg color, bold, italic, blinking, underlined, struck through text 17:34:32 i thought you just have to 34, 34, 34? 17:36:05 > 17:36:10 *? 17:36:39 I'm fixing the spec so that if you follow an instruction with an integer, the instruction is executed _n_ times 17:37:01 why do you need that? 17:37:06 [wiki] [[Brainfuck Markup Language]] http://esolangs.org/w/index.php?diff=43415&oldid=43395 * Hppavilion1 * (+303) Shortcuts 17:37:11 Well 17:37:15 To make text bold 17:37:21 isn't every cell responsible for exaxtly one character? 17:37:22 You need 34,359,738,368 +s 17:37:24 Yes 17:37:42 so, if every cell is the value for bold, the whole text is bold 17:37:45 (2**36-2**35) 17:37:48 Yes 17:37:52 Precisely 17:38:01 ah 17:38:10 okay, now i see 17:38:22 Yep 17:38:54 So now +34359738368 is a shortcut to embolden text 17:39:15 the suffix? 17:39:20 Yes 17:39:32 '+34359738368' 17:39:32 why not prefix? 17:39:50 Because arbitrary decisions 17:39:59 okay 17:40:03 Whether we use prefix or suffix doesn't matter 17:40:12 And I figure suffix makes more sense to me 17:40:49 as a vim user i have to disagree :p 17:41:00 [wiki] [[Brainfuck Markup Language]] M http://esolangs.org/w/index.php?diff=43416&oldid=43415 * Hppavilion1 * (+11) Wrapping 36-bit brainfuck 17:41:16 As a Notepad++ user I don't care :P 17:41:31 Ther 17:41:32 e 17:41:45 Now I specified that BFML is wrapping because more arbitration 17:42:06 wrapping makes bolding actually useable 17:42:11 yes 17:42:15 But so does prefixing 17:42:22 *suffixinig 17:42:25 *suffixing 17:42:28 hah! 17:42:34 >:( 17:43:45 I love how I made a TC markup language 17:47:18 suffixing is better onl if you speak a SVO language where imperatives are 'VO'. 17:47:43 Huh 17:47:50 You know what'd be cool? 17:48:28 Speech2Text+Natural Language Recognition+Command/Control-style game 18:00:39 What kind of games are those? 18:06:50 I think he may be thinking of Command and Conquer 18:07:34 "tower to d4" "roger that" 18:13:02 Yeah, command and COntrol is just a tower defense game. 18:14:19 I want a speech to text adventure game. 18:15:30 THen you can pretend you're guiding someone through an adventure via radio. 18:16:02 Hmm, maybe I should make a text adventure game styled to look like you're guiding someone via phone texts. 18:16:30 adventure games suitable for google glasses 18:16:48 okay google, move the infantery two blocks to the right 18:17:30 -!- TieSoul has quit (Read error: Connection reset by peer). 18:18:37 -!- apdapreturns has quit (Ping timeout: 255 seconds). 18:21:57 extra technical challenge: do it on famicom using the microphone 18:31:30 By command/control I meant a game where you control a group of people indirectly 18:31:49 Bonus: A game where you are controling a small platoon of starships by voice 18:32:07 While also controlling the lead ship by WASD etc. 18:44:49 -!- hppavilion1 has quit (Ping timeout: 246 seconds). 18:51:08 is there a standard extension for non-C code which must be passed through the C preprocessor? 18:51:36 oren: there's .S for assembler+cpp 18:51:41 not sure about other cases 18:51:58 that's the case i'm looking for 18:52:02 cool 18:52:09 I *like* ".cpp", but that's one of the several extensions C++ has taken. 18:52:15 note that the S being capital matters 18:52:29 (on a case-sensitive filesystem, at least) 18:52:44 Along with cxx, c++, cc, .C... 18:53:01 I guess you could do pl.#def 18:53:11 for preprocessed perl 18:53:26 [wiki] [[Refract]] N http://esolangs.org/w/index.php?oldid=43417 * Phase * (+6645) Create Refract page with info from the wiki 18:53:26 -!- h0rsep0wer has joined. 18:54:06 in this case, I was looking for preprocessed assembler, although I might use preprecessed hexadecimal dump for another thing 18:54:44 [wiki] [[Refract]] http://esolangs.org/w/index.php?diff=43418&oldid=43417 * Phase * (+118) /* Multiple Stacks */ Change Markdown to MediaWiki syntax 18:57:13 hmm yeah for the parts I'm writing in preprocessed hex, I'll use .hex# 18:57:27 [wiki] [[Refract]] M http://esolangs.org/w/index.php?diff=43419&oldid=43418 * Phase * (-130) Some examples 19:00:09 The confusion with c++ headers is even worse: .h .hpp .hxx .hh .H .h++ 19:00:24 [wiki] [[Refract]] M http://esolangs.org/w/index.php?diff=43420&oldid=43419 * Phase * (+98) Another examples 19:00:45 using plain .h and .cpp for C++ code is what my workplace does 19:03:59 [wiki] [[Refract]] http://esolangs.org/w/index.php?diff=43421&oldid=43420 * Phase * (+3424) Add operator table 19:05:29 [wiki] [[Refract]] M http://esolangs.org/w/index.php?diff=43422&oldid=43421 * Phase * (+1) /* External Resources */ Fix link typo 19:06:20 [wiki] [[Refract]] M http://esolangs.org/w/index.php?diff=43423&oldid=43422 * Phase * (+47) Link to me 19:07:06 [wiki] [[User:Phase]] M http://esolangs.org/w/index.php?diff=43424&oldid=43397 * Phase * (+14) Link to Refract & Typo fix 19:13:59 -!- x10A94 has quit (Ping timeout: 244 seconds). 19:15:03 -!- atrapado has quit (Quit: Leaving). 19:15:58 [wiki] [[Language list]] M http://esolangs.org/w/index.php?diff=43425&oldid=43370 * Phase * (+14) /* R */ Add Refract language 19:23:19 [wiki] [[Refract]] http://esolangs.org/w/index.php?diff=43426&oldid=43423 * Phase * (+281) Cool table 19:25:04 -!- x10A94 has joined. 19:27:19 http://textsfromevillious.tumblr.com/post/94661173137/618-you-were-so-drunk-last-night-1-618-no (Muzzle of Nemesis/Seven Deadly Sins/Evillious Chronicles spoilers) 19:28:03 -!- x1365C has joined. 19:28:16 :D love the pics 19:31:14 -!- x10A94 has quit (Ping timeout: 250 seconds). 19:34:51 Sgeo_: ♥ that tumblr 19:35:09 I think some of them are pulled from textsfromlastnight but not all of them 19:36:12 Incidentally, are Hansel and Gretal good, bad, mix? 19:36:26 THey've been called the "cursed twins" at least once 19:38:54 I haven't read any of the ...mangas? Just watched the songs 19:39:04 I'm sure there are songs I've missed though 19:39:11 Only saw Drug of Gold a few days ago 19:49:49 I'm not sure myself either 19:53:35 oh, interesting, another perspective to conchita? hadn't seen that one myself 19:55:31 I honestly don't really like her story that much myself. Until she starts eating people, how is eating a lot incl. disgusting things worthy of the name "Evil Food Eater"? 19:55:51 yea 19:56:22 Unless it's 'eater of evil food'? I don't know 19:57:22 Drug of Gold is musically catchy though 20:01:27 -!- x1365C has changed nick to x10A94. 20:18:53 -!- x10A94 has quit (Read error: Connection reset by peer). 20:23:35 -!- Phantom_Hoover has joined. 20:26:49 someone remind me how i authenticate pirate windows 20:30:54 -!- variable has changed nick to constant. 20:55:07 -!- lemurian has joined. 20:55:43 -!- atrapado has joined. 21:04:55 -!- Patashu has joined. 21:19:30 -!- ais523 has quit (Ping timeout: 256 seconds). 21:23:12 -!- ais523 has joined. 21:32:10 -!- callforjudgement has joined. 21:35:02 -!- ais523 has quit (Ping timeout: 244 seconds). 21:35:08 -!- callforjudgement has changed nick to ais523. 21:36:33 -!- Phantom_Hoover has quit (Read error: Connection reset by peer). 21:36:33 -!- ais523 has quit (Read error: Connection reset by peer). 21:36:44 -!- ais523 has joined. 21:40:38 -!- Phantom_Hoover has joined. 21:41:36 -!- Patashu has quit (Ping timeout: 252 seconds). 21:50:08 -!- mauris has quit (Ping timeout: 248 seconds). 22:05:25 -!- oerjan has joined. 22:07:06 -!- constant has changed nick to function. 22:08:05 -!- copumpkin has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…). 22:19:33 [wiki] [[Refract]] N http://esolangs.org/w/index.php?oldid=43417 * Phase * (+6645) Create Refract page with info from the wiki <-- i was worried there for a moment 22:19:49 but apparently it's eir own wiki 22:20:37 oren: SEE WHAT HAPPENS WHEN YOU CALL WIKIPEDIA "WIKI" ALL THE TIME 22:21:01 * oerjan isn't quite sure oren was the culprit, but whatever 22:21:32 `? wiki 22:21:46 The wiki is at http://esolangs.org/wiki 22:22:02 -!- perrier_ has quit (Remote host closed the connection). 22:22:39 `? wikipedia 22:22:40 wikipedia? ¯\(°​_o)/¯ 22:26:09 `learn Wikipedia is a bit like TVTropes but in more languages 22:26:12 Learned 'wikipedia': Wikipedia is a bit like TVTropes but in more languages 22:26:33 `` sed -i 's/$/./' wisdom/wikipedia 22:26:35 No output. 22:26:46 *cough* 22:27:05 -!- perrier has joined. 22:27:34 Sorry 22:27:44 I very rarely write in that style so I get confused 22:28:37 `le/rn tvtropes/We'll write about TVTropes here, we'll just have to finish these tabs first. 22:28:38 Learned «tvtropes» 22:28:45 actually 22:28:57 `` mv wisdom/tvtrope{s,} 22:28:59 No output. 22:29:44 `le/rn tvtrope/We'll write about TVTropes here, we just have to finish these tabs first. 22:29:46 Learned «tvtrope» 22:29:50 `? tvtropes 22:29:51 We'll write about TVTropes here, we just have to finish these tabs first. 22:32:23 oh wait hm 22:32:38 `culprits wisdom/tvtrope 22:32:39 oerjan oerjan 22:32:42 `culprits wisdom/tvtropes 22:32:43 oerjan oerjan 22:32:46 good, good 22:32:55 `? wikipedias 22:32:56 Wikipedia is a bit like TVTropes but in more languages. 22:33:00 Heh 22:33:06 `? tanebs 22:33:07 Taneb is not elliott, no matter who you ask. He also isn't a rabbi although he has pretended in the past. He has at least two backup keyboards with dodgy SHIFT KEys, and cube root of five genders. (See also: tanebventions) 22:34:16 -!- boily has joined. 22:35:23 bhiloy 22:37:53 -!- Vent has joined. 22:40:58 -!- Thisbe has quit (Ping timeout: 255 seconds). 22:42:02 bonarjoeur! 22:42:49 -!- ais523 has quit (Ping timeout: 252 seconds). 22:43:42 bonsoilyr 22:44:27 b_jonasoir! 22:45:51 boilynacera 22:46:36 -!- h0rsep0wer has changed nick to Inri_Cristo. 22:46:48 bunaseataneb! 22:46:59 How are you doing, boily 22:47:05 Also oerjan and b_jonas because why not 22:47:27 -!- ais523 has joined. 22:47:33 my feet hurt, but I spent plenty of time outside playing mahjong with my bro and other people :D 22:48:27 :D 22:48:44 -!- Inri_Cristo has changed nick to h0rsep0wer. 22:49:29 what did you today do? 22:49:42 Very little 22:52:29 -!- h0rsep0wer has changed nick to test934256. 22:52:36 boily: I was asleep most of the day because I'd had 4 hours sleep in the preceding two 22:52:48 -!- test934256 has changed nick to Inri_Cristo. 22:52:50 (which in turn was because of Parkinson's Law) 22:52:58 ...? 22:53:09 Parkinson's Law = "work expands to fill the time available" 22:53:16 ah. heh ^^ 22:54:06 (actually I finished over 12 hours early, then spent many of them doing one more proofread) 22:54:31 since i have no work, my followed websites expand instead. 22:54:53 boardgaming filled my weekend. 22:55:05 (and some Towerfall too.) 22:58:36 except when puzzle solving expands instead... 22:59:02 i clearly do structured procrastination, the trouble is none of the levels do anything actually useful. 23:01:28 I played D&D yesterday 23:02:09 It looks like the 5th ed game I'm in is going to end up with 8 or more players, which could be a problem 23:02:18 And I'm the only one not going to be living in Leeds 23:03:45 -!- diplomaticus has joined. 23:06:35 a group of 8 players, I'd try to break into two groups of 4 and 3 respectively 23:07:36 ais523, which is 7 players? 23:07:46 (that 8 wasn't including the DM) 23:07:53 need an extra dm or something? 23:08:11 Taneb: you need an extra DM for the other group 23:08:20 because one DM can't run two at once 23:10:26 I think the plan is to make it like a bunch of heroes operating in flexible teams 23:10:43 So people can drop in and out 23:13:01 Not sure how well that'll work 23:13:59 depends on how self-contained the sessions are 23:14:08 give all the characters multiple personality disorders 23:14:12 *disorder 23:14:16 I find that in D&D in practice, there's a lot of "I know we're in the middle of a fight but it's 9pm and we really need to go home" 23:14:26 so players can swap around as needs be 23:15:28 ais523, yeah, that is a problem 23:16:06 (especially with me getting the train there and back from a different city) 23:16:46 the local trains from Birmingham University run up to 11pm or so 23:16:50 and the buses up to midnight 23:17:05 we used to go to the pub after the games (I don't drink alcohol, but I ordered food or fruit juice sometimes) 23:17:14 and then I'd often end up catching the last bus home 23:17:47 -!- GeekDude has quit (Remote host closed the connection). 23:21:46 Yeah, I think I can appreciate 23:21:56 -!- lleu has quit (Read error: Connection reset by peer). 23:22:04 First time we played with this group, I ended up staying over 23:22:14 -!- lleu has joined. 23:23:00 Of course, the party's mage has moved to Ireland 23:23:04 So he's had to drop out 23:23:15 doesn't know how to teleport yet? 23:23:32 totally worth building a teleportation circle for the improved success rate 23:23:57 He's more of an elements chap than a time and space chap 23:25:40 -!- atrapado has quit (Quit: Leaving). 23:25:44 I have to say, I am very much enjoying playing a Paladin 23:26:07 what sort of paladin? 23:26:21 A vengeance paladin 23:29:06 -!- Phantom__Hoover has joined. 23:34:44 I do need to get better at, like, actually roleplaying 23:39:22 -!- Phantom_Hoover has quit (Read error: Connection reset by peer). 23:44:19 -!- Inri_Cristo has changed nick to h0rsep0wer. 23:47:41 http://www.nbcnews.com/news/us-news/internet-now-officially-too-big-ip-addresses-run-out-n386081 23:48:24 Sgeo_: specifically, ARIN's out of large blocks 23:48:33 but it still has several smaller ones left, that'll last a few months at least 23:48:39 Ah 23:48:45 (and ARIN is the company in charge of allocating IPs in north? america) 23:51:59 I'm heading to bed now, goodnight