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