log

age author description
Thu, 19 Sep 2019 17:55:31 +0000 HackEso <ais523> ` printf \'#include <stdio.h>\\nint main(void) { float C = 4.0; printf("%f", C/C++); }\' | gcc -Wall -Wextra -x c /dev/stdin draft
Wed, 18 Sep 2019 11:39:37 +0000 HackEso <fizzie> mkx bin/js///usr/bin/js -p "$*" draft
Wed, 18 Sep 2019 11:39:32 +0000 HackEso <fizzie> mkx bin/js//js -p "$*" draft
Wed, 18 Sep 2019 11:39:11 +0000 HackEso <fizzie> rm bin/js draft
Tue, 17 Sep 2019 22:32:18 +0000 HackEso <b_jonas> `` sed -i \'s/%N/%3N/\' bin/dateu; dateu draft
Tue, 17 Sep 2019 22:32:07 +0000 HackEso <b_jonas> `` sed -i \'s/%N/%3N/\' bin/datei; datei draft
Tue, 17 Sep 2019 21:24:37 +0000 HackEso <b_jonas> forget vampire draft
Tue, 17 Sep 2019 19:57:39 +0000 HackEso <b_jonas> `` /bin/sed -i \'s/3\\./& She is her own grandpa./\' wisdom/kmc draft
Tue, 17 Sep 2019 13:32:58 +0000 HackEso <wib_jonas> fetch bin/beat https://hack.esolangs.org/get/bin/beat draft
Fri, 13 Sep 2019 12:14:45 +0000 HackEso <wob_jonas> fetch bin/beat https://hack.esolangs.org/get/bin/beat draft
Fri, 13 Sep 2019 12:14:23 +0000 HackEso <wob_jonas> fetch bin/beat https://hack.esolangs.org/get/bin/beat draft
Fri, 13 Sep 2019 12:13:46 +0000 HackEso <wob_jonas> fetch bin/beat https://hack.esolangs.org/get/bin/beat draft
Fri, 13 Sep 2019 11:19:12 +0000 HackEso <wob_jonas> `` echo \'beat(1hackeso) - print current time in Swatch Internet Time format\' >> share/whatis draft
Fri, 13 Sep 2019 11:17:40 +0000 HackEso <wob_jonas> `` /bin/sed -i \'1a\\# beat - prints current Swatch Internet Time\' bin/beat draft
Fri, 13 Sep 2019 11:15:34 +0000 HackEso <wob_jonas> `` echo \'#!/usr/bin/python3;import math,time;b = math.floor(((time.time()+3600) % 86400) / 86.4);print("%03d"%(b,))\' | tr \\; \\\\n > bin/beat; chmod -v a+x bin/beat draft
Fri, 13 Sep 2019 10:44:14 +0000 HackEso <wob_jonas> `` echo \'#!/usr/bin/python3;import math,time;b = math.floor(100*((time.time()+3600) % 86400) / 86.4);print("%03d.%02d"%(b//100,b%100))\' | tr \\; \\\\n > bin/beat; chmod -v a+x bin/beat draft
Fri, 13 Sep 2019 10:43:27 +0000 HackEso <wob_jonas> `` echo \'#!/usr/bin/python3; import math,time; b = math.floor(100*((time.time()+3600) % 86400) / 86.4); print("%03d.%02d"%(b//100,b%100))\' | tr \\; \\\\n > bin/beat; chmod -v a+x bin/beat draft
Fri, 13 Sep 2019 10:13:42 +0000 HackEso <fizzie> mkx bin/beat//s=$(date +%s); printf \'@%03d\' $(((s+3600) % 86400 * 10 / 864)) draft
Fri, 13 Sep 2019 10:09:31 +0000 HackEso <fizzie> mkx bin/beat//s=$(date +%s); echo @$(((s+3600) % 86400 * 10 / 864)) draft
Fri, 13 Sep 2019 09:36:29 +0000 HackEso <int-e> sled share/whatis//s/^hwrl(1hackeso) - .*/hwrl(1hackeso) - print URL to view version log of a wisdom entry/ draft
Fri, 13 Sep 2019 09:32:59 +0000 HackEso <fizzie> sled share/whatis//s/^hurl(1hackeso) - .*/hurl(1hackeso) - print URL to view version log of a hackenv file/ draft
Fri, 13 Sep 2019 09:32:33 +0000 HackEso <fizzie> sled share/whatis//s/^url(1hackeso) - .*/url(1hackeso) - print URL to view contents of a hackenv file/ draft
Fri, 13 Sep 2019 09:31:22 +0000 HackEso <int-e> fetch share/whatis http://int-e.eu/~bf3/tmp/whatis draft
Sun, 08 Sep 2019 02:18:04 +0000 HackEso <shachaf> mkx bin/as-encoding//echo "$1" | as -o /tmp/out.o - && objdump -d /tmp/out.o | grep -P \'^ *[0-9a-f]+:\' | sed \'s/^[^\\t]*\\t//; s/ *\\t/: /g\' draft
Sun, 08 Sep 2019 02:17:16 +0000 HackEso <shachaf> mkx bin/as-encoding//echo "$1" | as -o /tmp/out.o - && objdump -d /tmp/out.o | grep -P \'^ *\\d+:\' | sed \'s/^[^\\t]*\\t//; s/ *\\t/: /g\' draft
Sun, 01 Sep 2019 19:25:21 +0000 HackEso <oerjan> learn The password of the month is ninjaed. draft
Thu, 29 Aug 2019 20:48:02 +0000 HackEso <b_jonas> `` perl -pi -e\'s/shan.t, //\' wisdom/can\\\'t draft
Thu, 29 Aug 2019 16:07:17 +0000 HackEso <wob_jonas> `` perl -pi -e \'s"sample,"sample, shan\\x27t,"\' wisdom/can\\\'t draft
Thu, 29 Aug 2019 16:03:48 +0000 HackEso <wob_jonas> `` perl -pi -e \'s"(between).*?(depending)"$1 /\xc9\x91\xcb\x90/ and /\xc3\xa6/ $2"\' wisdom/can\\\'t draft
Thu, 29 Aug 2019 16:02:31 +0000 HackEso <wob_jonas> fetch wisdom/can\'t https://hack.esolangs.org/get/wisdom/can%27t draft
Thu, 29 Aug 2019 10:11:47 +0000 HackEso <wob_jonas> learn can\'t is the most frequent word whose pronunciation varies between /\xc9\x91\xcb\x90/ and /\xc3\xa6/ depending on dialect. A list is: after, answer, ask, class, dance, example, fast, glass, half, last, laugh, pass, past, plant, rather, staff. draft
Thu, 29 Aug 2019 10:08:12 +0000 HackEso <wob_jonas> learn can\'t is the most frequent word whose pronunciation varies between /\xc9\x91\xcb\x90/ and /\xc3\xa6/ depending on dialect. A list is: advance, advantage, after, answer, ask, aunt, branch, can\'t, cast, chance, class, craft, command, contrast, dance, demand, draft, enhance, example, fast, glass, glance, grant, half, last, laugh, mask, master, pass, past, path, pho draft
Thu, 29 Aug 2019 10:06:05 +0000 HackEso <wob_jonas> learn can\'t is the most frequent word whose pronunciation varies between /\xc9\x91\xcb\x90/ and /\xc3\xa6/ depending on dialect. A list is: advance, advantage, after, answer, ask, aunt, branch, can\'t, cast, chance, class, craft, command, contrast, dance, demand, disaster, draft, enhance, example, fast, glass, glance, grant, graph, grass, half, last, laugh, mask, maste draft
Thu, 29 Aug 2019 10:04:44 +0000 HackEso <wob_jonas> learn can\'t is the most frequent word whose pronunciation varies between /\xc9\x91\xcb\x90/ and /\xc3\xa6/ depending on dialect. A list is: advance, advantage, after, answer, ask, aunt, branch, can\'t, cast, castle, chance, class, craft, command, contrast, dance, demand, disaster, draft, enhance, example, fast, glass, glance, grant, graph, grass, half, last, laugh, mas draft
Mon, 26 Aug 2019 21:46:08 +0000 HackEso <b_jonas> `` perl -pi -e\'s"(jokes)"movie spoilers or $1"\' wisdom/hppavilion1 draft
Mon, 26 Aug 2019 21:41:24 +0000 HackEso <b_jonas> `` set -e; slashlearn "spoiler//Don\'t give movie spoilers on channel. If you do, hppavilion may hire a hitman to hunt you down in real life and torture you in refined ways."; forget "rogue one" draft
Mon, 26 Aug 2019 21:41:15 +0000 HackEso <b_jonas> `` set -e; slashlearn "spoiler//Don\'t give movie spoilers on channel. If you do, hppavilion may hire a hitman to hunt you down in real life and torture you in refined ways."; forget rogue one draft
Thu, 15 Aug 2019 10:51:32 +0000 HackEso <int-e> ` mv learn_append bin draft
Thu, 15 Aug 2019 10:51:00 +0000 HackEso <int-e> mkx learn_append//echo "Usage: le/rn_append keyword//Text you\'d like to append." draft
Thu, 15 Aug 2019 10:47:45 +0000 HackEso <int-e> le/rn_append this//Nobody likes this. draft
Thu, 15 Aug 2019 10:46:37 +0000 HackEso <int-e> revert draft
Thu, 15 Aug 2019 10:46:23 +0000 HackEso <int-e> learn_append this Nobody likes this. draft
Mon, 12 Aug 2019 20:52:00 +0000 HackEso <b_jonas> forget horn draft
Mon, 12 Aug 2019 20:48:15 +0000 HackEso <b_jonas> forget zzo38mtg draft
Sun, 04 Aug 2019 10:40:15 +0000 HackEso <b_jonas> fetch share/dict/12dicts/International/3of6game.txt https://hack.esolangs.org/get/share/dict/12dicts/International/3of6game.txt draft
Sun, 04 Aug 2019 09:57:41 +0000 HackEso <b_jonas> fetch share/dict/12dicts/International/5d+2a.txt https://hack.esolangs.org/get/share/dict/12dicts/International/5d+2a.txt draft
Sat, 03 Aug 2019 12:53:10 +0000 HackEso <b_jonas> fetch share/dict/12dicts/American/3esl.txt https://hack.esolangs.org/get/share/dict/12dicts/American/3esl.txt draft
Sat, 03 Aug 2019 12:52:37 +0000 HackEso <b_jonas> `` rm -v share/dict/12dicts/American/2of12inf-part?.txt draft
Sat, 03 Aug 2019 12:51:37 +0000 HackEso <b_jonas> `` cat share/dict/12dicts/American/2of12inf-part?.txt > share/dict/12dicts/American/2of12inf.txt draft
Sat, 03 Aug 2019 12:51:08 +0000 HackEso <b_jonas> fetch share/dict/12dicts/American/2of12inf-part1.txt https://hack.esolangs.org/get/share/dict/12dicts/American/2of12inf-part1.txt draft
Sat, 03 Aug 2019 12:50:48 +0000 HackEso <b_jonas> fetch share/dict/12dicts/American/2of12inf-part0.txt https://hack.esolangs.org/get/share/dict/12dicts/American/2of12inf-part0.txt draft
Sat, 03 Aug 2019 12:47:54 +0000 HackEso <b_jonas> fetch share/dict/12dicts/alllists.html https://hack.esolangs.org/get/share/dict/12dicts/alllists.html draft
Sat, 03 Aug 2019 12:47:18 +0000 HackEso <b_jonas> fetch share/dict/12dicts/American/2of12.txt https://hack.esolangs.org/get/share/dict/12dicts/American/2of12.txt draft
Sat, 03 Aug 2019 12:46:21 +0000 HackEso <b_jonas> fetch share/dict/12dicts/American/6of12.txt https://hack.esolangs.org/get/share/dict/12dicts/American/6of12.txt draft
Sat, 03 Aug 2019 12:43:37 +0000 HackEso <b_jonas> fetch share/dict/12dicts/ReadMe.html https://hack.esolangs.org/get/share/dict/12dicts/ReadMe.html draft
Sat, 03 Aug 2019 12:42:19 +0000 HackEso <b_jonas> fetch share/dict/12dicts/Lemmatized/2+2+3cmn.txt https://hack.esolangs.org/get/share/dict/12dicts/Lemmatized/2+2+3cmn.txt draft
Sat, 03 Aug 2019 12:40:38 +0000 HackEso <b_jonas> fetch share/dict/12dicts/Lemmatized/2+2+3frq.txt https://hack.esolangs.org/get/share/dict/12dicts/Lemmatized/2+2+3frq.txt draft
Sat, 03 Aug 2019 12:39:24 +0000 HackEso <b_jonas> `` echo http://wordlist.aspell.net/12dicts/ > share/dict/12dicts/readme.hackeso draft
Thu, 01 Aug 2019 19:06:37 +0000 HackEso <b_jonas> `` perl -pi -e s+tps/+tps:/+ tmflry/wiki draft
Thu, 01 Aug 2019 19:06:17 +0000 HackEso <b_jonas> `` perl -pi -e s+tp:+tps+ tmflry/wiki draft
Thu, 01 Aug 2019 02:41:13 +0000 HackEso <int-e> learn The password of the month is surprising. draft
Wed, 24 Jul 2019 20:10:49 +0000 HackEso <b_jonas> `` perl -i -pe \'warn s/llystumble/lly stumble/g, " - $_";\' wisdom/o draft
Wed, 24 Jul 2019 20:05:09 +0000 HackEso <b_jonas> `` perl -i -pe \'warn s/ //g, " - $_";\' wisdom/o draft
Sat, 20 Jul 2019 01:31:45 +0000 HackEso <ais523> ` chmod a+x interps/7/7.pl draft
Sat, 20 Jul 2019 01:31:37 +0000 HackEso <ais523> ` chmod a+x ibin/7 draft
Sat, 20 Jul 2019 01:31:28 +0000 HackEso <ais523> ` printf \'#!/bin/sh\\necho "$1" | interps/7/7.pl /dev/stdin\' > ibin/7 draft
Sat, 20 Jul 2019 01:30:35 +0000 HackEso <ais523> ` mv 7.pl interps/7 draft
Sat, 20 Jul 2019 01:30:00 +0000 HackEso <ais523> fetch http://nethack4.org/esolangs/7/7.pl draft
Fri, 19 Jul 2019 21:53:14 +0000 HackEso <int-e> ` echo "Why are you taking Polly down into the mine? Polly\'s a parrot, not a canary! And where\'s my cracker?" > canary draft
Fri, 19 Jul 2019 21:49:26 +0000 HackEso <ais523> ` rm ./- ./\':#,_@\' draft
Fri, 19 Jul 2019 04:10:52 +0000 HackEso <oerjan> ` ln -s interp bin/\\! draft
Fri, 19 Jul 2019 04:10:38 +0000 HackEso <oerjan> ` mv bin/{\\!,interp} draft
Thu, 18 Jul 2019 19:19:56 +0000 HackEso <shachaf> delquote 386 draft
Thu, 18 Jul 2019 08:09:15 +0000 HackEso <b_jonas> `` perl -pi -e \'s/ and unsolvable puzzles//; warn$_\' wisdom/ci # http://www.irregularwebcomic.net/draakslair/viewtopic.php?p=173108#173108 draft
Wed, 17 Jul 2019 22:26:09 +0000 HackEso <ais523> ` sed -i -e \'s/echo/echo -n/\' \'bin/!\' draft
Wed, 17 Jul 2019 22:21:25 +0000 HackEso <ais523> ` sed -i -e \'s/ARG"$/ARG$2"/\' \'bin/!\' draft
Wed, 17 Jul 2019 22:07:26 +0000 HackEso <ais523> ` sed -i -e \'s/halt/write("\\ntrue."), !, halt; write("\\nfalse."), !, halt/\' ibin/brachylog draft
Tue, 16 Jul 2019 22:09:59 +0000 HackEso <b_jonas> `` /bin/sed -i \'/^cd(8glibc/d\' share/whatis draft
Tue, 16 Jul 2019 22:01:05 +0000 HackEso <b_jonas> `` cat tmp/jeval.whatis >> share/whatis draft
Tue, 16 Jul 2019 21:55:16 +0000 HackEso <ais523> ` chmod a+x ibin/brachylog draft
Tue, 16 Jul 2019 21:55:08 +0000 HackEso <ais523> ` printf \'#!/bin/sh\\necho "$1" > tmp/input.brachylog\\n(cd interps/brachylog/brachylog/Brachylog-master/src; swipl -g \'\\\'\'run_from_file("../../../../../tmp/input.brachylog", _, _), halt\'\\\'\' brachylog.pl)\' > ibin/brachylog draft
Tue, 16 Jul 2019 21:44:32 +0000 HackEso <ais523> ` ln -s ../../../../../tmp/compiled_brachylog.pl interps/brachylog/brachylog/Brachylog-master/src/compiled_brachylog.pl draft
Tue, 16 Jul 2019 21:39:11 +0000 HackEso <ais523> ` mv ibin/brachylog interps/brachylog draft
Tue, 16 Jul 2019 21:38:16 +0000 HackEso <ais523> ` rm bin/unzip draft
Tue, 16 Jul 2019 21:37:33 +0000 HackEso <ais523> ` sed -i -e \'s/unzip(@_)/unzip(@ARGV)/\' bin/unzip draft
Tue, 16 Jul 2019 21:37:27 +0000 HackEso <b_jonas> python3 -cimport os,zipfile; os.chdir("ibin/brachylog"); zipfile.ZipFile("master.zip").extractall() draft
Tue, 16 Jul 2019 21:36:58 +0000 HackEso <ais523> ` sed -i -e \'s/unzip(shift)/unzip(@_)/\' bin/unzip draft
Tue, 16 Jul 2019 21:35:23 +0000 HackEso <ais523> ` chmod a+x bin/unzip draft
Tue, 16 Jul 2019 21:35:17 +0000 HackEso <ais523> ` mv unzip.pl bin/unzip draft
Tue, 16 Jul 2019 21:35:05 +0000 HackEso <ais523> fetch https://gist.githubusercontent.com/eqhmcow/5389877/raw/514a27c213aefb58079687e4c257b57d6ad7a39f/unzip.pl draft
Tue, 16 Jul 2019 21:32:41 +0000 HackEso <ais523> ` rm ibin/brachylog/master draft
Tue, 16 Jul 2019 21:32:12 +0000 HackEso <ais523> ` (cd ibin/brachylog; perl -MIO::Uncompress::Unzip=unzip -e \'unzip "master.zip" => "master"\') draft
Tue, 16 Jul 2019 21:27:08 +0000 HackEso <ais523> ` mv master.zip ibin/brachylog draft
Tue, 16 Jul 2019 21:26:34 +0000 HackEso <ais523> fetch https://github.com/JCumin/Brachylog/archive/master.zip draft
Tue, 16 Jul 2019 21:07:24 +0000 HackEso <b_jonas> slashlearn source//Sources for HackEgo can be found at https://bitbucket.org/GregorR/hackbot + https://bitbucket.org/GregorR/multibot + https://bitbucket.org/GregorR/umlbox . Sources for HackEso can be found at https://bitbucket.org/fizzie/hackbot + https://bitbucket.org/fizzie/multibot + https://bitbucket.org/fizzie/umlbox . draft
Tue, 16 Jul 2019 18:31:32 +0000 HackEso <b_jonas> `` set -e; c=bin/bonvenon; /bin/sed \'s/ome.nb\\>/ome.eo/g\' bin/velkommen >$c; chmod -v a+x "$c" draft
Tue, 16 Jul 2019 16:54:42 +0000 HackEso <b_jonas> fetch bin/whatis https://hack.esolangs.org/get/bin/whatis draft
Tue, 16 Jul 2019 16:54:11 +0000 HackEso <b_jonas> fetch bin/whatis https://hack.esolangs.org/get/bin/whatis draft
Tue, 16 Jul 2019 16:41:51 +0000 HackEso <b_jonas> `` perl -pi -e \'s/^([^(]+)\\(7glibct\\)/$1(7glibc)/\' share/whatis draft
Tue, 16 Jul 2019 16:40:20 +0000 HackEso <b_jonas> `` perl -pi -e \'s/^([^(]+)\\(7glibch\\)/$1(0glibc)/\' share/whatis draft
Tue, 16 Jul 2019 15:18:48 +0000 HackEso <wob_jonas> fetch bin/whatis https://hack.esolangs.org/get/bin/whatis draft
Tue, 16 Jul 2019 15:17:09 +0000 HackEso <wob_jonas> `` chmod -v a+x bin/whatis draft
Tue, 16 Jul 2019 15:16:11 +0000 HackEso <wob_jonas> fetch bin/whatis https://hack.esolangs.org/get/bin/whatis draft
Tue, 16 Jul 2019 13:57:43 +0000 HackEso <wob_jonas> fetch share/whatis https://hack.esolangs.org/get/share/whatis draft
Tue, 16 Jul 2019 12:49:03 +0000 HackEso <wob_jonas> `` set -e; c=bin/quine; >$c echo $\'#!/bin/sh\\necho $IRC_MESSAGE # Best cheating quine ever?\'; chmod -v a+x "$c" draft
Tue, 16 Jul 2019 12:25:30 +0000 HackEso <wob_jonas> perl -e open$I,"<",$c="bin/hi"; local $/; $s=<$I>; $s=~s/`words`/\\$ENV{IRC_NICK}/ or die; if (1) { open $O,">",$c or die; print $O $s or die; } print $s; draft
Fri, 05 Jul 2019 16:38:32 +0000 HackEso <int-e> slwd warranty//s=G=[GS]= draft
Mon, 01 Jul 2019 23:15:47 +0000 HackEso <shachaf> learn The password of the month is int-e\'s job. draft
Sun, 30 Jun 2019 14:13:05 +0000 HackEso <fizzie> ` ln -s /usr/games/pom bin/pom draft
Tue, 25 Jun 2019 00:26:45 +0000 HackEso <shachaf> slwd smdh//s/er /ers / draft
Tue, 25 Jun 2019 00:26:38 +0000 HackEso <shachaf> revert draft
Tue, 25 Jun 2019 00:26:29 +0000 HackEso <shachaf> slwd smdh//s/r /rs / draft
Sun, 23 Jun 2019 11:48:42 +0000 HackEso <b_jonas> forget b\xc3\xa9zout\'s theorem draft
Mon, 17 Jun 2019 21:56:17 +0000 HackEso <b_jonas> `` perl -pi -e\'s/Bond\\K/, Queen Elizabeth the first/\' wisdom/p*aneb* draft
Thu, 13 Jun 2019 22:08:52 +0000 HackEso <b_jonas> `` echo $IRC_NICK >> bin/flist draft
Thu, 13 Jun 2019 22:04:45 +0000 HackEso <b_jonas> `` rm bin/wrlist draft
Thu, 13 Jun 2019 21:59:30 +0000 HackEso <b_jonas> learn FireFly was a short-running but well-loved sci-fi TV series released in 2003, starring Nathan Fillion and directed and written by Joss Whedon. It\'s also a room whose gimmick is that it gets darker as you kill the enemies. draft
Thu, 13 Jun 2019 21:47:53 +0000 HackEso <b_jonas> `` set -e; cd share/mtg; tr -d \\\\r <MagicCompRules_20190612.txt > rules.txt draft
Thu, 13 Jun 2019 21:47:21 +0000 HackEso <b_jonas> fetch share/mtg/MagicCompRules_20190612.txt https://media.wizards.com/2019/downloads/MagicCompRules%2020190612.txt draft
Thu, 13 Jun 2019 21:47:10 +0000 HackEso <b_jonas> `` set -e; cd share/mtg; test -f MagicCompRules_20181005.txt; rm -v MagicCompRules-20181005.txt draft
Thu, 13 Jun 2019 21:38:19 +0000 HackEso <b_jonas> forget flu shot draft
Thu, 13 Jun 2019 21:37:24 +0000 HackEso <b_jonas> forget resolution draft
Sun, 09 Jun 2019 21:45:47 +0000 HackEso <int-e> learn arseniiv is a blank slate who is afraid of alchemy, especially the kind involving chalk. draft
Sun, 09 Jun 2019 21:30:29 +0000 HackEso <int-e> le/rn_append b_jonas//He is often too busy with appeasing the M:tG gods to make any sense. draft
Sun, 02 Jun 2019 17:11:20 +0000 HackEso <int-e> learn The password of the month has been erroneously sent to the NSA. We apologize for the inconvenience. draft
Sun, 02 Jun 2019 05:46:08 +0000 HackEso <oerjan> addquote <shachaf> `unidecode \xe2\xa7\xb8\xf0\x9f\x99\xbc <HackEso> \xe2\x80\x8b[U+29F8 BIG SOLIDUS] [U+1F67C VERY HEAVY SOLIDUS] <shachaf> it is with a very heavy solidus that i write to inform you that unicode has too many code points draft
Sat, 01 Jun 2019 16:45:45 +0000 HackEso <int-e> complain Nobody\'s talking about the weather here, despite metasepia\'s best efforts! draft
Sun, 26 May 2019 18:45:31 +0000 HackEso <b_jonas> slashlearn log//#esoteric channel logs: https://esolangs.org/logs/ http://tunes.org/~nef/logs/esoteric/?C=M;O=D http://codu.org/logs/_esoteric/ draft
Sun, 26 May 2019 18:22:37 +0000 HackEso <int-e> slwd wisdom.pdf//s=wis=classical wis= draft
Fri, 24 May 2019 15:55:30 +0000 HackEso <wob_jonas> learn The reals are an overt complete ordered Brazilian currency invented by Taneb in 1994. You can pay with them fast in Nora\'s Hair Salon. draft
Thu, 23 May 2019 08:31:49 +0000 HackEso <int-e> learn hug? \xc2\xaf\\_/\xc2\xaf\\(\xc2\xb0\xe2\x80\x8b_o)/\xc2\xaf\\_/\xc2\xaf draft
Wed, 22 May 2019 21:58:01 +0000 HackEso <shachaf> slwd tanebvention//s/sanity,/& the hug,/ draft
Tue, 14 May 2019 01:16:50 +0000 HackEso <oerjan> learn_append shachaf We don\'t like this. draft
Fri, 10 May 2019 00:26:11 +0000 HackEso <shachaf> sled bin/distort//s/460/459/ draft
Fri, 10 May 2019 00:21:32 +0000 HackEso <shachaf> learn owrjan is oerjan\'s wise twin. draft
Fri, 10 May 2019 00:19:03 +0000 HackEso <shachaf> swrjan s/ark/arkup/ draft
Fri, 10 May 2019 00:17:31 +0000 HackEso <shachaf> swrjan s/Noah/mediawiki\'s default diff/ draft
Sat, 04 May 2019 19:32:14 +0000 HackEso <ais523> ` /bin/true 1&>- draft
Wed, 01 May 2019 22:19:24 +0000 HackEso <b_jonas> learn The security key of the month is "suspicion mankind subdivision dial". draft
Wed, 01 May 2019 21:48:29 +0000 HackEso <fizzie> learn The password of the month has been replaced with a security key for protection against advanced persistent threats. draft
Wed, 01 May 2019 00:16:10 +0000 HackEso <oerjan> slwd html5//s,$,., draft
Tue, 30 Apr 2019 23:48:39 +0000 HackEso <oerjan> forget toilet draft
Tue, 30 Apr 2019 01:36:16 +0000 HackEso <shachaf> revert draft
Tue, 30 Apr 2019 01:34:21 +0000 HackEso <gerzytet> learn John_Skeet is the king of Stack Overflow draft
Tue, 30 Apr 2019 01:34:12 +0000 HackEso <gerzytet> forget john draft
Tue, 30 Apr 2019 01:33:08 +0000 HackEso <gerzytet> learn John Skeet is the king of Stack Overflow draft
Tue, 30 Apr 2019 01:32:23 +0000 HackEso <gerzytet> learn html5 is something that should definitely not be parsed with regex draft
Mon, 29 Apr 2019 13:12:09 +0000 HackEso <wob_jonas> forget if draft
Mon, 29 Apr 2019 13:12:04 +0000 HackEso <wob_jonas> forget ha draft
Mon, 29 Apr 2019 10:27:13 +0000 HackEso <wob_jonas> `` set -e; cd wisdom; mv -vi fungus mushroom; sed -i "s/^/A mushroom is /" mushroom; cat mushroom; echo ok draft
Mon, 29 Apr 2019 01:40:29 +0000 HackEso <gerzytet> learn toilet is elliot spelled backwards, without the extra l, with a t at the end. draft
Mon, 29 Apr 2019 01:40:17 +0000 HackEso <gerzytet> forget toilet draft
Mon, 29 Apr 2019 01:38:26 +0000 HackEso <gerzytet> learn toilet elliot spelled backwards, without the extra l, with a t at the end. draft
Mon, 29 Apr 2019 01:27:03 +0000 HackEso <fizzie> ` mv wisdom/fungu wisdom/fungus # you may opt to `forget it if you wish draft
Mon, 29 Apr 2019 01:19:22 +0000 HackEso <gerzytet> learn a fungus that grows above ground, especially after rain. draft
Wed, 24 Apr 2019 19:45:33 +0000 HackEso <oerjan> learn BABA IS \xc2\xaf\\(\xc2\xb0\xe2\x80\x8b_o)/\xc2\xaf draft
Sun, 21 Apr 2019 16:20:47 +0000 HackEso <b_jonas> forget pike draft
Sat, 20 Apr 2019 17:39:16 +0000 HackEso <b_jonas> learn A circle has no end. draft
Sat, 20 Apr 2019 17:39:12 +0000 HackEso <b_jonas> learn A circle has no end draft
Wed, 17 Apr 2019 23:52:44 +0000 HackEso <oerjan> fetch share/UnicodeData.txt http://ftp.unicode.org/Public/UNIDATA/UnicodeData.txt draft
Wed, 17 Apr 2019 00:38:49 +0000 HackEso <oerjan> sled quotes//1333s, <, <,g draft
Tue, 16 Apr 2019 20:25:51 +0000 HackEso <b_jonas> addquote <shachaf> #define __NR_oldolduname 59 <olsner> fungot: what\'s your old old name? <fungot> olsner: they decided not to waste any brain cells storing obscure unix silliness). draft
Sun, 14 Apr 2019 00:29:11 +0000 HackEso <oerjan> sled share/scowrevs//s,3341,3342, draft
Sat, 13 Apr 2019 23:29:11 +0000 HackEso <oerjan> slwd hlnp//s,mass,known &, draft
Sat, 13 Apr 2019 23:27:50 +0000 HackEso <oerjan> slwd hlnp//s, , , draft
Sat, 13 Apr 2019 23:26:51 +0000 HackEso <oerjan> slwd hlnp//s/modification/wrapper/ draft
Sat, 13 Apr 2019 23:25:23 +0000 HackEso <oerjan> learn hlnp is a modification of "hg log" that ignores mass revert revisions and doesn\'t ping the original committers. Used for implementing other repository log search commands like `doag and `culprits . draft
Sat, 13 Apr 2019 21:01:09 +0000 HackEso <Sgeo_> list draft
Thu, 11 Apr 2019 05:09:27 +0000 HackEso <oerjan> slwd brexit//s,has a known,was recently discovered to have a, draft
Thu, 11 Apr 2019 05:08:37 +0000 HackEso <oerjan> slwd brexit//s,pead,peated, draft
Thu, 11 Apr 2019 05:08:13 +0000 HackEso <oerjan> le/rn_append brexit//This command has a known bug where it will repeadly delay itself if not enough force is available. draft
Thu, 11 Apr 2019 05:07:33 +0000 HackEso <oerjan> revert draft
Thu, 11 Apr 2019 05:06:24 +0000 HackEso <oerjan> le/rn_append brexit//If not enough force is available, the command will repeatedly delay itself. draft
Wed, 10 Apr 2019 23:41:52 +0000 HackEso <oerjan> le/rn time machine//A time machine is something Taneb will eventually have to invent to fix the fact that many of his inventions are older than him. draft
Wed, 10 Apr 2019 23:28:13 +0000 HackEso <oerjan> slwd outstanding//s,that,That, draft
Wed, 10 Apr 2019 23:24:02 +0000 HackEso <oerjan> # Thaneb//`learn Outstanding is when someone is upright in an outdoors position, as in "that scarecrow is outstanding in his field". draft
Wed, 10 Apr 2019 23:15:19 +0000 HackEso <oerjan> sled bin/metar//s,lambdabot:,You probably mean, draft
Wed, 10 Apr 2019 02:32:46 +0000 HackEso <fizzie> mkx bin/explain//wn "${1:-explain}" -n1 -hypen -hypev | sed -e \'1,/^Sense/d;/^$/,$d\' | tr \'\\n\' \' \' | sed -e \'s/ */ /g\' draft
Tue, 09 Apr 2019 13:17:08 +0000 HackEso <wob_jonas> `` mv -vi wisdom/funpun{s,} draft
Tue, 09 Apr 2019 13:16:37 +0000 HackEso <wob_jonas> forget funpun draft
Tue, 09 Apr 2019 00:03:44 +0000 HackEso <int-e> learn The password of the month is 68657861646563696D616C. draft
Mon, 08 Apr 2019 22:44:21 +0000 HackEso <fizzie> mkx bin/acronym//w="${1:-tla}"; (for (( i=0;i<${#w};i++ )); do grep -i "^${w:$i:1}[a-z]*\\$" share/dict-words | shuf -n 1; done) | xargs draft
Sun, 07 Apr 2019 23:01:58 +0000 HackEso <fizzie> slwd hms pinafore//s|^/|| draft
Sun, 07 Apr 2019 19:25:26 +0000 HackEso <fizzie> sled bin/words//39s|@opt|sort &| draft
Thu, 04 Apr 2019 23:13:11 +0000 HackEso <fizzie> sled bin/words//s|opcode|opcode pokemon| draft
Thu, 04 Apr 2019 23:12:13 +0000 HackEso <fizzie> fetch share/WordData/Pokemon https://zem.fi/tmp/Pokemon draft
Sat, 30 Mar 2019 18:03:49 +0000 HackEso <fizzie> learn The password of the month is invalid. draft
Sat, 30 Mar 2019 17:15:00 +0000 HackEso <oerjan> learn Aspiring is like perspiring, but more hopeful. draft
Wed, 27 Mar 2019 23:51:59 +0000 HackEso <oerjan> ` hg cat -r 8425 wisdom/\\` >wisdom/\\` draft
Wed, 27 Mar 2019 23:24:14 +0000 HackEso <oerjan> le/rn abelian group//An abelian group is a group that spends all its time commuting, and therefore never does any real work. draft
Wed, 27 Mar 2019 22:29:39 +0000 HackEso <b_jonas> forget society draft
Wed, 27 Mar 2019 22:25:26 +0000 HackEso <b_jonas> `` mv -v wisdom/\\` wisdom/\\`\\! draft
Wed, 27 Mar 2019 19:50:12 +0000 HackEso <b_jonas> forget 323 draft
Fri, 22 Mar 2019 00:46:52 +0000 HackEso <fizzie> sled src/hello3.c//s/x0f/17/;s/x05/5/;s/xc3/303/ draft
Thu, 21 Mar 2019 23:50:20 +0000 HackEso <oerjan> # Preserve fizzie\'s repaired version//`mk src/hello3.c//const char main[] = "%0000%HELOPPPPPPT]5Hell1E XP5o wo1E$XP5rld!1E(XP4@4J1E,4@4GPZ$AP_^^^^T^\\x0f\\x05XX\\xc3"; draft
Wed, 20 Mar 2019 18:54:49 +0000 HackEso <b_jonas> rm a.out draft
Wed, 13 Mar 2019 13:28:42 +0000 HackEso <fizzie> mkx bin/whoami//echo -n $IRC_NICK; if [[ "$1" == "-v" && -n "$IRC_IDENT" ]]; then echo -n "!$IRC_IDENT"; if [[ -n "$IRC_HOST" ]]; then echo -n "@$IRC_HOST"; fi; fi; echo draft
Wed, 13 Mar 2019 01:03:43 +0000 HackEso <shachaf> slwd fizzie//s/sneaky // draft
Wed, 13 Mar 2019 00:18:40 +0000 HackEso <fizzie> mkx bin/whoami//echo $IRC_NICK draft
Tue, 12 Mar 2019 23:21:06 +0000 HackEso <shachaf> rm bin/\x02\x02echo draft
Fri, 08 Mar 2019 00:32:40 +0000 HackEso <oerjan> le/rn lie group//Lie groups are groups that try being too smooth for their own good. draft
Thu, 07 Mar 2019 23:55:17 +0000 HackEso <oerjan> learn Heiroglyphics are an ancient set of symbols used for writing last wills and testaments. draft
Mon, 04 Mar 2019 07:19:18 +0000 HackEso <int-e> ` echo -n $(cat wisdom/shachaf) The unit of fun punnery is named after him. | rot13 > wisdom/funpuns draft
Thu, 28 Feb 2019 07:28:12 +0000 HackEso <shachaf> fetch share/unic.txt http://slbkbs.org/unic.txt.now draft
Mon, 25 Feb 2019 01:57:31 +0000 HackEso <oerjan> addquote <ais523_> ugh, now my Fugue hello world has got stuck in my head again draft
Sun, 24 Feb 2019 10:54:15 +0000 HackEso <b_jonas> learn o is a popular comedy fantasy webcomic. It\'s about a group called the Order of the Stick, as they go about their adventures with minimal competence, and eventually stumble into a plan by an undead sorcerer to conquer the world, and they\'re out to stop him and conquer their personal problems at the same time. Hopefully not in that order. draft
Sun, 24 Feb 2019 04:20:55 +0000 HackEso <fungot> le/rn philosophical zombie//Philosophical zombies are everyone in this channel except me. draft
Sat, 23 Feb 2019 01:39:12 +0000 HackEso <fizzie> fetch bin/words http://hack.esolangs.org/get/bin/words draft
Sat, 23 Feb 2019 01:38:39 +0000 HackEso <fizzie> fetch share/WordData/Opcode https://zem.fi/tmp/Opcode draft
Thu, 21 Feb 2019 19:31:39 +0000 HackEso <int-e> rm bin/satan draft
Thu, 21 Feb 2019 19:21:47 +0000 HackEso <int-e> forget code draft
Thu, 21 Feb 2019 19:02:16 +0000 HackEso <b_jonas> forget links draft
Mon, 18 Feb 2019 01:00:39 +0000 HackEso <shachaf> forget rum draft
Sun, 17 Feb 2019 21:52:32 +0000 HackEso <b_jonas> delquote 1332 draft
Sun, 17 Feb 2019 14:45:34 +0000 HackEso <b_jonas> `` addquote \'<Taneb> Anyway, you know yesterday I had a program which lists primes which ran out of memory before reaching 3?\' #https://esolangs.org/logs/2019-02-17.html#lT draft
Fri, 15 Feb 2019 22:21:25 +0000 HackEso <shachaf> addquote <Taneb> ...this is the first prime number finder I\'ve ever written which ran out of memory before finding 3 draft
Fri, 15 Feb 2019 00:44:59 +0000 HackEso <oerjan> slwd tio//s,$,., draft
Thu, 14 Feb 2019 17:13:14 +0000 HackEso <fizzie> mkx bin/wiseguys//hlnp -T \'{desc}\\n\' wisdom | cut -d\' \' -f1 | sort | uniq -c | sed -e \'s/^ *//\' | sort -nr | head -n ${1:-10} draft
Thu, 14 Feb 2019 15:13:56 +0000 HackEso <int-e> slwd kanada//s/nut/nurt/ draft
Thu, 14 Feb 2019 15:09:27 +0000 HackEso <wob_jonas> slashlearn biweekly//The word "biweekly" is half synonymous with the word --> "bimonthly". draft
Thu, 14 Feb 2019 15:09:08 +0000 HackEso <wob_jonas> forget biweekly/the draft
Mon, 11 Feb 2019 02:00:48 +0000 HackEso <oerjan> rm bin/seens draft
Mon, 11 Feb 2019 01:44:04 +0000 HackEso <oerjan> rm bin/lowercase2e draft
Mon, 11 Feb 2019 01:34:41 +0000 HackEso <shachaf> sled bin/blessyou//s/OUY/OUY0134/g draft
Mon, 11 Feb 2019 01:32:18 +0000 HackEso <fizzie> ` sled bin/thanks//s/OUY/OUY0134/g # for consistency draft
Mon, 11 Feb 2019 01:31:10 +0000 HackEso <shachaf> sled bin/hi//s/OUY/OUY0134/g draft
Mon, 11 Feb 2019 00:24:33 +0000 HackEso <shachaf> swrjan s/evil/eldrazi/ draft
Mon, 11 Feb 2019 00:16:44 +0000 HackEso <b_jonas> `` rm bin/revert draft
Mon, 11 Feb 2019 00:05:18 +0000 HackEso <b_jonas> `` rm -v bin/7z bin/7za # I added these, but they never worked draft
Mon, 11 Feb 2019 00:04:46 +0000 HackEso <b_jonas> `` rm -v bin/preprocess-mtg # one less now draft
Mon, 11 Feb 2019 00:03:42 +0000 HackEso <int-e> rm bin/wlcmr draft
Sun, 10 Feb 2019 23:50:41 +0000 HackEso <int-e> mkx bin/wrl//url "wisdom/$1" draft
Sun, 10 Feb 2019 23:50:25 +0000 HackEso <int-e> ` mv hwrl bin draft
Sun, 10 Feb 2019 23:50:00 +0000 HackEso <int-e> mkx hwrl//hurl "wisdom/$1" draft
Fri, 08 Feb 2019 22:13:40 +0000 HackEso <b_jonas> `` perl -pi -e "s/will\\b/have/;print STDERR $_" wisdom/macron draft
Fri, 08 Feb 2019 01:02:49 +0000 HackEso <oerjan> learn The flabberghast is the most confusing type of undead. draft
Fri, 08 Feb 2019 00:58:30 +0000 HackEso <oerjan> slwd chicken//s;leaves them;used to leave them, then he left; draft
Thu, 07 Feb 2019 13:06:33 +0000 HackEso <fizzie> slwd ladder//s/vertical bridge/directed & in the positive orientation/ draft
Thu, 07 Feb 2019 12:39:57 +0000 HackEso <fizzie> learn A ladder is just a vertical bridge. draft
Thu, 07 Feb 2019 00:50:55 +0000 HackEso <oerjan> slwd quantum leap//s,dragons,dragon, draft