log

age author description
Sat, 28 Sep 2019 10:03:47 +0000 HackEso <int-e> learn RPM is short for "rapid piece movement", a phenomenon often seen in bullet chess. draft
Thu, 26 Sep 2019 01:03:26 +0000 HackEso <kmc> addquote <LKoen> kmc: it\'s 3am and instead of going to bed I just spent a looot of time reading a long article about circadian rythms and melatonin draft
Sun, 22 Sep 2019 02:09:55 +0000 HackEso <kmc> addquote <ais523> (one nice thing about asking in #esoteric rather than #perl is that you don\'t have to attempt to justify what you\'re doing) draft
Thu, 19 Sep 2019 17:56:36 +0000 HackEso <ais523> ` printf \'#include <stdio.h>\\nint main(void) { float C = 4.0; printf("%%f", C/C++); }\' | gcc -fno-diagnostics-color -Wall -Wextra -x c /dev/stdin draft
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