←2019-03-14 2019-03-15 2019-03-16→ ↑2019 ↑all
00:05:34 -!- Phantom_Hoover has quit (Remote host closed the connection).
00:21:37 -!- b_jonas has quit (Quit: leaving).
00:21:40 -!- Lord_of_Life_ has joined.
00:23:47 -!- Lord_of_Life has quit (Ping timeout: 245 seconds).
00:24:01 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
00:33:43 -!- Sgeo_ has joined.
00:36:37 -!- Sgeo has quit (Ping timeout: 246 seconds).
01:58:48 -!- oerjan has quit (Quit: Nite).
03:12:43 <esowiki> [[Special:Log/newusers]] create * DrMeepster * New user account
03:16:19 <esowiki> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=60501&oldid=60477 * DrMeepster * (+171) introduced
03:44:32 -!- adu_ has joined.
03:53:13 -!- adu_ has changed nick to adu.
03:53:54 -!- FreeFull has quit.
03:55:28 -!- S_Gautam has joined.
05:26:42 -!- Sgeo__ has joined.
05:29:48 -!- Sgeo_ has quit (Ping timeout: 246 seconds).
06:04:50 -!- S_Gautam has quit (Quit: Connection closed for inactivity).
06:14:41 -!- S_Gautam has joined.
06:24:13 <esowiki> [[11CORTLANG]] https://esolangs.org/w/index.php?diff=60502&oldid=59423 * Cortex * (+108)
06:37:07 -!- heroux has quit (Read error: Connection reset by peer).
06:37:35 <esowiki> [[Talk:Underload]] https://esolangs.org/w/index.php?diff=60503&oldid=50936 * Challenger5 * (+230) /* Y-combinator */ new section
06:37:46 -!- heroux has joined.
07:02:47 -!- adu has quit (Quit: adu).
07:28:26 -!- tromp has quit (Remote host closed the connection).
07:47:26 -!- tromp has joined.
08:20:42 -!- Sgeo_ has joined.
08:23:37 -!- Sgeo__ has quit (Ping timeout: 244 seconds).
08:34:06 -!- iconmaster has joined.
09:24:50 -!- S_Gautam has quit (Quit: Connection closed for inactivity).
09:36:48 -!- nfd9001 has quit (Ping timeout: 252 seconds).
09:45:05 -!- S_Gautam has joined.
09:56:01 -!- AnotherTest has joined.
09:59:45 <esowiki> [[User:A]] https://esolangs.org/w/index.php?diff=60504&oldid=59982 * A * (+259) Summary
10:02:31 <esowiki> [[User:A]] https://esolangs.org/w/index.php?diff=60505&oldid=60504 * A * (+35)
10:07:17 <esowiki> [[User:A]] https://esolangs.org/w/index.php?diff=60506&oldid=60505 * A * (-159)
10:08:20 <esowiki> [[User:A]] https://esolangs.org/w/index.php?diff=60507&oldid=60506 * A * (+7)
10:11:49 <esowiki> [[User:A]] https://esolangs.org/w/index.php?diff=60508&oldid=60507 * A * (+39)
10:17:07 <esowiki> [[User:A]] https://esolangs.org/w/index.php?diff=60509&oldid=60508 * A * (+182)
10:17:16 <esowiki> [[User:A]] https://esolangs.org/w/index.php?diff=60510&oldid=60509 * A * (+0)
10:17:45 <esowiki> [[User:A]] https://esolangs.org/w/index.php?diff=60511&oldid=60510 * A * (+28)
10:58:21 -!- b_jonas has joined.
11:22:37 -!- arseniiv has joined.
11:51:35 -!- orby_work has quit (Ping timeout: 256 seconds).
12:24:19 -!- Lord_of_Life has quit (Ping timeout: 255 seconds).
12:24:48 -!- Lord_of_Life has joined.
12:37:48 -!- Essadon has joined.
12:38:13 -!- Essadon has quit (Max SendQ exceeded).
14:56:51 -!- iconmaster has quit (Quit: Leaving).
15:10:53 -!- bobby has quit (Ping timeout: 252 seconds).
15:14:55 <esowiki> [[Nope.]] https://esolangs.org/w/index.php?diff=60512&oldid=60496 * Areallycoolusername * (-25)
15:15:45 <esowiki> [[Nope.]] https://esolangs.org/w/index.php?diff=60513&oldid=60512 * Areallycoolusername * (+20)
15:57:03 -!- bobby has joined.
16:06:37 -!- bobby has quit (Ping timeout: 252 seconds).
16:13:48 -!- bobby has joined.
16:29:59 -!- Essadon has joined.
16:56:53 -!- ais523 has joined.
17:05:19 <ais523> @messages?
17:05:19 <lambdabot> You have 2 new messages. '/msg lambdabot @messages' to read them.
17:08:22 <ais523> `perl-e @a=(10,20,30); $b = 1; print $a[$b]; print $b[$a];
17:08:22 <HackEso> 20
17:08:55 <ais523> `perl-e @a=(10,20,30); $a = 1; print $a[$a];
17:08:55 <HackEso> 20
17:09:05 <ais523> b_jonas: ^ why Perl's [] is not commutative
17:14:50 -!- S_Gautam has quit (Quit: Connection closed for inactivity).
17:24:36 <b_jonas> hello
17:30:38 <b_jonas> ais523: no news yet about that balanced tree library that you were planning to write?
17:30:58 <ais523> no, I haven't written any more of it
17:38:36 <b_jonas> `perl -efor(sort keys%ENV) { if(/^IRC/) { print "$_=$ENV{$_} " }} # fizzie modified HackEso so now execution gets some IRC context
17:38:36 <HackEso> IRC_COMMAND=PRIVMSG IRC_HOST=catv-176-63-24-175.catv.broadband.hu IRC_IDENT=~x IRC_MESSAGE=`perl -efor(sort keys%ENV) { if(/^IRC/) { print "$_=$ENV{$_} " }} # fizzie modified HackEso so now execution gets some IRC context IRC_NICK=b_jonas IRC_TARGET=#esoteric
17:54:57 <fizzie> `` echo $IRC_MESSAGE # easiest quine ever
17:54:57 <HackEso> ​`` echo $IRC_MESSAGE # easiest quine ever
17:55:22 <fizzie> I guess technically it's not, because there's the command character escaping.
17:59:35 <b_jonas> fizzie: that apply to any HackEso quine
18:07:18 <b_jonas> ``` r=(\\ \ \' '``` r=(' ');for k in 3 0 0 1 0 1 1 0 2 0 2 3 2 1 2 4 2 4;do echo -n "${r[k]}";done');for k in 3 0 0 1 0 1 1 0 2 0 2 3 2 1 2 4 2 4;do echo -n "${r[k]}";done
18:07:18 <HackEso> ​``` r=(\\ \ \'\'``` r=(' ');for k in 3 0 0 1 0 1 1 0 2 0 2 3 2 1 2 4 2 4;do echo -n "${r[k]}";done');for k in 3 0 0 1 0 1 1 0 2 0 2 3 2 1 2 4 2 4;do echo -n "${r[k]}";done
18:07:26 <b_jonas> is that a HeckEso quine?
18:07:35 <b_jonas> the stupid backticks are hard to escape in bash
18:08:08 <b_jonas> is there a shell option that makes backticks ordinary characters? I never use them for their shell special meaning, since I have $() insteaed
18:14:57 <b_jonas> `perl -eprint+("`perl -eprint+(","\"",",","\\",")[g1012131121212133121414=~/./g]")[g1012131121212133121414=~/./g]
18:14:58 <HackEso> ​`perl -eprint+("`perl -eprint+(","\"",",","\\",")[g1012131121212133121414=~/./g]")[g1012131121212133121414=~/./g]
18:15:00 <b_jonas> this is easier
18:16:48 <b_jonas> `perl -eprint+("\\","\"",",","`perl -eprint+(",")[3,1,0,0,1,2,1,0,1,1,2,1,2,1,2,1,3,1,2,1,4,1,4]")[3,1,0,0,1,2,1,0,1,1,2,1,2,1,2,1,3,1,2,1,4,1,4]
18:16:48 <HackEso> ​`perl -eprint+("\\","\"",",","`perl -eprint+(",")[3,1,0,0,1,2,1,0,1,1,2,1,2,1,2,1,3,1,2,1,4,1,4]")[3,1,0,0,1,2,1,0,1,1,2,1,2,1,2,1,3,1,2,1,4,1,4]
18:18:40 <b_jonas> `perl -eprint unpack a43X43a42xaXXaaXaXXa,"`perl -eprint unpack a43X43a42xaXXaaXaXXa,\"\\"
18:18:41 <HackEso> ​`perl -eprint unpack a43X43a42xaXXaaXaXXa,"`perl -eprint unpack a43X43a42xaXXaaXaXXa,\"\\"
18:20:40 <b_jonas> https://www.perlmonks.com/?node_id=835038 has some nice ones
18:21:27 -!- FreeFull has joined.
18:48:22 <b_jonas> I still think this is a paradox https://commons.wikimedia.org/wiki/Category:M%C3%B6mpelgarder_Altar . Not only was the winged altar full of paintings ordered for a protestant church building, but also the church building is named after a saint.
19:06:26 -!- hereforawhile has joined.
19:07:04 -!- hereforawhile has quit (Client Quit).
19:08:46 -!- Sgeo__ has joined.
19:12:17 -!- Sgeo_ has quit (Ping timeout: 246 seconds).
19:23:04 <ais523> ^ul ((^ul )SaS(:^)S):^
19:23:04 <fungot> ^ul ((^ul )SaS(:^)S):^
19:23:56 <ais523> `` file `which file`
19:23:57 <HackEso> ​/usr/bin/file: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=833d99e1b8d7884dc6b1cfb142ba3034b1bf6968, stripped
19:24:09 <ais523> b_jonas: I tend to use backticks by default in simple command lines like that one
19:24:14 <ais523> but $() in more complex situations
19:25:27 <kmc> I switched to $() and never looked back
19:25:30 <kmc> it's prettier
19:25:34 <kmc> and it nests
19:25:56 <kmc> `echo $(echo $(echo $(echo hi)))
19:25:57 <HackEso> ​$(echo $(echo $(echo hi)))
19:26:11 <kmc> `bash -c 'echo $(echo $(echo $(echo hi)))'
19:26:12 <HackEso> bash: - : invalid option \ Usage:bash [GNU long option] [option] ... \ bash [GNU long option] [option] script-file ... \ GNU long options: \ --debug \ --debugger \ --dump-po-strings \ --dump-strings \ --help \ --init-file \ --login \ --noediting \ --noprofile \ --norc \ --posix \ --rcfile \ --restricted \ --verbose \ --version \ Shell options: \ -ilrsD or -c command or -O shopt_option(invocation only) \ -abefhkmnptuvxBCHP or -o option
19:26:15 <kmc> bluh
19:29:47 <fizzie> The problem with ` is that you can only give a single command-line argument, and most shells want -c separately from the body. That's why bin/` is so good.
19:29:50 <fizzie> `` echo $(echo $(echo $(echo hi)))
19:29:51 <HackEso> hi
19:32:36 <kmc> h
19:32:38 <kmc> m
19:32:39 <kmc> o
19:32:40 <kmc> k
19:37:33 -!- ais523 has quit (Quit: quit).
19:40:18 -!- danieljabailey has joined.
19:40:25 -!- danieljabailey has quit (K-Lined).
19:47:36 <b_jonas> ``` echo "$(echo "$(echo "$(echo hi)")")"
19:47:36 <HackEso> hi
19:47:39 <b_jonas> ``` echo "$(echo "$(echo "$(echo hi)")")"; echo x
19:47:40 <HackEso> hi \ x
19:47:49 <b_jonas> oh right
19:47:59 <b_jonas> this is shell backtick, not perl backtick, it strips the trailing newline
19:48:37 <kmc> ``cat bin/\`
19:48:37 <HackEso> ​/srv/hackeso-code/multibot_cmds/lib/limits: line 5: exec: `cat: not found
19:48:49 <kmc> `` cat bin/\`
19:48:49 <HackEso> ​#!/bin/bash \ cmd="${1-quote}" \ TIMEFORMAT="real: %lR, user: %lU, sys: %lS" \ shopt -s extglob globstar \ eval -- "$cmd" | rnoooooodl
19:49:03 <kmc> `` cat bin/rnoooooodl
19:49:03 -!- TheWild has joined.
19:49:03 <HackEso> cat: bin/rnoooooodl: No such file or directory
19:49:09 <kmc> `` cat `which rnoooooodl`
19:49:17 <b_jonas> heheheh
19:49:22 <b_jonas> rnoodl caught you
19:49:25 <kmc> `` cat bin/\`\`
19:49:25 <HackEso> ​#!/bin/sh \ export LANG=C; exec bash -O extglob -c "$@" | rnoooooodl
19:49:40 <kmc> what is rnoooooodl
19:49:50 <shachaf> imo let kmc puzzle this one out
19:49:52 <b_jonas> `` for x in {1..19}; do echo rnooodl; done
19:49:53 <HackEso> rnooooodl \ rnoooooodl \ rnoooodl \ rnoooodl \ rnooooooodl \ rnooooooodl \ rnoooodl \ rnooooooodl \ rnooooodl \ rnooooooooodl \ rnoooodl \ rnooodl \ rnoooooodl \ rnooooooodl \ rnooooooooodl \ rnooooooodl \ rnooooooodl \ rnoooooooodl \ rnooooooooodl
19:49:54 <kmc> `` alias
19:49:54 <HackEso> No output.
19:50:01 <HackEso> No output.
19:50:07 <kmc> `` rnoooooodl
19:50:09 <HackEso> ​/hackenv/bin/`: line 5: rnoooooodl: command not found
19:50:16 <kmc> `` ls bin/rno*dl
19:50:17 <HackEso> bin/rnoooodl
19:50:23 <shachaf> spoilers
19:50:25 <kmc> `` cat bin/rnoooodl
19:50:26 <HackEso> cat: bin/rnoooodl: No such file or directory
19:50:31 <b_jonas> lol
19:50:32 <kmc> `` cat bin/rno*dl
19:50:32 <HackEso> perl -pe 's/([Nn])ooodl/"$1@{[o x(3+rand 7)]}dl"/ge'
19:50:37 <kmc> lolololol
19:51:00 <kmc> `` ls bin/rno*dl | tr n-za-m a-z
19:51:01 <HackEso> ova/eabbbqy
19:51:09 <kmc> `` stat bin/rno*dl
19:51:10 <HackEso> ​ File: bin/rnooooooooodl \ Size: 53 Blocks: 8 IO Block: 1024 regular file \ Device: 12h/18dInode: 1204943 Links: 1 \ Access: (0755/-rwxr-xr-x) Uid: ( 1000/ UNKNOWN) Gid: ( 1000/ UNKNOWN) \ Access: 2019-03-15 19:51:09.000000000 +0000 \ Modify: 2018-04-07 22:41:28.000000000 +0000 \ Change: 2018-04-07 22:41:28.000000000 +0000 \ Birth: -
19:51:19 <kmc> `` stat bin/rnooodl
19:51:19 <HackEso> ​ File: bin/rnooooooodl \ Size: 53 Blocks: 8 IO Block: 1024 regular file \ Device: 12h/18dInode: 1204943 Links: 1 \ Access: (0755/-rwxr-xr-x) Uid: ( 1000/ UNKNOWN) Gid: ( 1000/ UNKNOWN) \ Access: 2019-03-15 19:51:19.000000000 +0000 \ Modify: 2018-04-07 22:41:28.000000000 +0000 \ Change: 2018-04-07 22:41:28.000000000 +0000 \ Birth: -
19:51:56 <kmc> <3
19:51:59 * kmc -> afk
19:53:19 <esowiki> [[Special:Log/newusers]] create * LasChicasGG * New user account
19:54:53 <esowiki> [[Special:Log/newusers]] create * Lambda94 * New user account
19:55:28 <b_jonas> `card-by-name Excommu
19:55:28 <HackEso> Excommunicate \ 2W \ Sorcery \ Put target creature on top of its owner's library. \ ALA-C, M10-C, M11-C
19:59:57 -!- nfd9001 has joined.
20:34:40 -!- MDude has quit (Ping timeout: 246 seconds).
20:48:06 -!- Phantom_Hoover has joined.
20:48:06 -!- Phantom_Hoover has quit (Changing host).
20:48:06 -!- Phantom_Hoover has joined.
20:57:46 -!- oerjan has joined.
21:07:08 <oerjan> i see you've been noodling around
21:08:12 <int-e> hopefully without incident
21:08:24 <int-e> we don't want a repeat of that
21:09:28 -!- MDude has joined.
21:11:23 <oerjan> i think no incident was involved. ais523 quit just before.
21:15:54 <oerjan> snackleford is definitely building up karma to become eaten by that monster instead of whoever he's sacrificing.
21:38:01 -!- Sgeo__ has quit (Read error: Connection reset by peer).
22:02:28 -!- b_jonas has quit (Quit: leaving).
22:08:33 -!- Remavas has joined.
22:21:53 <int-e> oerjan: that's boring... how do you think he'd feel if he was accidently spread out over a few millenia?
22:22:06 <int-e> ... millennia
22:35:59 <oerjan> good point
22:53:22 <esowiki> [[NPFuck]] N https://esolangs.org/w/index.php?oldid=60514 * Cortex * (+1322) Created page with "'''NPFuck''' is a [[Brainfuck]] derivative made by [[User:Cortex|]] designed to be as hard to implement as possible. == How to write an NPFuck program == First, write the num..."
23:16:49 -!- arseniiv has quit (Ping timeout: 255 seconds).
23:20:48 <Phantom_Hoover> oerjan, ais quit??
23:24:23 -!- Sgeo has joined.
23:27:04 <esowiki> [[Talk:Underload]] https://esolangs.org/w/index.php?diff=60515&oldid=60503 * Oerjan * (+227) unsigned, golf
23:27:32 -!- TheWild has quit (Ping timeout: 245 seconds).
23:28:05 -!- AnotherTest has quit (Ping timeout: 252 seconds).
23:28:59 <oerjan> Phantom_Hoover: /quit
23:30:02 <oerjan> 19:37:33 -!- ais523 has quit (Quit: quit).
23:30:05 <Phantom_Hoover> lmao
23:36:16 -!- int-e has left ("SPORADIC CHICKEN").
23:36:16 -!- int-e has joined.
23:36:52 -!- Phantom_Hoover has quit (Remote host closed the connection).
23:40:07 -!- int-e has set topic: 2019 IOCCC ended March 15th | Welcome to the international soiree for esoteric programming language discussion, design, development and devaluation! | https://esolangs.org | logs: https://esolangs.org/logs/ http://codu.org/logs/_esoteric/ http://tunes.org/~nef/logs/esoteric/?C=M;O=D | https://www.dropbox.com/s/fyhqyvy3i8oh25m/wisdom.pdf.
23:40:22 -!- int-e has set topic: 2019 IOCCC ended March 15th | Welcome to the international soiree for esoteric programming language discussion, design, development and devaluation! | https://esolangs.org | logs: https://esolangs.org/logs/ http://codu.org/logs/_esoteric/ http://tunes.org/~nef/logs/esoteric/?C=M;O=D | https://www.dropbox.com/s/fyhqyvy3i8oh25m/wisdom.pdf.
←2019-03-14 2019-03-15 2019-03-16→ ↑2019 ↑all