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