< 1452211266 85555 :hppavilion[1]!~Devourero@206.174.0.58 PRIVMSG #esoteric :ISIS even has "Criticism and controversy" < 1452211278 30160 :hppavilion[1]!~Devourero@206.174.0.58 PRIVMSG #esoteric :I don't think it counts as "Controversy" when you're a rogue nation < 1452211290 539191 :hppavilion[1]!~Devourero@206.174.0.58 PRIVMSG #esoteric :I think it counts as "Universal drive to destroy" < 1452211301 364838 :hppavilion[1]!~Devourero@206.174.0.58 PRIVMSG #esoteric :I don't know of many people who aren't anti-ISIS. < 1452211307 705472 :hppavilion[1]!~Devourero@206.174.0.58 PRIVMSG #esoteric :ISIS/ISIL < 1452211354 372841 :hppavilion[1]!~Devourero@206.174.0.58 PRIVMSG #esoteric :("because they're unambiguously evil") < 1452211441 762348 :hppavilion[1]!~Devourero@206.174.0.58 PRIVMSG #esoteric :I would like to found DGAFSIWWW. Don't-Give-A-Fuck State on the Internet and World Wide Web. < 1452211609 892052 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :shachaf: I watched a couple of hours of streams, one of which had reminders to stop watching before playing it every half an hour. < 1452211632 25673 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :fizzie: Did you take its advice after a couple of hours? < 1452211642 472082 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :No, I watched everything. < 1452211948 562154 :hppavilion[1]!~Devourero@206.174.0.58 PRIVMSG #esoteric :boily: So I'm making a programming language that has the goal of being a glorified Regex < 1452211963 273209 :hppavilion[1]!~Devourero@206.174.0.58 PRIVMSG #esoteric :Along with parts based on s/// syntax < 1452212038 936391 :hppavilion[1]!~Devourero@206.174.0.58 PRIVMSG #esoteric :I've decided on part of the syntax: for example, to replace "dog" with user input in a file, one would add the filename to the opened_files program variable, then would use this line: < 1452212104 552385 :hppavilion[1]!~Devourero@206.174.0.58 PRIVMSG #esoteric :rf// -> s/dog/(input/)/ -> wf// < 1452212110 389735 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :fizzie: did you see http://i.imgur.com/hLM7hIX.png < 1452212138 385581 :hppavilion[1]!~Devourero@206.174.0.58 PRIVMSG #esoteric :Which is equivalent to wf//(s/dog/(input/)/(rf//))/ < 1452212144 989279 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :hppavilion[1]: it sounds strangely similar to ///. < 1452212159 658312 :hppavilion[1]!~Devourero@206.174.0.58 PRIVMSG #esoteric :boily: That's not the whole language; it's just the part called alpha expressions < 1452212187 25765 :hppavilion[1]!~Devourero@206.174.0.58 PRIVMSG #esoteric :Also, s/// isn't the only alpha expression you can use < 1452212191 954428 :hppavilion[1]!~Devourero@206.174.0.58 PRIVMSG #esoteric :As you just saw < 1452212198 99071 :hppavilion[1]!~Devourero@206.174.0.58 PRIVMSG #esoteric :And it uses currying in alpha expressions :) < 1452212254 540643 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :shachaf: Yes. < 1452212417 637409 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :shachaf: In other words, I did watch through a genocide run. < 1452212469 437024 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :fizzievil < 1452212503 759709 :XorSwap!~XorSwap@wnpgmb016qw-ds01-214-177.dynamic.mtsallstream.net JOIN :#esoteric < 1452212592 810266 :hppavilion[1]!~Devourero@206.174.0.58 QUIT :Ping timeout: 272 seconds < 1452212958 812967 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`unidecode � < 1452212960 275953 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​[U+FFFD REPLACEMENT CHARACTER] < 1452212978 657636 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`cc #include \n int main(void) { setlocale(LC_ALL, "fi_FI"); printf("%'.2f", 12340000.56); } < 1452212984 461524 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :12340000,56 < 1452213001 903877 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`unidecode   < 1452213002 940548 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​[U+00A0 NO-BREAK SPACE] < 1452213282 122389 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :TIL Finnish number formatting is strangely similar to French. < 1452213307 620794 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`cc #include \n int main(void) { setlocale(LC_ALL, "no_NO"); printf("%'.2f", 12340000.56); } < 1452213308 938716 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :12340000.56 < 1452213310 303963 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :maybe Finnish is French. < 1452213318 788156 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :...since when do we use periods < 1452213328 191326 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :that's not what i learned in school :( < 1452213339 235592 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :maybe it isn't no_no? < 1452213342 821993 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :oh hm < 1452213343 8700 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :LC_ALL=no_NO_NO! < 1452213355 619385 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`cc #include \n int main(void) { setlocale(LC_ALL, "no_BM"); printf("%'.2f", 12340000.56); } < 1452213356 881715 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :12340000.56 < 1452213357 548590 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :they wanted to set me the locale but I said no_no_no ♪ < 1452213368 914073 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :gah what is it again < 1452213402 133123 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :ny_NO? < 1452213409 595376 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :boily: https://www.youtube.com/watch?v=90VCKVDXQwY < 1452213421 39030 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :oerjan: nn_NO or nb_NO. < 1452213431 149733 :hppavilion[2]!~Devourero@58-0-174-206.gci.net JOIN :#esoteric < 1452213434 256699 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :For Nynorsk and Bokmål, respectively. < 1452213444 401134 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :shachaf: BWAH AH AH :D < 1452213445 832206 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`cc #include \n int main(void) { setlocale(LC_ALL, "nb_NO"); printf("%'.2f", 12340000.56); } < 1452213446 7177 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :`cc #include \n int main(void) { setlocale(LC_ALL, "nn_NO"); printf("%'I.2f", 12340000.56); } < 1452213447 235826 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :12340000,56 < 1452213447 520273 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :12340000,56 < 1452213454 480443 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :ok that's better < 1452213475 548938 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :oerjan: by the way, which side are you on usually twh < 1452213523 196879 :hppavilion[2]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :boily: It's also different from s/// in that alpha expressions are nestable < 1452213531 934279 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :i thought bokmål was how it's written and nynorsk was the spoken form? < 1452213546 921551 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :boily: the left side hth < 1452213567 706012 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :\oren\: no, they're both written forms. < 1452213635 675399 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :theoretically, neither has an official spoken version, but there at least used to be standard pronunciation in the national broadcaster < 1452213646 341327 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :(NRK) < 1452213666 191941 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :so you write and speak venstrenorsk. makes sense. < 1452213697 371368 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :which is more or less western oslo for the bokmål and sogn og fjordane dialect for the nynorsk < 1452213722 837015 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :(western oslo being the posh part) < 1452213772 577005 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :boily: bokmål, usually, like 90% (?) of norwegians. < 1452214013 653861 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :oerjanstrenorsk < 1452214531 72753 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric : At least there's no difference there. <-- actually there were, the spaces are different utf8 chars < 1452214566 695336 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :for some reason my browser displays one of them as a box < 1452214778 714778 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Well, that's just silly. < 1452215042 464843 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Seems that fi_FI and sv_FI opt for the non-breaking space, while sv_SE uses just plain space. < 1452215067 930677 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I wouldn't be surprised if that wasn't due to any sort of official standards, just whatever whoever random guy made the locales happened to go with. < 1452215138 742175 :hppavilion[2]!~Devourero@58-0-174-206.gci.net QUIT :Ping timeout: 272 seconds < 1452215229 127098 :hppavilion[1]!~Devourero@58-0-174-206.gci.net JOIN :#esoteric < 1452216213 132908 :boily!~alexandre@96.127.201.149 QUIT :Quit: FALLACIOUS CHICKEN < 1452216370 860661 :bender|!benderpc@2404:e800:e61a:41d:88a5:ad2:6a78:9cd9 QUIT :Ping timeout: 260 seconds < 1452217117 805772 :bb010g!uid21050@gateway/web/irccloud.com/x-wryetziruchnedtb QUIT :Quit: Connection closed for inactivity < 1452218254 729984 :hppavilion[1]!~Devourero@58-0-174-206.gci.net QUIT :Ping timeout: 272 seconds < 1452218926 65826 :bb010g!uid21050@gateway/web/irccloud.com/x-pbmtahzolmenfwfu JOIN :#esoteric < 1452220345 230837 :Tod-Autojoined!~Tod@67-2-45-172.slkc.qwest.net NICK :TodPunk < 1452221056 38569 :andrew!~andrew@61.141.94.171 JOIN :#esoteric < 1452221854 292364 :MDude!~fyrc@pa-67-235-0-195.dhcp.embarqhsd.net NICK :MDream < 1452222294 673959 :tswett!~tswett@192.241.237.138 PRIVMSG #esoteric :`? program < 1452222297 694061 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :A program is an image created by means of prography. < 1452222325 270584 :Phantom__Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Read error: Connection reset by peer < 1452222330 751850 :tswett!~tswett@192.241.237.138 PRIVMSG #esoteric :`ls < 1452222333 277773 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​:-( \ 03(* \ bdsmreclist \ bin \ butwhatifichangesomething \ canary \ cat \ close \ *) \ Complaints.mp3 \ :-D \ dict-words \ dog \ emoticons \ etc \ evil \ factor \ good \ ibin \ interps \ le \ lib \ loudly é \ paste \ quines \ quotes \ share \ src \ wisdom \ wisdom.pdf < 1452222351 351556 :tswett!~tswett@192.241.237.138 PRIVMSG #esoteric :`cat loudly é < 1452222357 89547 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​04,0909,04 < 1452222365 681986 :tswett!~tswett@192.241.237.138 PRIVMSG #esoteric :`loudly é < 1452222367 107250 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​04,09é < 1452222384 52607 :tswett!~tswett@192.241.237.138 PRIVMSG #esoteric :I wonder if the neural net is capable of learning `loudly stuff. < 1452222662 773145 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :Hmm... it only requires O(1) space < 1452222681 445581 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :er, wait < 1452222687 664349 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :O(n) space < 1452222734 588313 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :ok so I think it can probably learn that sometimes Hackego writes in loudly format < 1452222745 356388 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`rm loudly é < 1452222749 263719 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1452222768 797601 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` cat bu* < 1452222769 797936 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1452222780 221724 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` rm bu* < 1452222783 461806 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1452222795 560554 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`culprits butwhatifichangesomething < 1452222796 824057 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :`` cat butwhatifichangesomething < 1452222798 412277 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :cat: butwhatifichangesomething: No such file or directory < 1452222799 407736 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :oerjan zgrep < 1452222851 251169 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`ls dict-words < 1452222852 725416 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :dict-words < 1452222858 455069 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`file dict-words < 1452222859 741953 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :dict-words: assembler source, UTF-8 Unicode text < 1452222872 984192 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` grep dict- bin/* < 1452222876 847940 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1452222887 297352 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :`butwhatifichangesomething < 1452222887 471980 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`ls share < 1452222888 375309 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: butwhatifichangesomething: not found < 1452222888 554068 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :8ballreplies \ autowelcome_status \ awesome \ cat \ construct_grams.pl \ delvs-master \ esolangs.txt \ esolangs.txt.sorted \ hello \ hello2.c \ hello.c \ lua \ maze \ maze.c \ radio.php?out=inline&shuffle=1&limit=1&filter=*MitamineLab* \ units.dat \ WordData < 1452222903 876118 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` mv dict-* share < 1452222906 342773 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1452222914 26538 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :\oren\: protip, i just deleted it < 1452222922 957245 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :oh < 1452222938 68521 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :wait what? oh < 1452222955 659043 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :OOOOOOOOOH < 1452222969 289805 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric : `culprits works even if it has been deleted < 1452222974 511010 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :hm... < 1452222984 640134 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`culprits nosuchthingever < 1452222986 571958 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1452223019 740555 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :ok, so it works even if it has never existed too < 1452223065 352218 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :hmm. maybe the descnders on wide latin look weird yagajaqap < 1452223071 391882 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`ls src < 1452223072 283586 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :brainfuck.fu \ egobot.tar.xz \ emmental.hs \ factor-linux-x86-64-0.95.tar.gz \ fizziecoin.jpg \ fueue.c \ ploki \ ploki-0.6.5.1.tar.bz2 \ u8tbl.c \ ul.emm < 1452223114 578404 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`file share/hello < 1452223115 654879 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :share/hello: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, BuildID[sha1]=0xa19cb2ef532bda400dc788c2a489ae39a14ceaec, stripped < 1452223117 244039 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :yah I should shorten the ascneder and fix that < 1452223127 915216 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :`? yagajaqap < 1452223128 838634 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :yagajaqap? ¯\(°​_o)/¯ < 1452223149 501409 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :it has descendered letters next to a’s < 1452223424 362393 :tswett!~tswett@192.241.237.138 PRIVMSG #esoteric :\oren\: I think it'll be able to learn that `loudly is what prompts the loudly format. < 1452223449 772227 :tswett!~tswett@192.241.237.138 PRIVMSG #esoteric :Interestingly, the net seemed to learn that bots respond to bot-commands *before* it learned which things go with which bot. < 1452223465 446367 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :aha < 1452223468 982654 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :awesome < 1452223473 361194 :tswett!~tswett@192.241.237.138 PRIVMSG #esoteric :So if anyone did a `learn or a @tell or anything, you'd randomly get a response from HackEgo or lambdabot. < 1452223489 457709 :tswett!~tswett@192.241.237.138 PRIVMSG #esoteric :Even now, every so often someone will do a `le/rn which causes lambdabot to say "Consider it noted." < 1452223623 889684 :tswett!~tswett@192.241.237.138 PRIVMSG #esoteric :There are some things which the net pretty much never gets right, and never will. < 1452223639 825001 :tswett!~tswett@192.241.237.138 PRIVMSG #esoteric :When someone does a `?, HackEgo will respond with a wisdom entry, but it will never be the correct one. < 1452223663 300929 :tswett!~tswett@192.241.237.138 PRIVMSG #esoteric :Wait, `? doesn't tell you the name of the entry you requested. < 1452223692 593427 :tswett!~tswett@192.241.237.138 PRIVMSG #esoteric :Okay, when someone does `learn or `le/rn, it will always echo back the entry name incorrectly. < 1452223777 678963 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :`? < 1452223778 912686 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​? ¯\(°​_o)/¯ < 1452223786 897142 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :`wisdom < 1452223788 908575 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :wlcom/Hi! This is a chat about unusual programming tools. For additional info, visit our wiki: . (For unusual things of a contrasting sort, try http://bit.ly/19k9nf8.) < 1452223796 548911 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :`wisdom < 1452223798 626753 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :foe/the foe is the Field-On Enemy < 1452223804 138522 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :`wisdom < 1452223806 498728 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :haar measure/A Haar measure is what Dutch people use to find out how long their hair is. < 1452223811 679667 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :`wisdom < 1452223813 486917 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :hthyh/"hthyh" is a common typo for "tithe". < 1452223821 141031 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :`wisdom < 1452223823 850554 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :fisdom/fisdom is the domination by the federal inspection station. < 1452223827 636103 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :`wisdom < 1452223829 623704 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :ostrich/Ostrich used to be a large middle European empire in frequent conflict with Turkey. After a famine it sort of split into Ostrich/Hungry. Alas its policy of keeping its head in the sand did not get it through the Great War, and with its final attempts to take flight failing, it ended up cut into several pieces. < 1452223839 83575 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :`wisdom < 1452223841 51260 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :languabe/Languabes are edible and fun. They provide a quick implementation energy boost! < 1452223845 772972 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :`wisdom < 1452223847 955778 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :0/702 matching entries found. < 1452223850 955035 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :`wisdom < 1452223853 61091 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :jwinslow23/JWinslow23 is not here. < 1452223856 294862 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :`wisdom < 1452223858 124056 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :mockingbird/mockingbird is watching you.. closely! Is it mocking you? Probably. < 1452223860 502448 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :`wisdom < 1452223862 105134 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :gotton/gotton is a quantum of attention. Solain drives the packet. < 1452223971 848039 :zgrep!~zgrep@zgrep.org PRIVMSG #esoteric :HackEgo: Ah, my digital friend, what didst thou wish to speak to me about? < 1452224015 657255 :zgrep!~zgrep@zgrep.org PRIVMSG #esoteric :Apparently HackEgo (and other bots too, as I've learned) don't want to talk to me. :( < 1452224809 854370 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :`wisdom < 1452224811 788295 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​☃/Frosty the Snowman / had a very shiny nose / And everywhere that Frosty went / the nose was sure to go. < 1452224816 777082 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :`? this < 1452224818 21061 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :this is a word < 1452224860 401221 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :this is not a pipe < 1452224940 462120 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :`learn `? this | this < 1452224944 281200 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Learned '`': `? this | this < 1452224959 657856 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :`? ` < 1452224961 119325 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​`? this | this < 1452224971 871367 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :Oh, whoops < 1452224975 646012 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :`? this | this < 1452224976 793993 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :this | this? ¯\(°​_o)/¯ < 1452224983 609516 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :`unlearn ` < 1452224984 609935 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: unlearn: not found < 1452224992 386586 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :Is there a way to unlearn something? < 1452225014 695671 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :`u8tbl 0x261a 0x2620 < 1452225015 943177 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Segmentation fault < 1452225024 33152 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :`` u8tbl 0x261a 0x2620 < 1452225025 170231 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​☚☛☜☝☞☟ \ ☠ < 1452225112 268250 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :☝☝☟☟☜☞☜☞ < 1452225128 179067 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :Wow < 1452225144 227058 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :apparently 2^^^3 is larger than computers can calculate < 1452225157 125943 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :I suddenly have a newfound appreciation for graham's number < 1452225164 249217 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Computers can calculate it just fine. < 1452225173 435211 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :> "2" ++ "^^^" ++ "3" < 1452225173 936102 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :`` u8tbl 0x232d 0x2335 < 1452225175 3861 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : "2^^^3" < 1452225175 178499 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​⌭⌮⌯ \ ⌰⌱⌲⌳⌴⌵ < 1452225196 381867 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :shachaf: that doesn't work < 1452225200 62280 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :shachaf: you have to do < 1452225216 889678 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :> "2^(3^(3^3))" < 1452225218 748616 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : "2^(3^(3^3))" < 1452225253 49640 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :> "2" ++ "^" ++ "(" ++ "3" ++ "^" ++ "(" ++ "3" ++ "^" ++ "3" ++ ")" ++ ")" < 1452225254 703354 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : "2^(3^(3^3))" < 1452225266 112100 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :> 3 * 2 < 1452225267 767325 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : 6 < 1452225275 806564 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :> 2^(3^(3^3)) < 1452225281 21012 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : mueval: ExitFailure 1 < 1452225303 822786 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Oh, certainly not in base 2 representation. < 1452225314 749376 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :That's horribly inefficient for numbers like these. < 1452225346 147487 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :`` u8tbl 0x21f9 0x21ff < 1452225347 573922 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​⇹⇺⇻⇼⇽⇾⇿ < 1452225459 107542 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :`` u8tbl 0x2139 0x2139 < 1452225460 121002 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​ℹ < 1452225473 103103 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :`` u8tbl 0x214f 0x214f < 1452225474 152451 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​⅏ < 1452225643 838014 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :as expected, the wide lowercase with raised middles looks better < 1452225698 426782 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :but it looks wierd mixed with wide uppercase, but that rarely occurs < 1452225912 704923 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`culprits wisdom/` < 1452225915 721077 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Elronnd int-e ais523 oerjan elliott Bike FreeFull oerjan < 1452225919 981068 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :ah < 1452225959 236231 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`revert < 1452225969 67947 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :rm: cannot remove `/home/hackbot/hackbot.hg/multibot_cmds/env/.hg/store/data/canary.orig': Is a directory \ Done. < 1452225972 424194 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`? ` < 1452225973 562480 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​` is the prefix to greatness. < 1452225988 312535 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :isn't that great < 1452226072 772109 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric : `revert is not `unlearn btw it only reverts the last change < 1452226092 178822 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :(or back to a given point) < 1452226098 882683 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :BLAHrevert undoes the last change to wisdom/BLAH < 1452226117 948752 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :``revert < 1452226118 701512 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: `revert: not found < 1452226152 160971 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :also it's not a sandboxed command, so you cannot use it from `` < 1452226153 742328 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :so yah I pdtduae my http://www.orenwatson.be/fontdemo.htm < 1452226196 291405 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :I'm excited about being able to use ☠ < 1452226260 110703 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :now I can mark bad code with the simple comment //☠ < 1452226275 446845 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :also that strange error message `revert gives is harmless and fizzie is supposed to fix it. < 1452226340 341698 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :(or Gregor. theoretically.) < 1452226355 64410 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :12 days idle < 1452226362 987414 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :no one is supposing that fizzie or Gregor will fix it < 1452226373 837438 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :`unidecode ☠ < 1452226374 943714 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​[U+2620 SKULL AND CROSSBONES] < 1452226387 749084 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :`unicode ☠ < 1452226390 243425 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :U+2620 SKULL AND CROSSBONES \ UTF-8: e2 98 a0 UTF-16BE: 2620 Decimal: ☠ \ ☠ \ Category: So (Symbol, Other) \ Bidi: ON (Other Neutrals) < 1452226391 405424 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :shachaf: i see no contradiction hth < 1452226505 823915 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :\oren\: No offense, but tbh your font is kind of hard to read < 1452226549 273141 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :\oren\ never claimed it was a font of knowledge. < 1452226652 91783 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :sure it is, you need a lot of knowledge to understand it hth < 1452226718 816909 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :oh dear, poor Sam < 1452226724 611392 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :(freefall) < 1452226901 875148 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :Elronnd: which letters? < 1452226967 665351 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :\oren\: well, I guess I wouldn't say any letters in particular are hard to read < 1452226991 999801 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :it's just that the font as a whole... while attractive, isn't something that's clear or easy enough for me to use on a day-to-day basis < 1452227144 456164 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :Well yeah most of the letters are in a radical geometric sans-serif form... like more radical than futura. So yeah, it disrupts the part of people < 1452227161 831974 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :'s brains that are expecting normal letterforms < 1452227385 961972 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :the main point when I originally designed it was to make my terminal look like I'm from 2100 < 1452227419 986594 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :by using ideas from a font from 1927. history is weird < 1452227437 209099 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :aesthetics are also weird < 1452227781 769671 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :well I also have a rabid hatred of the two-storey lowercase a < 1452227783 964174 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Language list14]]4 10 02https://esolangs.org/w/index.php?diff=46096&oldid=46081 5* 03114.78.111.34 5* (+78) 10/* P */ < 1452227803 246260 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :so that was also an initial motivation < 1452228324 877101 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`? oren < 1452228325 935592 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :oren is a Canadian esolanger who would like to obliterate time zones so that he can talk to his father who lives in the same house. He'll orobablu get the hang of toycj tuping soon. < 1452228345 547918 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`learn_append oren He also has a rabid hatred of the two-storey lowercase a. < 1452228348 246091 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Learned 'oren': oren is a Canadian esolanger who would like to obliterate time zones so that he can talk to his father who lives in the same house. He'll orobablu get the hang of toycj tuping soon. He also has a rabid hatred of the two-storey lowercase a. < 1452228508 854295 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :`? Elronnd < 1452228510 600848 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Elronnd? ¯\(°​_o)/¯ < 1452228558 674125 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :TOO SOON < 1452228691 475379 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :`learn Elronnd ... < 1452228693 652951 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Learned 'elronnd': Elronnd ... < 1452228695 367900 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :`? Elronnd < 1452228696 649936 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Elronnd ... < 1452229370 178730 :onetwothreeforli!dondestant@cpe-75-83-135-1.socal.res.rr.com JOIN :#esoteric < 1452229784 956473 :mauris_!~mauris@unaffiliated/nooodl QUIT :Ping timeout: 255 seconds < 1452231098 795883 :Trinity!~Trinity@unaffiliated/trinity QUIT :Ping timeout: 272 seconds < 1452232256 954640 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :Morning < 1452232325 674450 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :oerjan: hehehe (re: freefall < 1452232326 244746 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :) < 1452232565 862424 :onetwothreeforli!dondestant@cpe-75-83-135-1.socal.res.rr.com PRIVMSG #esoteric :5.7280580892384145e-9 < 1452232599 863929 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :????? < 1452232905 132676 :XorSwap!~XorSwap@wnpgmb016qw-ds01-214-177.dynamic.mtsallstream.net QUIT :Quit: Leaving < 1452232937 814683 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Haneb < 1452232962 861213 :hppavilion[1]!~Devourero@58-0-174-206.gci.net JOIN :#esoteric < 1452232965 464783 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :I've just had a marvelous idea < 1452232966 374783 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :CMD++ < 1452232976 126813 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :A command line for windows < 1452232977 467807 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :I'm tring to find an embark spot with a waterfall < 1452232981 856361 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :THAT'S ACTUALLY GOOD < 1452233003 774691 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :*-^_^-* < 1452233005 416765 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :hppavilion[1]: Powershell? < 1452233009 134588 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :(mind blown) < 1452233015 692119 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :\oren\: No. < 1452233023 887901 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :hppavilion[1]: Just port zsh to windows < 1452233033 564038 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :Elronnd: OR make a completely new shell < 1452233047 952345 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :no need < 1452233060 242433 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :all the existing shells are good enough < 1452233060 455797 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :Elronnd: It's more fun that way < 1452233072 956102 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :Elronnd: But I find making a new shell 10000000000000000000000000 times more fu < 1452233075 521762 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :*fun < 1452233101 963696 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :what language will it be written in? < 1452233106 466959 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :r < 1452233118 42731 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :Elronnd: r? < 1452233128 127797 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :Sorry, typo < 1452233130 793565 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :Ah < 1452233135 790707 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :You probably shouldn't write a shell in r < 1452233150 873049 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :Elronnd: I'm thinking a prototype in python followed up by a C-based full version < 1452233166 522031 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :Elronnd: that sounds like a great reason to write a shell in r < 1452233182 758080 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :hppavilion[1]: be warned: python uses /bin/sh for os.system() < 1452233196 796813 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :Elronnd: ? < 1452233206 574377 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :I'm not using os.system() < 1452233220 664123 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :I was just cautioning you *against* using it < 1452233223 847133 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :I'm talking about the command-line language; not just the window xD < 1452233227 423752 :Sgeo_!~Sgeo@ool-18e43ef5.dyn.optonline.net QUIT :Read error: Connection reset by peer < 1452233231 813751 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :Elronnd: Ah. Well, I won't. < 1452233254 693865 :Sgeo_!~Sgeo@ool-18e43ef5.dyn.optonline.net JOIN :#esoteric < 1452233324 827800 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :Elronnd: Luckily, I already wrote a parser using PLY that does pretty much a full BASH-like shell (featurewise, not syntaxwise. Just for individual commands, not a full file thing) < 1452233343 412166 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :"PLY"? < 1452233353 489794 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :Elronnd: Python Lexx/Yacc < 1452233386 144544 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :s/lexx/flex < 1452233390 292945 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :So what makes a CLI good? < 1452233392 970625 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :s/Yacc/bison < 1452233413 334580 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :hppavilion[1]: curses! < 1452233416 999446 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :Elronnd: PLY was what was available to me, and it worked well. Don't need a holy war over what type to use < 1452233427 502747 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :Elronnd: curses? As in...? < 1452233432 660154 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :the curses library < 1452233464 10055 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :ACTION  < 1452233465 906070 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :e < 1452233478 694306 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :ACTION points and curses at keyboard < 1452233554 333692 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :Elronnd: I think I'll make it support Unicode, for starters < 1452233584 441093 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :What should I call the shell? < 1452233610 94960 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :λsh? ASCIIc: \sh < 1452233620 500166 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :Ooh! Ooh! < 1452233629 248512 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :I could make it support functional programming! < 1452233641 43977 :lifthrasiir!~lifthrasi@115.68.131.49 PRIVMSG #esoteric :backsla\sh < 1452233653 298895 :lifthrasiir!~lifthrasi@115.68.131.49 PRIVMSG #esoteric :sounds like a good name for shells < 1452233687 542076 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :Wait, I already named it CMD++ xD < 1452233695 884365 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :But I might rename it to λsh < 1452233867 556857 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :lamb-dash < 1452234190 176956 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :ACTION is slightly worried whether anyone remembered Agatha's weasel in the confusion < 1452234476 355929 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :hm also, which princess? < 1452234592 657928 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :oh, maybe it's the king's daughter who hoffman was supposed to marry < 1452234613 791085 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :it would make sense if she didn't approve of the plan < 1452234635 229887 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :*hoffmann < 1452234777 838000 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :other, very bad option: clank princess anevka < 1452234782 929779 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :lamb-duh < 1452234883 336504 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :the lamb-duh calculus, for people not impressed by functional programming < 1452234995 981133 :Lord_of_Life!Elite12246@gateway/shell/elitebnc/x-fqwsgaguguulqava QUIT :Ping timeout: 255 seconds < 1452235015 694710 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :or does colette count? the master doesn't call himself king... < 1452235376 668280 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :repre = allf $3?>. | map {replace $1 $2} #0 < 1452235393 480816 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :(repre is similar to sed, if I know my unix correctly) < 1452235401 943112 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :That's just an approximation, of course < 1452235435 460652 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :In fact, I think it's more like repre = allf $3?>. | map {replace $1 $2} #0 > #0 < 1452235506 352767 :Lord_of_Life!Elite12246@gateway/shell/elitebnc/x-vkzrciiufphnuwge JOIN :#esoteric < 1452235524 464367 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :oerjan: Does that syntax look acceptable? < 1452235581 273227 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :no idea what it even means. < 1452235655 275497 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :$ references an argv, the ?> operator is alternation (if the previous statement fails, do this instead), . is the cwd, | is pipe (I think I changed it to |>, actually), map is, of course, map, {...} forms an lambda, replace takes three arguments (from, to, in -> s/from/to/ over in) and # references piped-over variables, specifically with #0 representing the full list. And, of courses, > redirectes to a file, clobbering its < 1452235655 702640 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :content. < 1452235667 793143 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :oerjan: There. Explanation. < 1452235702 867210 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :Oh, and allf lists all files in a given directory < 1452235958 818454 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :your lambdas have a distinct lack of parameters tdnh < 1452235974 269830 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :oerjan: ... < 1452235986 403115 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :Shit. < 1452237902 571501 :mroman!~mroman@160.85.232.177 JOIN :#esoteric < 1452238131 993477 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Language list14]]4 10 02https://esolangs.org/w/index.php?diff=46097&oldid=46096 5* 03Mroman 5* (-78) 10Undo revision 46096 by [[Special:Contributions/114.78.111.34|114.78.111.34]] ([[User talk:114.78.111.34|talk]]) -- Python is not "esoteric" and has no page on this wiki. < 1452238338 876827 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :that reminds me < 1452238466 708218 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Language list14]]4 10 02https://esolangs.org/w/index.php?diff=46098&oldid=46097 5* 03Oerjan 5* (-14) 10/* F */ I think the original author has had enough time to make an article for this language I cannot find. Removing. < 1452239508 993411 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :ais523: more M:tG theory. in typical games, if the player had perfect memory and attention, then except during playing spells, he could know the multisets of identities of cards he owns in all zones, because when a card he owns moves between zones, he can almost always look at it. < 1452239535 876619 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I can think of a few exceptions, mostly related to exiling the top coard of a library face-down < 1452239545 609615 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :but that is normally true < 1452239556 127065 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :Exactly: there are some cards that break this: Duplicity, Grimoire Thief, and a few others move cards from your library to exile face down without the owner looking at them. < 1452239584 935954 :onetwothreeforli!dondestant@cpe-75-83-135-1.socal.res.rr.com QUIT :Ping timeout: 245 seconds < 1452239666 317360 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :As a result, if you put more than one instance of the same card in your deck, it's normally better for your game to use indistinguishable copies, because distinguishable copies (eg. two Giant Growths from different sets) can give your opponent extra information. < 1452239702 172016 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :But in some of those rare cases with Duplicity etc, it can in theory (not much in practical matches) happen that it's better for your game to have distinguishable copies of the same card in your deck. < 1452239765 813014 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :This can happen if you exile multiple cards face down from your library, then scry, shuffle, and scry your library. If you see two different Giant Growths from the two scrying, you can tell that you don't have either of them exiled face down. < 1452239830 909596 :dondestantman!dondestant@cpe-75-83-135-1.socal.res.rr.com JOIN :#esoteric < 1452239840 411712 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :Now my rules question for this is. During a game, are you permitted to alter the appearance of cards you own to make them distinguishable (as in, distinguishable even after they're shuffled in the library) when they were previously indistinguishable, or the reverse? And when can you do that? < 1452239886 616438 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :Similarly, are you permitted to alter the cards this way during a match outside games, or even between matches in a tournament where you must play multiple matches with the same deck? < 1452239910 868167 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :I presume you aren't permitted to alter the cards you don't own. < 1452240024 786685 :andrew_!~andrew@61.141.94.171 JOIN :#esoteric < 1452240044 836159 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :Is the first part of this, altering cards during the game, at least partly a game rules question (as opposed to a tournament rules question)? < 1452240077 537766 :andrew_!~andrew@61.141.94.171 QUIT :Remote host closed the connection < 1452240152 960294 :andrew!~andrew@61.141.94.171 QUIT :Ping timeout: 255 seconds < 1452240213 797436 :andrew!~andrew@61.141.94.171 JOIN :#esoteric < 1452240270 506862 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :And does this question even make sense? < 1452240958 932190 :andrew!~andrew@61.141.94.171 QUIT :Remote host closed the connection < 1452241125 851997 :andrew!~andrew@61.141.94.171 JOIN :#esoteric < 1452242726 699918 :hppavilion[1]!~Devourero@58-0-174-206.gci.net QUIT :Ping timeout: 272 seconds < 1452243142 993631 :oerjan!~oerjan@hagbart.nvg.ntnu.no QUIT :Quit: Nite < 1452243180 954343 :FreeFull!~freefull@defocus/sausage-lover QUIT :Ping timeout: 260 seconds < 1452244007 616460 :FreeFull!~freefull@defocus/sausage-lover JOIN :#esoteric < 1452244946 815304 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric : < 1452245120 856149 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :is there a :between? < 1452245170 781995 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :hm < 1452245174 113347 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric ::not(last-child) < 1452245304 175232 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :seems not to work in firefox < 1452245315 997903 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :nav ul li:not(last-child):after < 1452245330 571194 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :or was it ::after < 1452245388 266220 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :oh it's :not(:last-child) < 1452245423 95762 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :nav ul li:not(:last-child)::after { content: ' | '; } < 1452245430 885999 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I think it's both :after and ::after, but the latter is more modern. < 1452245447 566238 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :if you want to insert | between two nav links without having it to add to the html < 1452245455 946813 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :Luckily in practice it's very rare for any player to gain gameplay advantage from distinguishable-after-shuffle copies this way, and the advantage is very slight, < 1452245476 409207 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :so in practical games I often can and do run distinguishable copies of cards. < 1452245551 492630 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :I run copies of a conventional basic land with different art, because decks often have lots of copies and they're often on the battlefield and it's nice to have variety in the art (if you've ever played a deck with 11 Coldsnap snow swamps you'll know what I mean). < 1452245580 716311 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :And for some cards I don't have enough copies of the preferred variant in my collection, so I run different copies in a deck because of that. < 1452245672 127504 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :hu < 1452245675 966673 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :is column-count not CSS3? < 1452245752 202709 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :I could write a blog-post "How to use AWK if you're a madman who learnt to program using Haskell and Piet" < 1452245776 326775 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :And if someone wants to alter the front of a card during a game, it's most likely with the intent of marking it temporarily within a zone, it just might be physically more convenient to mark it permanently. < 1452245789 522745 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :ok < 1452245816 817656 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :does the h* (such as h1,h2) go into a
< 1452245818 423965 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :or outside? < 1452245832 611336 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :

foo

text

or

foo

... < 1452245835 153852 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :probably the first < 1452245853 124618 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :but then you'd need to wrap the p's inside another element to be able to define multi-column < 1452245859 516810 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :mroman: see examples under http://www.w3.org/html/wg/drafts/html/master/semantics.html#the-section-element < 1452245899 473672 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :and the description there as well < 1452245919 397587 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :oh there's column-span though < 1452245921 761579 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :but < 1452245935 379498 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :multicolumns suck when you resize the window < 1452245947 798084 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :ideally you'd specify a max-column-count < 1452245958 54535 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :or something like that and the browser calculates how many < 1452245968 185162 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :because on a smartphone display having two columns looks like crap < 1452246031 582436 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :ah firefox doesn't support column-span < 1452246031 757037 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Isn't that why you do column-width without column-count? < 1452246033 188566 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :pff < 1452246082 716919 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :you mean like uhm < 1452246085 979763 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :column-width: 40em? < 1452246088 641055 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :I can try that < 1452246105 594048 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :ah yeah < 1452246106 634507 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :nice :D < 1452246108 344062 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :Thanks. < 1452246109 885716 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Something like that. It's the minimum width, and I think the browser's supposed to make as many columns of at least that width as it can fit. < 1452246193 578254 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :does chromium have webkit? < 1452246196 645149 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :I need webkit < 1452246200 775248 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :ff has no column-span < 1452246269 230377 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Well, it's got Blink, which is WebKit-based. < 1452246305 426003 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :So I think the answer is more "yes" than "no". < 1452246549 616967 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :although generally I think people don't like reading webpages with multi-columns < 1452246773 127715 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :hm html5 has figures < 1452246778 169442 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :can you reference figures :D? < 1452246858 553725 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :hu < 1452246863 777243 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I was once at our university library, and happened to glance at a maths journal on the "new journal issues" display table. < 1452246864 386941 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :firefox uses bing now as default search engine? < 1452246871 384482 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Before the table of contents, there was a complicated-looking diagram of something or another, with the caption: "Fig. 1: A fascinating picture." < 1452246879 339004 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Yes, they switched the default relatively recently. < 1452246909 249888 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Although I thought it was Yahoo they switched to? < 1452246976 936344 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Though I guess Yahoo's search results come from Bing. < 1452247154 469449 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :I like how the want html to be more "semantic" < 1452247155 379257 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :but < 1452247169 163379 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :you can't reference things in your document properly < 1452247194 801557 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :oh wait < 1452247195 794557 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :hm < 1452247207 19431 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :scratch that you can < 1452247237 958207 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :can you do counters with css? < 1452247279 686963 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Yes. < 1452247310 668712 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :http://www.w3.org/TR/CSS2/generate.html#counters in CSS 2.1 -- not sure how that's evolved since then. < 1452247365 220370 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :yay \o/ < 1452247405 418800 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :but can you make a link to an element that uses counters < 1452247514 91468 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :You mean like a proper LaTeX \ref{}, so that it mentions the value in the link? Hmm. < 1452247515 944528 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :My figures have a counter now < 1452247519 233808 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :so I can do < 1452247532 482371 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :figcaption::before { content: 'Fig. ' counter(figures) ': '; } < 1452247540 664828 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :all figures have also a unique id < 1452247554 263326 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :now I'd want see figure < 1452247575 477151 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :yes, @\ref < 1452247705 154238 :ais523!~ais523@unaffiliated/ais523 QUIT : < 1452247708 700009 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Heh. All I can find is the "CSS Generated Content for Paged Media Module" draft, which defines what you want (a target-counter() function that takes the counter value by following a link), but doesn't seem to have been implemented anywhere. < 1452247777 95272 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :You can't access content with css? < 1452247778 521053 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :or can you? < 1452247845 1681 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :hm < 1452247847 938624 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :there's attr though < 1452247848 366589 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :so < 1452247850 293190 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :maybe uhm < 1452247858 371927 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :content(attr(target)) works < 1452247933 657194 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :hm no < 1452247938 914285 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :that would just give me the current counter state < 1452247970 718467 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :As far as I can tell, it's just not something you can do. Although the target-counter function seems to have been picked up by the "CSS Books" WHATWG spec, which probably isn't implemented in browsers either. < 1452248035 87604 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :The thinking seems to be that you only do cross-references with numbers when you're doing "print". < 1452248172 872509 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Also, I like how MDN's documentation on the new sections-and-outlines stuff starts with: "There are currently no known implementations of the outline algorithm in graphical browsers -- the outline algorithm cannot be relied upon to convey document structure to users. Authors are advised to use heading rank (h1-h6) to convey document structure." < 1452248177 905142 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :So semantic. < 1452248235 850544 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :I would have liked a general < 1452248249 715113 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :and the browsers determine the level based on section nesting or something like that < 1452248265 628362 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :but yeah < 1452248280 144968 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :I think the whole semantig tag thing is almost useless < 1452248293 99438 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :that's not the reason people use HTML5 :) < 1452248332 983031 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :and printing webpages is even more pain in the ass anyway < 1452248652 688634 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :I don't even know what the status of screen readers is < 1452248661 590614 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :for example to read mathml or things like that < 1452248757 46855 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :ChromeVox apparentely supports mathjax output < 1452249955 94823 :Trinity!~Trinity@pool-108-38-146-84.lsanca.dsl-w.verizon.net JOIN :#esoteric < 1452249955 387064 :Trinity!~Trinity@pool-108-38-146-84.lsanca.dsl-w.verizon.net QUIT :Changing host < 1452249955 561870 :Trinity!~Trinity@unaffiliated/trinity JOIN :#esoteric < 1452251474 101843 :J_Arcane!~chatzilla@37-219-50-92.nat.bb.dnainternet.fi QUIT :Ping timeout: 276 seconds < 1452252158 143252 :jaboja!~jaboja@esa73.neoplus.adsl.tpnet.pl JOIN :#esoteric < 1452252781 562043 :boily!~alexandre@96.127.201.149 JOIN :#esoteric < 1452253485 212682 :andrew!~andrew@61.141.94.171 QUIT :Remote host closed the connection < 1452253823 315696 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :`widsom < 1452253824 455101 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: widsom: not found < 1452253829 543518 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :`wisdom < 1452253831 148556 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :metasepia/metasepia knew the weather at your nearest airport, and also something about ducks. < 1452253864 495147 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :oh, how I wish I could ~metar again... < 1452253869 342057 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :@metar CYUL < 1452253869 688618 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :CYUL 081100Z 02007KT 5SM BR SKC M07/M08 A3026 RMK SLP251 < 1452254244 557877 :AlexR42!~textual@136.169.242.7 JOIN :#esoteric < 1452255304 821771 :aloril!~aloril@84.250.63.129 QUIT :Ping timeout: 272 seconds < 1452255331 744595 :boily!~alexandre@96.127.201.149 QUIT :Quit: WHAMPOA CHICKEN < 1452255388 404235 :aloril!~aloril@dsl-tkubrasgw1-54fa3f-129.dhcp.inet.fi JOIN :#esoteric < 1452255806 122529 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :What happened to metasepia? < 1452256230 83794 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :Incidentally, video of AGDQ 2016 run of Crypt of the Necrodancer in hard mode is up now: https://www.youtube.com/watch?v=XIeYb_vLirQ < 1452256234 643266 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :worth to watch the game part < 1452256368 969264 :AlexR42!~textual@136.169.242.7 QUIT :Quit: My Mac has gone to sleep. ZZZzzz… < 1452256419 843577 :AlexR42!~textual@136.169.242.7 JOIN :#esoteric < 1452256695 988437 :dondestantman!dondestant@cpe-75-83-135-1.socal.res.rr.com QUIT :Ping timeout: 240 seconds < 1452257074 498938 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :ah! I see < 1452257075 796894 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :tricky code < 1452257542 698292 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1452258358 987843 :mauris!~mauris@unaffiliated/nooodl JOIN :#esoteric < 1452259538 548999 :J_Arcane!~chatzilla@37-219-50-92.nat.bb.dnainternet.fi JOIN :#esoteric < 1452259609 921219 :jaboja!~jaboja@esa73.neoplus.adsl.tpnet.pl QUIT :Ping timeout: 245 seconds < 1452260009 635900 :AlexR42!~textual@136.169.242.7 QUIT :Quit: My Mac has gone to sleep. ZZZzzz… < 1452260799 332899 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :they want to lecture refugees on how to treat women < 1452260825 421015 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :refugees/asylum seekers < 1452260844 883007 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :Sounds fair < 1452260846 63797 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :If! < 1452260876 318194 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :we lecture US citizens about gun safety :D < 1452261312 998748 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I heard they already lecture asylum seekers on exactly that topic in Finland. < 1452261321 560962 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :women? < 1452261331 199785 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Yes. I don't know if this is true. < 1452261357 635198 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I mean, obviously they will do some amount of lecturing on what the country is like, culturally. < 1452261374 178006 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :And I doubt anyone really objects to that much. < 1452261378 570194 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :well it makes sense to lecture them about culture and some base laws < 1452261409 503697 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :and if that means telling them "having sex against someone's will is rape and is a crime" ... I guess that's fine < 1452261444 728944 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :(technically it'd be only rape if the victim is female but that's a detail) < 1452261451 489147 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :(let's just use "sexual assault") < 1452261504 426358 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :It especially makes sense because certain countries allow sex at much younger ages < 1452261520 436191 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :or marriages at younger ages < 1452261570 675421 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Funciton14]]4 10 02https://esolangs.org/w/index.php?diff=46099&oldid=45925 5* 03Timwi 5* (+9216) 10Remove all the subpages with Funciton code and just list the functions here directly. Link to the github repo containing the actual source. < 1452261661 930452 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :`dateu < 1452261663 214305 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :2016-01-08 14:01:02.160115000+00:00 < 1452261717 96437 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Funciton/Functions14]]4 10 02https://esolangs.org/w/index.php?diff=46100&oldid=44342 5* 03Timwi 5* (-807) 10Replaced content with "This page can be deleted." < 1452261725 849947 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Funciton/List handling14]]4 10 02https://esolangs.org/w/index.php?diff=46101&oldid=44631 5* 03Timwi 5* (-71313) 10Replaced content with "This page can be deleted." < 1452261727 629570 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Funciton/Lazy-evaluated sequences14]]4 10 02https://esolangs.org/w/index.php?diff=46102&oldid=44354 5* 03Timwi 5* (-83683) 10Replaced content with "This page can be deleted." < 1452261729 635599 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Funciton/Fundamentals14]]4 10 02https://esolangs.org/w/index.php?diff=46103&oldid=44330 5* 03Timwi 5* (-5909) 10Replaced content with "This page can be deleted." < 1452261734 48593 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Funciton/Basic arithmetic14]]4 10 02https://esolangs.org/w/index.php?diff=46104&oldid=44339 5* 03Timwi 5* (-22136) 10Replaced content with "This page can be deleted." < 1452261735 125405 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Funciton/Advanced arithmetic14]]4 10 02https://esolangs.org/w/index.php?diff=46105&oldid=35281 5* 03Timwi 5* (-9258) 10Replaced content with "This page can be deleted." < 1452261737 338348 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Funciton/String handling14]]4 10 02https://esolangs.org/w/index.php?diff=46106&oldid=38070 5* 03Timwi 5* (-27510) 10Replaced content with "This page can be deleted." < 1452261739 478074 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :uhm... < 1452261803 774064 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Funciton14]]4 M10 02https://esolangs.org/w/index.php?diff=46107&oldid=46099 5* 03Timwi 5* (+78) 10/* Fundamentals */ forgot cross-nop < 1452261972 548421 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :Ah, the function definitions (now omitted) are big. < 1452262012 299714 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Funciton14]]4 10 02https://esolangs.org/w/index.php?diff=46108&oldid=46107 5* 03Timwi 5* (+283) 10/* More functions */ Add remaining newest functions < 1452262562 980488 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :I was thinking about having a github repository called esowiki < 1452262587 20721 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :which people can easily clone and then do pull requests < 1452262612 161480 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :and then link to there from the esowiki < 1452262627 800812 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :rather than using mediafire and whatnot < 1452262650 606369 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :and all snippets/examples/interpreters would roughly be at the same place < 1452262691 437535 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Esolang talk:Community portal14]]4 10 02https://esolangs.org/w/index.php?diff=46109&oldid=40085 5* 03Timwi 5* (+193) 10/* “delete” */ < 1452262859 613084 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :Meh, I still find this mediawiki behaviour counterintuitive: When you are on a diff page, the active "tab" has a link (here: 'Discussion') that leads to a different page (namely, the current version of that page rather than the diff)... < 1452262873 926150 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Cardinal14]]4 M10 02https://esolangs.org/w/index.php?diff=46110&oldid=46094 5* 03Timwi 5* (+6) 10 < 1452262965 31512 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :because if mediafire shuts down for some copyright related reasons or whatever < 1452262967 99884 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :these will be lost < 1452262984 466669 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :it also happens a lot that somebody hosts stuff on personal sites and then it gets lost :) < 1452262996 781513 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :or uses an upload site that only stores things for a year or so < 1452263048 813272 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :although according to the external link search and a few tests these mediafire zip files usually contain only an exe of the interpreter :( < 1452263079 582516 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :mm, mediafire... wtf is wrong with web designers? < 1452263116 400107 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :you have about one page worth of text... and spread it out to 6 < 1452263140 638432 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :there are 54 mediafire links apparentely < 1452263153 258829 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :(https://esolangs.org/w/index.php?title=Special:LinkSearch&limit=500&offset=0&target=http%3A%2F%2F*.mediafire.com) < 1452263211 331322 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07You are Reading the Name of this Esolang14]]4 M10 02https://esolangs.org/w/index.php?diff=46111&oldid=43585 5* 03Timwi 5* (-1) 10 < 1452263277 995438 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Language list14]]4 M10 02https://esolangs.org/w/index.php?diff=46112&oldid=46098 5* 03Timwi 5* (+12) 10/* E */ < 1452263855 914066 :spiette!~spiette@mtl.savoirfairelinux.net JOIN :#esoteric < 1452263904 436218 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :(I guess I was a bit unfair... at least the site shows some useful contents without Javascript.) < 1452264334 733900 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :lately I've seen more sites that detect my adblocker and then just don't show me the real content < 1452264412 59223 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :mroman: I don't see that much, or at least I don't notice that that's why a site doesn't load, but some sites at least seem to deliberately serve ad images faster than the images of the main content < 1452264447 489466 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :b_jonas: or perhaps you're just mistaken about what the main content is... < 1452264450 559988 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :This needn't be deliberate, it's possible that the ads are just on an external server that's fast. < 1452264551 131121 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :huh... lua 5.3 has the bitwise operators have a higher precedence than the comparison operators? HERECY! they don't respect the traditions decreed on us by the prophets K&R. < 1452264568 222866 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Talk:HelloWorld14]]4 10 02https://esolangs.org/w/index.php?diff=46113&oldid=45761 5* 03205.222.248.69 5* (+68) 10/* Add More */ new section < 1452264694 696432 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :b_jonas: good for them :) < 1452264718 198259 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :> 0 == 1 .&. 2 < 1452264720 127718 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : True < 1452264753 989957 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :bild.de (german newspaper) blocks me for example < 1452264803 280463 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :disable CSS ;) < 1452264808 339386 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :although it might also be due to me not allowing third party cookies < 1452264811 54231 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :I don't really know < 1452264826 578971 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :seems like deactivating privacy badger and adblock still blocks me < 1452264865 687814 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :without CSS and Javascript I can read some articles there... isn't that fun < 1452264904 5595 :mauris_!~mauris@unaffiliated/nooodl JOIN :#esoteric < 1452264910 686756 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :let me see... for me, http://www.bild.de it puts an overlay covering most of the page saying that the site needs javascript, but if I delete the overlay, I get to see some actual headlines and images stuff under < 1452264947 263046 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :and with CSS disabled, the "overlay" ends up at the end of the page. < 1452264996 864933 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :but in any case I'm not really interested in that particular site < 1452265013 179292 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :similarly, an article http://www.bild.de/sport/wintersport/franziska-hildebrand/holt-heimsieg-in-ruhpolding-44072962.bild.html is covered by the overlay but there's a short article under < 1452265019 965321 :mauris!~mauris@unaffiliated/nooodl QUIT :Ping timeout: 255 seconds < 1452265102 440660 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :funnily enough I probably only need to deactivate javascript < 1452265195 11730 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :yeah < 1452265196 786834 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric ::) < 1452265203 574323 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :deactivate javascript < 1452265212 433244 :mroman!~mroman@160.85.232.177 PRIVMSG #esoteric :use firebug to remove the stupid