< 1523232000 956835 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :that may be a different way to fix it. < 1523232056 157030 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` grep -l -r 'shuf -z' bin < 1523232056 967256 :HackEso!~HackEso@techne.zem.fi PRIVMSG #esoteric :bin/randbin < 1523232099 558806 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` grep -l -r ' -z' bin < 1523232100 327030 :HackEso!~HackEso@techne.zem.fi PRIVMSG #esoteric :bin/wisdom \ bin/f \ bin/trueif \ bin/randbin \ bin/whoops \ bin/tomfoolery \ bin/hello-world-in-any-language < 1523232107 285730 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`cat bin/f < 1523232107 859940 :HackEso!~HackEso@techne.zem.fi PRIVMSG #esoteric :​#! /bin/bash \ cmd="$1" \ shift \ f="$*" \ if [[ -z "$f" && "$cmd" == *\ * ]]; then f="${cmd#* }"; cmd="${cmd%% *}"; fi \ if [[ -z "$f" ]]; then echo try: \`f command filename; elif [[ -e "$f" ]]; then "$cmd" "$(< "$f")"; else echo no such file: "$f"; fi < 1523232124 77981 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`cat bin/whoops < 1523232124 590217 :HackEso!~HackEso@techne.zem.fi PRIVMSG #esoteric :OLD="wisdom/$1"; [ -z "$1" ] && OLD="$(lastfiles)"; NEW="${OLD}s"; if [ -f "$NEW" ]; then echo "«${NEW}» already exists"; exit 1; fi; mv "$OLD" "$NEW" && echo "«${OLD}» -> «${NEW}»" < 1523232145 216788 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :hm hard to grep for everything that uses NUL separation. < 1523232201 917333 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :fizzie: anyway, if that's the only problem it's rare enough that we can fix the commands individually (and maybe there aren't any more) < 1523232464 128284 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Remote host closed the connection < 1523233224 180316 :Naergon!~Naergon@unaffiliated/naergon JOIN :#esoteric < 1523233892 869313 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :. o O ( Is there a Mediawiki script to suggest Preview to people who edit the same article several times in a span of 5 minutes? ) < 1523234073 942729 :MoonyTheDwarf!moony@unaffiliated/moonythedwarf PRIVMSG #esoteric :oerjan, yup. it's called "the users of the wiki" > 1523234096 3012 PRIVMSG #esoteric :14[[07Special:Log/delete14]]4 delete10 02 5* 03Oerjan 5* 10deleted "[[02Computerfuck10]]": content was: "Sorry, the creator of this language decided to change its name Feel free to use this...", and the only contributor was "[[Special:Contributions/Is this the Krusty Krab|Is this the Krusty Krab]]" ([[User talk:Is this the Krusty Krab|talk]]) < 1523234296 164271 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1523234380 980690 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :MoonyTheDwarf: scripts are so much less scary < 1523234408 446742 :MoonyTheDwarf!moony@unaffiliated/moonythedwarf PRIVMSG #esoteric :be scary. *makes HackEso noises* < 1523234497 902775 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :no, no, i'm the one who _gets_ scared. < 1523234510 840689 :MoonyTheDwarf!moony@unaffiliated/moonythedwarf PRIVMSG #esoteric :ok < 1523234582 158812 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Ping timeout: 260 seconds < 1523234649 998261 :Naergon!~Naergon@unaffiliated/naergon QUIT :Ping timeout: 264 seconds < 1523234653 578263 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`cat bin/hurl < 1523234654 145750 :HackEso!~HackEso@techne.zem.fi PRIVMSG #esoteric :​#!/usr/bin/env python \ import sys, os.path, re, urllib \ if len(sys.argv) <= 1: \ print "https://hack.esolangs.org/repo/" \ else: \ f = os.path.abspath(sys.argv[1]) \ f = re.sub(r"^/+hackenv/", "", f) \ if re.match(r"/|(?:\.hg|tmp)(?:/|$)",f): \ sys.exit("File is outside web-viewable filesystem repository.") \ else: < 1523234822 175645 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`url < 1523234822 870609 :HackEso!~HackEso@techne.zem.fi PRIVMSG #esoteric :https://hack.esolangs.org/repo/ < 1523234854 903681 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1523235148 896981 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Ping timeout: 260 seconds < 1523235365 430939 :MDude!~MDude@pa-67-234-118-37.dhcp.embarqhsd.net QUIT :Ping timeout: 240 seconds < 1523235670 341555 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`le/rn actor model//The actor model is a model of computation based on actors (duh). Its major implementation is the Shakespeare Programming Language. < 1523235672 354672 :HackEso!~HackEso@techne.zem.fi PRIVMSG #esoteric :Learned 'actor model': The actor model is a model of computation based on actors (duh). Its major implementation is the Shakespeare Programming Language. < 1523235890 881465 :MDude!~MDude@pa-67-234-118-37.dhcp.embarqhsd.net JOIN :#esoteric < 1523236911 909422 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1523237213 929652 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Ping timeout: 260 seconds < 1523241041 191382 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1523241345 343075 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :fizzie: pragma- is ignoring me < 1523241346 271798 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Ping timeout: 264 seconds < 1523241348 405822 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :unmute me < 1523241363 617886 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :writing some c++ template things < 1523241378 440165 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I feel like some bad decisions brought me to this point. < 1523241708 109693 :Naergon!~Naergon@unaffiliated/naergon JOIN :#esoteric < 1523242725 248706 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :. o O ( * bans izabera for bringing in conflicts from other channels ) < 1523242749 894012 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :shachaf: sounds like a given. < 1523242858 140137 :Naergon!~Naergon@unaffiliated/naergon QUIT :Ping timeout: 264 seconds < 1523243058 890241 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 260 seconds < 1523244208 246581 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :Is there a command in Linux to add a timestamp on each line? < 1523244276 21504 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :there's a command named ts in moreutils < 1523244331 559905 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :O, OK, thanks < 1523244587 859992 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :I already have moreutils installed, and now I looked at it again, yes it is useful < 1523245539 53090 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :I think moreutils is good, especially the "sponge" command < 1523246539 733827 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1523246856 734030 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Ping timeout: 268 seconds < 1523247251 405327 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1523247766 407959 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :Now I have made the loading key bindings in Free Hero Mesh much faster. I also added testing for the key bindings as well as for pictures and a few other things; drawing the pictures seems to work now. < 1523248142 23382 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :The SQLITE_PREPARE_PERSISTENT option is useful, because if a key binding contains a SQL statement (most bindings don't, but it can be useful if you want to assign a key to do something other than a built-in command; even statements such as VACUUM can be used) then it keeps it prepared all the time, and SQLITE_PREPARE_PERSISTENT is a hint in case it can work better due to that. < 1523248403 86584 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1523248689 986600 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Ping timeout: 264 seconds < 1523250647 968794 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1523250771 331444 :sprocklem!~sprocklem@unaffiliated/sprocklem QUIT :Ping timeout: 256 seconds < 1523250911 967475 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Ping timeout: 245 seconds < 1523250964 675987 :Guest6451!~Slereah@ALille-651-1-22-184.w2-5.abo.wanadoo.fr JOIN :#esoteric < 1523251077 420165 :Slereah!~Slereah@ALille-651-1-11-153.w92-131.abo.wanadoo.fr QUIT :Ping timeout: 256 seconds < 1523251346 230726 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :why is brainfuck so popular. < 1523251427 113233 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :I don't know? < 1523252292 528352 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :irresistible branding < 1523252329 161821 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :it's the lobbyists from Big Brick < 1523252575 775421 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :what does Big Brick invest in brainfuck. < 1523252666 452905 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1523252780 307690 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`? brick < 1523252781 406800 :HackEso!~HackEso@techne.zem.fi PRIVMSG #esoteric :Brick goes in brain. The statutory punishment for perpetrators of brainfuck derivatives. < 1523252792 337772 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :Because Small Brick cannot invest in brainfuck. < 1523252915 399245 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Ping timeout: 240 seconds < 1523252969 757245 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :aw. but isn't brainfuck just turing machine derivative. < 1523253077 885858 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :isn't python just turing machine derivative < 1523253148 713743 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :no it has lambdas. that's cheating. < 1523253200 622103 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :i thought we settled on lambda calculus == turing machines < 1523253234 840373 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :if lambda calculus == turing machines then why do we have instruction sets and not processors based on the lambda calculus. < 1523253237 178852 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :checkmate lispers. < 1523253263 427671 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :am confused < 1523253467 942036 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :Well, brainfuck is similar to P'' although there is a difference (such as P'' has no I/O) < 1523254071 372646 :pikhq!~pikhq@c-73-181-126-9.hsd1.co.comcast.net PRIVMSG #esoteric :imode: Didn't we though? < 1523254084 381816 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :we did not. < 1523254096 616241 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :Lambda calculus is a different model than Turing machines though < 1523254113 499642 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :lisp machines were just stack machines. < 1523254117 291031 :pikhq!~pikhq@c-73-181-126-9.hsd1.co.comcast.net PRIVMSG #esoteric :zzo38: And the fact that they're equivalent in power is a non-obvious result. < 1523254148 911178 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :OK < 1523254187 347017 :sprocklem!~sprocklem@unaffiliated/sprocklem JOIN :#esoteric < 1523254608 895738 :sleffy!~sleffy@c-24-7-67-0.hsd1.ca.comcast.net QUIT :Ping timeout: 260 seconds < 1523255946 986195 :xkapastel!uid17782@gateway/web/irccloud.com/x-tmlmgumhanfsowsy QUIT :Quit: Connection closed for inactivity < 1523256291 448494 :augur!~augur@noisebridge130.static.monkeybrains.net QUIT :Remote host closed the connection < 1523256324 959694 :augur!~augur@noisebridge130.static.monkeybrains.net JOIN :#esoteric < 1523257173 923785 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1523257252 68999 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1523257478 888489 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Ping timeout: 260 seconds < 1523258536 717421 :oerjan!oerjan@hagbart.nvg.ntnu.no QUIT :Quit: Nite < 1523259471 79172 :Aearnus!~Aearnus@ip68-3-184-237.ph.ph.cox.net QUIT :Quit: Aearnus < 1523259472 517092 :zzo38!~zzo38@24-207-13-153.eastlink.ca PRIVMSG #esoteric :Why doesn't the ARRL Numbered Radiograms include any questions? Also, why are some numbers unused (such as, ARL FORTY SEVEN seems to be unassigned)? < 1523259579 169419 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric > 1523259937 353357 PRIVMSG #esoteric :14[[07Morsefuck14]]4 10 02https://esolangs.org/w/index.php?diff=54772&oldid=50560 5* 03Zzo38 5* (+160) 10List of commands < 1523262936 865173 :Phantom_Hoover!~phantomho@2a02:c7d:485a:3300:fb8b:fb15:c1d3:a33a JOIN :#esoteric < 1523262937 50289 :Phantom_Hoover!~phantomho@2a02:c7d:485a:3300:fb8b:fb15:c1d3:a33a QUIT :Changing host < 1523262937 50349 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1523263321 785992 :AnotherTest!~turingcom@ptr-82l26zex1glfa1xy3qc.18120a2.ip6.access.telenet.be JOIN :#esoteric < 1523263895 371404 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 256 seconds < 1523267410 191906 :augur!~augur@noisebridge130.static.monkeybrains.net QUIT :Ping timeout: 264 seconds < 1523268786 918867 :^v!v^@me.pxtst.com QUIT :Ping timeout: 246 seconds < 1523269456 396872 :^v!v^@me.pxtst.com JOIN :#esoteric < 1523273001 402198 :Guest6451!~Slereah@ALille-651-1-22-184.w2-5.abo.wanadoo.fr QUIT :Remote host closed the connection < 1523273059 376673 :Guest6451!~Slereah@ALille-651-1-22-184.w2-5.abo.wanadoo.fr JOIN :#esoteric < 1523273507 785349 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Ping timeout: 255 seconds < 1523276583 888553 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 JOIN :#esoteric < 1523276660 621893 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 PRIVMSG #esoteric :zzo38: because that's the diagnostic side. a medicine of a different specialization asks the questions, sends you to the radiologist with them, then the radiologists makes the radiogram with x-ray photographic machine, and answers the questions. < 1523279635 78534 :prooftechnique_!~prooftech@2a03:b0c0:0:1010::ca:e001 NICK :prooftechnique < 1523281156 887731 :ais523_!93bcc33a@gateway/web/freenode/ip.147.188.195.58 JOIN :#esoteric < 1523281168 116108 :ais523_!93bcc33a@gateway/web/freenode/ip.147.188.195.58 NICK :ais523 < 1523281171 881683 :ais523!93bcc33a@gateway/web/freenode/ip.147.188.195.58 NICK :ais523_ < 1523281727 27699 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 PRIVMSG #esoteric :ais523: there's something that bothers me a bit about But is it art. if I read the rules right, if a program accepts an input and prints an output, then it also accepts the same input repeated twice and prints the same output repeated twice. < 1523281769 161575 :ais523_!93bcc33a@gateway/web/freenode/ip.147.188.195.58 PRIVMSG #esoteric :wob_jonas: yes, that's mentioned on the talk page < 1523281782 487859 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 PRIVMSG #esoteric :that's an ugly restriction on IO for the language to have, and it doesn't seem like it's necessary for the language. It doesn't look like it's too hard to have changed the definition of the language slightly to avoid it. < 1523281783 314375 :ais523_!93bcc33a@gateway/web/freenode/ip.147.188.195.58 PRIVMSG #esoteric :you can fix it easily by adding an explicit EOF character, but I thought it might be more interesting this way < 1523281792 173412 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 PRIVMSG #esoteric :oh, I didn't check the talk page < 1523281816 818764 :ais523_!93bcc33a@gateway/web/freenode/ip.147.188.195.58 PRIVMSG #esoteric :(the simplest solution is to use DOS text file encoding, in which case a file ends at the first codepoint 26 / 0x1A) < 1523281820 154990 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 PRIVMSG #esoteric :I wasn't thinking of an EOF character, more like sawing off a corner of the rectangle (but restrict the remaining shape to non-empty). < 1523281830 481920 :ais523_!93bcc33a@gateway/web/freenode/ip.147.188.195.58 PRIVMSG #esoteric :ugh, that's much less artistic < 1523281848 801256 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 PRIVMSG #esoteric :Is it really? I've done it once to remove symmetry from a problem < 1523282002 606208 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 PRIVMSG #esoteric :You could also use some sort of a triangle frame instead of a rectangle with one cell cut off, but that would make programs a bit bigger. < 1523282238 475065 :ais523_!93bcc33a@gateway/web/freenode/ip.147.188.195.58 QUIT :Quit: meeting < 1523284230 146416 :sleffy!~sleffy@c-24-7-67-0.hsd1.ca.comcast.net JOIN :#esoteric < 1523285317 714872 :SopaXorzTaker!~SopaXorzT@unaffiliated/sopaxorztaker JOIN :#esoteric < 1523287033 728897 :variable!~variable@freebsd/developer/variable QUIT :Quit: /dev/null is full < 1523288127 708932 :LKoen!~LKoen@vbo91-1-82-238-218-67.fbx.proxad.net JOIN :#esoteric < 1523289382 830931 :xkapastel!uid17782@gateway/web/irccloud.com/x-rxlgrkfgwkepmnrl JOIN :#esoteric < 1523289653 806594 :AnotherTest!~turingcom@ptr-82l26zex1glfa1xy3qc.18120a2.ip6.access.telenet.be QUIT :Ping timeout: 255 seconds < 1523289982 183125 :sleffy!~sleffy@c-24-7-67-0.hsd1.ca.comcast.net QUIT :Ping timeout: 264 seconds < 1523290154 946556 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 PRIVMSG #esoteric :`python3 -c print([x for x in range(99)]) < 1523290155 544078 :HackEso!~HackEso@techne.zem.fi PRIVMSG #esoteric :​ File "", line 1 \ print([x for x in range(99)]) \ ^ \ IndentationError: unexpected indent < 1523290173 704865 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 PRIVMSG #esoteric :`python3 -cprint([x for x in range(99)]) < 1523290174 347368 :HackEso!~HackEso@techne.zem.fi PRIVMSG #esoteric :​[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, < 1523290179 764641 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 PRIVMSG #esoteric :so picky < 1523290388 935549 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 PRIVMSG #esoteric :``` uname -a < 1523290389 630381 :HackEso!~HackEso@techne.zem.fi PRIVMSG #esoteric :Linux (none) 4.9.82 #6 Sat Apr 7 13:45:01 BST 2018 x86_64 GNU/Linux < 1523290694 933376 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 PRIVMSG #esoteric :`fetch http://dpaste.com/3D5B57V.txt < 1523290696 206389 :HackEso!~HackEso@techne.zem.fi PRIVMSG #esoteric :2018-04-09 17:18:15 URL:http://dpaste.com/3D5B57V.txt [44] -> "3D5B57V.txt" [1] < 1523290711 29252 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 PRIVMSG #esoteric :`cat 3D5B57V.txt < 1523290711 458887 :HackEso!~HackEso@techne.zem.fi PRIVMSG #esoteric :VJXM58QB1vl_2RWgmrzzK5RP2iYbkZxInYAwGHXiJH9H < 1523290715 117692 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 PRIVMSG #esoteric :`rm 3D5B57V.txt < 1523290716 715983 :HackEso!~HackEso@techne.zem.fi PRIVMSG #esoteric :No output. < 1523290726 548677 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 PRIVMSG #esoteric :fetch works. greay. < 1523291041 287044 :Guest6451!~Slereah@ALille-651-1-22-184.w2-5.abo.wanadoo.fr NICK :Slereah < 1523291899 190460 :Naergon!~Naergon@unaffiliated/naergon JOIN :#esoteric < 1523293082 824194 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I'm surprised. < 1523293181 974970 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I would like to make the "no output file specified" variant of `fetch to write in tmp/ instead, but the behavior of tmp/ (together with the rerun-on-modify serialization) is too unintuitive to do that. < 1523293213 887049 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Oh, meetings. < 1523293287 699071 :erkin!~erkin@unaffiliated/erkin JOIN :#esoteric < 1523293468 903514 :lynn!uid154965@gateway/web/irccloud.com/x-eteuychvgboefate JOIN :#esoteric < 1523295267 702779 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 PRIVMSG #esoteric :`? dance < 1523295268 616769 :HackEso!~HackEso@techne.zem.fi PRIVMSG #esoteric :dance? ¯\(°​_o)/¯ < 1523295269 183861 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 PRIVMSG #esoteric :`? disco < 1523295270 162215 :HackEso!~HackEso@techne.zem.fi PRIVMSG #esoteric :disco? ¯\(°​_o)/¯ < 1523295278 689698 :Phantom_Hoover!~phantomho@2a02:c7d:485a:3300:fb8b:fb15:c1d3:a33a JOIN :#esoteric < 1523295278 988787 :Phantom_Hoover!~phantomho@2a02:c7d:485a:3300:fb8b:fb15:c1d3:a33a QUIT :Changing host < 1523295278 988843 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1523295723 31724 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :wob_jonas: Re "so picky", at least continuation lines don't have to be marked with a non-blank character in column 6. < 1523295758 736175 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 PRIVMSG #esoteric :fizzie: are there even continuation lines? oh right, I think python allows a backslash in the previous line for that < 1523295783 14093 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Yes. And arguably parentheses and the like implicitly allow continuation lines. < 1523295792 698038 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 PRIVMSG #esoteric :good < 1523295826 506608 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 PRIVMSG #esoteric :although I'm partial to using underscore as a continuation marker, in those BASIC dialects that use a backslash for integer division < 1523295908 532618 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :"Expressions in parentheses, square brackets or curly braces can be split over more than one physical line without using backslashes. -- There is no NEWLINE token between implicit continuation lines." < 1523295915 631858 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I guess Python does consider those continuation lines. < 1523295927 953245 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :(That was from https://docs.python.org/3/reference/lexical_analysis.html#line-structure ) < 1523297065 784944 :SopaXorzTaker!~SopaXorzT@unaffiliated/sopaxorztaker QUIT :Remote host closed the connection < 1523298800 466113 :lldd_!~atrapado@unaffiliated/atrapado JOIN :#esoteric < 1523302085 230884 :imode!~imode@unaffiliated/imode JOIN :#esoteric > 1523302117 112778 PRIVMSG #esoteric :14[[07Special:Log/newusers14]]4 create10 02 5* 03Alpha-ketoacid 5* 10New user account < 1523302730 897379 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 PRIVMSG #esoteric :`? moxie < 1523302731 810642 :HackEso!~HackEso@techne.zem.fi PRIVMSG #esoteric :moxie? ¯\(°​_o)/¯ < 1523302977 364385 :AnotherTest!~turingcom@d51a46c74.access.telenet.be JOIN :#esoteric < 1523303161 641031 :xkapastel!uid17782@gateway/web/irccloud.com/x-rxlgrkfgwkepmnrl QUIT :Quit: Connection closed for inactivity < 1523303409 417108 :AnotherTest!~turingcom@d51a46c74.access.telenet.be QUIT :Ping timeout: 264 seconds < 1523304370 228472 :sleffy!~sleffy@c-24-7-67-0.hsd1.ca.comcast.net JOIN :#esoteric < 1523305616 393595 :Aearnus!~Aearnus@170.177.61.140 JOIN :#esoteric < 1523307316 943539 :erkin!~erkin@unaffiliated/erkin QUIT :Quit: Ouch! Got SIGIRL, dying... < 1523307967 468878 :lldd_!~atrapado@unaffiliated/atrapado QUIT :Quit: Leaving < 1523308175 191785 :Aearnus!~Aearnus@170.177.61.140 QUIT :Quit: Aearnus < 1523308932 34493 :xkapastel!uid17782@gateway/web/irccloud.com/x-cmszdfaiperpdsre JOIN :#esoteric < 1523309823 148527 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 PRIVMSG #esoteric :`? max < 1523309824 138852 :HackEso!~HackEso@techne.zem.fi PRIVMSG #esoteric :max? ¯\(°​_o)/¯ < 1523309824 463882 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 PRIVMSG #esoteric :`? min < 1523309825 437391 :HackEso!~HackEso@techne.zem.fi PRIVMSG #esoteric :min? ¯\(°​_o)/¯ < 1523310345 906293 :boily!~alexandre@cable-192.222.236.157.electronicbox.net JOIN :#esoteric < 1523311056 449396 :boily!~alexandre@cable-192.222.236.157.electronicbox.net PRIVMSG #esoteric :`5 w < 1523311058 465335 :HackEso!~HackEso@techne.zem.fi PRIVMSG #esoteric :1/2:noooooodle//Noooooodles are the invention of the Chinese. They were brought to Europe by Marco Polo, a distant ancestor of Taneb. \ murphy'//Murphy's law obviously does not hold in wisdom/ \ mornington crescent//Sorry, you cannot read this wisdom until you've legally played Westminster. \ wtf//WTF means Welcome To Finland. \ the five w < 1523311062 308714 :boily!~alexandre@cable-192.222.236.157.electronicbox.net PRIVMSG #esoteric :`n < 1523311062 942370 :HackEso!~HackEso@techne.zem.fi PRIVMSG #esoteric :2/2:isdoms//The first of the five wisdoms is that there is only one wisdom. < 1523311201 360213 :Taneb!~Taneb@runciman.hacksoc.org QUIT :Quit: I seem to have stopped. < 1523311201 434961 :sdhand!~sam@unaffiliated/kyubiko QUIT :Quit: ZNC 1.6.5 - http://znc.in < 1523312218 452567 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 PRIVMSG #esoteric :`? hackeso < 1523312219 513179 :HackEso!~HackEso@techne.zem.fi PRIVMSG #esoteric :HackEso is almost but not quite unlike HackEgo. < 1523312222 262245 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 PRIVMSG #esoteric :`? hackego < 1523312223 488581 :HackEso!~HackEso@techne.zem.fi PRIVMSG #esoteric :HackEgo, also known as HackBot, is a bot that runs arbitrary commands on Unix. See `help for info on using it. You should totally try to hax0r it! Make sure you imagine it's running as root with no sandboxing. HackEgo is the slowest bot in all Mexico! < 1523312284 42929 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Remote host closed the connection < 1523312599 717737 :boily!~alexandre@cable-192.222.236.157.electronicbox.net PRIVMSG #esoteric :wellob_jonas. < 1523312615 20203 :boily!~alexandre@cable-192.222.236.157.electronicbox.net PRIVMSG #esoteric :`botsnack < 1523312615 509389 :HackEso!~HackEso@techne.zem.fi PRIVMSG #esoteric :​>:-D < 1523312820 699620 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 PRIVMSG #esoteric :helloily < 1523312871 649582 :Phantom_Hoover!~phantomho@2a02:c7d:485a:3300:fb8b:fb15:c1d3:a33a JOIN :#esoteric < 1523312872 28019 :Phantom_Hoover!~phantomho@2a02:c7d:485a:3300:fb8b:fb15:c1d3:a33a QUIT :Changing host < 1523312872 28072 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1523313195 41180 :boily!~alexandre@cable-192.222.236.157.electronicbox.net PRIVMSG #esoteric :@tell oerjan bonsœøirjan. https://youtu.be/BnoX3E2WFcc < 1523313195 114955 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :Consider it noted. < 1523313409 356450 :Aearnus!~Aearnus@ip68-3-184-237.ph.ph.cox.net JOIN :#esoteric < 1523314225 61794 :boily!~alexandre@cable-192.222.236.157.electronicbox.net QUIT :Quit: RUSH CHICKEN < 1523315454 355308 :LKoen!~LKoen@vbo91-1-82-238-218-67.fbx.proxad.net 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.” < 1523315637 34333 :wob_jonas!b03f193d@gateway/web/cgi-irc/kiwiirc.com/ip.176.63.25.61 QUIT :Quit: http://www.kiwiirc.com/ - A hand crafted IRC client < 1523315699 172758 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Remote host closed the connection < 1523316147 479307 :oerjan!oerjan@hagbart.nvg.ntnu.no JOIN :#esoteric < 1523316712 496470 :xkapastel!uid17782@gateway/web/irccloud.com/x-cmszdfaiperpdsre QUIT :Quit: Connection closed for inactivity