< 1530922144 621368 :Phantom__Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Read error: Connection reset by peer < 1530922188 678773 :Naergon!~Naergon@unaffiliated/naergon JOIN :#esoteric < 1530922528 493437 :S_Gautam!uid286066@gateway/web/irccloud.com/x-ohwctqruodubdqrt JOIN :#esoteric < 1530924503 491368 :oerjan!oerjan@hagbart.nvg.ntnu.no JOIN :#esoteric < 1530925733 832332 :Warrigal!~tswett@unaffiliated/tswett JOIN :#esoteric < 1530925769 685439 :contrapumpkin!~copumpkin@haskell/developer/copumpkin JOIN :#esoteric < 1530926173 635146 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1530926864 789712 :Warrigal!~tswett@unaffiliated/tswett PRIVMSG #esoteric :So I've got this decision problem. < 1530926978 396524 :Warrigal!~tswett@unaffiliated/tswett PRIVMSG #esoteric :There are F types of fruits and P people. I have f_1 fruits of the first kind, f_2 fruits of the second kind, ..., f_F fruits of the F'th kind. I need to give p_1 fruits to the first person, ..., p_P fruits to the P'th person. < 1530927017 304670 :Warrigal!~tswett@unaffiliated/tswett PRIVMSG #esoteric :However, each person will only accept fruits of particular kinds. < 1530927065 302706 :Warrigal!~tswett@unaffiliated/tswett PRIVMSG #esoteric :There's an FxP matrix of booleans which indicates whether or not each person will accept each kind of fruit. < 1530927088 621546 :Warrigal!~tswett@unaffiliated/tswett PRIVMSG #esoteric :The question is, can I give each person the required number of fruits, without giving any person a kind of fruit that they will not accept? < 1530927106 858134 :Warrigal!~tswett@unaffiliated/tswett PRIVMSG #esoteric :Now, this sounds like an NP-complete problem. Is it? < 1530927396 751591 :Warrigal!~tswett@unaffiliated/tswett PRIVMSG #esoteric :Pretty sure it's NP-hard because I can reduce set-packing to it: https://en.wikipedia.org/wiki/Set_packing < 1530927406 323363 :Warrigal!~tswett@unaffiliated/tswett PRIVMSG #esoteric :"Suppose one has a finite set S and a list of subsets of S. Then, the set packing problem asks if some k subsets in the list are pairwise disjoint (in other words, no two of them share an element)." < 1530927487 674028 :Warrigal!~tswett@unaffiliated/tswett PRIVMSG #esoteric :Okay, so I set F = |S| + 1. There is one type of fruit for each element of S, plus one more fruit, designated "otherwise". < 1530927529 358773 :Warrigal!~tswett@unaffiliated/tswett PRIVMSG #esoteric :For each element of the list of subsets of S, there's a person who demands exactly one fruit, and that fruit is permitted to be either one of the fruits from the subset of S, or the "otherwise" fruit. < 1530927563 684466 :Warrigal!~tswett@unaffiliated/tswett PRIVMSG #esoteric :There is also one person who demands enough "otherwise" fruits that k other people must receive fruits that are not "otherwise". < 1530927605 22384 :Warrigal!~tswett@unaffiliated/tswett PRIVMSG #esoteric :No, scratch that last person. < 1530927616 464658 :Warrigal!~tswett@unaffiliated/tswett PRIVMSG #esoteric :There are only the people who demand exactly one fruit. < 1530927627 860184 :Warrigal!~tswett@unaffiliated/tswett PRIVMSG #esoteric :I'm given exactly enough "otherwise" fruits that I can give them to all but k people. < 1530927635 265227 :Warrigal!~tswett@unaffiliated/tswett PRIVMSG #esoteric :I'm also given exactly one of every other type of fruit. < 1530927636 42872 :Warrigal!~tswett@unaffiliated/tswett PRIVMSG #esoteric :Done. < 1530927766 521700 :Warrigal!~tswett@unaffiliated/tswett PRIVMSG #esoteric :So, that proves that it's NP-hard. < 1530927825 516237 :Warrigal!~tswett@unaffiliated/tswett PRIVMSG #esoteric :Is it in NP? < 1530928126 239921 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :Warrigal: if the p_i are given in unary, then yes, since the solution is polynomial size in the input data < 1530928131 489604 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :otherwise, i'm not sure. < 1530928289 8629 :Warrigal!~tswett@unaffiliated/tswett PRIVMSG #esoteric :I'm assuming that all the numbers are given in binary or decimal. < 1530928309 159050 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :hm wait, it works even without < 1530928322 932218 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :isn't this an integer linear programming problem anyway < 1530928331 298091 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :the list of all assignments just tells how many of each fruit to each person < 1530928364 385386 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :and that can be done in binary/decimal. < 1530928386 117345 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :so yeah, NP. < 1530928473 55038 :mrrmx!mrrmx@gateway/vpn/privateinternetaccess/mrrmx QUIT :Quit: Leaving < 1530930148 612957 :Warrigal!~tswett@unaffiliated/tswett PRIVMSG #esoteric :Yeah, it's probably obviously integer linear programming. < 1530930157 630250 :Warrigal!~tswett@unaffiliated/tswett PRIVMSG #esoteric :Here's another way of stating it. < 1530930194 849215 :Warrigal!~tswett@unaffiliated/tswett PRIVMSG #esoteric :You've got a grid of squares. Some of the squares have pencil marks in them. Each row and each column is labeled with a number. < 1530930215 45910 :Warrigal!~tswett@unaffiliated/tswett PRIVMSG #esoteric :Can you erase pencil marks such that each row contains *at least* the designated number of marks, and each column contains *at most* the designated number of marks? < 1530930340 825159 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Oh! Of course the (universal) dual of Kleene star is complement(star(complement(L))). I don't know why I didn't think of that. < 1530930346 394677 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :But, hmm, can you even define concatenation of universal finite automata? < 1530930498 640062 :Bowserinator_!Bowserinat@unaffiliated/bowserinator NICK :Bowserinator < 1530930636 682883 :Warrigal!~tswett@unaffiliated/tswett NICK :tswett > 1530930998 212229 PRIVMSG #esoteric :14[[07MediaWiki talk:Common.js14]]4 N10 02https://esolangs.org/w/index.php?oldid=56459 5* 03Oerjan 5* (+472) 10That doesn't work for the cache problems > 1530931055 997142 PRIVMSG #esoteric :14[[07MediaWiki talk:Common.js14]]4 M10 02https://esolangs.org/w/index.php?diff=56460&oldid=56459 5* 03Oerjan 5* (+1) 10punct. < 1530931219 746145 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :^bf +[-->-[>>+>-----<<]<--<---]>-.>>>+.>>..+++[.>]<<<<.+++.------.<<-. < 1530931219 881400 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :Hello, World < 1530932043 452661 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric : what's more general than a hypergraph? <-- supercalifragilisticexpialigraph hth < 1530932519 206610 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Here's the paper on dual concatenation: https://www.sciencedirect.com/science/article/pii/S0304397505004056 < 1530932526 975744 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :(And dual regular expressions in general.) < 1530932699 600670 :S_Gautam!uid286066@gateway/web/irccloud.com/x-ohwctqruodubdqrt QUIT :Quit: Connection closed for inactivity < 1530935041 930324 :moei!~moei@softbank221078042071.bbtec.net QUIT :Quit: Leaving... < 1530936427 430249 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :oerjan: it did help. :P > 1530936451 364128 PRIVMSG #esoteric :14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=56461&oldid=56434 5* 03Yhara 5* (+65) 10 < 1530936601 901949 :doesthiswork!~Adium@207.55.82.57 QUIT :Quit: Leaving. < 1530936819 630673 :doesthiswork!~Adium@207.55.82.57 JOIN :#esoteric < 1530939045 615577 :moei!~moei@softbank221078042071.bbtec.net JOIN :#esoteric < 1530942341 207235 :Sgeo_!~Sgeo@ool-18b98dd9.dyn.optonline.net JOIN :#esoteric < 1530942369 559354 :Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net QUIT :Ping timeout: 248 seconds < 1530942716 554774 :rodgort!~rodgort@68.ip-149-56-14.net QUIT :Quit: Leaving < 1530943245 502724 :doesthiswork!~Adium@207.55.82.57 QUIT :Quit: Leaving. < 1530943429 328174 :rodgort!~rodgort@68.ip-149-56-14.net JOIN :#esoteric < 1530944151 626625 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 268 seconds < 1530947023 495224 :XorSwap!~XorSwap@wnpgmb016qw-ppp-103-253.dynamic.bellmts.net QUIT :Ping timeout: 256 seconds > 1530947710 212245 PRIVMSG #esoteric :14[[07Truth-machine14]]4 10 02https://esolangs.org/w/index.php?diff=56462&oldid=56436 5* 03A 5* (-14) 10/* brainfuck */ > 1530947865 610652 PRIVMSG #esoteric :14[[07Truth-machine14]]4 10 02https://esolangs.org/w/index.php?diff=56463&oldid=56462 5* 03Oerjan 5* (+14) 10Undo revision 56462 by [[Special:Contributions/A|A]] ([[User talk:A|talk]]) (See previous edit summaries) > 1530948086 936253 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56464&oldid=56438 5* 03A 5* (+28) 10/* Really? A shorter one */ > 1530948174 522918 PRIVMSG #esoteric :14[[07User talk:A14]]4 10 02https://esolangs.org/w/index.php?diff=56465&oldid=56313 5* 03Oerjan 5* (+406) 10/* Your brainfuck truth-machine */ new section > 1530948303 297934 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56466&oldid=56464 5* 03A 5* (+65) 10/* Really? A shorter one */ > 1530948542 39337 PRIVMSG #esoteric :14[[07Truth-machine14]]4 10 02https://esolangs.org/w/index.php?diff=56467&oldid=56463 5* 03A 5* (+109) 10/* brainfuck */ < 1530948613 987696 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :^bf ,.[->+>+<<]++++++[->--------<]>[>[.]]!0 < 1530948614 105955 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :0 < 1530948616 704120 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :^bf ,.[->+>+<<]++++++[->--------<]>[>[.]]!1 < 1530948616 799723 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 ... < 1530948619 335708 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :checks out > 1530948680 60118 PRIVMSG #esoteric :14[[07Truth-machine14]]4 10 02https://esolangs.org/w/index.php?diff=56468&oldid=56467 5* 03A 5* (-3) 10/* brainfuck */ > 1530948738 376450 PRIVMSG #esoteric :14[[07Truth-machine14]]4 10 02https://esolangs.org/w/index.php?diff=56469&oldid=56468 5* 03A 5* (-106) 10/* brainfuck */ > 1530948891 298563 PRIVMSG #esoteric :14[[07User talk:A14]]4 10 02https://esolangs.org/w/index.php?diff=56470&oldid=56465 5* 03A 5* (+149) 10/* Your brainfuck truth-machine */ > 1530949425 708833 PRIVMSG #esoteric :14[[07User talk:A14]]4 10 02https://esolangs.org/w/index.php?diff=56471&oldid=56470 5* 03A 5* (+144) 10/* Your brainfuck truth-machine */ > 1530949652 706703 PRIVMSG #esoteric :14[[07User talk:A14]]4 10 02https://esolangs.org/w/index.php?diff=56472&oldid=56471 5* 03A 5* (-69) 10/* Your brainfuck truth-machine */ > 1530949824 300620 PRIVMSG #esoteric :14[[07User talk:A14]]4 10 02https://esolangs.org/w/index.php?diff=56473&oldid=56472 5* 03A 5* (+5) 10/* Your brainfuck truth-machine */ > 1530950096 101188 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56474&oldid=56466 5* 03A 5* (+123) 10 > 1530950096 395060 PRIVMSG #esoteric :14[[07User talk:A14]]4 10 02https://esolangs.org/w/index.php?diff=56475&oldid=56473 5* 03Oerjan 5* (+207) 10/* Your brainfuck truth-machine */ > 1530950366 866603 PRIVMSG #esoteric :14[[07User talk:A14]]4 10 02https://esolangs.org/w/index.php?diff=56476&oldid=56475 5* 03A 5* (+175) 10/* Your brainfuck truth-machine */ < 1530950536 74630 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :^bf ,.[->+>+<<]++++++[->--------<]>[>[.]] < 1530950542 826287 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :^bf ,.[->+>+<<]++++++[->--------<]>[>[.]]!0 < 1530950542 959681 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :0 > 1530950713 86918 PRIVMSG #esoteric :14[[07User talk:A14]]4 10 02https://esolangs.org/w/index.php?diff=56477&oldid=56476 5* 03Oerjan 5* (+163) 10Yes > 1530951040 892536 PRIVMSG #esoteric :14[[07Truth-machine14]]4 10 02https://esolangs.org/w/index.php?diff=56478&oldid=56469 5* 03A 5* (+103) 10/* brainfuck */ < 1530956065 540730 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1530956495 51767 :oerjan!oerjan@hagbart.nvg.ntnu.no QUIT :Quit: Nite < 1530957923 255776 :AnotherTest!~turingcom@ptr-82l26zf26q8wflfvvi0.18120a2.ip6.access.telenet.be JOIN :#esoteric < 1530958755 403649 :erkin!~erkin@unaffiliated/erkin JOIN :#esoteric < 1530959189 389886 :SopaXorzTaker!~SopaXorzT@unaffiliated/sopaxorztaker JOIN :#esoteric < 1530960495 563930 :erkin!~erkin@unaffiliated/erkin QUIT :Quit: Ouch! Got SIGIRL, dying... < 1530963213 286372 :erkin!~erkin@unaffiliated/erkin JOIN :#esoteric < 1530963230 937989 :erkin!~erkin@unaffiliated/erkin QUIT :Remote host closed the connection < 1530963236 239058 :sebbu2!~sebbu@unaffiliated/sebbu JOIN :#esoteric < 1530963324 652476 :sebbu!~sebbu@unaffiliated/sebbu QUIT :Ping timeout: 256 seconds < 1530965685 133650 :S_Gautam!uid286066@gateway/web/irccloud.com/x-dtbvhmdkiuagufmh JOIN :#esoteric < 1530966829 673778 :erkin!~erkin@unaffiliated/erkin JOIN :#esoteric < 1530968431 788425 :doesthiswork!~Adium@207.55.82.57 JOIN :#esoteric < 1530974665 287308 :S_Gautam!uid286066@gateway/web/irccloud.com/x-dtbvhmdkiuagufmh QUIT :Quit: Connection closed for inactivity < 1530977127 451201 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :@metar EGLL < 1530977127 510066 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :EGLL 071520Z AUTO 30008KT 250V020 9999 NCD 30/12 Q1023 NOSIG < 1530977132 274658 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :E2HOT < 1530977570 273921 :variable!~variable@freebsd/developer/variable QUIT :Quit: /dev/null is full < 1530978089 524949 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1530978620 495230 :trout!~variable@freebsd/developer/variable JOIN :#esoteric < 1530978747 670486 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 240 seconds < 1530980410 30828 :impomatic!~digital_w@host86-190-54-130.range86-190.btcentralplus.com QUIT :Ping timeout: 264 seconds < 1530980531 805965 :Gregor!dlopen@71.19.155.102 QUIT :Ping timeout: 276 seconds < 1530980858 352615 :Gregor!dlopen@71.19.155.102 JOIN :#esoteric < 1530983393 271423 :int-e!~noone@int-e.eu PRIVMSG #esoteric :@metar BHX < 1530983399 585767 :int-e!~noone@int-e.eu PRIVMSG #esoteric :hmm that doesn't work < 1530983415 394522 :int-e!~noone@int-e.eu PRIVMSG #esoteric :@metar egbb < 1530983415 683323 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :EGBB 071650Z 32008KT 280V010 CAVOK 28/09 Q1024 < 1530983632 814753 :mrrmx!mrrmx@gateway/vpn/privateinternetaccess/mrrmx JOIN :#esoteric < 1530983912 231558 :Phantom__Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1530984132 632182 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Ping timeout: 256 seconds < 1530985366 410122 :sebbu2!~sebbu@unaffiliated/sebbu NICK :sebbu < 1530986158 406479 :trout!~variable@freebsd/developer/variable QUIT :Quit: /dev/null is full < 1530986976 107976 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1530987778 657215 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :`iata BHX < 1530987779 446261 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :Birmingham (BHX, EGBB) < 1530988183 207625 :laerling!~laerling@unaffiliated/laerling JOIN :#esoteric < 1530988304 759314 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :@metar EGSC < 1530988305 58166 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :EGSC 071650Z 36006KT 300V090 CAVOK 28/10 Q1023 < 1530988634 66092 :laerling!~laerling@unaffiliated/laerling QUIT :Quit: Leaving < 1530988759 5956 :XorSwap!~XorSwap@wnpgmb016qw-ppp-103-253.dynamic.bellmts.net JOIN :#esoteric > 1530988864 256550 PRIVMSG #esoteric :14[[07User:Language14]]4 10 02https://esolangs.org/w/index.php?diff=56479&oldid=56398 5* 03HereToAnnoy 5* (+4159) 10Language update + examples < 1530988932 88039 :trout!~variable@freebsd/developer/variable JOIN :#esoteric < 1530989147 318925 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 265 seconds < 1530989692 233628 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :It's far too warm... < 1530989798 856683 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :`icao EGSC < 1530989799 677968 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :Cambridge (CBG, EGSC) < 1530989867 208726 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :Somehow, Cambridge has an international airport with zero scheduled flights < 1530990821 990426 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1530991006 33516 :trout!~variable@freebsd/developer/variable QUIT :Ping timeout: 260 seconds < 1530991091 690679 :SopaXorzTaker!~SopaXorzT@unaffiliated/sopaxorztaker QUIT :Remote host closed the connection > 1530991220 554173 PRIVMSG #esoteric :14[[07User:Language14]]4 M10 02https://esolangs.org/w/index.php?diff=56480&oldid=56479 5* 03HereToAnnoy 5* (-328) 10edits to a language about a wiki < 1530992741 781387 :trout!~variable@freebsd/developer/variable JOIN :#esoteric < 1530992812 186124 :Phantom__Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Ping timeout: 245 seconds < 1530992915 790668 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 255 seconds < 1530994594 488752 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1530994786 16759 :trout!~variable@freebsd/developer/variable QUIT :Ping timeout: 260 seconds < 1530994954 7602 :aloril_!~aloril@80.246.146.6 QUIT :Ping timeout: 264 seconds < 1530995292 998976 :Phantom__Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1530995595 203266 :aloril_!~aloril@80.246.146.6 JOIN :#esoteric < 1530996473 199296 :trout!~variable@freebsd/developer/variable JOIN :#esoteric < 1530996722 35227 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 276 seconds < 1530998375 749743 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1530998537 210927 :trout!~variable@freebsd/developer/variable QUIT :Ping timeout: 245 seconds < 1531000299 538895 :trout!~variable@freebsd/developer/variable JOIN :#esoteric < 1531000428 303928 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 265 seconds < 1531002051 252592 :AnotherTest!~turingcom@ptr-82l26zf26q8wflfvvi0.18120a2.ip6.access.telenet.be QUIT :Ping timeout: 240 seconds < 1531002161 151221 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1531002263 918131 :Cale!~cale@2607:fea8:995f:fb71:3ccc:744d:ed01:df65 QUIT :Remote host closed the connection < 1531002365 779311 :trout!~variable@freebsd/developer/variable QUIT :Ping timeout: 255 seconds < 1531002404 332246 :Cale!~cale@2607:fea8:995f:fb71:357d:3ed7:b98:8cba JOIN :#esoteric < 1531003264 653328 :impomatic!~digital_w@host86-190-54-130.range86-190.btcentralplus.com JOIN :#esoteric < 1531004102 168742 :trout!~variable@freebsd/developer/variable JOIN :#esoteric < 1531004288 32642 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 276 seconds > 1531004714 680420 PRIVMSG #esoteric :14[[07User:Language14]]4 10 02https://esolangs.org/w/index.php?diff=56481&oldid=56480 5* 03Ais523 5* (+52) 10add a few extra cats to this: [[Category:Unimplemented]] is particularly important as it may inspire someone to write an interpreter (which should be entirely possible!) > 1531005878 702489 PRIVMSG #esoteric :14[[07Fusion Tag14]]4 N10 02https://esolangs.org/w/index.php?oldid=56482 5* 03Ais523 5* (+2369) 10I wanted to prove this TC before posting it, but I'm struggling, so it makes more sense to post it to see what other people think about it > 1531005907 707573 PRIVMSG #esoteric :14[[07Language list14]]4 10 02https://esolangs.org/w/index.php?diff=56483&oldid=56458 5* 03Ais523 5* (+17) 10/* F */ +[[Fusion Tag]] < 1531005964 46508 :variable!~variable@freebsd/developer/variable JOIN :#esoteric > 1531005973 948880 PRIVMSG #esoteric :14[[07User:Ais52314]]4 10 02https://esolangs.org/w/index.php?diff=56484&oldid=55708 5* 03Ais523 5* (+200) 10+[[Fusion Tag]]; notes about the current status of Feather < 1531006165 391368 :trout!~variable@freebsd/developer/variable QUIT :Ping timeout: 245 seconds < 1531006768 490443 :oerjan!oerjan@hagbart.nvg.ntnu.no JOIN :#esoteric < 1531006864 882772 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :@metar ENVA < 1531006865 236776 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :ENVA 072320Z 13008KT CAVOK 08/07 Q1023 RMK WIND 670FT 16007KT < 1531006887 73881 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric : E2HOT <-- E2DAMP < 1531006924 610127 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :opening the door should help, i hope < 1531007316 289083 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1531007644 505189 :erkin!~erkin@unaffiliated/erkin QUIT :Quit: Ouch! Got SIGIRL, dying... < 1531007904 138680 :trout!~variable@freebsd/developer/variable JOIN :#esoteric