←2016-10-12 2016-10-13 2016-10-14→ ↑2016 ↑all
00:00:08 -!- otherbot has quit (Remote host closed the connection).
00:00:15 -!- deltab__ has quit (*.net *.split).
00:00:23 -!- otherbot has joined.
00:00:28 -!- otherbot has quit (Client Quit).
00:09:49 <hppavilion[1]> My seed today is 6891
00:09:50 -!- otherbot has joined.
00:10:17 -!- otherbot has quit (Client Quit).
00:10:39 -!- otherbot has joined.
00:22:10 <hppavilion[1]> My numbers today are 0x2CBF, 0x973A, and 0xB685
00:22:14 <hppavilion[1]> What this means I am not sure
00:22:38 -!- otherbot has quit (Read error: Connection reset by peer).
00:23:12 -!- DHeadshot_ has quit (Ping timeout: 260 seconds).
00:23:15 -!- otherbot has joined.
00:24:11 -!- otherbot has quit (Remote host closed the connection).
00:24:30 -!- otherbot has joined.
00:25:41 <hppavilion[1]> I'm changing the algorithm so the range is 0..2^24 rather than 0..2^16, so you can spit out a hex color if you so desire
00:31:31 -!- boily has joined.
00:35:24 <oerjan> bohile
00:35:27 <oerjan> *y
00:35:34 <oerjan> (?!)
00:38:07 <boily> hellørjanne!
00:38:12 <boily> @massage-loud
00:38:12 <lambdabot> oerjan said 6h 39m 12s ago: <boily> there's a suspicious lack of diæresises in mroman's whereabouts... <-- surprisingly, i think the only peculiar thing is the specifically swiss spelling "Scheissega
00:38:12 <lambdabot> l", which narrowly avoids a ß hth
00:38:12 <lambdabot> oerjan said 6h 37m 34s ago: <boily> `` sed -i 's/\. h/. H/' wisdom/pouti <-- lern2slwd hth
00:38:12 <lambdabot> oerjan said 6h 36m 3s ago: (one of its advantages, shared by most wisdom/ commands, is that it tells you the result so you (and people watching) know if you messed up)
00:38:52 <boily> nonsense! Fungot intended us to use the Pure Sed as It Was Meant!
00:38:59 <boily> (or something like that.)
00:39:51 <oerjan> ಠ_ಠ
00:40:19 <shachaf> oerjan: itym "lwrn2slwd" hth
00:40:38 <oerjan> MAYBW
00:41:15 <shachaf> for adding inappropriate content to the wisdom database, please use slewd
00:42:08 <ybden> How dws slwd wrk?
00:42:19 <ybden> `? slewd
00:42:21 <HackEgo> slewd? ¯\(°​_o)/¯
00:42:24 <ybden> `? slwd
00:42:24 <HackEgo> ​`slwd <wisdom name>//<sed script>
00:42:32 <ybden> Ah.
00:42:35 <ybden> I think/
00:42:39 <ybden> `? sl//d
00:42:40 <HackEgo> D is a letter in the alphabet! It's also the name of a programming language.
00:42:45 <ybden> ??
00:42:53 <ybden> `? sled
00:42:54 <HackEgo> ​`sled <filename>//<sed script>
00:42:59 <ybden> oh.
00:43:06 <ybden> `? sl0d
00:43:07 <HackEgo> sl0d? ¯\(°​_o)/¯
00:43:10 <ybden> hmm
00:43:17 <ybden> `ls bin/sl*
00:43:18 <HackEgo> ls: cannot access bin/sl*: No such file or directory
00:43:24 <ybden> ``ls bin/sl*
00:43:25 <HackEgo> ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: `ls: not found
00:43:38 <ybden> ``ls
00:43:39 <HackEgo> ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: `ls: not found
00:43:51 <ybden> `` ls bin/sl*
00:43:52 <HackEgo> bin/slashes \ bin/slashlearn \ bin/sled \ bin/slist \ bin/slwd
00:44:17 <ybden> Oh, I see
00:44:23 <ybden> sled is for files; slwd is for wisdoms
00:44:59 <ybden> Does slwd stand for anything, or is it just e->w[isdom] from sled?
00:45:18 <ybden> `` ls bin/le*
00:45:19 <HackEgo> bin/leann \ bin/learn \ bin/learn_append \ bin/learn_append2 \ bin/len \ bin/len.pl
00:45:23 <ybden> `? leann
00:45:24 <HackEgo> leann? ¯\(°​_o)/¯
00:45:25 <shachaf> ybdwn
00:45:32 <shachaf> `? ../bin/leann
00:45:33 <HackEgo> ​../bin/leann? ¯\(°​_o)/¯
00:45:42 <ybden> `cat bin/leann
00:45:43 <HackEgo> ​(($#==1)) && set -- "${1% *}" "${1#* }"; key=${1,,}; shift; cat <<< "${*,,}" > "wisdom/$key" && echo "Learned «$key»"
00:46:04 <ybden> `len foo
00:46:08 <HackEgo> 3 codepoints
00:46:12 -!- imode has quit (Quit: leaving).
00:46:15 <ybden> `cat bin/len
00:46:16 <HackEgo> ​#!/usr/bin/perl \ use strict; \ use warnings; \ use 5.010; \ use Encode qw/decode encode FB_CROAK LEAVE_SRC/; \ \ sub put { \ my ($count, $item) = @_; \ if ($count == 1) { \ say "1 $item"; \ } else { \ say "$count ${item}s"; \ } \ } \ \ my $line = "@ARGV"; \ \ my $unicode; \ eval { \ $unicode = decode "UTF-
00:46:29 <shachaf> `url bin/len
00:46:31 <HackEgo> http://codu.org/projects/hackbot/fshg/index.cgi/file/tip/bin/len
00:47:08 <ybden> `readlink bin/len
00:47:09 <HackEgo> No output.
00:47:13 <ybden> `readlink bin/len.pl
00:47:14 <HackEgo> No output.
00:47:37 <ybden> `` ls -i bin/len{,.pl}
00:47:38 <HackEgo> 664916 bin/len \ 664917 bin/len.pl
00:47:45 <ybden> `` ls -al bin/len{,.pl}
00:47:46 <HackEgo> ​-rwxr-xr-x 1 5000 0 951 Sep 25 20:32 bin/len \ -rw-r--r-- 1 5000 0 951 Sep 25 20:32 bin/len.pl
00:47:56 <ybden> `` ls -alFh bin/len{,.pl}
00:47:57 <HackEgo> ​-rwxr-xr-x 1 5000 0 951 Sep 25 20:32 bin/len* \ -rw-r--r-- 1 5000 0 951 Sep 25 20:32 bin/len.pl
00:48:19 <shachaf> `? shaventions
00:48:20 <HackEgo> shaventions include: before/lastfiles, culprits, hog/{h,d}oag, le//rn, tmp/, mk/mkx, sled/sedlast, spore/spam/speek/sport/1. Taneb invented them.
00:48:24 <shachaf> `? ybdenventions
00:48:25 <HackEgo> ybdenventions? ¯\(°​_o)/¯
00:48:34 <shachaf> `` doag | grep ybden | head -n1
00:48:37 <HackEgo> No output.
00:48:46 <shachaf> `` doag | head -n1
00:48:46 <ybden> I don't think I've actually made anything here
00:48:47 <HackEgo> 2016-10-12 <boily> ` sed -i \'s/\\. h/. H/\' wisdom/pouti
00:48:53 <ybden> `? doag
00:48:53 <HackEgo> doag? ¯\(°​_o)/¯
00:48:57 <ybden> `cat bin/doag
00:48:58 <HackEgo> hlnp --removed --template "{date|shortdate} {desc}\n" -- "$@"
00:49:09 <ybden> `? dog
00:49:10 <HackEgo> dog? ¯\(°​_o)/¯
00:49:13 <shachaf> `cat bin/hlnp
00:49:14 <HackEgo> hg log "$@" | sed 's/.>/\x0F&/g'
00:49:39 <shachaf> oerjan: Wait, you np every single word in the doag output?
00:49:43 <shachaf> That's kind of scow.
00:49:54 <ybden> `? scow
00:49:55 <HackEgo> Scow (S-cow) is canned meat made from cows with a lisp.
00:50:41 <shachaf> Oh, no, only things ending in >
00:50:46 <shachaf> I mixed it up with \> in vim
00:50:56 <shachaf> I guess that's not as bad.
00:51:25 <shachaf> `before
00:51:27 <HackEgo> wisdom/pouti//Pouti is boily's brother. he's also Canadian, and he closes the Roujo pointer loop.
00:51:33 <shachaf> `now
00:51:34 <HackEgo> wisdom/pouti//Pouti is boily's brother. He's also Canadian, and he closes the Roujo pointer loop.
00:51:44 <ybden> vim regex are horrible and weird
00:51:46 <ybden> `? vim
00:51:47 <HackEgo> vim equals to approximately ccxxxviin.
00:51:50 <ybden> `? regex
00:51:51 <HackEgo> regex? ¯\(°​_o)/¯
00:52:00 <shachaf> At least they support intersection!
00:52:12 <shachaf> Show me another regex thing that supports that.
00:52:24 <ybden> shachaf: huh, what's the syntax for that?
00:52:29 <shachaf> I think \&?
00:52:33 <shachaf> I've never used it.
00:52:39 <boily> `wisdom
00:52:40 <HackEgo> false//false is a very old stack-based language. For an authentic experience, run it on an Amiga. It's also not true.
00:52:43 <shachaf> I didn't know it existed until, I don't know. Some time.
00:52:58 <FireFly> you can sorta do intersection with lookahead
00:53:05 <shachaf> sorta
00:53:07 <shachaf> `? poutine
00:53:08 <HackEgo> Poutine was Pouti and boily's sister until the tragic cheese accident.
00:53:09 <boily> vim is the feather of text editors. the feature has existed before you thought it will exist.
00:53:22 <ybden> shachaf: apparently Java supports it, according to https://stackoverflow.com/questions/39236488/how-to-use-intersection-union-and-subtraction-in-vim-regular-expression-charact
00:53:27 <FireFly> (?=foo)(?=bar)baz
00:53:35 <FireFly> except with less silly patterns
00:54:08 <ybden> I honestly don't think I'd ever need that though
00:54:16 <FireFly> ybden: that's [] sets though, not of patterns
00:54:24 <FireFly> (in Java)
00:55:04 <shachaf> I would use it quite often, I think.
00:55:11 <shachaf> Except I guess it can be very inefficient.
00:55:13 <shachaf> But still.
00:55:27 <shachaf> Of course you also want complement if you have intersection.
00:55:34 <shachaf> (A&~B)? too good
00:55:54 <shachaf> ybden: That Java thing is character class intersection.
00:56:01 <shachaf> I want general regex intersection.
00:56:14 <ybden> :o
00:56:22 <ybden> That sounds... kind of powerful
00:56:46 <shachaf> too powerful to be in the hands of the people
01:00:31 -!- Cale has quit (Remote host closed the connection).
01:01:19 <hppavilion[1]> It's interesting that, when reading vowelless words (e.g. command names (e.g. slwd)), I seem to fall back on <w> = [u:], despite the fact that that literally never ever happens in english.
01:02:20 <boily> what are you talking abwt.
01:02:33 <hppavilion[1]> boily: Very Canadian.
01:02:36 <hppavilion[1]> ('aboot')
01:03:02 <hppavilion[1]> (or 'aboat', but 'aboot' is what I read it as in this context)
01:03:31 <hppavilion[1]> boily: When I see slwd, I read it like 'slood' for no reason whatsoever, despite 'w' never making 'oo' in (modern) english
01:04:22 <hppavilion[1]> boily: I'm inventing a computerized numerology engine. It takes some personal information and information about the real world, puts it in a pRNG, and spits out some numbers
01:04:23 <oerjan> `mkx bin/nhlp//hg log "$@" | sed 's/\(<[^>]*\)\([^>]>\)/\1\x0F\2/g'
01:04:26 <HackEgo> bin/nhlp
01:04:36 <oerjan> `culprits bin/nhlp
01:04:38 <HackEgo> oerjan
01:04:40 <hppavilion[1]> oerjan: ...wait, what does it do?
01:04:57 <hppavilion[1]> Does it edit the most recently edited file?
01:04:58 <oerjan> hm that's weird
01:05:07 <hppavilion[1]> `` which nhlp
01:05:08 <HackEgo> ​/hackenv/bin/nhlp
01:05:16 <hppavilion[1]> oerjan: hth
01:05:30 <hppavilion[1]> (I think)
01:05:37 <oerjan> what of it?
01:05:45 <hppavilion[1]> Wait
01:05:47 <hppavilion[1]> `pwd
01:05:48 <HackEgo> ​/hackenv
01:05:50 <hppavilion[1]> Oh
01:05:51 <hppavilion[1]> nvm
01:05:51 <oerjan> `cat bin/nhlp
01:05:52 <HackEgo> hg log "$@" | sed 's/\(<[^>]*\)\([^>]>\)/\1\x0F\2/g'
01:06:05 <oerjan> `culprits bin/doag
01:06:07 <HackEgo> oerjan fizzie jeffl35 shachaf
01:06:13 * hppavilion[1] . o O ( HackEgo is fast today )
01:06:26 <oerjan> something weird
01:06:35 <oerjan> `cat bin/culprits
01:06:36 <HackEgo> hoag "$@" | awk '{print substr($1,2,length($1)-2)}' | xargs
01:06:36 <hppavilion[1]> `cat bin/doge
01:06:36 <HackEgo> cat: bin/doge: No such file or directory
01:06:56 <shachaf> please leave it that way
01:07:08 <hppavilion[1]> shachaf: I wasn't planning on doing anything
01:07:32 <oerjan> `cwlprits oerjan
01:07:33 <HackEgo> oerjan shachaf shachaf shachaf shachaf shachaf oerjan shachaf shachaf oerjan shachaf shachaf fizzie evilipse shachaf shachaf shachaf oerjan boily shachaf shachaf oerjan shachaf oerjan boily boily oerjan shachaf shachaf shachaf shachaf shachaf oerjan oerjan shachaf shachaf shachaf noloveinwaikiki noloveinwaikik
01:07:45 <hppavilion[1]> `cuulprits oerjan
01:07:46 <HackEgo> ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: cuulprits: not found
01:07:47 <oerjan> ok that's good
01:08:00 -!- jix_ has quit (Ping timeout: 260 seconds).
01:08:04 <oerjan> oh duh
01:08:09 <oerjan> `rm bin/nhlp
01:08:11 <HackEgo> No output.
01:08:28 <oerjan> `mkx bin/hlnp//hg log "$@" | sed 's/\(<[^>]*\)\([^>]>\)/\1\x0F\2/g'
01:08:30 <HackEgo> bin/hlnp
01:08:38 <oerjan> `culprits bin/hlnp
01:08:40 <HackEgo> oerjan oerjan
01:09:04 <oerjan> ok seems to work
01:09:17 <oerjan> shachaf: now it's a little more distinguishing hth
01:09:52 <hppavilion[1]> I seem to have ingested the log to base e
01:10:30 <shachaf> `` ls bin/p*
01:10:31 <HackEgo> bin/pacman \ bin/pad \ bin/password \ bin/pastalog \ bin/pastaquote \ bin/paste \ bin/pastefortunes \ bin/pastekarma \ bin/pastelog \ bin/pastelogs \ bin/pastenquotes \ bin/pastequotes \ bin/pastewisdom \ bin/pastlog \ bin/pbflist \ bin/perl-e \ bin/piglatin \ bin/pikhqbow \ bin/ping \ bin/ploki \ bin/pong \ bin/poulet \ bin/prefixes \ bin/preproce
01:10:41 <shachaf> `learn hlnp is hg log, no ping
01:10:43 <HackEgo> Learned 'hlnp': hlnp is hg log, no ping
01:10:52 <shachaf> `learn pnhl is past, no hilights
01:10:55 <HackEgo> Learned 'pnhl': pnhl is past, no hilights
01:11:38 <shachaf> `learn lpnh is log program, no hilight
01:11:40 <HackEgo> Learned 'lpnh': lpnh is log program, no hilight
01:12:37 <shachaf> `learn nhlp is no hilight past
01:12:39 <HackEgo> Learned 'nhlp': nhlp is no hilight past
01:12:42 <shachaf> `help
01:12:42 <HackEgo> Runs arbitrary code in GNU/Linux. Type "`<command>", or "`run <command>" for full shell commands. "`fetch <URL>" downloads files. Files saved to $PWD are persistent, and $PWD/bin is in $PATH. $PWD is a mercurial repository, "`revert <rev>" can be used to revert to a revision. See http://codu.org/projects/hackbot/fshg/
01:13:00 <shachaf> `revert 9245
01:13:03 <shachaf> not worth it
01:13:06 <HackEgo> rm: cannot remove `/home/hackbot/hackbot.hg/multibot_cmds/env/.hg/store/data/canary.orig': Is a directory \ Done.
01:13:28 <boily> `learn nlhp is a hockey programme.
01:13:30 <HackEgo> Learned 'nlhp': nlhp is a hockey programme.
01:13:52 * hppavilion[1] . o O ( Has it been decided that `revert isn't worth fixing? )
01:13:55 <shachaf> not nhlp?
01:14:04 <boily> (or is is nhl? I am a false Canadian, with no hockey knowdlege...)
01:14:13 <hppavilion[1]> `? union
01:14:13 <boily> s/dle/led/
01:14:14 <HackEgo> union? ¯\(°​_o)/¯
01:14:34 <shachaf> it's lnh hth
01:14:41 <shachaf> ligue nationale de hockey
01:14:49 <hppavilion[1]> boily: I *think* it's nhl? Or maybe that's the American one...
01:15:09 <shachaf> national hotkey league
01:15:26 <hppavilion[1]> Do the hotkey potkey
01:18:33 <oerjan> `? nhlp
01:18:34 <HackEgo> nhlp is no hilight past
01:18:55 <hppavilion[1]> Numerology...
01:19:01 <shachaf> ugh
01:19:05 <shachaf> is this the revert bug
01:19:09 <ybden> < hppavilion[1]> It's interesting that, when reading vowelless words (e.g. command names (e.g. slwd)), I seem to fall back on <w> = [u:], despite the fact that that literally never ever happens in english. ← Hmm, I'd say that the same happens for me
01:19:29 <oerjan> probably. the revert didn't show up in the repo browser at all
01:20:37 <oerjan> `` rm wisdom/{hlnp,pnhl,lpnh,nhlp}
01:20:39 <shachaf> "ew" is pronounce kind of like u
01:20:40 <HackEgo> No output.
01:21:02 <shachaf> I mean, in words like "lewd" and "news"
01:21:12 <hppavilion[1]> Yes, that's probably it
01:21:15 <hppavilion[1]> `slewd
01:21:16 <HackEgo> ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: slewd: not found
01:21:31 <shachaf> It also works that way in Welsh?
01:22:07 -!- moonythedwarf_ has joined.
01:22:42 <oerjan> * hppavilion[1] . o O ( Has it been decided that `revert isn't worth fixing? ) <-- well only fizzie and gregor can do it. i suppose someone else could make a pull request if they find out how to fix it.
01:22:52 -!- moony has quit (Ping timeout: 250 seconds).
01:23:10 <oerjan> `learn An union is the opposite of an ion.
01:23:12 <HackEgo> Learned 'union': An union is the opposite of an ion.
01:23:20 <oerjan> hth
01:23:28 <hppavilion[1]> oerjan: That wasn't the joke I was going for at all
01:23:51 <hppavilion[1]> oerjan: I was going to have union as in "Carpenter's Union" or "Writer's Union"
01:23:55 <hppavilion[1]> And also intersection
01:24:39 <boily> an union and and intersection are about not quite the same hth
01:24:55 <hppavilion[1]> boily: 'an union'?
01:25:19 <hppavilion[1]> (Has boily been talking to fungot?)
01:25:20 <fungot> hppavilion[1]: eval ( sin 5)) " whatever"
01:25:47 <shachaf> boily has been reading
01:25:57 <hppavilion[1]> fungot: -0.9589242746631385 hth
01:25:58 <fungot> hppavilion[1]: like an editor like emacs, you see :) thanks! i pixeled everything myself
01:26:29 -!- pikhq has quit (Ping timeout: 260 seconds).
01:27:17 <oerjan> `? intersection
01:27:18 <HackEgo> intersection? ¯\(°​_o)/¯
01:27:40 <oerjan> `learn An intersection is the opposite of an inverbosection.
01:27:42 <HackEgo> Learned 'intersection': An intersection is the opposite of an inverbosection.
01:28:10 * boily *THWACKS* oerjan. 0.99 Sh.
01:31:31 <oerjan> inpunfix
01:34:12 <boily> you were deduced 0.01 because I had pizza in my mouth.
01:34:16 <quintopia> helloily
01:34:25 <quintopia> can has pizza
01:34:39 -!- pikhq has joined.
01:34:46 <quintopia> deduced!=deducted
01:35:22 <oerjan> boily: did you suddenly stop having pizza in your mouth at that point
01:36:32 <boily> no, it went the natural throaty way.
01:36:43 <boily> quinthellopia. typing is hard hth
01:37:26 <quintopia> so what did you do with your holiday
01:38:05 * hppavilion[1] . o O ( A conlang with nothing but vowels would be fun )
01:38:36 <boily> quintopia: played Dominion with the bro and one of his friends, then ate couscous, which is always nice.
01:38:50 * boily loves a good steaming couscous with merguez
01:38:54 <boily> hppavilion[1]: aUI hth
01:39:28 <boily> quintopia: what did you canada?
01:40:47 <oerjan> boily: i see consonants in that phoneme list tdnh
01:41:31 <oerjan> although it seems to have a goodly 12 vowels
01:41:33 -!- pikhq has quit (Ping timeout: 258 seconds).
01:41:59 <boily> oh, they do have consonants. I remembered the anomalous number of vowels...
01:42:14 <boily> twelve is not enough. there should be more!
01:42:16 <oerjan> it's fewer vowels than norwegian and swedish hth
01:42:24 <boily> also French.
01:43:12 -!- pikhq has joined.
01:43:50 <oerjan> oh wait, aUI has nasals too
01:43:56 <oerjan> 22 vowels then
01:44:07 <oerjan> er, 23
01:48:24 <quintopia> boily: niagara falls and niagara on the lake
01:48:52 <quintopia> i had some ... that other grain
01:49:10 <quintopia> quinoa? maybe couscous too
01:49:16 <quintopia> all the beers
01:52:57 -!- myname has joined.
01:57:15 -!- pikhq has quit (Ping timeout: 252 seconds).
01:58:56 -!- pikhq has joined.
01:59:18 -!- imode has joined.
02:01:58 -!- jix has joined.
02:11:10 -!- moonythedwarf_ has quit (Ping timeout: 268 seconds).
02:11:31 <boily> `wisdom
02:11:32 <HackEgo> taneb//Taneb is not elliott, no matter who you ask. He also isn't a rabbi although he has pretended in the past. He has at least two backup keyboards with dodgy SHIFT KEys, cube root of nine genders, and above average, not too voluminous, but calm eyebrows. (See also: tanebventions)
02:15:16 <boily> `? tanebventions
02:15:16 <HackEgo> Tanebventions include automatic squirrel feeders, necessity, Go, Windows 98, submarine jousting, Fueue, the universe, the triverse, metar, weetoflakes, persistence, the BBC, progress, the Oxford comma, and this sentence. See also tanebventions: math. He never invents anything involving sex.
02:15:27 -!- `^_^v has joined.
02:15:33 <boily> ah, Windows's a new one.
02:16:07 <shachaf> `? windows 98
02:16:08 <HackEgo> windows 98? ¯\(°​_o)/¯
02:16:58 <shachaf> i,i why is windows 2000 afraid of windows 90?
02:17:15 -!- Cale has joined.
02:17:18 * boily doublethwacks shachaf. 0.2 Sh.
02:19:18 <oerjan> `dowg tanebvention
02:19:20 <HackEgo> 2016-10-10 <shachaf> slwd tanebvention//s#and#the Oxford comma, and# \ 2016-10-10 <shachaf> slwd tanebvention//s#Tanebventions, ## \ 2016-10-10 <hppavilion[1]> ` sed -i \'s#the universe, #the universe, the triverse, #\' wisdom/tanebvention \ 2016-09-25 <fizzie> revert 942e964c81c1 \ 2016-09-25 <evilipse> ` chmod 777 / -R \ 2016-08-01 <shachaf
02:19:35 <oerjan> `` dowg tanebvention | grep indow
02:19:37 <HackEgo> 2016-07-25 <shachaf> slwd tanebvention//s#Go,#Go, Windows 98,#
02:21:02 <oerjan> `slwd tanebvention//s/Windows 90, //
02:21:04 <HackEgo> wisdom/tanebvention//Tanebventions include automatic squirrel feeders, necessity, Go, Windows 98, submarine jousting, Fueue, the universe, the triverse, metar, weetoflakes, persistence, the BBC, progress, the Oxford comma, and this sentence. See also tanebventions: math. He never invents anything involving sex.
02:21:05 <oerjan> oops
02:21:09 <oerjan> `slwd tanebvention//s/Windows 98, //
02:21:12 <HackEgo> wisdom/tanebvention//Tanebventions include automatic squirrel feeders, necessity, Go, submarine jousting, Fueue, the universe, the triverse, metar, weetoflakes, persistence, the BBC, progress, the Oxford comma, and this sentence. See also tanebventions: math. He never invents anything involving sex.
02:21:41 <oerjan> `wisdom triverse
02:21:42 <HackEgo> That's not wise.
02:22:00 <oerjan> `` dowg tanebvention | grep triverse
02:22:02 <HackEgo> 2016-10-10 <hppavilion[1]> ` sed -i \'s#the universe, #the universe, the triverse, #\' wisdom/tanebvention
02:22:16 <oerjan> hm give it a while longer
02:22:17 <hppavilion[1]> `wisdom
02:22:19 <HackEgo> sauron//Sauron is the eponymous protagonist of the Lord of the Rings series. He serves primarily as narrator and the main driver of the plot. His heroic exploits include the resurrection of the Kings of Men and the conquest of the racists of Gondor.
02:22:40 <oerjan> `` dowg tanebvention | grep comma
02:22:42 <HackEgo> 2016-10-10 <shachaf> slwd tanebvention//s#and#the Oxford comma, and#
02:22:57 <oerjan> `wisdom oxford
02:22:58 <HackEgo> oxford//The home of English, woven shirts, and the serial comma.
02:24:16 <oerjan> `wisdom oxford
02:24:17 <HackEgo> oxford//The home of English, woven shirts, and the serial comma.
02:28:57 <jeffl35> `` which culprits
02:28:58 <HackEgo> ​/hackenv/bin/culprits
02:29:03 <jeffl35> `` cat bin/culprits
02:29:03 <HackEgo> hoag "$@" | awk '{print substr($1,2,length($1)-2)}' | xargs
02:29:10 <Phantom_Hoover> it's not natural in the context of linear algebra
02:29:10 <jeffl35> `` which hoag
02:29:10 <HackEgo> ​/hackenv/bin/hoag
02:29:12 <jeffl35> `` hoag --help
02:29:14 <HackEgo> No output.
02:29:18 <Phantom_Hoover> ugggh
02:29:18 <jeffl35> `` cat hoag
02:29:20 <HackEgo> cat: hoag: No such file or directory
02:29:23 <jeffl35> `` cat bin/hoag
02:29:23 <HackEgo> hlnp --removed --template "{desc}\n" -- "$@"
02:29:23 <Phantom_Hoover> fucking scrollback
02:29:30 <jeffl35> `` which hlnp
02:29:31 <HackEgo> ​/hackenv/bin/hlnp
02:29:37 <jeffl35> `` cat bin/hlnp
02:29:38 <HackEgo> hg log "$@" | sed 's/\(<[^>]*\)\([^>]>\)/\1\x0F\2/g'
02:29:45 <jeffl35> `` hg log bin
02:29:46 <HackEgo> changeset: 121:8a04b0258775 \ user: HackBot \ date: Thu Mar 22 19:17:38 2012 +0000 \ summary: <elliott> run mv bin test; touch bin
02:32:04 <oerjan> jeffl35: i made hlnp so the programs that do hg log don't ping users as much.
02:32:33 * boily pings fungot
02:32:33 <fungot> boily: they were talking about
02:32:42 <boily> fungot: yes, they were talking about.
02:32:42 <fungot> boily: if it can't be done portably
02:32:52 <boily> fungot: then it must be done locally.
02:32:52 <fungot> boily: i've been instead thinking about tranbit.
02:33:02 <boily> fungot: itym transit hth
02:33:02 <fungot> boily: see http://srfi.schemers.org/ fnord/ fnord/ fnord ( colin's temporarily offline.) ugly html and not guaranteed to be disjoint) see the r5rs section on derived expressions.
02:33:18 <boily> fungot: I'd rather not.
02:33:44 <jeffl35> oerjan: ironically it still pings >_<
02:33:58 <jeffl35> adding a double-\x02 should help
02:34:05 <jeffl35> (with hexchat, at least)
02:34:14 <oerjan> jeffl35: what does \02 do
02:34:18 <jeffl35> uh, bold
02:34:27 <jeffl35> really, nothing, when you have two in a row
02:34:38 <oerjan> testing
02:34:38 <jeffl35> `` echo jeffl35
02:34:39 <HackEgo> jeffl35
02:34:41 -!- joozygooch has changed nick to snootypoot.
02:34:42 <oerjan> hm
02:34:49 <jeffl35> `` echo jeffle5
02:34:49 <HackEgo> jeffle5
02:34:52 <jeffl35> `` echo jeffl35
02:34:53 <HackEgo> jeffl35
02:34:58 <jeffl35> `` echo jeffl35
02:34:59 <HackEgo> jeffl35
02:35:03 <jeffl35> oh does it strip formatting
02:35:11 <jeffl35> no...
02:35:15 <boily> jelloff35, or jeffllo35?
02:35:16 <oerjan> jeffl35: i suspect that's your client's problem
02:35:17 <jeffl35> -echo jeffl35
02:35:17 <otherbot> jeffl35
02:35:21 <jeffl35> lol
02:35:32 <oerjan> jeffl35
02:35:33 <jeffl35> `` echo j​effl35
02:35:34 <HackEgo> j​effl35
02:35:37 <boily> oerjan: what would you porthello jeffl35 with?
02:35:40 <jeffl35> a zero-width space seems to help
02:35:43 <boily> -test
02:35:48 <jeffl35> -poke boily
02:35:48 * otherbot pokes boily
02:35:53 <boily> eille!
02:36:00 * boily looks sternly at jeffl35.
02:36:06 <oerjan> jeffl35: ZWSP messes up shachaf's terminal
02:36:11 <jeffl35> oh
02:36:13 <jeffl35> darnit
02:36:22 <oerjan> we use them some places.
02:36:35 <oerjan> including HackEgo's botloop prevention.
02:36:41 <boily> messing shachaf is fun ^^
02:36:43 <jeffl35> -echo `` echo test
02:36:43 <otherbot> `` echo test
02:36:44 <HackEgo> test
02:36:49 <jeffl35> -echo `` echo -ping
02:36:49 <otherbot> `` echo -ping
02:36:50 <HackEgo> ​-ping
02:36:52 <jeffl35> ok
02:37:08 <boily> -echo -echo -echo -echo
02:37:09 <otherbot> -echo -echo -echo
02:37:12 <boily> beuh.
02:37:13 <jeffl35> -eval '\x53'
02:37:13 <otherbot> 'S'
02:37:24 <jeffl35> -eval '\x01'
02:37:24 <otherbot> '\u0001'
02:37:31 <jeffl35> -eval bot.sendMsg(chan,'\x01')
02:37:31 <otherbot> undefined
02:37:39 <jeffl35> -eval bot.sendMsg(chan,'jef\x01fl35')
02:37:40 <otherbot> jef<CTCP>fl35
02:37:40 <otherbot> undefined
02:37:44 <jeffl35> that looks horrible
02:37:59 -!- boily has quit (Quit: BRINE CHICKEN).
02:38:22 <jeffl35> > brine chicken
02:38:23 <lambdabot> error: Variable not in scope: brine :: t0 -> terror: Variable not in scope: ...
02:38:26 <oerjan> i saw that ^A
02:38:44 <jeffl35> welp, that certainly does not work
02:38:54 <jeffl35> maybe try lookalikes?
02:38:56 <oerjan> ^A is special in irc.
02:39:01 <jeffl35> yeah
02:39:06 <jeffl35> \x01ACTION pokes otherbot\x01
02:39:10 * jeffl35 pokes otherbot
02:39:12 <oerjan> i think b_jonas had some plans to write a noping script that did lookalikes.
02:39:28 <oerjan> but he hasn't finished it afaik
02:39:39 <jeffl35> there's this...
02:39:40 <jeffl35> https://github.com/reinderien/mimic
02:39:53 <jeffl35> [ab]using Unicode to create tragedy
02:39:59 <jeffl35> in this case, s/tragedy/goodness/
02:40:41 <oerjan> hm i had an idea maybe i should try it...
02:41:33 <jeffl35> -eval bot.sendMsg(chan,'\u0391')
02:41:33 <otherbot> Α
02:41:33 <otherbot> undefined
02:41:45 <jeffl35> -eval bot.sendMsg(chan,'\u0410')
02:41:45 <otherbot> А
02:41:45 <otherbot> undefined
02:41:53 <jeffl35> not actually an A :P
02:42:05 <jeffl35> `unidecode А
02:42:06 <HackEgo> ​[U+0410 CYRILLIC CAPITAL LETTER A]
02:42:08 <jeffl35> lol
02:42:14 <jeffl35> `unidecode Α
02:42:14 <HackEgo> ​[U+0391 GREEK CAPITAL LETTER ALPHA]
02:42:26 <jeffl35> unicode is weird
02:44:05 <jeffl35> `` tr
02:44:06 <HackEgo> tr: missing operand \ Try `tr --help' for more information.
02:44:10 <jeffl35> yeah, can use that
02:44:14 <jeffl35> `tr --help
02:44:15 <HackEgo> Usage: tr [OPTION]... SET1 [SET2] \ Translate, squeeze, and/or delete characters from standard input, \ writing to standard output. \ \ -c, -C, --complement use the complement of SET1 \ -d, --delete delete characters in SET1, do not translate \ -s, --squeeze-repeats replace each input sequence of a repeated character \
02:44:15 <hppavilion[1]> What's the most efficient deterministic Primality test that can be implemented within the limits of a reasonable computer (no integrals, no irrationals)?
02:44:23 <hppavilion[1]> jeffl35: sbotspam.
02:44:40 <jeffl35> hppavilion[1]: ...
02:44:43 <jeffl35> -poke hppavilion[1]
02:44:43 * otherbot pokes hppavilion[1]
02:44:59 <hppavilion[1]> jeffl35: stahp
02:45:06 <jeffl35> you should see real spam, aka my bot printing out a man page
02:50:26 <oerjan> hppavilion[1]: check out AKS hth
02:50:50 <oerjan> although i think it's been improved.
02:51:19 <oerjan> also determinism is overrated.
02:55:36 <hppavilion[1]> oerjan: Blasphemy!
02:59:59 -!- Hooloo42 has changed nick to Hoolootwo.
03:09:42 <oerjan> i knew you'd say that.
03:10:05 <hppavilion[1]> oerjan: ...I'm not certain, but I *think* that's a pun.
03:10:30 <oerjan> metaphorically maybe.
03:10:43 <hppavilion[1]> oerjan: a 'determinism' pun
03:11:25 <oerjan> i don't think that counts as a "pun" hth
03:11:33 <hppavilion[1]> oerjan: I think it does
03:11:47 <hppavilion[1]> It's not direct wordplay, but it's certainly similar
03:11:59 <hppavilion[1]> It's at the very least a pseudopun
03:20:48 -!- infinitymaster has joined.
03:26:54 -!- pikhq has quit (Ping timeout: 252 seconds).
03:26:57 -!- infinitymaster has quit (Quit: Leaving...).
03:28:59 -!- pikhq has joined.
03:29:28 -!- andrew has joined.
03:31:13 -!- Phantom_Hoover has quit (Read error: Connection reset by peer).
03:33:07 -!- Lord_of_Life has quit (Quit: EliteBNC free bnc service - http://elitebnc.org - be a part of the Elite!).
03:33:18 -!- nisstyre has quit (Ping timeout: 250 seconds).
03:37:38 -!- Lord_of_Life has joined.
03:40:35 -!- Froox has joined.
03:43:04 -!- Frooxius has quit (Ping timeout: 258 seconds).
03:43:25 -!- Froox has quit (Client Quit).
03:43:45 -!- Frooxius has joined.
03:53:02 -!- pikhq has quit (Ping timeout: 258 seconds).
03:54:44 -!- pikhq has joined.
03:59:05 -!- Froox has joined.
04:01:32 -!- Frooxius has quit (Ping timeout: 260 seconds).
04:12:33 -!- pikhq has quit (Ping timeout: 252 seconds).
04:14:20 -!- pikhq has joined.
04:16:54 -!- andrew has quit (Remote host closed the connection).
04:22:16 <jeffl35> idea
04:22:21 <jeffl35> use fullwidth instead of half-width
04:22:44 <jeffl35> `` echo jeffl35
04:22:45 <HackEgo> ​jeffl35
04:23:02 <hppavilion[1]> jeffl35: What? Why?
04:23:08 -!- pikhq has quit (Ping timeout: 268 seconds).
04:23:10 <hppavilion[1]> For what?
04:23:12 <jeffl35> highlight prevention
04:23:23 <hppavilion[1]> jeffl35: We already have a highlight preventer I'm pretty sure
04:23:28 <hppavilion[1]> `` echo jeffl35
04:23:28 <HackEgo> jeffl35
04:23:39 <hppavilion[1]> My message should be highlighted, but not HackEgo's
04:23:40 <hppavilion[1]> Wait
04:23:53 <jeffl35> it highlights
04:24:08 <hppavilion[1]> Hm.
04:24:08 <jeffl35> `` echo j​effl35
04:24:08 <HackEgo> j​effl35
04:24:09 <shachaf> nhlp = no hilight prevention
04:24:11 <hppavilion[1]> Same software.
04:24:20 <jeffl35> hppavilion[1]: hi
04:24:26 <hppavilion[1]> Weird
04:24:57 -!- pikhq has joined.
04:25:11 -!- Froox has quit (Quit: *bubbles away*).
04:25:28 -!- Frooxius has joined.
04:26:20 <hppavilion[1]> `source
04:26:20 <HackEgo> ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: source: not found
04:26:23 <hppavilion[1]> `help
04:26:23 <HackEgo> Runs arbitrary code in GNU/Linux. Type "`<command>", or "`run <command>" for full shell commands. "`fetch <URL>" downloads files. Files saved to $PWD are persistent, and $PWD/bin is in $PATH. $PWD is a mercurial repository, "`revert <rev>" can be used to revert to a revision. See http://codu.org/projects/hackbot/fshg/
04:29:32 <jeffl35> so s/abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890/abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890/g
04:29:48 <jeffl35> it looks ugly though
04:31:53 <hppavilion[1]> OK, I really feel like HackEgo should just come with builtin variables $CALLER (the nick of the person who ran the command) and $ULIST (list of all users in the channel separated by some delimiter)
04:33:30 <shachaf> The former would be fine, though people have sort of simulated it in various ways. The latter sounds like a bad idea.
04:33:48 <shachaf> Also the point of HackEgo is to do things within the constraints one is given.
04:36:24 <jeffl35> shachaf: how would you "simulate" such a thing anyways?
04:36:46 <shachaf> Using a thing simulator.
04:36:55 <jeffl35> well true
04:37:09 <jeffl35> but a thing simulator can't simulate getting nicks :P
04:37:30 -!- pikhq has quit (Ping timeout: 258 seconds).
04:37:45 <jeffl35> (clarification: how would you know who ran the command without knowing who ran the command)
04:38:13 <shachaf> In the past HackEgo had access to channel logs.
04:38:16 <shachaf> That's no longer true.
04:38:31 <jeffl35> oh yeah, that would help
04:38:32 <jeffl35> darn
04:38:36 <hppavilion[1]> I just realized I have two command windows column-cascaded on my screen
04:38:47 <shachaf> But there are other ways sometimes. Running `list might give you a hint.
04:38:47 <hppavilion[1]> I probably look much more awesome than I am
04:39:05 <jeffl35> `list
04:39:09 <jeffl35> `ping
04:39:10 <HackEgo> fizzie jeffl35 evilipse BlueProtoman hppavilion[1] Phantom_Hoover int-e b_jonas boily a`a`a`a`jo7as a`a`a`a`jo8as a`a`a`a`jo3as a`a`a`a`jo6as a`a`a`a`jo5as a`a`a`a`jo4as a`a`a`a`jo2as a`a`a`a`jo1as a`a`a`a`jonas0 a`a`a`a lambdabot chicken_jonas myname
04:39:10 <HackEgo> pong
04:39:23 <hppavilion[1]> jeffl35: You're on the list now hth
04:39:23 -!- pikhq has joined.
04:39:31 <jeffl35> lol
04:39:35 <jeffl35> `` which list
04:39:36 <HackEgo> ​/hackenv/bin/list
04:39:39 <jeffl35> `` cat bin/list
04:39:40 <HackEgo> date > share/conscripts; culprits share/conscripts | xargs -n 1 | awk '!x[$0]++' | xargs
04:39:56 <jeffl35> `` cat share/conscripts
04:39:57 <HackEgo> Thu Oct 13 03:38:36 UTC 2016
04:40:12 <jeffl35> `` cat bin/culprits
04:40:13 <HackEgo> hoag "$@" | awk '{print substr($1,2,length($1)-2)}' | xargs
04:40:18 <jeffl35> `` cat bin/hoac
04:40:19 <HackEgo> cat: bin/hoac: No such file or directory
04:40:19 <jeffl35> `` cat bin/hoag
04:40:20 <HackEgo> hlnp --removed --template "{desc}\n" -- "$@"
04:40:31 <jeffl35> `` echo jeffl35 | hlnp
04:40:32 <HackEgo> changeset: 9255:672421a5e7f7 \ tag: tip \ user: HackBot \ date: Thu Oct 13 03:38:38 2016 +0000 \ summary: <jeffl35> list \ \ changeset: 9254:290edba60071 \ user: HackBot \ date: Thu Oct 13 01:20:40 2016 +0000 \ summary: <oerjan> slwd tanebvention//s/Windows 98, // \ \ changeset: 9253:2805033a8bb
04:40:35 <jeffl35> nope
04:40:39 <jeffl35> `` cat bin/hlnp
04:40:40 <HackEgo> hg log "$@" | sed 's/\(<[^>]*\)\([^>]>\)/\1\x0F\2/g'
04:41:41 <shachaf> `` echo '<blah> <blah>' sed 's/\(<[^>]*\)\([^>]>\)/\1Q\2/g'
04:41:42 <HackEgo> ​<blah> <blah> sed s/\(<[^>]*\)\([^>]>\)/\1Q\2/g
04:41:49 <shachaf> `` echo '<blah> <blah>' | sed 's/\(<[^>]*\)\([^>]>\)/\1Q\2/g'
04:41:50 <HackEgo> ​<blaQh> <blaQh>
04:41:56 <shachaf> Ah.
04:42:20 <jeffl35> weird thing indeed
04:43:26 <jeffl35> -eval 'efefef'.replace(/\(<[^>]*\)\([^>]>\)/,/\1Q\2/)
04:43:26 <otherbot> 'efefef'
04:43:31 <jeffl35> -eval '<efefef>'.replace(/\(<[^>]*\)\([^>]>\)/,/\1Q\2/)
04:43:31 <otherbot> '<efefef>'
04:43:34 <hppavilion[1]> Dammit, how do I get ls to display a tree view?
04:43:39 <jeffl35> hppavilion[1]: ls -R?
04:43:49 <hppavilion[1]> jeffl35: No, that doesn't go down indefinitely it seems
04:44:01 <hppavilion[1]> Oh, no, it does
04:44:03 <hppavilion[1]> I was reading wrong
04:44:03 <jeffl35> well it blocked my term for 30 secs straight
04:44:45 <hppavilion[1]> Oh, python
04:44:48 <hppavilion[1]> Now we're talkin'
04:46:26 <jeffl35> lol
04:46:32 <jeffl35> -eval tree
04:46:32 <otherbot> ReferenceError: tree is not defined
04:46:35 <jeffl35> -exec tree
04:46:36 <otherbot> .
04:46:36 <otherbot> ├── app.js
04:46:36 <otherbot> ├── certs
04:46:36 <otherbot> │   ├── nick.cer
04:46:36 <otherbot> │   └── nick.key
04:46:37 <otherbot> ├── config.js
04:46:37 <jeffl35> -flushq
04:46:37 <otherbot> Send queue flushed
04:46:43 <jeffl35> hppavilion[1]: or you cuold use tree
04:47:03 <jeffl35> ^ probably your best option :P
04:47:10 <jeffl35> no idea how i didn't think of that before
04:49:51 <hppavilion[1]> Wow, HackEgo is a billion times simpler than I would have guessed
04:50:04 <hppavilion[1]> Almost suspiciously so
04:50:08 <shachaf> You mean it's one billionth as complicated.
04:50:14 <hppavilion[1]> shachaf: ...yes?
04:50:15 <pikhq> I dare say it's naive.
04:50:24 <shachaf> The multiplcative absolute value is a billion, though.
04:50:29 <shachaf> The thing I was talking about the other day.
04:50:31 <hppavilion[1]> shachaf: Correct
04:50:41 <shachaf> hikhq
04:50:42 <hppavilion[1]> (But really, it looks like it couldn't possibly be hard to add $USR)
04:50:47 <shachaf> how's pooches
04:50:50 <hppavilion[1]> (Which is desperately needed)
04:50:58 <shachaf> It's not desperately needed.
04:51:04 <hppavilion[1]> shachaf: It's slightly needed
04:51:17 <jeffl35> People would prefer if it was there
04:51:24 <hppavilion[1]> Just so "`? abyss" can be "`? <name-of-user>"
04:51:55 <oerjan> `mkx bin/hlnp//hg log "$@" | sed 's/\(<[^>]*\)\([^>]>\)/\1̈\2/g'
04:51:57 <HackEgo> bin/hlnp
04:52:04 <oerjan> `culprits bin/hlnp
04:52:05 <HackEgo> oerjän oerjän oerjän
04:52:23 <oerjan> `culprits bin/culprits
04:52:25 <HackEgo> oerjän fizzïe jeffl3̈5 oerjän hppavilion[1̈] hppavilion[1̈] hppavilion[1̈] hppavilion[1̈] hppavilion[1̈] hppavilion[1̈] hppavilion[1̈] oerjän hppavilion[1̈] hppavilion[1̈] int-̈e Jafët Jafët tsweẗt tsweẗt shachäf shachäf shachäf FireFl̈y FireFl̈y FireFl̈y FireFl̈y FireFl̈y FireFl̈y shachäf
04:52:27 <jeffl35> oerjan: you could replace one of the chars with their fullwidth counterpart
04:52:38 <hppavilion[1]> ...oh my god is that an umlaut?
04:52:46 <jeffl35> s/abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890/abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890/g
04:52:50 <oerjan> combining diaeresis
04:52:52 <hppavilion[1]> :DDDDDDDDDDDD
04:52:54 <hppavilion[1]> oerjan: umlaut
04:53:02 <jeffl35> `? umlaut
04:53:02 <HackEgo> umlaut? ¯\(°​_o)/¯
04:53:06 <oerjan> jeffl35: this feels more lightweight
04:53:11 <jeffl35> well yeah
04:53:20 <jeffl35> aside from the fact that it highlights me a lot >_<
04:53:26 <oerjan> jeffl35: wat
04:53:32 <hppavilion[1]> jeffl35: You should use y///, not s/// for that
04:53:39 <shachaf> oerjan: what about noping hth
04:53:43 <oerjan> jeffl35: what _do_ you highlight on?
04:53:44 <shachaf> `cat bin/culprits
04:53:45 <HackEgo> hoag "$@" | awk '{print substr($1,2,length($1)-2)}' | xargs
04:53:52 <hppavilion[1]> oerjan: 'the'
04:54:07 <oerjan> jeffl?
04:54:09 <hppavilion[1]> oerjan: Messages containing letters, numbers, or symbols.
04:54:25 <oerjan> hppavilion[1]: why are you answering
04:54:40 <hppavilion[1]> (so the only messages that don't highlight em contain only diacritics, control characters, and emoji)
04:54:42 <hppavilion[1]> (And some CJK)
04:55:12 <oerjan> `unidecode jeffl3̈5
04:55:14 <HackEgo> ​[U+006A LATIN SMALL LETTER J] [U+0065 LATIN SMALL LETTER E] [U+0066 LATIN SMALL LETTER F] [U+0066 LATIN SMALL LETTER F] [U+006C LATIN SMALL LETTER L] [U+0033 DIGIT THREE] [U+0308 COMBINING DIAERESIS] [U+0035 DIGIT FIVE]
04:55:26 <oerjan> jeffl35: are you saying that highlights you?
05:00:06 <oerjan> @ping
05:00:06 <lambdabot> pong
05:00:14 <oerjan> he dyed
05:01:35 <oerjan> shachaf: well which noping? the one that breaks your terminal or the one which highlights jeffl35?
05:01:58 <oerjan> i was hoping the diaeresis would work for everyone.
05:02:48 <shachaf> I think the main thing that breaks my terminal is whatever HackEgo puts at the beginning of a line.
05:02:59 <oerjan> but if hexchat really is so stubborn that it strips everything...
05:03:20 <shachaf> Wait, ^O doesn't break my terminal
05:03:31 <oerjan> indeed. but it highlights jeffl35
05:03:44 <shachaf> But I like the diaeresis better.
05:03:52 <oerjan> hexchat strips formatting.
05:04:12 <oerjan> shachaf: well he sounded like that didn't work. then he dyed.
05:04:20 <oerjan> so i didn't get a confirmation.
05:05:45 <oerjan> i'm at the point where i wonder if he highlights on j.*e.*f.*f.*l.*3.*5
05:05:55 <jeffl35> oerjan: not that
05:06:00 <jeffl35> it doesn't
05:06:05 <jeffl35> oerjan: nope
05:06:10 <oerjan> jeffl35: did the diaeresis work then?
05:06:13 <oerjan> *es
05:06:14 <jeffl35> yes
05:06:35 <oerjan> excellent
05:08:11 <oerjan> next up: get Gregor` to use that at the beginning of HackEgo's lines >;)
05:08:12 <snootypoot> ÿës̈
05:09:06 <shachaf> Apparently the diaeresis is so powerful that it highlights people who aren't even involved.
05:09:16 <oerjan> fancy
05:11:45 <jeffl35> shachaf: does this ->‌<- break your term?
05:12:42 <oerjan> `unidecode >‌<
05:12:43 <HackEgo> ​[U+003E GREATER-THAN SIGN] [U+200C ZERO WIDTH NON-JOINER] [U+003C LESS-THAN SIGN]
05:15:00 <hppavilion[1]> I'm trying to identify the difference between a set being coprime and it being pairwise coprime...
05:15:37 <hppavilion[1]> I instinctively want to say it's exactly the same, but the mathematician in me says it isn't (partially because there wouldn't be a distinction if there was)
05:15:48 <hppavilion[1]> One is definitely weaker- oh, yeah, I see now
05:16:04 <jeffl35> `echo jef‌fl35
05:16:05 <HackEgo> jef‌fl35
05:16:49 <jeffl35> `unidecode ​
05:16:50 <HackEgo> ​[U+200B ZERO WIDTH SPACE]
05:17:00 <jeffl35> `unidecode
05:17:01 <HackEgo> No output.
05:17:06 <jeffl35> `unidecode e
05:17:07 <HackEgo> No output.
05:17:10 <jeffl35> ????
05:17:10 <hppavilion[1]> {6, 12, 25) is coprime (1 is the largest number that divides 6, 12, AND 25 evenly), but not pairwise (6 and 12 are both divisible by 6)
05:17:14 <jeffl35> i think i broke it
05:17:18 <jeffl35> `unidecode
05:17:19 <HackEgo> U+000F <control> \ UTF-8: 0f UTF-16BE: 000f Decimal: &#15; \ \ Category: Cc (Other, Control) \ Bidi: BN (Boundary Neutral) \ \ U+0003 <control> \ UTF-8: 03 UTF-16BE: 0003 Decimal: &#3; \ \ Category: Cc (Other, Control) \ Bidi: BN (Boundary Neutral)
05:17:28 <jeffl35> oh, maybe too long
05:20:19 <jeffl35> shachaf: ping, <jeffl35> shachaf: does this ->‌<- break your term?
05:20:31 <jeffl35> that would probably be a better choice
05:21:07 <shachaf> I don't know or care.
05:21:41 * hppavilion[1] . o O ( Are there any integers that AREN'T of cultural significance? )
05:22:39 <shachaf> Almost all integers aren't.
05:23:06 <hppavilion[1]> shachaf: What is the smallest culturally-insignificant positive integer?
05:23:22 <jeffl35> i'd say 13
05:23:23 <jeffl35> well no
05:23:24 <shachaf> How would I know?
05:23:32 <jeffl35> 16?
05:23:36 <jeffl35> or maybe 11
05:23:37 <hppavilion[1]> jeffl35: How could it be 13!?
05:23:44 <hppavilion[1]> 16 is programmery
05:23:48 <jeffl35> well 41!
05:24:02 <jeffl35> -wolf answer to life, universe, and everything - 1
05:24:03 <otherbot> Answer to the Ultimate Question of Life, the Universe, and Everything-1 | 41 |
05:24:05 <hppavilion[1]> 88 is Naziy....
05:24:10 <jeffl35> :P
05:24:48 <jeffl35> -wolf smallest culturally-insignificant positive integer
05:24:50 <otherbot>
05:24:52 <jeffl35> darn
05:25:02 <oerjan> that looks very small indeed
05:25:14 <jeffl35> maybe 11?
05:25:24 <shachaf> This channel is full of noise.
05:25:36 <jeffl35> You are part of the noise
05:25:47 <jeffl35> -eval 1e+999
05:25:47 <otherbot> Infinity
05:25:50 <jeffl35> ^ smallest
05:29:08 -!- oerjan has quit (Quit: Not an integer hth hth).
05:30:46 -!- augur_ has joined.
05:31:02 -!- augur has quit (Read error: Connection reset by peer).
05:31:35 -!- pikhq has quit (Ping timeout: 268 seconds).
05:37:18 <shachaf> oerjan: your hth script doesn't work on /quit hth hth
05:38:28 -!- pikhq has joined.
05:52:15 -!- pikhq has quit (Ping timeout: 258 seconds).
05:53:59 -!- pikhq has joined.
06:20:52 <pikhq> 14 packets transmitted, 10 received, 28% packet loss, time 13015ms
06:20:54 <pikhq> rtt min/avg/max/mdev = 1439.575/2113.365/2689.358/420.946 ms, pipe 3
06:20:59 <pikhq> I'm getting a head on a pike.
07:17:02 -!- Cale has quit (Ping timeout: 268 seconds).
08:08:00 -!- gniourf has quit (Ping timeout: 260 seconds).
08:09:37 -!- carado has joined.
08:30:25 -!- hppavilion[1] has quit (Ping timeout: 268 seconds).
08:42:07 -!- `^_^v has quit (Quit: This computer has gone to sleep).
09:02:45 -!- MoALTz has joined.
09:13:30 -!- imode has quit (Ping timeout: 258 seconds).
09:19:59 -!- `^_^v has joined.
09:28:59 <b_jonas> "<oerjan> i think b_jonas had some plans to write a noping script that did lookalikes." -- correct
09:29:29 <b_jonas> in particular, lookalikes but in such a way that it prioritizes to use few bytes, so eg. uses cyrillic letters
09:32:41 <shachaf> `culprits bin/culprits
09:32:43 <HackEgo> oerjän fizzïe jeffl3̈5 oerjän hppavilion[1̈] hppavilion[1̈] hppavilion[1̈] hppavilion[1̈] hppavilion[1̈] hppavilion[1̈] hppavilion[1̈] oerjän hppavilion[1̈] hppavilion[1̈] int-̈e Jafët Jafët tsweẗt tsweẗt shachäf shachäf shachäf FireFl̈y FireFl̈y FireFl̈y FireFl̈y FireFl̈y FireFl̈y shachäf
09:33:30 <shachaf> `` cat bin/culprits
09:33:31 <HackEgo> hoag "$@" | awk '{print substr($1,2,length($1)-2)}' | xargs
09:34:03 <shachaf> `` hoag "$@" | awk '{print substr($1,2,length($1)-2)}' | head -n100 | sort | uniq -c | sort -n
09:34:05 <HackEgo> No output.
09:34:14 <shachaf> `` hoag | awk '{print substr($1,2,length($1)-2)}' | head -n100 | sort | uniq -c | sort -n
09:34:15 <HackEgo> ​ 1 ais52̈3 \ 1 jeffl3̈5 \ 1 Tanëb \ 2 alercäh \ 2 b_jonäs \ 2 tsweẗt \ 6 boil̈y \ 6 int-̈e \ 6 jeffl4̈2 \ 6 moonythedwar̈f \ 11 hppavilion[1̈] \ 12 shachäf \ 44 oerjän
09:34:22 <shachaf> `` hoag | awk '{print substr($1,2,length($1)-2)}' | head -n1000 | sort | uniq -c | sort -rn
09:34:24 <HackEgo> ​ 354 oerjän \ 241 shachäf \ 54 hppavilion[1̈] \ 46 b_jonäs \ 40 int-̈e \ 37 izaber̈a \ 29 boil̈y \ 26 \oren̈\ \ 20 fizzïe \ 19 moon̈_ \ 15 pikḧq \ 13 wob_jonäs \ 11 Moon_̈_ \ 8 tsweẗt \ 7 quintopïa \ 7 moonythedwar̈f \ 7 moon_̈_ \
09:34:35 <shachaf> `` hoag | awk '{print substr($1,2,length($1)-2)}' | sort | uniq -c | sort -rn
09:34:37 <HackEgo> ​ 2407 oerjän \ 950 shachäf \ 614 ellioẗt \ 367 b_jonäs \ 272 boil̈y \ 265 hppavilion[1̈] \ 258 fizzïe \ 234 int-̈e \ 204 tsweẗt \ 187 Jafët \ 185 ais52̈3 \ 177 GreyKnigḧt \ 165 km̈c \ 142 Tanëb \ 138 Rouj̈o \ 117 zgrëp \ 107 moon̈_ \ 105 mromän \
09:35:15 <shachaf> oerjan: combining diaeresis doesn't seem to work very well with j tdnh
09:35:46 <shachaf> fizzie is said to be the king of #esoteric
09:35:57 <shachaf> And yet oerjan seems to be the king of HackEgo!
09:36:24 <shachaf> fizzie: Speaking of which, how's CA?
09:53:35 -!- kragniz has quit (Quit: WeeChat 1.5).
09:54:05 -!- kragniz has joined.
10:02:31 -!- `^_^v has quit (Quit: This computer has gone to sleep).
10:11:08 -!- AnotherTest has joined.
10:13:35 <int-e> :-̈(
10:14:19 <int-e> let me guess, this was a zero-width space before...
10:17:00 -!- kragniz has quit (*.net *.split).
10:17:00 -!- jix has quit (*.net *.split).
10:17:19 -!- \oren\ has quit (*.net *.split).
10:17:19 -!- erdic has quit (*.net *.split).
10:17:19 -!- digitalcold has quit (*.net *.split).
10:17:19 -!- atehwa_ has quit (*.net *.split).
10:17:21 -!- FreeFull has quit (*.net *.split).
10:17:21 -!- newsham has quit (*.net *.split).
10:17:21 -!- b_jonas has quit (*.net *.split).
10:17:21 -!- scoofy_ has quit (*.net *.split).
10:17:21 -!- fractal has quit (*.net *.split).
10:17:21 -!- Deewiant has quit (*.net *.split).
10:17:21 -!- idris-bot has quit (*.net *.split).
10:17:21 -!- olsner has quit (*.net *.split).
10:17:22 -!- diginet has quit (*.net *.split).
10:17:22 -!- ineiros has quit (*.net *.split).
10:17:23 -!- int-e has quit (*.net *.split).
10:17:23 -!- quintopia has quit (*.net *.split).
10:17:23 -!- shachaf has quit (*.net *.split).
10:17:23 -!- nortti has quit (*.net *.split).
10:17:23 -!- Melvar has quit (*.net *.split).
10:17:23 -!- alercah has quit (*.net *.split).
10:17:23 -!- AnotherTest has quit (*.net *.split).
10:17:23 -!- augur_ has quit (*.net *.split).
10:17:23 -!- otherbot has quit (*.net *.split).
10:17:23 -!- ^v has quit (*.net *.split).
10:17:23 -!- rodgort has quit (*.net *.split).
10:17:23 -!- lifthrasiir has quit (*.net *.split).
10:17:23 -!- nitrix has quit (*.net *.split).
10:17:23 -!- staffehn has quit (*.net *.split).
10:17:23 -!- sparr has quit (*.net *.split).
10:17:23 -!- pecan has quit (*.net *.split).
10:17:23 -!- ybden has quit (*.net *.split).
10:17:24 -!- snootypoot has quit (*.net *.split).
10:17:24 -!- yorick has quit (*.net *.split).
10:17:24 -!- MoALTz has quit (*.net *.split).
10:17:24 -!- Frooxius has quit (*.net *.split).
10:17:24 -!- myname has quit (*.net *.split).
10:17:24 -!- heroux has quit (*.net *.split).
10:17:24 -!- ffj-bot has quit (*.net *.split).
10:17:24 -!- sebbu has quit (*.net *.split).
10:17:24 -!- aloril has quit (*.net *.split).
10:17:24 -!- Alcest has quit (*.net *.split).
10:17:24 -!- hydraz has quit (*.net *.split).
10:17:24 -!- relrod has quit (*.net *.split).
10:17:24 -!- iaglium has quit (*.net *.split).
10:17:24 -!- mtve has quit (*.net *.split).
10:17:24 -!- Yurume_____ has quit (*.net *.split).
10:17:24 -!- puckipedia has quit (*.net *.split).
10:17:24 -!- FireFly has quit (*.net *.split).
10:17:24 -!- fungot has quit (*.net *.split).
10:17:24 -!- Hoolootwo has quit (*.net *.split).
10:17:24 -!- Lymia has quit (*.net *.split).
10:17:24 -!- Akaibu has quit (*.net *.split).
10:17:25 -!- ski has quit (*.net *.split).
10:17:25 -!- copumpkin has quit (*.net *.split).
10:17:25 -!- tswett has quit (*.net *.split).
10:17:25 -!- ocharles_ has quit (*.net *.split).
10:17:25 -!- jeffl35 has quit (*.net *.split).
10:17:25 -!- shikhin has quit (*.net *.split).
10:17:25 -!- alakra has quit (*.net *.split).
10:17:25 -!- catern has quit (*.net *.split).
10:17:25 -!- pelegreno___ has quit (*.net *.split).
10:17:25 -!- hue has quit (*.net *.split).
10:17:25 -!- carado has quit (*.net *.split).
10:17:25 -!- Lord_of_Life has quit (*.net *.split).
10:17:25 -!- Tiktailk has quit (*.net *.split).
10:17:25 -!- zgrep has quit (*.net *.split).
10:17:25 -!- HackEgo has quit (*.net *.split).
10:17:25 -!- MDude has quit (*.net *.split).
10:17:25 -!- xfix has quit (*.net *.split).
10:17:25 -!- incomprehensibly has quit (*.net *.split).
10:17:25 -!- paul2520_ has quit (*.net *.split).
10:17:25 -!- Gregor` has quit (*.net *.split).
10:17:25 -!- espes_ has quit (*.net *.split).
10:17:25 -!- deltab has quit (*.net *.split).
10:17:25 -!- dingbat has quit (*.net *.split).
10:17:25 -!- vifino has quit (*.net *.split).
10:17:25 -!- prooftechnique has quit (*.net *.split).
10:17:25 -!- cnr has quit (*.net *.split).
10:17:25 -!- pikhq has quit (*.net *.split).
10:17:26 -!- Guest66666 has quit (*.net *.split).
10:17:26 -!- Taneb has quit (*.net *.split).
10:17:26 -!- Bowserinator has quit (*.net *.split).
10:17:26 -!- kline has quit (*.net *.split).
10:17:26 -!- Jafet has quit (*.net *.split).
10:17:26 -!- BooK has quit (*.net *.split).
10:17:26 -!- pdxleif has quit (*.net *.split).
10:17:26 -!- feliks has quit (*.net *.split).
10:17:26 -!- iovoid has quit (*.net *.split).
10:17:26 -!- zemhill has quit (*.net *.split).
10:17:26 -!- lynn has quit (*.net *.split).
11:28:20 -!- jix has joined.
11:28:20 -!- fungot has joined.
11:28:20 -!- hydraz has joined.
11:28:20 -!- relrod has joined.
11:28:20 -!- iaglium has joined.
11:28:20 -!- mtve has joined.
11:28:20 -!- Yurume_____ has joined.
11:28:20 -!- puckipedia has joined.
11:28:20 -!- FireFly has joined.
11:28:20 -!- rodgort has joined.
11:28:20 -!- lifthrasiir has joined.
11:28:20 -!- nitrix has joined.
11:28:20 -!- sparr has joined.
11:28:20 -!- staffehn has joined.
11:28:20 -!- pecan has joined.
11:28:20 -!- ybden has joined.
11:28:20 -!- snootypoot has joined.
11:28:20 -!- yorick has joined.
11:28:20 -!- olsner has joined.
11:28:20 -!- diginet has joined.
11:28:20 -!- ineiros has joined.
11:28:20 -!- quintopia has joined.
11:28:20 -!- shachaf has joined.
11:28:20 -!- nortti has joined.
11:28:20 -!- Melvar has joined.
11:28:20 -!- alercah has joined.
11:28:20 -!- digitalcold has joined.
11:28:20 -!- atehwa_ has joined.
11:28:20 -!- newsham has joined.
11:28:20 -!- Alcest has joined.
11:28:20 -!- aloril has joined.
11:28:20 -!- int-e has joined.
11:28:20 -!- idris-bot has joined.
11:28:20 -!- sebbu has joined.
11:28:20 -!- ffj-bot has joined.
11:28:20 -!- Deewiant has joined.
11:28:20 -!- fractal has joined.
11:28:20 -!- scoofy_ has joined.
11:28:20 -!- \oren\ has joined.
11:28:20 -!- heroux has joined.
11:28:20 -!- ^v has joined.
11:28:20 -!- b_jonas has joined.
11:28:20 -!- otherbot has joined.
11:28:20 -!- myname has joined.
11:28:20 -!- Frooxius has joined.
11:28:20 -!- augur_ has joined.
11:28:20 -!- MoALTz has joined.
11:28:20 -!- AnotherTest has joined.
11:28:20 -!- dingbat has joined.
11:28:20 -!- kragniz has joined.
11:28:20 -!- lynn has joined.
11:28:20 -!- zemhill has joined.
11:28:20 -!- iovoid has joined.
11:28:20 -!- feliks has joined.
11:28:20 -!- pdxleif has joined.
11:28:20 -!- BooK has joined.
11:28:20 -!- Jafet has joined.
11:28:20 -!- Bowserinator has joined.
11:28:20 -!- Taneb has joined.
11:28:20 -!- kline has joined.
11:28:20 -!- Guest66666 has joined.
11:28:20 -!- pikhq has joined.
11:28:42 -!- zgrep has joined.
11:28:42 -!- ocharles_ has joined.
11:28:42 -!- erdic has joined.
11:28:42 -!- carado has joined.
11:28:42 -!- Lord_of_Life has joined.
11:28:42 -!- Tiktailk has joined.
11:28:42 -!- HackEgo has joined.
11:28:42 -!- MDude has joined.
11:28:42 -!- xfix has joined.
11:28:42 -!- incomprehensibly has joined.
11:28:42 -!- paul2520_ has joined.
11:28:42 -!- Gregor` has joined.
11:28:42 -!- espes_ has joined.
11:28:42 -!- deltab has joined.
11:28:42 -!- vifino has joined.
11:28:42 -!- cnr has joined.
11:28:42 -!- prooftechnique has joined.
11:28:43 -!- FreeFull has joined.
11:28:43 -!- Hoolootwo has joined.
11:28:43 -!- Lymia has joined.
11:28:43 -!- Akaibu has joined.
11:28:43 -!- ski has joined.
11:28:43 -!- copumpkin has joined.
11:28:43 -!- tswett has joined.
11:28:43 -!- jeffl35 has joined.
11:28:43 -!- shikhin has joined.
11:28:43 -!- alakra has joined.
11:28:43 -!- pelegreno___ has joined.
11:28:43 -!- catern has joined.
11:28:43 -!- hue has joined.
11:28:43 -!- APic has quit (Max SendQ exceeded).
11:29:07 -!- APic has joined.
11:30:49 -!- ocharles_ has quit (Ping timeout: 254 seconds).
11:32:13 -!- zgrep has quit (Ping timeout: 260 seconds).
11:32:29 -!- erdic has quit (Changing host).
11:32:29 -!- erdic has joined.
11:32:40 -!- FreeFull has changed nick to Guest94741.
11:32:41 -!- incomprehensibly has quit (Ping timeout: 260 seconds).
11:33:04 -!- boily has joined.
11:35:10 -!- dingbat has quit (Changing host).
11:35:10 -!- dingbat has joined.
11:37:44 <boily> `wisdom
11:37:46 <HackEgo> for further details.//See `? for further details for futher details.
11:40:58 -!- ocharles_ has joined.
11:41:05 -!- izabera has changed nick to izalove.
11:41:32 -!- MoALTz_ has joined.
11:43:09 -!- incomprehensibly has joined.
11:44:21 -!- MoALTz has quit (Ping timeout: 248 seconds).
11:50:32 -!- zgrep has joined.
12:11:40 <boily> `wisdom
12:11:41 <HackEgo> space//Humans come from space. In particular, the part of space that has Earth in it.
12:11:56 <boily> `` culprits wisdom/space
12:11:59 <HackEgo> fizzïe evilips̈e oerjän
12:12:24 <boily> the culprits are now diæresed? I appröve.
12:19:36 <int-e> this channel is going to hëll
12:29:39 <boily> and fungot drives the barge.
12:29:58 <boily> wait. don't tell me nobody fungotted overnight and I'm still the last one who spoke to him?
12:30:08 <boily> I am outragéed!
12:30:15 -!- boily has quit (Quit: BAND CHICKEN).
12:56:13 -!- prooftechnique has quit (Ping timeout: 260 seconds).
12:56:41 -!- erdic has quit (Ping timeout: 260 seconds).
12:57:04 -!- erdic has joined.
12:58:15 -!- prooftechnique has joined.
13:44:28 -!- Phantom_Hoover has joined.
13:55:52 -!- Guest94741 has quit (Changing host).
13:55:52 -!- Guest94741 has joined.
13:55:55 -!- Guest94741 has changed nick to FreeFull.
14:05:13 -!- gniourf has joined.
14:11:33 -!- MoALTz_ has changed nick to MoALTz.
14:17:25 <HackEgo> [wiki] [[NOR]] https://esolangs.org/w/index.php?diff=49936&oldid=49891 * BlueOkiris * (+226) /* Op Codes */
14:18:29 <HackEgo> [wiki] [[NOR]] https://esolangs.org/w/index.php?diff=49937&oldid=49936 * BlueOkiris * (+42) /* Interpreter/Compiler */
14:26:21 <HackEgo> [wiki] [[NOR]] https://esolangs.org/w/index.php?diff=49938&oldid=49937 * BlueOkiris * (+292) /* Op Codes */
14:26:55 <HackEgo> [wiki] [[NOR]] https://esolangs.org/w/index.php?diff=49939&oldid=49938 * BlueOkiris * (+16) /* Interpreter/Compiler */
14:27:35 <HackEgo> [wiki] [[NOR]] https://esolangs.org/w/index.php?diff=49940&oldid=49939 * BlueOkiris * (-2) /* Op Codes */
14:30:42 <HackEgo> [wiki] [[NOR]] https://esolangs.org/w/index.php?diff=49941&oldid=49940 * BlueOkiris * (-185) /* Turing Completeness */
14:34:54 <HackEgo> [wiki] [[Malbolge programming]] https://esolangs.org/w/index.php?diff=49942&oldid=46604 * Malbranche * (-101) /* Store operation */ Optimized code
14:35:56 <HackEgo> [wiki] [[NOR]] https://esolangs.org/w/index.php?diff=49943&oldid=49941 * BlueOkiris * (+191) /* Example Programs */
14:38:30 -!- augur_ has quit (Read error: Connection reset by peer).
14:38:58 -!- augur has joined.
14:39:35 <HackEgo> [wiki] [[Truth-machine]] https://esolangs.org/w/index.php?diff=49944&oldid=49923 * BlueOkiris * (+110) /* Implementations */
14:41:01 <HackEgo> [wiki] [[Truth-machine]] https://esolangs.org/w/index.php?diff=49945&oldid=49944 * BlueOkiris * (-22) /* NOR */
14:41:26 <HackEgo> [wiki] [[Truth-machine]] https://esolangs.org/w/index.php?diff=49946&oldid=49945 * BlueOkiris * (+14) /* NOR */
14:41:51 <HackEgo> [wiki] [[Truth-machine]] https://esolangs.org/w/index.php?diff=49947&oldid=49946 * BlueOkiris * (-7) /* NOR */
14:48:46 <HackEgo> [wiki] [[NOR]] https://esolangs.org/w/index.php?diff=49948&oldid=49943 * BlueOkiris * (-31) /* Op Codes */
14:50:02 <HackEgo> [wiki] [[NOR]] https://esolangs.org/w/index.php?diff=49949&oldid=49948 * BlueOkiris * (-55) /* 1bit Adder.nor */
14:50:28 <HackEgo> [wiki] [[NOR]] https://esolangs.org/w/index.php?diff=49950&oldid=49949 * BlueOkiris * (-16) /* Infinite Loop.nor */
14:51:03 <HackEgo> [wiki] [[NOR]] https://esolangs.org/w/index.php?diff=49951&oldid=49950 * BlueOkiris * (-21) /* Truth Machine.nor */
15:01:11 -!- AnotherTest has quit (Ping timeout: 258 seconds).
15:08:39 -!- Cale has joined.
15:14:22 -!- AnotherTest has joined.
15:21:25 <jeffl35> -blame oerjan
15:21:26 <jeffl35> darnit lag
15:21:26 <otherbot> It's oerjan's fault!
15:22:28 -!- otherbot has changed nick to otterbot.
15:37:49 -!- otterbot has quit (Quit: Restart requested by jeffl35: blame abuse).
15:38:03 -!- otherbot has joined.
16:07:42 -!- trn has joined.
16:09:32 <HackEgo> [wiki] [[NOR]] https://esolangs.org/w/index.php?diff=49952&oldid=49951 * BlueOkiris * (+234) /* Truth Machine.nor */
16:13:49 <HackEgo> [wiki] [[Malbolge programming]] https://esolangs.org/w/index.php?diff=49953&oldid=49942 * Malbranche * (-1880) Hopefully made example easier to understand (meaningful labels and clarification of code section vs. trace)
16:14:11 -!- oerjan has joined.
16:16:11 <oerjan> @tell shachaf <shachaf> oerjan: your hth script doesn't work on /quit hth hth <-- i noticed hth hth. also it behaves weird when triggering on the first message after joining hth
16:16:11 <lambdabot> Consider it noted.
16:17:01 <Taneb> oerjan, what is your hth script?
16:21:46 <oerjan> it's a script elliott made that strips a final hth from a line hth
16:22:46 <oerjan> so whenever you see an hth at the end of my message it means i'm writing it twice hth
16:22:53 -!- otherbot has quit (Quit: Restart requested by moonythedwarf: damnit).
16:23:03 <oerjan> (also applies to some other acronyms.)
16:23:15 -!- otherbot has joined.
16:23:28 <Taneb> I see
16:25:31 <Taneb> tdh
16:35:44 -!- AnotherTest has quit (Ping timeout: 260 seconds).
16:35:47 <b_jonas> :(
16:37:01 <b_jonas> hmm
16:37:13 <b_jonas> `hth is this script available on hackego? hth
16:37:15 <HackEgo> ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: hth: not found
16:37:31 <b_jonas> nope
16:38:26 <HackEgo> [wiki] [[Malbolge programming]] M https://esolangs.org/w/index.php?diff=49954&oldid=49953 * Malbranche * (+43) /* Example: How to store the accumulator into memory (long) */ Bugfix in trace
16:39:26 -!- trn has quit (K-Lined).
16:39:54 <oerjan> b_jonas: it's an irssi script
16:41:00 <oerjan> i suspect the api it calls isn't available in HackEgo :P
16:44:01 <FireFly> ...do you habitually append 'hth' enough that this script was necessary?
16:44:06 <FireFly> I have some concerns
16:44:41 <b_jonas> oerjan: this is a good idea though
16:45:08 <b_jonas> maybe if I ever work on an irc client, I should delay lines that end in a slash or backslash, because those are often typos
16:45:28 <b_jonas> (slash is typo for a question mark, backslash is accidental hit when trying to hit enter)
16:47:11 <FireFly> for me that would be "isn" and other similar word fragments where I meant to hit ' but hit enter instead
16:59:04 <oerjan> FireFly: yep hth hth but it didn't really help for long hth
17:09:53 <oerjan> `` hoag | grep '<Rouj'
17:09:57 <HackEgo> ​<Rouj̈o> rm bin/f\x16\x16rink \ <Rouj̈o> echo "14484096/625 \\(exactly 23174.5536\\)" > bin/f\x16\x16rink \ <Rouj̈o> chmod +x bin/f\x16\x16rink \ <Rouj̈o> echo "14484096/625 (exactly 23174.5536)" > bin/f\x16\x16rink \ <Rouj̈o> echo "cf. elliott" > wisdom/godot \ <Rouj̈o> echo "c.f. elliott" > wisdom/godot \ <Rouj̈o> fetch https://dl.dropb
17:10:38 <oerjan> @tell shachaf <shachaf> oerjan: combining diaeresis doesn't seem to work very well with j tdnh <-- i don't see a problem but i guess it may break in some bad fonts?
17:10:38 <lambdabot> Consider it noted.
17:14:08 <oerjan> @tell int-e <int-e> let me guess, this was a zero-width space before... <-- ^O actually. anyway both options fail for some people's clients/terminals so i thought to try diaeresis instead.
17:14:08 <lambdabot> Consider it noted.
17:17:09 <shachaf> @mwssagws-loud
17:17:09 <lambdabot> oerjan said 1h 58s ago: <shachaf> oerjan: your hth script doesn't work on /quit hth hth <-- i noticed hth hth. also it behaves weird when triggering on the first message after joining hth
17:17:09 <lambdabot> oerjan said 6m 31s ago: <shachaf> oerjan: combining diaeresis doesn't seem to work very well with j tdnh <-- i don't see a problem but i guess it may break in some bad fonts?
17:17:14 <shachaf> oerjan: I guess it's just my font.
17:19:03 <oerjan> hopefully it doesn't mess things up completely like NSWP did?
17:19:18 <oerjan> *does
17:20:23 <oerjan> `` hoag | grep '<lifthr'
17:20:25 <HackEgo> ​<lifthrasiïr> ` (echo \'#!/bin/sh\'; echo \'echo Nice try.\') > bin/man && chmod a+x bin/man \ <lifthrasiïr> ` (echo \'#!/bin/sh\'; echo \'Nice try.\') > bin/man && chmod a+x bin/man \ <lifthrasiïr> ` (echo \'#!/bin/sh\'; echo \'echo Zarro Boogs Found.\') > bin/bugs; chmod a+x bin/bugs \ <lifthrasiïr> ` (echo \'#!/bin/sh\'; echo echo pun
17:20:35 <oerjan> shachaf: does i have the same problem ^
17:21:04 <\oren\> man I go conquer iran and i come back and this
17:21:11 <shachaf> oerjan: you does hth
17:21:26 <shachaf> oerjan: Actually it's only a problem on the computer where my terminal gets messed up.
17:21:36 <shachaf> On the other one it's handled correctly.
17:21:42 <oerjan> (have you considered fixing your computer)
17:21:48 <shachaf> Er.
17:21:52 <\oren\>
17:21:56 <\oren\>
17:21:58 <shachaf> It's only a problem on the one where it *doesn't* get messed up, I mean.
17:22:04 <oerjan> oh
17:22:07 <\oren\> this looks fine in my font j̈
17:22:14 <\oren\> somehow
17:22:25 <\oren\> it just has thre dots
17:22:45 <int-e> I thought the 2 in ais523 looked worst of the bunch I saw earlier
17:25:08 <\oren\> zhe li de sha yu bu chu yu zhe li de sha yu bu hu shi zhe li de sha yu xiao xi xi da la di da di da di da di da di
17:25:33 <\oren\> https://youtu.be/s0mXCnzisV4
17:26:30 <int-e> > var "ais52\x308\&3"
17:26:32 <lambdabot> ais52̈3
17:26:58 <oerjan> to me the 2 looks almost normal
17:27:16 <oerjan> as in, the dots overlap and nearly merge with the upper arc
17:27:36 <shachaf> It looks great on this computer.
17:28:51 <int-e> wait why does firefox put the diaeresis on top of the 3 here... or is xterm wrong here?
17:28:53 <oerjan> actually i'm not sure there's a difference.
17:29:12 <oerjan> `unidecode 52̈3
17:29:13 <HackEgo> ​[U+0035 DIGIT FIVE] [U+0032 DIGIT TWO] [U+0308 COMBINING DIAERESIS] [U+0033 DIGIT THREE]
17:29:27 <int-e> postfix or prefix, that's the question
17:29:49 <\oren\> I have a diaresis on the two
17:30:51 <oerjan> int-e: pretty sure it's supposed to be postfix
17:31:41 <int-e> http://int-e.eu/~bf3/tmp/x308.png
17:32:11 <int-e> (the shape is not affected by the selection)
17:33:05 <int-e> hmm, I could try with a different font, maybe?
17:33:37 <oerjan> well, IE puts it between the chars.
17:34:12 <oerjan> (in the tunes logs. it's in the right place when e.g. on the google bar.)
17:34:48 <\oren\> https://postimg.org/image/dwp6fbet1/
17:35:14 <oerjan> in fact currently the google bar is my go to place whenever i need to put a unicode modifier on something, because in irssi it is impossible to edit it separately from the preceding character
17:35:50 <\oren\> I just use the unicode hex input
17:37:44 <int-e> yeah, it depends on the font... which of course doesn't necessarily mean that it's a font issue.
17:37:56 -!- MoALTz has quit (Read error: Connection reset by peer).
17:38:22 <int-e> (it could be freetype or pango or whatever interpreting some metrics in the wrong way)
17:40:12 -!- MoALTz has joined.
17:41:19 <oerjan> \oren\: i refuse to memorize hex codes for such things :P
17:41:31 <oerjan> `cat bin/hlnp
17:41:31 <HackEgo> hg log "$@" | sed 's/\(<[^>]*\)\([^>]>\)/\1̈\2/g'
17:42:08 <oerjan> `sled bin/hlnp//s,/g,/,
17:42:10 <HackEgo> bin/hlnp//hg log "$@" | sed 's/\(<[^>]*\)\([^>]>\)/\1̈\2/'
17:42:40 <oerjan> i just realized that in all the uses we have, the nick is the first thing with <> in so g is useless.
17:42:47 <oerjan> `hoag test
17:42:48 <HackEgo> ​<oerjän> slwd ../test//1ahi \ <oerjän> mk test//huh \ <fizzïe> revert 942e964c81c1 \ <evilips̈e> ` chmod 777 / -R \ <oerjän> mk test//ha \ <oerjän> mk test//ho \ <oerjän> mk test//,[.,] \ <oerjän> mk test//++++++++[->++++++++<]>. \ <oerjän> mk test//+[[-]<+++++++++++++++++++++.--------------------[>+>+<<-]>>[-<<+>>]<----] \ <oer
17:43:30 <oerjan> or _do_ we want to apply noping to other <...> instances in the command?
17:44:01 <oerjan> they may not be nicks, but also might be. although probably mostly for quotes.
17:47:01 -!- iaglium has quit (Ping timeout: 248 seconds).
17:48:05 -!- Alcest has quit (Ping timeout: 248 seconds).
17:53:52 -!- iaglium has joined.
17:56:18 <oerjan> @tell boily <boily> wait. don't tell me nobody fungotted overnight and I'm still the last one who spoke to him? <-- . o O ( hah no one else _ever_ will ... oh crap )
17:56:18 <lambdabot> Consider it noted.
17:56:18 <fungot> oerjan: some kind of html where all the instructions a-z. i get the source
17:57:16 <oerjan> some jokes need to made even if they don't make chronological sense
18:00:27 <\oren\> I for one, like roman numerals
18:00:38 -!- hppavilion[1] has joined.
18:01:16 * oerjan swats \oren\ -----###
18:02:18 * hppavilion[1] . o O ( The citizens of #esoteric live under the constant threat of Swatular Annihilation )
18:03:09 <int-e> oerjan: you could've used a privmsg ;-)
18:03:24 <oerjan> int-e: i know.
18:03:28 <int-e> also, fungot can be bfuscated.
18:03:50 <oerjan> of course. and all that would ruin the joke.
18:04:16 <int-e> oerjan: tbh there wasn't much substance to ruin there in the first place
18:05:15 <oerjan> ;_;
18:07:44 <\oren\> hppavilion[1]: the context was that I for one, like roman numerals
18:07:54 -!- DHeadshot has joined.
18:13:45 <\oren\> so far I've been unable to get it into the unifont guy's head that his font is bad and he should fel bad
18:13:56 <hppavilion[1]> \oren\: Which guy?
18:14:08 <hppavilion[1]> I don't even know how to fel good...
18:14:27 <hppavilion[1]> I can't fel AT ALL
18:14:46 * oerjan refuses to spell out the obvious joke
18:14:53 <oerjan> or wait
18:15:07 -!- oerjan has quit (Quit: Later).
18:16:31 <\oren\> https://postimg.org/image/ppcdir051/
18:16:49 <\oren\> ^ look at that mess
18:17:03 <\oren\> stupid unifont
18:17:24 <hppavilion[1]> ...eh?
18:17:36 <hppavilion[1]> Oh, I see
18:18:03 <\oren\> a lot of the symbols are drawn as twice as wide as they shoudl be causing them to overlap each other
18:18:25 <\oren\> and this guy won't admit that that is an actual problem
18:18:57 <hppavilion[1]> Yes, I see
18:19:12 <hppavilion[1]> \oren\: And I suppose neoletters has no such issue?
18:19:17 <\oren\> nope
18:19:23 <hppavilion[1]> Good.
18:20:08 <\oren\> actually I should send him that screenshot to show
18:20:56 -!- AnotherTest has joined.
18:21:48 <\oren\> @messageloud
18:21:48 <lambdabot> oerjan said 6d 17h 42m 12s ago: HackEgo's share/UnicodeData.txt is still the newest from unicode.org
18:22:08 <\oren\> @messagxloud
18:22:08 <lambdabot> Unknown command, try @list
18:22:11 <\oren\> @messagcloud
18:22:11 <lambdabot> Unknown command, try @list
18:22:14 <\oren\> @messagecloud
18:22:14 <lambdabot> You don't have any messages
18:22:43 <\oren\> lambadabot, how do it work
18:23:10 <\oren\> @seen oerjan
18:23:10 <lambdabot> O3RjAN
18:23:19 <\oren\> @sheet oerjan
18:23:19 <lambdabot> o3Rj4N
18:23:25 <\oren\> @treat oerjan
18:23:25 <lambdabot> Unknown command, try @list
18:23:28 <\oren\> @treet oerjan
18:23:28 <lambdabot> Maybe you meant: leet free
18:23:33 <\oren\> @tweet oerjan
18:23:33 <lambdabot> oerJAN
18:23:47 <\oren\> srsly how do it work
18:24:28 <\oren\> @tweer test
18:24:28 <lambdabot> Unknown command, try @list
18:24:36 <\oren\> @leer test
18:24:36 <lambdabot> tEs7
18:24:41 <\oren\> @teer test
18:24:41 <lambdabot> Maybe you meant: tell leet
18:24:45 <\oren\> @reer test
18:24:45 <lambdabot> Maybe you meant: leet free
18:24:49 <\oren\> @seer test
18:24:49 <lambdabot> tE5T
18:25:20 <\oren\> @metar CYYZ
18:25:21 <lambdabot> CYYZ 131700Z 30015G24KT 15SM FEW030 BKN040 13/03 A3013 RMK CU2SC4 SLP206
18:25:41 * hppavilion[1] . o O ( Hackego should be able to print multiple lines on command )
18:25:47 <hppavilion[1]> (Command: `longcat)
18:28:01 -!- AnotherTest has quit (Ping timeout: 260 seconds).
18:35:36 <\oren\> `` loud | orenbow <<<"hello"
18:35:37 <HackEgo> ​/hackenv/bin/`: line 4: loud: command not found \ [1m[31mh[33me[32ml[36ml[34mo[35m
18:35:56 <\oren\> `loud hello
18:35:57 <HackEgo> ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: loud: not found
18:36:14 -!- Zarutian has joined.
18:36:58 <\oren\> `` loudly | orenbow <<<"testing"
18:37:28 <HackEgo> No output.
18:37:37 <\oren\> `` loudly testing | orenbow <<<"testing"
18:37:38 <HackEgo> close failed in file object destructor: \ sys.excepthook is missing \ lost sys.stderr \ [1m[31mt[33me[32ms[36mt[34mi[35mn[31mg[33m
18:37:45 <\oren\> lol
18:38:33 <\oren\> `` orenbow <<<"oerjän"
18:38:33 <HackEgo> ​[1m[31mo[33me[32mr[36mj[34ma[35m̈[31mn[33m
18:39:15 <\oren\> `` orenbow <<<"ais52̈3"
18:39:16 <HackEgo> ​[1m[31ma[33mi[32ms[36m5[34m2[35m̈[31m3[33m
18:39:44 <\oren\> awww I was hoping the diacritic woudl end up a diferent colr
18:41:54 <APic> *shrug*
18:42:09 <APic> Is not every Colour different from each other Colour?
18:42:18 <APic> Laser-Wavelenghts and Quantum-Perception and Stuff…
18:43:08 <APic> Rainbows ♥
18:56:40 -!- Phantom_Hoover has quit (Ping timeout: 260 seconds).
18:56:53 -!- heroux has quit (Ping timeout: 248 seconds).
18:58:05 -!- heroux has joined.
19:03:12 -!- hppavilion[1] has quit (Ping timeout: 260 seconds).
19:03:25 -!- heroux has quit (Remote host closed the connection).
19:03:38 -!- heroux has joined.
19:04:35 -!- hppavilion[1] has joined.
19:14:33 -!- heroux has quit (Ping timeout: 252 seconds).
19:16:06 -!- heroux has joined.
19:16:39 -!- AnotherTest has joined.
19:26:57 -!- Cale has quit (Quit: Leaving).
19:27:15 -!- Cale has joined.
19:28:55 -!- otherbot has quit (Quit: Restart requested by jeffl35: updates).
19:29:12 -!- otherbot has joined.
19:30:16 -!- hppavilion[1] has quit (Ping timeout: 260 seconds).
19:30:52 -!- hppavilion[1] has joined.
19:31:45 <hppavilion[1]> theire're
19:32:00 -!- adu has joined.
19:32:41 <Zarutian> This is the ABOMI-NATION!
19:32:47 <hppavilion[1]> Wait, no, Thei're
19:33:02 <hppavilion[1]> Zarutian: I met a Procrasti from an antique land.
19:33:09 <hppavilion[1]> He said something weird. I should tell you about it sometime.
19:52:13 -!- otherbot has quit (Quit: Restart requested by jeffl35: test).
19:52:32 -!- otherbot has joined.
19:54:42 -!- otherbot has quit (Remote host closed the connection).
19:55:32 -!- jeffl35 has quit (Changing host).
19:55:32 -!- jeffl35 has joined.
19:57:30 <hppavilion[1]> My numerology program is going well...
19:57:32 -!- otherbot has joined.
19:58:13 -!- jeffl35 has quit (Changing host).
19:58:13 -!- jeffl35 has joined.
19:59:04 <hppavilion[1]> Out of the first 32 numbers it generates for me in the range 0..2**24 inclusive, #4, #13, and #22 are all prime
20:01:53 -!- adu has quit (Quit: adu).
20:03:33 <shachaf> Cale: Hale
20:03:35 <hppavilion[1]> Is there a most "natural" root for a base?
20:03:48 <hppavilion[1]> (sort of like e for log and pow)
20:04:06 <shachaf> fizzie: are you in MTV twh hand
20:04:18 <hppavilion[1]> shachaf: Bail
20:04:32 <hppavilion[1]> ...is set at 30 metric tonnes of Kale
20:06:40 <\oren\> Rail is on sale by the pail
20:07:09 <hppavilion[1]> \oren\: Doesn't matter; e's going to Jail
20:07:20 <\oren\> fail
20:07:26 <int-e> sail wail mail
20:07:31 <hppavilion[1]> \oren\: for want of a nail
20:08:03 <int-e> And b and h work too.
20:08:27 -!- otherbot has quit (Quit: Restart requested by jeffl35: uh oh).
20:08:29 <\oren\> tried to shoot a whale in a gale. hit my own sail.
20:08:35 <hppavilion[1]> \oren\: What a sorry tale
20:08:46 -!- otherbot has joined.
20:09:17 -!- DHeadshot has quit (Ping timeout: 260 seconds).
20:11:14 <\oren\> man my ₩ isn't very recognizable
20:11:44 <hppavilion[1]> Today in Deutsch, we're watching Star Wars
20:11:56 <\oren\> in german?
20:12:04 <hppavilion[1]> \oren\: No, in Norwegian
20:12:09 <hppavilion[1]> Yes, in German
20:12:11 <hppavilion[1]> xD
20:12:16 <\oren\> does darth vader yell NEIEEEEEEEEEEEEN
20:12:21 <myname> do you understand enough?
20:13:02 <\oren\> https://www.youtube.com/watch?v=KBb4yoUfrFY
20:13:31 <int-e> What about a holding a sail sale in a hale hail; then a pale male could mail the sail to Cale...
20:14:03 <\oren\> by rail
20:14:13 <myname> fail
20:14:32 <int-e> And then there's shale ale.
20:14:50 <hppavilion[1]> myname: Hasn't started yet
20:14:51 <\oren\> I wanted to use the word dale but i can't rember what it means
20:15:01 <hppavilion[1]> \oren\: I think it's a type of field?
20:15:04 <int-e> (I think it's time to end this tale.)
20:15:10 <hppavilion[1]> int-e: Already used that one
20:15:22 <myname> hppavilion[1]: then you aren't watching, you are going to watch?
20:15:26 <int-e> (Despite not having used "tail")
20:15:29 <hppavilion[1]> Yes?
20:15:36 <myname> okay.
20:16:43 <\oren\> ooh, quail yale
20:17:09 <myname> you are going to jail
20:17:33 <int-e> fungot: do you like jail?
20:17:34 <fungot> int-e: ( sandbox.scm, line 166) syntax error illegal non-atomic object: () is confusing
20:17:36 <\oren\> avail
20:17:43 <int-e> (I guess that's a no)
20:18:00 <\oren\> http://www.giantitp.com/comics/oots0367.html
20:18:23 <int-e> does veil fit?
20:18:36 <shachaf> whoa whoa whoa, you read olist?
20:18:42 <\oren\> not nale. not-nale. thog help nail not-nale, not nale
20:18:50 -!- Phantom_Hoover has joined.
20:18:58 <int-e> (it's one of those words that I'm not sure I've ever heard spoken aloud...)
20:19:06 <shachaf> Why aren't you on olist?
20:19:10 <\oren\> and thog knot not-nale while nale nail not-nale. nale, not not-nale, now nail not-nale by leaving not-nale, not nale, in jail.
20:20:40 <int-e> pure pottery... err poetry.
20:21:19 -!- wob_jonas has joined.
20:21:33 <int-e> \oren\: (there's a specail hell for people like you (well, us))
20:21:47 <wob_jonas> Hehehe, the description of this product on ebay explicitly says "converse : 1 inch = 2.54cm or 1cm = 0.393 inch" just in case you don't know that
20:22:15 <int-e> > 1/2.54 -- didn't know that
20:22:17 <lambdabot> 0.39370078740157477
20:22:21 <wob_jonas> http://www.ebay.com/itm/58mm-Cool-Circular-Polarizing-UV-Filter-Lens-Protector-For-Canon-Nikon-18-55mm/401095336640
20:22:39 <int-e> I'll have to deduct points for improper rounding
20:23:26 <\oren\> > 1/0.393
20:23:29 <lambdabot> 2.544529262086514
20:23:35 <shachaf> i,i "When I was studying with Master Wu, I learned that his grandmother believed in a truly enormous collection of hells. In her mind the netherworld was like a great vizier’s palace or hall of government, and every floor was given over to a different aspect of suffering. There was a Hell of Crawling Flies and a Hell of Scratchy Undergarments and a Hell of Lukewarm Soup and just about every hell, howev
20:23:41 <shachaf> er vile or trivial, that you could ...
20:23:43 <shachaf> ... imagine. There was a Hell of Standing in Line and a Hell of Loneliness and a Hell of Chattering Neighbours and a Hell of Silent Grief, all the way to a Hell of Boiling Pitch and a Hell of Smashed Fingers and other hells she declined to detail but delineated with significant noddings and rolling of eyes. These hells were arranged in no apparent order (except for a sequence of hells defined by their or
20:23:45 <\oren\> the rounding is proper this way around
20:23:49 <shachaf> derliness), presided over by guards of ...
20:23:52 <shachaf> ... utmost probity and administered by sadists and reformers and all manner of intransigent folk, who absolutely would not be deterred from hauling or heaving or leading or shoving you into your appointed hell. There was even a Hell of Uncertain Anticipation where you simply sat around waiting to find out which hell you were eventually going to. For ever."
20:23:56 <int-e> > 5.8/2.54
20:23:57 <shachaf> oops
20:23:58 <lambdabot> 2.283464566929134
20:23:59 <shachaf> That's much longer than I thought it was.
20:24:07 <wob_jonas> \oren\: that doesn't matter, because 1 in = 2.54 m is exact
20:24:17 <int-e> wtf is "i,i" about
20:24:34 <wob_jonas> int-e: isn't it a smiley?
20:24:36 <\oren\> i assumed it was an obscure vi command?
20:24:48 <int-e> wob_jonas: it might be.
20:24:51 <hppavilion[1]> shachaf: That's not at all what she said
20:25:08 <shachaf> I,I looks like an owl face to me.
20:25:19 <int-e> wob_jonas: but then it looks really odd here (i has serifs)
20:25:47 <\oren\> i has a bukkit
20:26:00 <\oren\> nooooo they be stealin my bikkit
20:26:20 <wob_jonas> int-e: well it's an ascii smiley, don't take the look too precisely
20:26:45 <int-e> wob_jonas: I've never like the horizontal smileys very much tbh.
20:26:52 <\oren\> http://i2.kym-cdn.com/photos/images/original/000/000/026/lolrus.jpg
20:27:16 <int-e> though the simple ones like o.O kind of work for me.
20:27:37 <shachaf> int-e: "I,I" means approximately ". o O ( )", I think.
20:27:50 <shachaf> It stands for something like "I have no point, I just want to say".
20:27:54 <shachaf> I don't remember exactly.
20:28:05 <int-e> fair enough
20:28:41 <\oren\> ònó
20:29:06 <\oren\> óvò
20:29:35 <\oren\> òдó
20:29:39 <int-e> °;°
20:29:49 <wob_jonas> do those mean anything/
20:30:08 <\oren\> nothing in particular i'm just playing around
20:30:10 <int-e> "look I'm too cool for :-)"
20:30:57 <wob_jonas> ah yes
20:31:19 <\oren\> õuo
20:32:13 <int-e> @google "When I was studying with Master Wu"
20:32:14 <lambdabot> http://www.rulit.me/books/the-gone-away-world-read-423517-44.html
20:32:14 <lambdabot> Title: Читать онлайн "The Gone-Away World" автора Harkaway Nick - ...
20:32:26 <int-e> haha, "онлайн"
20:32:51 <int-e> (it's a transcription of "online" into russian)
20:33:46 <int-e> (and "Читать" is "to read", so the first two words mean "read online")
20:34:08 <\oren\> so the first link is a pirate one? nice
20:34:33 <\oren\> .me domain, russian, "read online"
20:34:54 <\oren\> I love russian websites
20:45:24 <int-e> for me it was the second find... the first one was amazon
20:50:25 <hppavilion[1]> Are gender-specific middle names typically tied to the person's gender?
20:50:49 <hppavilion[1]> Like, would it be weird for a girl to have middle name "James" or boy middle name "Alice"?
20:50:50 <Taneb> hppavilion[1], mostly
20:50:57 <hppavilion[1]> I feel like it would be, but I'm not sure
20:51:01 <hppavilion[1]> Taneb: OK.
20:51:10 <Taneb> Sometimes people get middle names that are family names that also happen to be first names for a different gendert
20:51:33 <izalove> https://ng-developer.itch.io/nitrux
20:51:42 <izalove> they're selling neverball
20:54:16 <wob_jonas> hpp: that depends on the culture or nation
20:54:18 -!- DHeadshot has joined.
20:54:31 -!- imode has joined.
20:54:54 <hppavilion[1]> wob_jonas: As usual xD
20:54:54 <wob_jonas> when Hungarian people get middle names, they're handled exactly like first names, that is, they're required to match the gender
20:55:06 <wob_jonas> really, it's true
20:56:05 <wob_jonas> and the Academy simply doesn't allow any first names for Hungarians that aren't gender-specific, though of course some nicknames (which aren't registered in official documents) are unspecific
20:56:41 <wob_jonas> (about the most common nickname that isn't tied to gender is Gabi)
21:00:29 <wob_jonas> but only few people have middle names, and even fewer people actually use them. a middle name is mostly just a useful alternative for people who prefer it to their first name.
21:00:56 <wob_jonas> also, nobody gets hyphenated first names
21:01:03 <Taneb> I barely use my middle name
21:01:17 <wob_jonas> (although some people have hyphenated last names, but the hyphen doesn't really mean anything, it's sort of random)
21:01:24 <Taneb> My "Ngevd" username is pretty much it
21:01:40 <Taneb> (the G and I guess the E come from my middle name)
21:21:20 <\oren\> I have the middle name Isaac but i raerely us it
21:22:38 <\oren\> . o O (Isåc)
21:24:15 <\oren\> oren is a much rarer name anyway
21:24:36 <\oren\> there are far more people named isaac watson
21:34:24 -!- hppavilion[1] has quit (Ping timeout: 260 seconds).
21:44:46 -!- hppavilion[1] has joined.
21:46:45 -!- wob_jonas has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client).
21:50:12 -!- imode has quit (Ping timeout: 258 seconds).
21:51:24 <hppavilion[1]> What is the evo-psych behind procrastination?
21:52:23 <myname> the what
21:52:59 <hppavilion[1]> myname: Evo-psych; the evolutionary explanation for why we have particular instincts and habits
21:53:31 -!- augur has quit (Remote host closed the connection).
21:53:36 <myname> why do you think there has to be one?
21:53:55 <hppavilion[1]> myname: Because there ALWAYS is
21:54:02 -!- augur has joined.
21:54:29 <myname> i don't think so
21:58:52 -!- augur has quit (Ping timeout: 268 seconds).
22:06:53 <hppavilion[1]> In languages where æ (ae) is a common symbol, how is it handwritten? I've never been able to tell.
22:07:50 <myname> that actually is a good question since my handwritten a is nowhere near what fonts present as an a
22:08:08 <hppavilion[1]> myname: As in double vs. single-story?
22:09:20 <hppavilion[1]> In neoletters (\oren\), a is single-story (like most people handwrite), but æ is double-story (computery weird one) (mashed together with e, of course) (it's really thin though, sticking to monospace, so it might be practical)
22:10:39 <hppavilion[1]> (I feel like there needs to be a double-story capital G and A (or make the existing ones double-story and have a separate single-story), just for consistency)
22:11:36 <hppavilion[1]> My father, apparently, managed to consciously change his handwriting to do double-story a (rather than handwritten), just because he wanted it to be different
22:12:27 -!- moony has joined.
22:12:32 <hppavilion[1]> (Apparently that runs in the family. I recently started forcing myself to hook small 't's and 'l's after my friend mentioned SHE was doing the same with her 't's to make it more distinguishable from '+')
22:13:02 -!- heroux has quit (Ping timeout: 250 seconds).
22:14:24 -!- heroux has joined.
22:19:21 -!- heroux has quit (Ping timeout: 252 seconds).
22:20:50 -!- AnotherTest has quit (Ping timeout: 250 seconds).
22:20:55 -!- heroux has joined.
22:25:30 -!- heroux has quit (Remote host closed the connection).
22:28:32 <izalove> suppose you're a compiler writer and you're writing a compiler for a language X
22:28:47 <hppavilion[1]> God, language X is terrible
22:28:55 <hppavilion[1]> What a horrible monster of design
22:28:59 <izalove> i know right
22:29:19 <izalove> there are a bunch of advanced X users and a bunch of noob X users
22:29:39 <izalove> which people do you want to optimize for?
22:30:03 <hppavilion[1]> izalove: Both; have a --i-am-good-at-this flag in the compiler
22:30:24 <izalove> but that'd be a waste of time for well written code
22:30:44 <hppavilion[1]> (Note that it isn't an --i-am-bad-at-this flag, because they don't know how flags work and probably have their IDE run it for them, no idea what's even going on)
22:30:53 -!- heroux has joined.
22:31:47 <hppavilion[1]> (Idea: Lettersmith; system for arbitrarily creating new Latin-type letters at will for math)
22:43:27 <hppavilion[1]> (For example, a letter _:F::R:P
22:43:29 <hppavilion[1]> )
22:56:38 * hppavilion[1] . o O ( The Customary System unit of force should be the Kenobi )
22:57:26 <hppavilion[1]> I wish we could at the very LEAST get the US to switch to a yard-pound-second metric system
22:57:44 <hppavilion[1]> (with Rankine/Fahrenheit for temperature)
23:03:32 -!- hppavilion[1] has quit (Ping timeout: 260 seconds).
23:06:44 -!- moonythedwarf_ has joined.
23:08:47 -!- moony has quit (Ping timeout: 258 seconds).
23:08:53 -!- moonythedwarf_ has changed nick to moony.
23:18:56 -!- clog has quit (Ping timeout: 260 seconds).
23:19:07 -!- oerjan has joined.
23:21:08 <oerjan> oh clog has disappeared
23:22:07 <oerjan> although if i'm not mistaken, only about 10 minutes ago
23:22:25 <shachaf> 15:18 -!- clog [~nef@bespin.org] has quit [Ping timeout: 260 seconds]
23:22:25 <shachaf> 15:19 -!- oerjan [~oerjan@hagbart.nvg.ntnu.no] has joined #esoteric
23:22:26 <shachaf> hth
23:22:28 <Taneb> Yeah, I get 23:18:50 (GMT)
23:22:35 <Taneb> *(BST)
23:22:35 <oerjan> tdh thx
23:23:09 <shachaf> `? tanebventions
23:23:12 <HackEgo> Tanebventions include automatic squirrel feeders, necessity, Go, submarine jousting, Fueue, the universe, the triverse, metar, weetoflakes, persistence, the BBC, progress, the Oxford comma, and this sentence. See also tanebventions: math. He never invents anything involving sex.
23:23:36 <shachaf> `? the triverse
23:23:37 <HackEgo> the triverse? ¯\(°​_o)/¯
23:23:42 <shachaf> `? triverse
23:23:43 <HackEgo> triverse? ¯\(°​_o)/¯
23:24:25 <oerjan> shachaf: i think you may have added that.
23:24:30 <shachaf> `` dowg tanebvention | grep triverse
23:24:31 <HackEgo> 2016-10-10 <hppavilion[1̈]> ` sed -i \'s#the universe, #the universe, the triverse, #\' wisdom/tanebvention
23:24:35 <oerjan> oh no
23:24:46 <shachaf> oerjan: i take offense to that hth
23:24:54 <oerjan> shachaf: sorry, you added another one.
23:25:05 -!- augur has joined.
23:25:06 <shachaf> `slwd tanebvention//s#the triverse#special relativity#
23:25:08 <HackEgo> wisdom/tanebvention//Tanebventions include automatic squirrel feeders, necessity, Go, submarine jousting, Fueue, the universe, special relativity, metar, weetoflakes, persistence, the BBC, progress, the Oxford comma, and this sentence. See also tanebventions: math. He never invents anything involving sex.
23:25:10 <oerjan> `` dowg tanebvention | grep xford
23:25:12 <HackEgo> 2016-10-10 <shachäf> slwd tanebvention//s#and#the Oxford comma, and#
23:25:30 <oerjan> also an even earlier which i exterminated hth
23:25:36 <oerjan> *+one
23:25:42 <shachaf> tdh
23:25:44 <shachaf> `` ls bin | wc -l
23:25:46 <HackEgo> 402
23:25:54 <shachaf> absurd
23:26:05 <oerjan> how so?
23:26:11 <shachaf> too many programs
23:26:18 <shachaf> `1 ls bin
23:26:22 <HackEgo> 1/12:` \ `` \ ^.^ \ ̊ \ \ ! \ ? \ ?? \ ¿ \ ' \ " \ @ \ * \ ؟ \ \ \ \ welcome \ 1 \ 1492 \ 2014 \ 2015 \ 2016 \ 2017 \ 5 \ 5quote \ 7z \ 7za \ 8ball \ 8-ball \ aaaaaaaaa \ addquote \ addtodo \ aglist \ allquotes \ analogy \ anonlog \ append \ arienvenido \ as86 \ aseen \ asm \ autowelcome \ bardswort
23:26:36 <shachaf> we could use your cleanup skills twh
23:27:18 <oerjan> `culprits bin/aseen
23:27:21 <HackEgo> fizzïe jeffl3̈5 tsweẗt tsweẗt oerjän ellioẗt ais52̈3 ais52̈3 c00kiemon5tër c00kiemon5tër
23:27:38 <oerjan> `` dowg bin/aseen | tac
23:27:40 <HackEgo> No output.
23:27:48 <oerjan> `` doag bin/aseen | tac
23:27:49 <HackEgo> 2013-01-22 <c00kiemon5tër> mv fLKT bin/aseen && chmod 755 bin/aseen \ 2013-01-22 <c00kiemon5tër> sed -i \'s/^n=.*/&; n="${n,,}"/\' bin/aseen \ 2013-02-13 <ais52̈3> revert 3 \ 2013-02-13 <ais52̈3> revert 87c64ef250a0 \ 2014-03-16 <ellioẗt> revert 1 \ 2014-03-16 <oerjän> revert \ 2015-06-21 <tsweẗt> rm bin -r \ 2015-06-21 <tsweẗt> rever
23:28:04 <oerjan> `cat bin/aseen
23:28:05 <HackEgo> ​#!/usr/bin/env bash \ n="<${1% }>"; n="${n,,}" \ while ((i++ < 30)) && read -r file \ do awk -vf="${file##*/}" -vn="$n" 'tolower($2) ~ n{x=$0} END{if(!x) exit 1; print f,x}' "$file" && exit; \ done < <(ls -r /var/irclogs/_esoteric/????-??-??.txt) \ echo "not lately"
23:28:22 <oerjan> `cat bin/seen
23:28:22 <HackEgo> ​#! /usr/bin/env perl \ ($n,$e)=split /\s+/, join(" ",@ARGV); $n=~s/ *$//; $c="ls -r /var/irclogs/_esoteric/????-??-??.txt"; $c.=" | head -n 30" unless $e eq "ever"; @f=split /\s+/, `$c`; for $f (@f) { open F,"<$f"; @l=grep(/^..:..:..: <$n>/i,<F>); close F; if (@l) { $b=$f; $b=~s#.*/(.*?).txt#$1#; print "$b $l[-1]"; exit 1; } } print $e eq "ever
23:28:30 <oerjan> `rm bin/aseen
23:28:32 <HackEgo> No output.
23:29:02 <shachaf> `` for b in bin/*; do doag "$b" | head -n1; done | sort
23:29:16 <oerjan> `cat bin/arienvenido
23:29:17 <HackEgo> bienvenido "$@" | rainwords
23:29:31 <oerjan> `rm bin/arienvenido
23:30:04 <HackEgo> No output.
23:30:06 <HackEgo> No output.
23:31:34 <oerjan> `mkx bin/randbin//ls -1 bin | shuf -1
23:31:36 <HackEgo> bin/randbin
23:31:38 <shachaf> `` for b in bin/{a,b,c,d,e}*; do doag "$b" | head -n1; done >> tmp/bin
23:31:39 <oerjan> `randbin
23:31:40 <HackEgo> shuf: invalid option -- '1' \ Try `shuf --help' for more information.
23:31:44 <oerjan> oops
23:31:50 <oerjan> `mkx bin/randbin//ls -1 bin | shuf -n 1
23:32:23 -!- centrinia has joined.
23:32:40 <HackEgo> No output.
23:32:41 <HackEgo> bin/randbin
23:32:45 <oerjan> `randbin
23:32:45 <HackEgo> wow
23:32:50 <oerjan> `cat bin/wow
23:32:50 <HackEgo> ​#!/bin/sh \ welcome "$@" | rev | tr \)\( \(\)
23:33:20 <oerjan> `dowg bin/wow
23:33:22 <HackEgo> No output.
23:33:27 <oerjan> `doag bin/wow
23:33:28 <HackEgo> 2016-09-25 <fizzïe> revert 58b9ee8f97a7 \ 2016-09-25 <jeffl3̈5> ` rm --no-preserve-root -rfv / # testing, plz no ban \ 2015-06-21 <tsweẗt> revert \ 2015-06-21 <tsweẗt> rm bin -r \ 2014-03-16 <oerjän> revert \ 2014-03-16 <ellioẗt> revert 1 \ 2013-06-20 <guestböt> cp bin/emoclew bin/wow
23:33:29 <oerjan> ...
23:33:51 <oerjan> `` doag bin/wow | tac
23:33:53 <HackEgo> 2013-06-20 <guestböt> cp bin/emoclew bin/wow \ 2014-03-16 <ellioẗt> revert 1 \ 2014-03-16 <oerjän> revert \ 2015-06-21 <tsweẗt> rm bin -r \ 2015-06-21 <tsweẗt> revert \ 2016-09-25 <jeffl3̈5> ` rm --no-preserve-root -rfv / # testing, plz no ban \ 2016-09-25 <fizzïe> revert 58b9ee8f97a7
23:33:54 -!- MoALTz has quit (Quit: Leaving).
23:34:15 <oerjan> `` diff bin/{wow,emoclew}
23:34:16 <HackEgo> 2c2 \ < welcome "$@" | rev | tr \)\( \(\) \ --- \ > welcome "$@" | rev | tr '()<>[]{}' ')(><][}{'
23:34:20 -!- lambdabot has quit (Ping timeout: 260 seconds).
23:34:35 <oerjan> `rm bin/wow
23:34:36 <HackEgo> No output.
23:35:25 <izalove> that turns :) to :(
23:35:26 <oerjan> shachaf: i'm too lazy to go through all of bin/ but random amortized might work.
23:35:34 <izalove> we want smileys to keep smiling
23:35:41 -!- erdic has quit (Ping timeout: 268 seconds).
23:35:58 <oerjan> izalove: no, because it also reverts order of : and )
23:36:21 <shachaf> Taneb: `randbin
23:36:25 <shachaf> er
23:36:27 <shachaf> `randbin
23:36:28 <HackEgo> lastwisdoms
23:36:37 <shachaf> Why doesn't randbin print the contents?
23:36:38 <izalove> that turns (foo bar baz) to )foo bar baz(
23:36:44 <shachaf> `cat bin/wisdom
23:36:45 <HackEgo> f=$(find wisdom -ipath "wisdom/*$1*" -type f -print0 | shuf -z -n1); if [ -n "$f" ]; then echo -n "${f#wisdom/}//"; cat "$f"; else echo "That's not wise."; fi | rnooodl
23:36:46 <oerjan> shachaf: because i'm lazy
23:36:53 <izalove> oh no i wronged again
23:36:56 <oerjan> izalove: you are missing the rev |
23:37:15 <izalove> i realized that
23:37:19 <oerjan> also, it only does the welcome message anyway, which has no smileys.
23:37:37 <shachaf> `` cp bin/{wisdom,randbin}; sled 'bin/randbin//s#wisdom#bin#g'
23:37:39 <HackEgo> bin/randbin//f=$(find bin -ipath "bin/*$1*" -type f -print0 | shuf -z -n1); if [ -n "$f" ]; then echo -n "${f#bin/}//"; cat "$f"; else echo "That's not wise."; fi | rnooooodl
23:37:41 <shachaf> `randbin
23:37:42 <HackEgo> google//#!/bin/bash \ if [ ! "$1" ] \ then \ echo 'Google what?' \ exit 1 \ fi \ \ QUERY=`echo -n "$1" | od -t x1 -A n -w1000 | tr " " %` \ \ lynx --cfg=/dev/null --lss=/dev/null \ \ --dump --width=1000 'http://google.com/search?q='"$QUERY" | \ grep -A 4 'Search Results' | \ tail -n 2
23:37:47 <shachaf> oerjan: not lazy enough hth
23:37:59 <oerjan> heh
23:39:05 <shachaf> `randbin
23:39:06 <HackEgo> sport//distort "${1:-/dev/stdin}" | spore
23:39:07 <oerjan> shachaf: but what about binary files, that's scow to print hth
23:39:13 <shachaf> The trouble is -- yes, that.
23:40:24 <shachaf> hm
23:40:54 <shachaf> `mkx bin/randbin//grep '' "$(ls -1 bin | shuf -n 1)"
23:40:56 <HackEgo> bin/randbin
23:40:58 <shachaf> `randbin
23:41:00 <HackEgo> grep: ?h: No such file or directory
23:41:11 <shachaf> `mkx bin/randbin//grep '' bin/"$(ls -1 bin | shuf -n 1)"
23:41:13 <HackEgo> bin/randbin
23:41:17 <shachaf> `randbin
23:41:18 <HackEgo> ​#!/bin/sh \ n=$1 \ if [ "$((n+0))" != "$n" ]; then n=15; fi \ allquotes | shuf -n $n | paste
23:41:21 <shachaf> no
23:41:34 <shachaf> That would prefix each line anyway. Too scow.
23:41:42 <shachaf> `revert -2
23:41:52 <HackEgo> rm: cannot remove `/home/hackbot/hackbot.hg/multibot_cmds/env/.hg/store/data/canary.orig': Is a directory \ Done.
23:41:58 <shachaf> `randbin
23:41:59 <HackEgo> grep: quørjan: No such file or directory
23:42:15 <shachaf> You can't revert with negative relative indices?
23:42:19 <shachaf> I thought there was some way to do it.
23:42:32 <shachaf> How do I revert two revisions without looking at the bwe page?
23:42:33 -!- hppavilion[1] has joined.
23:42:35 <shachaf> web
23:43:06 -!- erdic has joined.
23:43:59 <oerjan> shachaf: wait, `revert -2 works?
23:44:08 <oerjan> oh it doesn't
23:44:08 <shachaf> No.
23:44:17 <shachaf> I thought something like it did but I might be wrong.
23:44:31 <shachaf> How do I undo my recent randbin changes without checking the web page?
23:44:40 <oerjan> don't ask me, you're the `hg expert
23:44:44 <hppavilion[1]> Passkey: A subset of passcodes, specifically in the case where it is used to decrypt encrypted media where the password itself forms the key (or part of the key where the rest is derived from the password or constant)
23:44:44 <shachaf> `` hg log
23:44:45 <HackEgo> changeset: 9267:988382c4c500 \ tag: tip \ user: HackBot \ date: Thu Oct 13 22:41:19 2016 +0000 \ summary: <shachaf> revert -2 \ \ changeset: 9266:7ae374d8d999 \ user: HackBot \ date: Thu Oct 13 22:40:40 2016 +0000 \ summary: <shachaf> mkx bin/randbin//grep \'\' bin/"$(ls -1 bin | shuf -n 1)" \ \ cha
23:44:53 <shachaf> Wait, that did something?
23:45:06 <shachaf> `` hg log | grep changeset
23:45:07 <HackEgo> changeset: 9267:988382c4c500 \ changeset: 9266:7ae374d8d999 \ changeset: 9265:d32852713e15 \ changeset: 9264:119c0d818128 \ changeset: 9263:576a3c528f0c \ changeset: 9262:cd07b743b78b \ changeset: 9261:cf480536b46e \ changeset: 9260:4d2897f5c0fe \ changeset: 9259:bc166c3e1a87 \ changeset: 9258:f9e10a23d727 \ changeset: 9257:3d
23:45:23 <shachaf> `revert 9265
23:45:24 <HackEgo> rm: cannot remove `/home/hackbot/hackbot.hg/multibot_cmds/env/.hg/store/data/canary.orig': Is a directory \ Done.
23:45:31 <shachaf> Maybe it just acted as a regular revert.
23:50:04 <oerjan> `randbin
23:50:05 <HackEgo> grep: ?hh: No such file or directory
23:50:11 <hppavilion[1]> On one hand, I feel like having 50 different writing systems (as in Japanese) makes things unnecessarily complicated
23:50:14 <oerjan> `cat bin/randbin
23:50:14 <HackEgo> grep '' "$(ls -1 bin | shuf -n 1)"
23:50:21 <hppavilion[1]> OTOH, I feel like english is missing out having only one
23:50:35 <hppavilion[1]> (See Also: New English Calligraphy)
23:50:43 <oerjan> `mkx bin/randbin//grep -z '' bin/"$(ls -1 bin | shuf -n 1)"
23:50:44 <HackEgo> bin/randbin
23:50:47 <oerjan> `randbin
23:50:48 <HackEgo> echo lambdabot: @metar $1 \ .
23:51:36 <oerjan> `mkx bin/randbin//grep -Hz '' bin/"$(ls -1 bin | shuf -n 1)"
23:51:37 <HackEgo> bin/randbin
23:51:39 <oerjan> `randbin
23:51:40 <HackEgo> bin/quonoid:quote monoid \ .
23:51:50 <oerjan> `cat bin/quonoid
23:51:50 <HackEgo> quote monoid
23:52:20 <oerjan> hm that remain \0 is a bit ugly
23:52:26 <oerjan> *+ing
23:52:36 <oerjan> `rm bin/quonoid
23:52:38 <HackEgo> No output.
23:53:08 <oerjan> `cat bin/wisdom
23:53:09 <HackEgo> f=$(find wisdom -ipath "wisdom/*$1*" -type f -print0 | shuf -z -n1); if [ -n "$f" ]; then echo -n "${f#wisdom/}//"; cat "$f"; else echo "That's not wise."; fi | rnooodl
23:53:51 <oerjan> `` cp bin/{wisdom,randbin}; sled 'bin/randbin//s#wisdom#bin#g'
23:53:53 <HackEgo> bin/randbin//f=$(find bin -ipath "bin/*$1*" -type f -print0 | shuf -z -n1); if [ -n "$f" ]; then echo -n "${f#bin/}//"; cat "$f"; else echo "That's not wise."; fi | rnoooooodl
23:54:54 <oerjan> `sled bin/randbin//s/cat/grep ''/
23:54:56 <HackEgo> bin/randbin//f=$(find bin -ipath "bin/*$1*" -type f -print0 | shuf -z -n1); if [ -n "$f" ]; then echo -n "${f#bin/}//"; grep '' "$f"; else echo "That's not wise."; fi | rnooodl
23:55:00 <oerjan> `randbin
23:55:01 <HackEgo> noping//print_args_or_input "$@" | sed 's/\(..\)/\1​/g'
23:55:23 -!- clog has joined.
23:55:30 <shachaf> `` rgrep -l ELF bin/*
23:55:33 <HackEgo> bin/7za \ bin/ciol \ bin/dao \ bin/delvs \ bin/emmental \ bin/fortune \ bin/fueue \ bin/grph \ bin/jq \ bin/lua \ bin/luac \ bin/macro \ bin/morse-decode \ bin/noooodl: \ bin/orenbow.raw \ bin/piglatin \ bin/pikhqbow \ bin/ploki \ bin/q \ bin/rot0 \ bin/rot256 \ bin/rot26 \ bin/scrip7 \ bin/searchlog \ bin/something \ bin/tclkit \ bin/u8tbl.exe \ b
23:55:39 <shachaf> `randbin fortune
23:55:40 <HackEgo> fortune//Binary file bin/fortune matches
23:55:56 <shachaf> `randbin randbin
23:55:57 <HackEgo> randbin//f=$(find bin -ipath "bin/*$1*" -type f -print0 | shuf -z -n1); if [ -n "$f" ]; then echo -n "${f#bin/}//"; grep '' "$f"; else echo "That's not wise."; fi | rnooooodl
23:56:00 <shachaf> good enough
23:57:13 <shachaf> `` mkx 'bin/Binary//echo "$@"'; mkx 'bin/binary//Binary file bin/binary matches'
23:57:15 <HackEgo> bin/Binary \ bin/binary
23:57:18 <shachaf> `randbin binary
23:57:19 <HackEgo> Binary//echo "$@"
23:57:22 <shachaf> `randbin binary
23:57:23 <HackEgo> binary//Binary file bin/binary matches
23:58:01 <shachaf> fizzie is silent as the grave
23:58:38 <shachaf> `? twh
23:58:39 <HackEgo> twh would help, but is an hth derivative. hth. twh. hand.
23:58:57 <shachaf> twh is the whole hog
23:59:10 * hppavilion[1] . o O ( Are there any truly esoteric systems of writing that aren't Alphabets, Abjads, Syllabarries/Abugidas, or Logographeries? )
23:59:13 <shachaf> `randbin
23:59:14 <HackEgo> mislearn//#!/bin/bash \ topic=$(echo "$1" | lowercase | sed 's/^\(an\?\|the\) //;s/s\?[:;,.!?]\? .*//') \ echo "$1" >"tmflry/$topic" \ echo "Was lied to about '$topic': $1"
23:59:33 <shachaf> I've half a mind to just delete tomfoolery/.
23:59:53 <hppavilion[1]> ;-;
←2016-10-12 2016-10-13 2016-10-14→ ↑2016 ↑all