< 1577491490 943128 :heroux!sandroco@gateway/shell/insomnia247/x-wbnqbllbrvareshv QUIT :Ping timeout: 240 seconds < 1577492515 256602 :heroux!sandroco@gateway/shell/insomnia247/x-qrnjtqetjvcmodmy JOIN :#esoteric < 1577493141 491890 :FreeFull!~freefull@defocus/sausage-lover QUIT : < 1577493199 547131 :LKoen!~LKoen@2a01cb0407597a00b9cbd679b78e2be3.ipv6.abo.wanadoo.fr QUIT :Quit: “It’s only logical. First you learn to talk, then you learn to think. Too bad it’s not the other way round.” < 1577494917 792126 :Melvar!~melvar@dslb-092-074-060-111.092.074.pools.vodafone-ip.de QUIT :Quit: WeeChat 2.4 < 1577495444 692190 :oerjan!oerjan@sprocket.nvg.ntnu.no JOIN :#esoteric < 1577495621 471098 :Melvar!~melvar@dslb-092-074-060-111.092.074.pools.vodafone-ip.de JOIN :#esoteric < 1577495631 146156 :FreeFull!~freefull@defocus/sausage-lover JOIN :#esoteric < 1577498264 906913 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric : what did the person nicknamed A do <-- most recently, deciding that e wanted to get higher on the "most linked" special page rankings and also in total number of pages created, and deciding to do so by creating a lot of even more trivial language pages than e previously had < 1577498299 64477 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :in general, a severe lack of self control and judgement. < 1577498342 934186 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :but not quite enough to get permanently banned. yet. < 1577498374 216232 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :(the user page ban was the result of one eir previous noisy experiments) < 1577498379 862112 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :*one of > 1577498473 383206 PRIVMSG #esoteric :14[[07Human Resource Code14]]4 M10 02https://esolangs.org/w/index.php?diff=68402&oldid=68401 5* 03EthanPixelate 5* (-1) 10/* Jumping and Controlled Flow */ > 1577498513 876414 PRIVMSG #esoteric :14[[07Human Resource Code14]]4 M10 02https://esolangs.org/w/index.php?diff=68403&oldid=68402 5* 03EthanPixelate 5* (+18) 10/* Trying HRC */ > 1577498550 496249 PRIVMSG #esoteric :14[[07Human Resource Code14]]4 M10 02https://esolangs.org/w/index.php?diff=68404&oldid=68403 5* 03EthanPixelate 5* (+63) 10 > 1577498627 55404 PRIVMSG #esoteric :14[[07Human Resource Code14]]4 M10 02https://esolangs.org/w/index.php?diff=68405&oldid=68404 5* 03EthanPixelate 5* (+0) 10 < 1577501469 47907 :Lord_of_Life_!~Lord@unaffiliated/lord-of-life/x-0885362 JOIN :#esoteric < 1577501538 614601 :Lord_of_Life!~Lord@unaffiliated/lord-of-life/x-0885362 QUIT :Ping timeout: 258 seconds < 1577501553 34009 :Lord_of_Life_!~Lord@unaffiliated/lord-of-life/x-0885362 NICK :Lord_of_Life < 1577501749 807222 :zzo38!~zzo38@24.207.50.7 PRIVMSG #esoteric :Is there a command in Firefox to save a partially (or fully) filled form? < 1577507336 226016 :heroux!sandroco@gateway/shell/insomnia247/x-qrnjtqetjvcmodmy QUIT :Read error: Connection reset by peer < 1577507357 812232 :heroux!sandroco@gateway/shell/insomnia247/x-sslmxubkiagiwoys JOIN :#esoteric > 1577508771 616883 PRIVMSG #esoteric :14[[0710Brainfuck14]]4 N10 02https://esolangs.org/w/index.php?oldid=68406 5* 03BrainF99 5* (+695) 10Created page with "==10Brainfuck== 10Brainfuck is going to be my first contribution as far as esolangs are concerned. First of all programs are actually going to be written in octal. The octal c..." > 1577509018 500127 PRIVMSG #esoteric :14[[0710Brainfuck14]]4 10 02https://esolangs.org/w/index.php?diff=68407&oldid=68406 5* 03BrainF99 5* (+40) 10 < 1577509352 541703 :zzo38!~zzo38@24.207.50.7 PRIVMSG #esoteric :A variant of the Magic: the Gathering "Commander" format would be to allow your commander to be any card (regardless of type and supertype), rather than only a legendary creature. > 1577509397 107 PRIVMSG #esoteric :14[[0710Brainfuck14]]4 10 02https://esolangs.org/w/index.php?diff=68408&oldid=68407 5* 03BrainF99 5* (+4) 10 < 1577509558 210209 :heroux!sandroco@gateway/shell/insomnia247/x-sslmxubkiagiwoys QUIT :Ping timeout: 265 seconds < 1577509949 337579 :zzo38!~zzo38@24.207.50.7 PRIVMSG #esoteric :Another variant would allow cards with the wrong color identity but to have some sort of restriction and/or penalty involved for such thing. < 1577511349 809803 :hakatashi2!~hakatashi@104.131.49.125 QUIT :Remote host closed the connection < 1577511366 703500 :hakatashi!~hakatashi@104.131.49.125 JOIN :#esoteric < 1577513262 111678 :zzo38!~zzo38@24.207.50.7 PRIVMSG #esoteric :I remember mentioned on here before about a prism that is red or blue when activated, and communicates with an alternative universe with a different colour. I think you mentioned to try to use monads to make it up in the computer? < 1577513329 395974 :zzo38!~zzo38@24.207.50.7 PRIVMSG #esoteric :This is what I have: data Prism :: * -> * -> *; data Channel :: * -> * -> *; instance Eq (Channel a b); instance Monad (Prism a); runPrism :: forall a. (forall b. Prism b a) -> a; new :: forall a b. Prism b (Bool, Channel b a); send :: forall a b. a -> Channel b a -> Prism b (); receive :: forall a b. Channel b a -> Prism b a; I don't know what the definitions would be though, or even if those types will work < 1577513332 425318 :zzo38!~zzo38@24.207.50.7 PRIVMSG #esoteric :Do you know? < 1577513474 934007 :sparr!~sparr@2604:a880:800:10::103:f001 QUIT :Changing host < 1577513474 934083 :sparr!~sparr@pdpc/supporter/active/sparr JOIN :#esoteric < 1577513875 775724 :int-e!~noone@int-e.eu PRIVMSG #esoteric :https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10703.html is promising :) < 1577516286 778735 :heroux!sandroco@gateway/shell/insomnia247/x-aanjqnzgwzcfnvnb JOIN :#esoteric < 1577516606 192615 :FreeFull!~freefull@defocus/sausage-lover QUIT : < 1577516926 590316 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :oh nice, an ultimate talk < 1577517097 960327 :oerjan!oerjan@sprocket.nvg.ntnu.no QUIT :Quit: Nite < 1577517481 269434 :int-e!~noone@int-e.eu PRIVMSG #esoteric :FireFly: well I liked it < 1577517537 577658 :int-e!~noone@int-e.eu PRIVMSG #esoteric :(We can argue about the title. I picked it for contents. https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10703.html ) < 1577517550 950609 :int-e!~noone@int-e.eu PRIVMSG #esoteric : oops(I should've linked to that < 1577517553 34078 :int-e!~noone@int-e.eu PRIVMSG #esoteric :oops < 1577517612 827773 :int-e!~noone@int-e.eu PRIVMSG #esoteric :I meant to link to the video: https://media.ccc.de/v/36c3-10703-the_ultimate_acorn_archimedes_talk < 1577517778 532832 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :ah right < 1577517826 976354 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :I saw the Intel ME talk yesterday, haven't really looked closely at the others yet < 1577517835 745437 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :I'll catch the recordings later < 1577518362 188025 :int-e!~noone@int-e.eu PRIVMSG #esoteric :hmm I guess the Plundervolt talk would be more interesting if I had not read the paper. < 1577518523 108088 :int-e!~noone@int-e.eu PRIVMSG #esoteric :But the (cleaned up) uploads are lagging behind the schedule. I'll check again later. < 1577518698 367745 :int-e!~noone@int-e.eu PRIVMSG #esoteric :(That's *not* a complaint. The CCC media team is amazing.) < 1577519857 81563 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :hey are < 1577519860 57530 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :they* < 1577524099 684656 :kspalaiologos!~kspalaiol@user-94-254-232-10.play-internet.pl PRIVMSG #esoteric :imode, I've got something if you want to somehow spend these three days > 1577524518 203247 PRIVMSG #esoteric :14[[07User:Pppery14]]4 N10 02https://esolangs.org/w/index.php?oldid=68409 5* 03Hex96 5* (+27) 10Created page with "Welcome to esolangs Pppery!" < 1577524596 63910 :imode!~linear@unaffiliated/imode PRIVMSG #esoteric :kspalaiologos: what would that be > 1577524644 378039 PRIVMSG #esoteric :14[[07User:Hex9614]]4 10 02https://esolangs.org/w/index.php?diff=68410&oldid=68391 5* 03Hex96 5* (+86) 10 < 1577525675 538503 :arseniiv!~arseniiv@95.105.11.215.dynamic.ufanet.ru JOIN :#esoteric < 1577526389 709777 :kritixilithos!~kritixili@gateway/tor-sasl/kritixilithos JOIN :#esoteric < 1577526513 682297 :imode!~linear@unaffiliated/imode QUIT :Ping timeout: 260 seconds < 1577527514 887747 :kspalaiologos!~kspalaiol@user-94-254-232-10.play-internet.pl QUIT :Ping timeout: 240 seconds < 1577528251 890556 :kspalaiologos!~kspalaiol@176.221.122.71 JOIN :#esoteric < 1577528518 871589 :kspalaiologos!~kspalaiol@176.221.122.71 PRIVMSG #esoteric :imode, well, I'm looking for someone to help me with finding a reasonable compiler to tweak it so it targets my asm2bf < 1577528538 766118 :kspalaiologos!~kspalaiol@176.221.122.71 PRIVMSG #esoteric :I don't feel like writing my own language, but I could take on creating yet another C compiler < 1577528599 272355 :kspalaiologos!~kspalaiol@176.221.122.71 PRIVMSG #esoteric :@tell imode please check the logs if you feel like it < 1577528599 329625 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :Consider it noted. < 1577530863 725928 :kritixilithos!~kritixili@gateway/tor-sasl/kritixilithos QUIT :Ping timeout: 240 seconds < 1577532176 775859 :LKoen!~LKoen@2a01cb0407597a0038f2ffde51f3cc76.ipv6.abo.wanadoo.fr JOIN :#esoteric < 1577532748 714224 :kritixilithos!~kritixili@gateway/tor-sasl/kritixilithos JOIN :#esoteric > 1577532771 104230 PRIVMSG #esoteric :14[[07Asm2bf14]]4 M10 02https://esolangs.org/w/index.php?diff=68411&oldid=67298 5* 03Palaiologos 5* (+265) 10amp & sm, r5 > 1577532868 64669 PRIVMSG #esoteric :14[[07Asm2bf14]]4 10 02https://esolangs.org/w/index.php?diff=68412&oldid=68411 5* 03Palaiologos 5* (+0) 10four GPR's -> five GPR's < 1577533683 118009 :LKoen!~LKoen@2a01cb0407597a0038f2ffde51f3cc76.ipv6.abo.wanadoo.fr QUIT :Remote host closed the connection < 1577534996 519909 :LKoen!~LKoen@2a01cb0407597a0078e6e1f9b6bbc795.ipv6.abo.wanadoo.fr JOIN :#esoteric < 1577535307 6116 :kspalaiologos!~kspalaiol@176.221.122.71 PRIVMSG #esoteric :anyone willing to read the article, give some feedback on the assembler < 1577535312 30798 :kspalaiologos!~kspalaiol@176.221.122.71 PRIVMSG #esoteric :maybe suggest somethying < 1577535859 716137 :int-e!~noone@int-e.eu PRIVMSG #esoteric :zzo38: Oh, this reminds me of you: https://media.ccc.de/v/36c3-10701-select_code_execution_from_using_sqlite < 1577537072 475114 :arseniiv!~arseniiv@95.105.11.215.dynamic.ufanet.ru QUIT :Ping timeout: 268 seconds > 1577541141 676440 PRIVMSG #esoteric :14[[07Asm2bf14]]4 10 02https://esolangs.org/w/index.php?diff=68413&oldid=68412 5* 03Palaiologos 5* (+976) 10Programming techniques / Portability < 1577541164 899168 :kspalaiologos!~kspalaiol@176.221.122.71 PRIVMSG #esoteric :I believe asm2bf article may be the longest one currently on wiki > 1577542029 357256 PRIVMSG #esoteric :14[[07Asm2bf14]]4 10 02https://esolangs.org/w/index.php?diff=68414&oldid=68413 5* 03Palaiologos 5* (+576) 10Programming techniques / Compact loops > 1577542828 108041 PRIVMSG #esoteric :14[[07Keg14]]4 10 02https://esolangs.org/w/index.php?diff=68415&oldid=68038 5* 03Hex96 5* (+20) 10/* Cat program */ < 1577543434 702971 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Hmm, the wiki XML dump has started failing with a "LocalFileLockError". :/ < 1577543472 247740 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :On an apparently-random directory (archive/d/d9/) which looks just like all the other directories as far as permissions are concerned. < 1577543522 405696 :arseniiv!~arseniiv@95.105.11.215.dynamic.ufanet.ru JOIN :#esoteric < 1577543607 770672 :kspalaiologos!~kspalaiol@176.221.122.71 PRIVMSG #esoteric :https://esolangs.org/wiki/Funciton/Brainfuckiton < 1577543611 136190 :kspalaiologos!~kspalaiol@176.221.122.71 PRIVMSG #esoteric :damn < 1577543612 878603 :kspalaiologos!~kspalaiol@176.221.122.71 PRIVMSG #esoteric :it's amazing < 1577544762 575579 :Lord_of_Life_!~Lord@unaffiliated/lord-of-life/x-0885362 JOIN :#esoteric < 1577544794 969880 :Lord_of_Life!~Lord@unaffiliated/lord-of-life/x-0885362 QUIT :Ping timeout: 240 seconds < 1577544845 122810 :Lord_of_Life_!~Lord@unaffiliated/lord-of-life/x-0885362 NICK :Lord_of_Life < 1577545501 243129 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Bah. This error message is just useless. < 1577545818 380266 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :It does seem to fail for the third revision of https://esolangs.org/wiki/File:Plus1b.PNG which doesn't have a thumbnail either. I think it's missing the file name (for whatever reason), and consequently attempting to lock the directory instead of a file in it. < 1577545904 237774 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :There is a file in the directory, it's just somehow lost track of it I guess. < 1577546538 547622 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Well, some careful direct database manipulation seems to have resolved it. Couldn't even delete it from the web interface; because the archive name was missing, the delete link was pointing to the "delete all versions" action. < 1577546815 627068 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :What I was *going* to say before all that, in terms of lines of raw wikitext, the Asm2bf article is #19 in the main namespace (but it's not a size competition). It might be the longest in terms of content; most of the longer ones are just long lists of implementations and/or examples. < 1577546892 696606 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :(Top-20 at http://ix.io/25Im .) < 1577546940 393823 :LKoen!~LKoen@2a01cb0407597a0078e6e1f9b6bbc795.ipv6.abo.wanadoo.fr QUIT :Remote host closed the connection < 1577547505 783230 :LKoen!~LKoen@2a01cb0407597a0020225df3f521346b.ipv6.abo.wanadoo.fr JOIN :#esoteric < 1577548146 156214 :FreeFull!~freefull@defocus/sausage-lover JOIN :#esoteric < 1577549548 220902 :kspalaiologos!~kspalaiol@176.221.122.71 PRIVMSG #esoteric :fizzie, yeah, looked at them < 1577549561 336237 :kspalaiologos!~kspalaiol@176.221.122.71 PRIVMSG #esoteric :there is a special page listing the articles < 1577549641 493167 :kspalaiologos!~kspalaiol@176.221.122.71 PRIVMSG #esoteric :any ideas on example programs for asm2bf? < 1577550184 913428 :LKoen!~LKoen@2a01cb0407597a0020225df3f521346b.ipv6.abo.wanadoo.fr QUIT :Remote host closed the connection < 1577550276 228539 :zzo38!~zzo38@24.207.50.7 PRIVMSG #esoteric :int-e: What I saw so far, it is clearly enough, and is even intended behaviour. But I suppose that is why they added SQLITE_DBCONFIG_ENABLE_VIEW, since some programs will not want that. < 1577550898 68244 :zzo38!~zzo38@24.207.50.7 PRIVMSG #esoteric :(The bugs with shadow tables clearly is not intended, but I think they start to correct that and have also added a defensive mode to mitigate that a bit.) < 1577551563 743070 :kritixilithos!~kritixili@gateway/tor-sasl/kritixilithos QUIT :Ping timeout: 240 seconds < 1577551931 829179 :zzo38!~zzo38@24.207.50.7 PRIVMSG #esoteric :What they mention now seems to be FTS3 anyways; there are newer versions of FTS, with a better way to pass pointers to SQL codes. (The pointers can only come from a C code, and if passed to any SQL function or INSERT statement or whatever that is not expecting it, you will just get null instead and will not be able to use the pointer.) < 1577552133 764540 :kritixilithos!~kritixili@gateway/tor-sasl/kritixilithos JOIN :#esoteric < 1577552787 143467 :Frater_EST!adrianbibl@172.242.0.73 JOIN :#esoteric < 1577552884 640729 :zzo38!~zzo38@24.207.50.7 PRIVMSG #esoteric :Some stuff in that video is just badly written. (Did they not proof read it?) < 1577553483 747742 :kritixilithos!~kritixili@gateway/tor-sasl/kritixilithos QUIT :Ping timeout: 240 seconds < 1577553579 900442 :zzo38!~zzo38@24.207.50.7 PRIVMSG #esoteric :Their exploit depends on FTS3 being available, so won't work without that. < 1577554651 79686 :imode!~linear@unaffiliated/imode JOIN :#esoteric < 1577554792 986380 :kspalaiologos!~kspalaiol@176.221.122.71 QUIT :Quit: Leaving < 1577554851 703185 :kspalaiologos!~kspalaiol@176.221.122.71 JOIN :#esoteric < 1577555102 281222 :Frater_EST!adrianbibl@172.242.0.73 QUIT :Read error: Connection reset by peer < 1577555160 469642 :kritixilithos!~kritixili@gateway/tor-sasl/kritixilithos JOIN :#esoteric < 1577555267 487424 :Frater_EST!adrianbibl@172.242.0.73 JOIN :#esoteric < 1577555788 844581 :Frater_EST!adrianbibl@172.242.0.73 QUIT :Read error: Connection reset by peer < 1577555971 513425 :Frater_EST!adrianbibl@172.242.0.73 JOIN :#esoteric < 1577558645 793926 :LKoen!~LKoen@2a01cb0407597a0031a1b32494162149.ipv6.abo.wanadoo.fr JOIN :#esoteric < 1577558867 863491 :Frater_EST!adrianbibl@172.242.0.73 QUIT :Read error: Connection reset by peer < 1577559028 922518 :Frater_EST!adrianbibl@172.242.0.73 JOIN :#esoteric < 1577560208 565581 :LKoen!~LKoen@2a01cb0407597a0031a1b32494162149.ipv6.abo.wanadoo.fr QUIT :Remote host closed the connection > 1577560392 58742 PRIVMSG #esoteric :14[[07Human Resource Code14]]4 M10 02https://esolangs.org/w/index.php?diff=68416&oldid=68405 5* 03EthanPixelate 5* (+145) 10 < 1577560789 363997 :LKoen!~LKoen@2a01cb0407597a00340d768c99ed4f5c.ipv6.abo.wanadoo.fr JOIN :#esoteric < 1577561681 662543 :LKoen!~LKoen@2a01cb0407597a00340d768c99ed4f5c.ipv6.abo.wanadoo.fr QUIT :Read error: Connection reset by peer < 1577561700 680336 :LKoen!~LKoen@2a01cb0407597a00340d768c99ed4f5c.ipv6.abo.wanadoo.fr JOIN :#esoteric < 1577562925 433470 :kritixilithos!~kritixili@gateway/tor-sasl/kritixilithos QUIT :Quit: quit > 1577564634 67508 PRIVMSG #esoteric :14[[07Special:Log/newusers14]]4 create10 02 5* 03WilliamRagstad 5* 10New user account > 1577567048 57925 PRIVMSG #esoteric :14[[07Esolang:Introduce yourself14]]4 M10 02https://esolangs.org/w/index.php?diff=68417&oldid=68396 5* 03WilliamRagstad 5* (+360) 10Added an introduction about me (William Rgstad) < 1577567299 605946 :kspalaiologos!~kspalaiol@176.221.122.71 QUIT :Quit: Leaving > 1577567934 750541 PRIVMSG #esoteric :14[[07User:Herman-L14]]4 N10 02https://esolangs.org/w/index.php?oldid=68418 5* 03Herman-L 5* (+99) 10Created page with "Hello! I am the Code Golf Stack Exchange user with the same name. I am also the creator of [[Ral]]." < 1577568245 880504 :kspalaiologos!~kspalaiol@176.221.122.71 JOIN :#esoteric > 1577568507 325153 PRIVMSG #esoteric :14[[07Ral14]]4 10 02https://esolangs.org/w/index.php?diff=68419&oldid=68385 5* 03Herman-L 5* (+196) 10Add categories < 1577568596 743655 :Frater_EST!adrianbibl@172.242.0.73 QUIT :Read error: Connection reset by peer > 1577569441 696278 PRIVMSG #esoteric :14[[07Special:Log/upload14]]4 upload10 02 5* 03WilliamRagstad 5* 10uploaded "[[02File:Sweden-Flag-icon.png10]]" > 1577569839 666516 PRIVMSG #esoteric :14[[07User:WilliamRagstad14]]4 N10 02https://esolangs.org/w/index.php?oldid=68421 5* 03WilliamRagstad 5* (+1243) 10My personal page > 1577569937 251229 PRIVMSG #esoteric :14[[07User:WilliamRagstad14]]4 10 02https://esolangs.org/w/index.php?diff=68422&oldid=68421 5* 03WilliamRagstad 5* (+31) 10Split some text < 1577572483 702609 :MDude!~MDude@97-127-171-136.cdrr.qwest.net JOIN :#esoteric < 1577573520 562266 :kspalaiologos!~kspalaiol@176.221.122.71 PRIVMSG #esoteric :I'm planning to add bitops to asm2bf < 1577573543 799768 :kspalaiologos!~kspalaiol@176.221.122.71 PRIVMSG #esoteric :Someone's got a decent Brainfuck implementation or I have to roll my own? < 1577573710 99484 :hppavilion[1]!~omegasome@172.98.86.92 JOIN :#esoteric < 1577573727 297850 :imode!~linear@unaffiliated/imode PRIVMSG #esoteric :if you wanna do it naively, shifting, ANDing and such should be doable in terms of multiplication division by 2. < 1577573729 269370 :hppavilion[1]!~omegasome@172.98.86.92 QUIT :Client Quit < 1577573746 464219 :imode!~linear@unaffiliated/imode PRIVMSG #esoteric :ANDing though I'm not really sure.. < 1577573750 151426 :hppavilion[1]!~omegasome@172.98.86.92 JOIN :#esoteric > 1577574561 408025 PRIVMSG #esoteric :14[[07User:WilliamRagstad14]]4 M10 02https://esolangs.org/w/index.php?diff=68423&oldid=68422 5* 03WilliamRagstad 5* (+0) 10 < 1577576277 856548 :kspalaiologos!~kspalaiol@176.221.122.71 PRIVMSG #esoteric :imode, already got shifts < 1577576294 897038 :kspalaiologos!~kspalaiol@176.221.122.71 PRIVMSG #esoteric :I need just and, or, xor > 1577576641 504611 PRIVMSG #esoteric :14[[07WordLang14]]4 N10 02https://esolangs.org/w/index.php?oldid=68424 5* 03WilliamRagstad 5* (+458) 10Started writing about WordLang < 1577577300 452097 :arseniiv!~arseniiv@95.105.11.215.dynamic.ufanet.ru QUIT :Ping timeout: 258 seconds < 1577577565 556981 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :"You will need to configure a better logger to collect the extra fields, for example Monolog." < 1577577568 559717 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :`thanks MediaWiki < 1577577570 356881 :HackEso!~h@unaffiliated/fizzie/bot/hackeso PRIVMSG #esoteric :Thanks, MediaWiki. ThediaWiki.