00:04:35 -!- oerjan has joined. 00:08:11 `cat bin/lowercase2 00:08:11 ​#!/bin/bash \ tr A-Z a-z | LANG=en_NZ.UTF-8 sed 'y/ØÅÆŒÞÐÄÖÜÁÉÍÓÚÝ/øåæœþðäöüáéíóúý/' 00:08:24 `lowercase2 ÞÐØÆŒ 00:08:36 hppavilion[1]: i think you are misinterpreting why it's slow hth 00:08:54 No output. 00:09:04 oerjan: MAYBE I AM. 00:09:14 i,i lowercase2 = 2 . lowercase 00:09:22 `sled bin/lowercase2//s,tr,print_args_or_input "$@" | tr/ 00:09:23 ​/bin/sed: -e expression #1, char 35: unterminated `s' command 00:09:29 `sled bin/lowercase2//s,tr,print_args_or_input "$@" | tr, 00:09:31 bin/lowercase2//#!/bin/bash \ print_args_or_input "$@" | tr A-Z a-z | LANG=en_NZ.UTF-8 sed 'y/ØÅÆŒÞÐÄÖÜÁÉÍÓÚÝ/øåæœþðäöüáéíóúý/' 00:09:38 `lowercase2 ÞÐØÆŒ 00:09:39 ​þðøæœ 00:10:23 hppavilion[1]: it was slow because it was trying to read from HackEgo's stdin, which never gets anything and causes a slow timeout. 00:10:27 -!- tromp has joined. 00:10:49 Oh 00:11:12 basically, unless you use the print_arges_or_input trick, command line arguments don't get passed into stdin of the command. 00:11:17 *-e 00:11:34 `culprits bin/lowercase2 00:11:42 oerjän oerjän hppavilion̈1 hppavilion̈1 hppavilion̈1 hppavilion̈1 hppavilion̈1 hppavilion̈1 hppavilion̈1 hppavilion̈1 hppavilion̈1 00:12:00 Imagine if all shaventions disappeared from bin/ 00:12:19 fizzie: i've been wondering if it'd be a good idea to replace that top HackEgo stdin with /dev/null to avoid those timeouts. 00:14:42 (when people accidentally give HackEgo a command that reads from its stdin) 00:15:07 oerjan++ 00:15:18 everyone's shannovating now 00:15:53 oerjan: Definitely, unless it wouldn't be. 00:16:12 hppavilion[1]: also, tr doesn't understand unicode, that's why we use sed y/// 00:16:35 oerjan: OK, good. 00:17:01 -!- Lord_of_Life has quit (Excess Flood). 00:17:01 I'm not sure why the #esoteric encoding is en_NZ.UTF-8 00:17:05 oerjan: Technically, you used sed s/// in classical ‹lowercase› 00:17:06 Isn't UTF-8 a little mainstream? 00:17:26 shachaf: I'd think we'd use EBDIC-8 00:17:38 shachaf: because people were complaining that HackEgo used LANG=C and then Gregor was being funny when fixing it hth 00:17:55 or 00:18:04 I'm going to pretend that was an intentional typo 00:18:25 go easy on your EBEs 00:18:26 Hm, what do you call an intentional typo? "typo" is short for "typographical error" 00:18:28 hppavilion[1]: yeah for original lowercase i still didn't know that sed y/// understood unicode 00:18:38 oerjan: But why not use UCS-2.625? 00:18:46 `cat bin/lowercase2 00:18:46 ​#!/bin/bash \ print_args_or_input "$@" | tr A-Z a-z | LANG=en_NZ.UTF-8 sed 'y/ØÅÆŒÞÐÄÖÜÁÉÍÓÚÝ/øåæœþðäöüáéíóúý/' 00:18:50 i have no idea what that is. 00:19:16 `` ls bin/*args_* 00:19:17 bin/print_args_or_input \ bin/shebang_args_or_input 00:19:25 The thing where you put three 21-bit code points into a 64-bit word. 00:19:29 -!- Lord_of_Life has joined. 00:19:29 With one extra bit left over. 00:19:30 So compact. 00:19:33 the shebang version is useful for perl and python scripts 00:22:16 (and possibly others) 00:23:15 `? arjan 00:23:17 arjan? ¯\(°​_o)/¯ 00:24:01 i didn't add those to original lowercase because it's meant only for internal use in other commands. 00:24:40 (wait, maybe HackEgo's stdin should run print_args_or_input :P) 00:24:52 -!- shachaf has set topic: Wanted: long-lived topic | The short exact geometry channel | http://esolangs.org/ | logs: http://codu.org/logs/_esoteric/ http://tunes.org/~nef/logs/esoteric/?C=M;O=D | https://dl.dropboxusercontent.com/u/2023808/wisdom.pdf | For extensive phở testing, use #esoteric-blah. 00:24:54 s/run/use/ 00:26:11 shachaf: an epic topic 00:26:57 oerjan: there's a kernel of truth to that 00:28:00 imagine that 00:28:45 What do you think of image, kernel, coimage, cokernel? 00:28:53 I always forget which is which. 00:28:57 -!- MDude has quit (Quit: Going offline, see ya! (www.adiirc.com)). 00:29:25 i have not dealed much with the co- versions. 00:29:36 *dealt 00:29:41 I guess the coimage is isomorphic to the image? 00:30:15 i,i http://slbkbs.org/out.svg 00:30:55 That thing is the first isomorphism theorem for functions, I guess. 00:30:58 is that real category theory or a mensa test 00:31:12 I don't think there's much category theory there. 00:31:19 The thing at the top is a function. 00:32:01 But you can decompose it into three steps -- identify, rename, adjoin 00:32:19 ic 00:32:20 Which are a surjection, a bijection, and an injection, respectively. 00:32:58 The second set on the second row is the coimage, which is isomorphic to the image (the third set). 00:33:07 was just going to ask that 00:33:46 The last two rows are about antifunctions, which are arrows in Set^op 00:34:28 An antifunction can be factored into three steps too -- Pratt calls them delete, rename, copy 00:34:49 ok so the kernel is the element of the coimage that contains 0, i guess. 00:35:08 (thinking about modules) 00:35:32 but i still don't know what a cokernel is. 00:35:45 I guess in the context of sets you have https://en.wikipedia.org/wiki/Kernel_(set_theory) 00:36:22 oh right, that applies to universal algebras iirc 00:36:24 Which says that the kernel is an equivalence relation, and the coimage is what you get by quotienting by that relation? 00:37:28 and only for thinks including a group (or possibly something more general) can you identify the kernel with the class of a particular element 00:37:32 *things 00:38:27 anyway this all ties into chu spaces hth 00:40:52 tnh 00:41:21 that nicely helps? 00:41:27 *never 00:41:53 you don't like the stone gamut? 00:43:08 well, mostly i've forgotten it, although the name rings a bell. 00:43:38 http://boole.stanford.edu/pub/gamut.pdf 00:44:04 i got away with a vague feeling its importance was overblown. 00:45:27 how about the stoned gamut 00:46:23 i can't remember that at all, so i must have been really stoned hth 00:46:49 * oerjan has never been stoned that he can recall. 00:52:09 one question I have and I do not know where else to ask <-- you should look up total programming and corecursion, that's almost what you ask except with "structural" recursion instead of primitive. 00:53:49 (primitive recursion is basically structural recursion applied only to natural numbers) 00:56:38 -!- dingbat has left. 00:56:42 -!- dingbat has joined. 01:10:20 I may have gone overboard designing the new y-replacement for lowercase2 01:10:32 ...I have this: y/ÁĂǍÂÄÀȀȂĀĄÅÃǞǺǠÆǼǢĆČĈÇƇĊĎĐÐÉĔĚÊËÈȄȆĒĘĖƑǴĞǦĢĜĠǤĤĦÍĬǏÎÏÌȈȊĪĮĨIJĴǨĶƘĹĽĻĿŁŃŇŅǸÑŊÓŐŎǑÔÖÒȌƠȎŌǪØÕǬǾŒƤŔŘŖȐȒŚŠŞŜŤƬŢŦÞÚŰŬǓÛÜÙƯŪŲŮŨǗǙǕǛŴÝŶŸƳŹŽŻƵƸǮƧƼƄ/áăâǎäàȁȃāąåãǟǻǡæǽǣćčĉçƈċďđðéĕěêëèȅȇēėęƒǵğǧģĝġǥĥħíĭǐîïìȉȋīįĩijĵǩķƙĺľļŀłńňņǹñ 01:10:32 ŋóőŏǒôöòȍơȏōǫøõǭǿœƥŕřŗȑȓśšşŝťƭţŧþúűŭǔûüùưūųůũǘǚǖǜŵýŷÿƴźžżƶƹǯƨƽƅ/ 01:11:08 Unicode aims to have all characters from all languages. Turns out there are a *lot* of languages. 01:11:56 and people here claim sed supports unicode? 01:12:02 p. sure it only supports regular languages hth 01:12:45 shachaf: OERJANDIDIT 01:12:50 * hppavilion[1] points accusingly 01:26:58 -!- Phantom__Hoover has quit (Read error: Connection reset by peer). 01:27:51 i claimed tr _doesn't_. 01:28:00 even more so than sed. 01:31:19 hm at some point the esolang wiki seems to have started adding pages i edit to my watchlist by default. which means my watchlist is now even more meaningless than it used to be. 01:32:14 that's pretty scow. 01:33:20 [wiki] [[Tag]] https://esolangs.org/w/index.php?diff=51383&oldid=41457 * Oerjan * (+27) /* External resources */ Update link. Alas the link to the Haskell impl wasn't updated in the new site, and has not been archived. 01:33:44 -!- boily has joined. 01:34:21 -!- MDude has joined. 01:35:48 bonsœirjan. 01:37:09 * oerjan fixes his preferences, clears the watchlist and adds back a handful 01:37:24 not that i ever look at it, but it's the principle of the thing... 01:37:35 `? oerjan 01:37:36 Your omnipotent local tyrant oerjan the excessive is a lazy expert in mercury computation. Also a Glaswede who dislikes Roald Dahl. He could never remember the word "amortized" so he put it here for convenience; but lately it's the only word he can ever remember. His arch-nemesis is Betty Crocker. He sometimes puns without noticing it. 01:37:54 `slwrjan s.local.principled. 01:37:54 ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: slwrjan: not found 01:37:59 I thought I renamed it back. 01:38:03 `swrjan s.local.principled. 01:38:05 oerjan//Your omnipotent principled tyrant oerjan the excessive is a lazy expert in mercury computation. Also a Glaswede who dislikes Roald Dahl. He could never remember the word "amortized" so he put it here for convenience; but lately it's the only word he can ever remember. His arch-nemesis is Betty Crocker. He sometimes puns without noticing it. 01:38:14 bood evily 01:38:50 bonshachafoir. do you keep track how many times you've oerjanned? 01:39:07 No, but HackEgo does. 01:39:56 `` cwlprits oerjan | sed 'sg g\ngg' | sort | uniq -c | sort -rn 01:40:05 ​ 85 shachäf \ 34 oerjän \ 8 boil̈y \ 5 noloveinwaikik̈i \ 1 nitïa \ 1 int-̈e \ 1 hppavilion[1̈] 01:40:19 neat. 01:40:43 `` cwlprits shachaf | sed sg\ g\ngg | sort | uniq -c | sort -rn 01:40:51 ​ 1 boil̈ynoerjännshachäfnboil̈ynshachäfnElronn̈dnElronn̈dnshachäfnoerjännoerjännmrhmous̈enmrhmous̈enoerjännoerjännellioẗtnnitïa 01:41:01 hm 01:41:08 `` cwlprits shachaf | sed sg\ g\\ngg | sort | uniq -c | sort -rn 01:41:16 ​ 5 oerjän \ 3 shachäf \ 2 mrhmous̈e \ 2 Elronn̈d \ 2 boil̈y \ 1 nitïa \ 1 ellioẗt 01:41:38 `` cwlprits | sed sg\ g\\ngg | sort | uniq -c | sort -rn 01:41:45 ​ 1373 oerjän \ 541 shachäf \ 266 b_jonäs \ 261 boil̈y \ 161 int-̈e \ 134 hppavilion[1̈] \ 96 tsweẗt \ 64 mromän \ 57 Tanëb \ 52 ellioẗt \ 47 Zarutiän \ 38 GreyKnigḧt \ 34 Phantom_Hoovër \ 32 mroman̈_ \ 30 Jafët \ 28 fizzïe \ 27 Rouj̈o \ 01:42:09 `` culprits | sed sg\ g\\ngg | sort | uniq -c | sort -rn 01:42:13 ​ 2920 oerjän \ 1171 shachäf \ 609 ellioẗt \ 384 b_jonäs \ 357 boil̈y \ 341 hppavilion[1̈] \ 281 fizzïe \ 251 int-̈e \ 220 tsweẗt \ 197 Jafët \ 197 ais52̈3 \ 177 GreyKnigḧt \ 165 km̈c \ 144 zgrëp \ 144 Tanëb \ 138 Rouj̈o \ 107 moon̈_ \ 105 mromän \ 01:42:54 `spam 01:42:55 1/5:dark water:Dark water is an instadeath terrain type in Game Boy games that would represent lava if you had lots of imagination. \ hackego:HackEgo, also known as HackBot, is a bot that runs arbitrary commands on Unix. See `help for info on using it. You should totally try to hax0r it! Make sure you imagine it's running as root with no 01:43:17 what was the command for continuation again? 01:43:33 `cwlprits dark water 01:43:41 b_jonäs b_jonäs 01:43:47 thought so 01:45:28 b_jonas has the informativest wisdoms. 01:45:45 The command is `spam 01:45:52 `? `spam 01:45:53 ​`spam prints the nth output piece of the previous `1, `2, `5, sport or spore command. n defaults to the next piece to display. Abbreviation: `n. 01:46:30 oh. 01:49:04 `wisdom 01:49:05 ​αλτγρ+γ//αλτγρ+γ is the national dead pastry of Greece. Goes great with a glass of ouzo! 01:49:41 `cat bin/5 01:49:41 cmd="${1-quote}"; for i in {1..5}; do \` "$cmd"; done | sport 01:49:53 had handmade soviet donuts yesterday morning. they were good, but overhyped. 01:51:20 -!- boily has quit (Quit: FIREBALL CHICKEN). 01:53:23 `mkx bin/`^//[[ $# == 2 ]] || { echo "Usage: `^ n cmd" >&2; exit 2; }; for ((i=0; i <= $1; i++)); do \` "$2"; done 01:53:25 bin/`^ 01:53:39 `` '`^' 5 'echo a' 01:53:40 ​/hackenv/bin/`^: line 1: unexpected EOF while looking for matching ``' \ /hackenv/bin/`^: line 2: syntax error: unexpected end of file 01:53:57 `mkx bin/`^//[[ $# == 2 ]] || { echo "Usage: $0 n cmd" >&2; exit 2; }; for ((i=0; i <= $1; i++)); do \` "$2"; done 01:53:59 bin/`^ 01:54:00 `` '`^' 5 'echo a' 01:54:02 a \ a \ a \ a \ a \ a 01:54:05 er 01:54:13 `mkx bin/`^//[[ $# == 2 ]] || { echo "Usage: $0 n cmd" >&2; exit 2; }; for ((i=0; i < $1; i++)); do \` "$2"; done 01:54:15 bin/`^ 01:54:16 `` '`^' 5 'echo a' 01:54:18 a \ a \ a \ a \ a 01:54:48 `mkx bin/5//cmd="${1-quote}"; \`^ 5 "$cmd" 01:54:50 bin/5 01:54:59 `mkx bin/4//cmd="${1-quote}"; \`^ 5 "$cmd" 01:55:01 bin/4 01:55:01 er 01:55:06 `mkx bin/4//cmd="${1-quote}"; \`^ 4 "$cmd" 01:55:08 bin/4 01:55:11 Making a bit of a mess today. 01:55:12 `4 01:55:13 679) elliott: Anyway, if you wrote a Haskell book, I would read it and possibly provide classical criticism. That is to say, non-constructive. \ 48) both of you, quit it with the f-bombs. kaelis: what's the matter? something censoring stuff you're interested in? \ 1024) i think we need more clever we 01:55:23 Oops. 01:55:38 `mkx bin/`^//[[ $# == 2 ]] || { echo "Usage: $0 n cmd" >&2; exit 2; }; for ((i=0; i < $1; i++)); do \` "$2"; done | sport 01:55:40 bin/`^ 01:55:45 Maybe I should call it 1^ but that would be too confusing. 01:55:46 `4 w 01:55:50 1/2:hacker//Jim Hacker is a former British prime minister. \ gotton//gotton is a quantum of attention. Solain drives the packet. \ taiwan//Taiwan is a country of which the United Nations denies the existence, just like Macedonia is. \ pcp//PCP refers to probably cyclidine proofs. It is precipitously illogical in many places, but research 01:55:53 `n 01:55:54 2/2:has shown that PCP is, surprisingly, No Problem. 02:00:42 `^ is a pretty scow name 02:00:43 ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: ^: not found 02:01:17 Why? 02:01:24 especially for a command that doesn't work as a HackEgo top command 02:01:39 It's just ` to the power of n 02:01:45 feel free to rename it hth 02:01:46 hm 02:10:35 -!- Zarutian has quit (Quit: Zarutian). 02:49:35 -!- hppavilion[1] has quit (Ping timeout: 264 seconds). 03:02:19 -!- hppavilion[1] has joined. 03:03:51 -!- xkapastel has quit (Quit: Connection closed for inactivity). 03:25:09 The "A Man's Right to Know Act" initially sounds terrible, but on examination, is not entirely so. 03:28:32 ...https://texas.gov/ is the texas of .govs 03:34:21 Why wouldn't you use a rhetorical question mark⸮ 03:38:52 * hppavilion[1] is very stream-of-consciousness today 03:39:57 -!- tromp has quit (Remote host closed the connection). 03:40:13 * pikhq is very opiate today 03:43:09 -!- tromp has joined. 04:19:41 -!- oerjan has quit (Quit: Nite). 04:31:53 -!- hppavilion[1] has quit (Ping timeout: 260 seconds). 05:17:04 -!- hppavilion[1] has joined. 05:32:44 -!- tromp has quit (Remote host closed the connection). 05:43:53 https://www.youtube.com/watch?v=-Z668Qc0P4Q 05:58:48 -!- ahmedsfhtagn has joined. 06:09:31 int-e: Would you like to add http://hackage.haskell.org/package/nonfree to lambdabot? 06:33:47 -!- tromp has joined. 06:38:20 -!- tromp has quit (Ping timeout: 246 seconds). 07:22:57 -!- martinhez has joined. 07:27:37 @tell oerjan I could replace HackEgo 07:27:38 Consider it noted. 07:27:42 ... 07:27:54 @tell oerjan 's stdin with the output from 'fortune', that's what one other bot does. 07:27:55 Consider it noted. 07:28:17 -!- hppavilion[1] has quit (Ping timeout: 260 seconds). 07:33:31 I think it would mess up the existing program 07:56:28 -!- sebbu2 has joined. 07:59:32 -!- sebbu has quit (Ping timeout: 246 seconds). 08:03:30 -!- sebbu2 has quit (Ping timeout: 268 seconds). 08:25:45 `fortune 08:25:49 BOFH excuse #270: \ \ Someone has messed up the kernel pointers 08:26:39 is that fortunate or unfortunate? 08:28:09 -!- augur has quit (Remote host closed the connection). 08:36:41 * Taneb hello 08:37:33 * rdococ htanello 08:37:42 s/htanello/htaneblo/ 08:48:00 -!- MoALTz has joined. 08:52:32 -!- augur has joined. 09:19:41 -!- ahmeds42 has joined. 09:23:14 -!- ahmedsfhtagn has quit (Ping timeout: 260 seconds). 09:34:11 -!- tromp has joined. 09:39:23 -!- tromp has quit (Ping timeout: 264 seconds). 09:49:17 -!- LKoen has joined. 10:00:38 -!- ahmedsfhtagn has joined. 10:02:40 -!- ahmedsfhtagn has quit (Max SendQ exceeded). 10:03:05 -!- ahmeds42 has quit (Ping timeout: 246 seconds). 10:03:10 -!- ahmedsfhtagn has joined. 10:34:49 -!- boily has joined. 10:39:14 -!- boily has set topic: This Topic Shall Be The Longest Lived Into | http://esolangs.org/ | logs: http://codu.org/logs/_esoteric/ http://tunes.org/~nef/logs/esoteric/?C=M;O=D | https://dl.dropboxusercontent.com/u/2023808/wisdom.pdf | For extensive phở testing, use #esoteric-blah. 10:46:53 `wisdom 10:46:54 winter//Winter is coming. 10:47:28 winter is not coming. winter is here, with a sprinkle of more winter and a side of winter. 10:52:44 chanello 10:53:08 I'm back from skiing holiday, and it was great. Any news with you all? 11:00:10 b_jellonas! the usual, the usual. 11:00:23 hellochaf. anything new in your corner of the world? 11:09:30 pianos 11:11:07 rdochelloc. playing it? 11:11:41 no :c 11:11:54 hm 11:15:24 . o O ( Bitcoin unchained ) 11:26:39 ° · · ( What's an unchained bitcoin? ) 11:28:26 something I know nothing about 11:28:35 boily: I was alluding to the fact that Bitcoin is a bit unstable because enough people expect a hard fork, basically over the endless block size dispute. 11:28:56 boily: then it got twisted in my head and it came up with that phrease 11:29:10 or phrase as it's ordinarily spelt. 11:29:18 they're still going at it? it'll all crumble down soon in a cloud of silicon dust... 11:30:05 -!- boily has quit (Quit: BUILDING CHICKEN). 11:31:47 I'm finding some great quotes around bitcoin... this is the funniest so far: "Bitcoin has become a multi-billion industry, with great financial investment and societal responsibility." 11:35:46 -!- tromp has joined. 11:40:02 -!- tromp has quit (Ping timeout: 246 seconds). 11:44:28 `? bitcoin 11:44:29 bitcoin? ¯\(°​_o)/¯ 11:46:35 It's just a flipped coin. The bit tells us whether it shows heads or tails. 11:46:47 -!- AnotherTest has joined. 11:47:59 `? coins 11:48:00 coins? ¯\(°​_o)/¯ 11:48:03 `coins 11:48:06 `? `coins 11:48:07 ​farcoin dageunsulecoin uestcoin notatacoin 2-illcoin silacoin itmcoin quothcoin marcoin flagcoin pathis=thacoin solatocoin rumcoin brainstonedinacoin unmcoin resecoin sotcoin numertacoin ballcoin waincoin 11:48:07 ​`coins? ¯\(°​_o)/¯ 11:50:39 -!- ahmeds42 has joined. 11:51:50 -!- ahmeds42 has quit (Max SendQ exceeded). 11:52:20 -!- ahmeds42 has joined. 11:53:39 -!- ahmeds42 has quit (Max SendQ exceeded). 11:53:49 -!- ahmedsfhtagn has quit (Ping timeout: 260 seconds). 11:54:10 -!- ahmeds42 has joined. 11:56:13 -!- ahmeds42 has quit (Max SendQ exceeded). 11:56:43 -!- ahmeds42 has joined. 11:58:49 -!- ahmeds42 has quit (Max SendQ exceeded). 11:59:21 -!- ahmeds42 has joined. 12:01:30 -!- ahmeds42 has quit (Max SendQ exceeded). 12:02:09 -!- ahmeds42 has joined. 12:04:12 -!- ahmeds42 has quit (Max SendQ exceeded). 12:06:59 `learn bitcoins are coins that have been drilled through with a bit, and can be strung together in long chains. This practice dates to ancient China, and the Chinese remain experts in bitcoin manufacturing. A chain can support up to 21 million coins before breaking. 12:07:02 Learned 'bitcoin': bitcoins are coins that have been drilled through with a bit, and can be strung together in long chains. This practice dates to ancient China, and the Chinese remain experts in bitcoin manufacturing. A chain can support up to 21 million coins before breaking. 12:29:51 `? bytecoin 12:29:52 bytecoin? ¯\(°​_o)/¯ 12:36:22 -!- tromp has joined. 12:36:45 -!- martinhez has quit (Ping timeout: 260 seconds). 12:39:50 -!- martinhez has joined. 12:41:11 -!- tromp has quit (Ping timeout: 264 seconds). 12:58:22 -!- augur has quit (Remote host closed the connection). 13:03:09 -!- AnotherTest has quit (Ping timeout: 240 seconds). 13:09:30 -!- vifino has quit (Quit: Who turned this off?! D:<). 13:42:10 -!- Lord_of_Life has quit (Excess Flood). 13:42:59 -!- Lord_of_Life has joined. 14:06:23 -!- `^_^v has joined. 14:21:39 -!- vifino has joined. 14:27:10 -!- sebbu has joined. 14:40:29 -!- LKoen has quit (Remote host closed the connection). 14:48:52 -!- AnotherTest has joined. 14:51:02 -!- LKoen has joined. 14:55:49 -!- AnotherTest has quit (Ping timeout: 260 seconds). 15:27:24 -!- oerjan has joined. 15:30:25 @messages-good 15:30:25 fizzie said 8h 2m 47s ago: I could replace HackEgo 15:30:25 fizzie said 8h 2m 30s ago: 's stdin with the output from 'fortune', that's what one other bot does. 15:31:46 `` fortune 15:31:48 Children begin by loving their parents. After a time they judge them. Rarely, \ if ever, do they forgive them. \ -- Oscar Wilde 15:32:52 `` fortune > x 15:32:55 No output. 15:33:05 `cat x 15:33:05 circumstantial evidence <--> can ruin a selected victim \ -- anagrama 15:49:29 -!- martinhez has quit (Ping timeout: 260 seconds). 15:58:41 <\oren\> 𝔾𝕠𝕠𝕕 𝕄𝕠𝕣𝕟𝕚𝕟𝕘 16:02:52 'fternoon 16:03:58 Cogood comorning to coeveryone cohere. 16:04:06 s/morning/fternoon 16:19:48 `` rm x # int-e: there's a non-versioned tmp/ for this kind of stuff. 16:19:50 No output. 16:19:58 -!- `^_^v has quit (Read error: Connection reset by peer). 16:20:26 -!- `^_^v has joined. 16:21:02 fizzie: it was not versioned anyway. 16:21:18 fizzie: that's what I checked :-P 16:21:48 I'm not sure what that means. 16:21:53 Your 'x' was definitely versioned. 16:21:58 `cwlprits x 16:22:01 err 16:22:07 No output. 16:22:17 https://hackego.esolangs.org/fshg/index.cgi/rev/d8ef71647558 16:22:18 oh. 16:22:31 yes, I see what went wrong there 16:22:36 sorr 16:22:37 y 16:23:37 (I ended up at http://codu.org/projects/hackbot/fshg/index.cgi/shortlog/a891e848f215 ... why is there a revision specific shortlog anyway... don't answer that, but that's what confused me.) 16:26:02 I may have ranted here already about how I dislike fshg's way of putting the fixed revision in the URL whenever you follow a link. 16:27:12 I'm sure it makes sense, but I'd prefer to keep it as 'tip', which is what I usually end up manually editing it to anywya. 16:28:28 It makes sense for browsing the repo contents... but for the shortlog I find it surprising... I would rather restrict this to named branches (which hackego doesn't use). 16:46:31 -!- hppavilion[1] has joined. 16:47:17 -!- Phantom_Hoover has joined. 16:53:26 <\oren\> I like how kOS doesn't have a = operator, it instead has a SET X TO Y. statement 16:53:58 -!- hppavilion[1] has quit (Ping timeout: 240 seconds). 16:56:43 <\oren\> tbut it has some interesting syntax sugars 16:57:10 <\oren\> like instead of SET SOMEVAR TO TRUE. you can instead write SOMEVAR ON. 16:58:11 <\oren\> and you can do SET SOMEVAR TO NOT SOMEVAR. by writing TOGGLE SOMEVAR. 16:58:59 -!- `^_^v has quit (Quit: Leaving). 16:59:08 -!- `^_^v has joined. 17:10:45 BORED ON. 17:10:53 BORED NOW 17:11:05 BORED RDOCOC 17:11:08 -- Evil Willow 17:11:20 rdococ: write more Joy? 17:11:33 more Joy? 17:11:48 https://en.wikipedia.org/wiki/Joy_(programming_language) 17:12:04 I enJOY writing 17:12:37 I tried to design a version of that but with tape instead 17:15:05 Hm. 17:15:05 -!- LKoen has quit (Quit: “It’s only logical. First you learn to talk, then you learn to think. Too bad it’s not the other way round.”). 17:15:31 rdococ: sounds interesting, where is it? 17:15:54 I didn't really come up with one concise idea :/ 17:16:09 as in, one that someone could interpret with certainty 17:17:54 \oren\: that reminds me to \newif in TeX, which works in such a way that \newif\iffoo will define three control sequences: \footrue, \foofalse, and \iffoo, where the first two set a boolean, the last one you can use as a conditional with \else and \fi 17:18:07 it's a pretty strange interface, though there's a reason why it's done that way 17:18:54 heh 17:22:56 basically, in the skipped part of a conditional, the TeX core won't expand macros, it only scans for tokens (without expanding anything) that are \if*-like, \else-like, and \fi-like to find the matching \else or \fi that ends the skipped branch. 17:23:49 thus, for any conditional to work at top level, it has to have a syntax where the branches are ended in \else and \fi, and for it to work even when nested inside a skipped branch, the head must have exactly one token that's \if*-like without expanding macros. 17:24:57 so if you want to define a custom conditional, there are two ways. \newif uses the simple way, which is \let-ing a token in the head (eg. \iffoo) be a synonym for \iftrue or \iffalse. this doesn't let the conditional evaluate anything, but it works for \newif. 17:25:58 the second way is to have a syntax where the head has at least two important tokens, one being \if or some other \if* builtin or a synonym for that, and one being your custom macro. 17:26:54 that explains the \iffoo part 17:28:10 as for the \footrue, you can't just use a syntax like \settrue\iffoo because then that wouldn't work inside a skipped branch. you could use something like \settrue{foo} or \settrue\boolfoo or something, but that isn't really easier than creating two more control sequences \footrue and \foofalse. 17:30:10 -!- Zarutian has joined. 17:32:25 foo = \x.\y.x 17:35:59 rdococ: that works well only in a pure functional language like haskell, not in a language where expressions will typically have side effects 17:36:18 ew 17:36:20 side effects 17:36:33 I prefer front effects, or back effects 17:36:48 also for nontrivial stuff, it probably needs lexically scoped variables, which TeX doesn't have 17:44:07 What kind of nontrivial stuff you would have expected lexically scoped variables? 17:44:38 zzo38: closure functions (whether named or unnamed) 17:46:13 -!- Mayoi has joined. 17:48:16 -!- oerjan has quit (Quit: Later). 17:48:32 -!- Mayoi has changed nick to erkin. 17:49:03 `w 17:49:05 lie//Lies are even easier than monoids. They form groups, known as Lie groups. 17:49:06 `4 w 17:49:10 1/1:nortti//nortti is a very nortti boy. He yielded to shikhin's promises, and now is his High Priest. \ chthonic//Chthonic lithping can be vethy dithturbing to lithten to. \ ?//? is wisdom \ yeeeesh//See yeeesh. 17:49:23 `cwlprits nortti 17:49:31 boil̈y atrïq 17:49:38 `before nortti 17:49:41 er 17:49:43 `before wisdom/nortti 17:49:44 No output. 17:50:13 ​.hg_archival.txt//repo: 91b847686710739546584c6316a0fb109ba2095c \ node: fc8e6b56392fc6ba11e3fab6ea8b4d96ad8bff2d \ branch: default \ latesttag: null \ latesttagdistance: 1602 \ .hgignore//^tmp/ \ ^wisdom/testing \ wisdom/testing \ bin///bin/: no such file in rev 560a73f4f0a4 \ bin///bin/: no such file in rev 560a73f4f0a4 \ bin/// 17:50:31 yeah, that's not an answer. sorry. 17:50:46 oerjan: what happened to `before :'( 17:50:49 `culprits bin/before 17:50:56 shachäf shachäf shachäf shachäf shachäf shachäf 17:51:00 oops 17:51:01 `dowg nortti 17:51:08 6627:2016-01-30 learn nortti is a very nortti boy. He yielded to shikhin\'s promises, and now is his High Priest. \ 661:2012-08-17 learn nortti boy. very nortti boy. 17:51:57 @ask boily what's that edit to wisdom/nortti about? twh 17:51:58 Consider it noted. 17:52:07 `cat bin/before 17:52:07 lastfiles "$@" | while read f; do echo -n "$f//"; hg cat -r "$(hg log --removed --template '{rev}\n' "$f" | tail -n+2 | head -n1)" "$f"; done 17:53:52 `culprits bin/now 17:53:59 shachäf 17:54:05 Wasn't oerjan editing these at one point? 18:08:24 "At Cloud At Cost we're always striving to deliver the best customer support in the industry. You have recently closed a support ticket (#nnnnnnn - Cancellation of account), and we would like to know about your experience." <-- last thing I'll ever see from them, I hope :-P 18:10:26 hint-e 18:10:37 int-e: really shitty cloud provider? 18:11:33 What's a cloud provider? 18:11:34 Zarutian: Yes. They had one thing going for them: pay-once-and-forget VPSs. Apparently they have regrets so they added a yearly fee. 18:12:03 shachaf: industrialised vaporware 18:12:41 int-e: let me guess and their infrastructure was hopelessly underprovisioned? 18:12:52 `ls 18:12:53 bin \ canary \ emoticons \ esobible \ etc \ evil \ factor \ good \ hw \ ibin \ interps \ karma \ le \ lib \ misle \ paste \ ply-3.8 \ quines \ quotes \ share \ src \ test \ test2 \ tmflry \ tmp \ wisdom 18:12:54 (or oversubscribed) 18:13:02 -!- AnotherTest has joined. 18:13:16 fairly overcommitted, yes... 18:13:51 (Take HackEgo, HackEgo is still on one of those VPSs I think; HackEgo tends to be slow.) 18:14:01 -!- LKoen has joined. 18:14:56 You should just use Google Cloud. 18:15:07 You might have to move to North America first. 18:15:17 Why would I do that. 18:15:24 -!- hppavilion[1] has joined. 18:15:31 hellovilion[1] 18:15:39 Why not? 18:15:40 holaf 18:15:48 OK, I'm reading The Alchemist for school, and this shit don't add up. 18:15:50 Because of separation of concerns. 18:16:03 Which concerns? 18:16:04 int-e: Are we talking about CQS? 18:17:18 The book seems to take place in the past; the book was published in 1988 (translation published in 1993), and seems to take place in the distant past- no mention of cars, trains, aeroplanes, or anything 18:17:20 hppavilion[1]: I know at least two diffrent books with that title. Is it the more recent part of a series one or the earlier one where the name of the protagonist isnt revieled until on the nearly the last page? 18:17:21 Basically I'm trying to limit the extent to which I depend on Google. It's bad enough as it is, no need to add a VPS to the mix. 18:17:36 Zarutian: No? 18:18:13 Zarutian: I'm a bit over a third of the way in, but there's no serious revieling OR reviling thus far 18:18:27 The main character is a shepherd who is mentioned to have studied at a monastery 18:18:48 hppavilion[1]: and is his name at all mentioned yet? 18:19:29 Zarutian: Santiago 18:19:40 So, it all sounds very pasty 18:19:41 But... 18:19:52 They talk about an Englishman 18:19:52 btw CaC says, this may be true, that they've always reserved the right to change the ToS without notice, and just do notifications (at control panel login time) as a matter of courtesy. (amazingly I got a reply to my complaint about how they handled the ToS change. They did not react to the complaint about the fee being buried though.) 18:20:19 This may be the best support I've ever gotten from them ;-) 18:20:23 "But he had to move on. He believed in omens. All his life and all his studies were aimed at finding the one true language of the universe. First he had studied Esperanto, then the world's religions, and now it was alchemy" 18:20:29 So what do you think about Data.Monoid.Nonfree? 18:20:35 AAA+, would cancel again. 18:20:36 "...the one true language of the universe. First he had studied Esperanto..." 18:20:44 "He had studied Esperanto" 18:20:49 "ESPERANTO" 18:20:59 lojban 18:21:16 hppavilion[1]: Then I am not sure if it is a much earlier book or not. The one I read talked about a sheperd that sold his flock and tried his luck in North Africa. 18:21:22 The book *must* take place after (or, in the extreme case, in) 1887 18:21:28 Zarutian: Yeah, that's the one. 18:21:52 hppavilion[1]: I see. Esperanto wasnt invented until right before 1900 iirc 18:22:04 Zarutian: 1887. I looked it up. 18:22:25 hppavilion[1]: the translation I read (it was translated into Icelandic) has no mention of esperanto 18:23:42 shapr: pau coi 18:23:53 Maybe it's http://tvtropes.org/pmwiki/pmwiki.php/Main/AfterTheEnd 18:24:09 xu do tavla mi bau la lojban 18:24:20 Zarutian: Yeah, I figured it might just be a translator's joke, but it's bugging me 18:25:10 hppavilion[1]: also the name of the protagonist is never mentioned until nearly at the end. He is always refered to as the boy, young man, etc 18:25:34 Zarutian: It's mentioned in literally the first sentence of this one 18:25:43 Zarutian: Is he going to the pyramids in the one you read? 18:26:08 Does he meet a biblical figure who gives him a pair of magic rocks? 18:26:14 hppavilion[1]: nope. and nope. 18:26:20 Zarutian: ...OK then. 18:26:23 hppavilion[1]: this must be a third book then. 18:26:29 Zarutian: Either we're reading different books or there's something weird 18:26:46 Zarutian: This one is originally written by Paulo Coelho 18:26:59 Are you reading in the original Portugues? 18:27:03 falu portugues? 18:27:07 hppavilion[1]: or pretty much a 'rewrite' by a lazy translator. 18:27:18 shapr: go'i .i but only a little. 18:27:29 Zarutian: https://en.wikipedia.org/wiki/The_Alchemist_(novel) 18:27:38 shapr: English translation 18:27:41 I found out how to create a real philosopher's stone. 18:28:01 Legally change your name to Philosopher, then claim a stone. 18:28:20 too easy 18:28:39 "Paulo Coelho is a strong advocate of spreading his books through peer-to-peer file sharing networks." 18:28:41 I LIKE this guy! 18:28:52 Hm. 18:28:53 Okay. 18:29:09 hppavilion[1]: pretty much the same story but the last name of the author was Gioani and he was Spanish iirc. 18:29:33 Create a universe in which the philosopher's stone has been discovered, and then modify Lego Dimensions to include a level pack for that game? 18:29:42 Zarutian: Sounds like it's either based on the same original tale (I don't know whether this is based on something classic) or one person write a ripoff of the other 18:29:58 rdococ: That's what J. K. Rowling did. 18:30:00 and I think that book was written earlier than the Brazilian one. 18:31:01 hppavilion[1]: Therefore, the philosopher's stone exists. 18:31:07 -!- DHeadshot has joined. 18:31:19 Well, if you have to place it on the stand thingy to, er, use it ingame. 18:31:31 If not, someone has to create another franchise. 18:32:40 hppavilion[1]: I think it is based on something classic but the boy was never at a seminary though he could read 18:34:11 hppavilion[1]: mind if I possibly spoil the ending? 18:34:19 Zarutian: yes. 18:34:51 hppavilion[1]: then I wont tell you then. 18:34:57 Zarutian: tyvm. 18:35:57 he was halluciating the whole time because he used a strange herb to spice his evening meal <- not the ending ;-) 18:36:30 Zarutian: That's technically still a (mild) spoiler. 18:36:51 Saying what the ending isn't constrains the field of possible endings, which is a type of spoiler 18:37:04 I could be lieing 18:37:17 Zarutian: But you know I know that 18:37:46 Saying "Bob doesn't die at the end" doesn't tell you the ending, and doesn't feel as bad as "Bob dies at the end" spoilerwise, but it still constrains the possible ending tree to prune branches in which Bob dies 18:38:09 And if there's ever a point where you think he DOES die, or aren't sure, it dulls the suspense significantly 18:39:36 welp go yourself in a hole there I think. But for what kind of reading assignment is this book? 18:41:30 -!- pledis has quit (Ping timeout: 252 seconds). 18:42:33 joi 18:44:46 it's john that dies at the end hth 18:45:24 You're all filthy spoilers. 18:45:43 oh hi quintopia, did you send me a resume? 18:46:33 * shapr tries to hire quintopia 18:46:34 shapr: no but i invited you to lunch! i did not know where you would like to receive such a document 18:46:46 oh, I must have missed that invite 18:48:23 -!- pledis has joined. 18:48:44 Is shapr in Alabama? 18:48:47 -!- hppavilion[1] has quit (Ping timeout: 246 seconds). 18:49:54 @meet-shapr 18:49:54 shapr!! 18:50:41 you screamt? 18:50:47 shachaf: I am in Atlanta, Georgia 18:51:00 shachaf: do you ever end up in the southeast USA? 18:51:20 Not that I recall. 18:51:50 ah, too bad 18:51:52 Well, I've been to Hartsfield-Jackson Atlanta International Airport. 18:51:55 But that hardly counts. 18:52:21 shapr: i invited you here in this channel while you were lurking but i should have used @ask 18:52:47 shapr: because you said you would be willing to talk my ear off about testing strategy and methods 18:52:59 shapr: if you're available some weekend 18:53:14 oh yeah, I get all kinds of exciting about software testing. 18:53:15 Don't you ever end up in the southwest USA? 18:53:26 shachaf: not in the past ten or twenty years. 18:53:34 welp time to go to work. l8r folks 18:54:53 west coast = best coast 18:55:33 shapr: when were you last scanned whilst transiting by airplane? 18:59:43 um, a few months back when flying to Denver 18:59:57 FireFly: are you alluding to Scanned In Avian? 19:00:19 <\oren\> Volapuk is better than esperanto 19:01:58 shapr: yes :P 19:04:00 Eurocentric IALs are boring 19:04:11 <\oren\> because it doesn't try to have a verb for every noun 19:05:01 <\oren\> volapuk isn't very eurocentric either 19:07:23 <\oren\> the inventor took words from european languages but deformed them in order to make them less recognizable 19:08:38 <\oren\> like, the lord's prayer in volapuk looks a lot less like mangled latin and more just completely foreign to my eye 19:08:51 If "Bob doesn't die at the end" or "Bob dies at the end", then, the other possibility also, maybe there is someone else named Bob too, you don't know who is meant, or maybe at first you thought you do but later there is someone else with same name, and people in the story confuse them for each other too 19:10:49 Or, in some story, there may be the possibility someone is dead but they will recover, perhaps in the sequel 19:10:59 -!- Phantom_Hoover has quit (Quit: Leaving). 19:11:19 <\oren\> O Fat obas, kel binol in süls! Nem olik pasalüdükonöd! Regän ola kömonöd! Vil olik jenonöd, äsä in sül, i su tal! 19:11:22 <\oren\> Givolös obes adelo bodi aldelik obsik! E pardolös obes döbotis obsik, äsä i obs pardobs utanes, kels edöbons kol obs. 19:11:25 <\oren\> E no obis nindukolös in tendadi; E no blufodolös obis, ab livükolös obis de bad! So binosös! 19:12:47 <\oren\> the main thing eurocentric about this is the fact that things are pronounced pretty much like German 19:13:56 <\oren\> er, the vowels anyway 19:23:05 -!- DHeadshot has quit (Ping timeout: 246 seconds). 19:23:07 <\oren\> wait what 19:23:13 <\oren\> "According to the research, one out of ten Belarusians does not understand Belarusian." 19:24:30 <\oren\> 72% of Belarusians speak Russian at home, while Belarusian is used by only 11.9% of Belarusians. 19:44:23 -!- hppavilion[1] has joined. 19:44:55 @metar PAMR 19:44:55 PAMR 201853Z 27003KT 10SM FEW065 M07/M09 A2991 RMK AO2 SLP132 T10671094 $ 19:49:42 -!- augur has joined. 19:58:20 <\oren\> "When war broke out and American troops were sent overseas, the Coca-Cola company vowed that any American in uniform should be able to get a Coke for five cents wherever they were.[10] As a result, the company built bottling stations in the Pacific and on the Western front." 20:05:05 -!- Akaibu has quit. 20:08:37 -!- Mayoi has joined. 20:11:06 -!- erkin has quit (Ping timeout: 240 seconds). 20:15:16 -!- erkin__ has joined. 20:15:28 -!- hppavilion[1] has quit (Ping timeout: 240 seconds). 20:16:33 -!- L3viathan has joined. 20:16:57 -!- L3viathan has changed nick to Guest53868. 20:18:25 -!- heroux_ has joined. 20:19:19 -!- LKoen has quit (Remote host closed the connection). 20:20:20 -!- [io] has joined. 20:20:20 -!- [io] has quit (Changing host). 20:20:20 -!- [io] has joined. 20:20:20 -!- [io] has quit (Changing host). 20:20:20 -!- [io] has joined. 20:21:30 -!- erkin__ has changed nick to erkin. 20:22:03 -!- pikhq_ has joined. 20:22:24 -!- ski_ has joined. 20:24:36 -!- Deewiant_ has joined. 20:24:42 -!- Lymee has joined. 20:29:11 -!- Mayoi has quit (*.net *.split). 20:29:13 -!- zgrepc has quit (*.net *.split). 20:29:13 -!- Guest79171 has quit (*.net *.split). 20:29:14 -!- heroux has quit (*.net *.split). 20:29:14 -!- Lymia has quit (*.net *.split). 20:29:14 -!- pikhq has quit (*.net *.split). 20:29:15 -!- iovoid has quit (*.net *.split). 20:29:16 -!- ski has quit (*.net *.split). 20:29:16 -!- Deewiant has quit (*.net *.split). 20:29:17 -!- bibibi has quit (*.net *.split). 20:29:17 -!- heroux_ has changed nick to heroux. 20:29:20 -!- Lymee has changed nick to Lymia. 20:29:38 -!- zgrepc_ has joined. 20:36:52 -!- ski_ has changed nick to ski. 21:07:11 Do you know if there is program compiling WebAssembly program into a C code? 21:13:31 I think there can be use for both ways converting 21:19:13 -!- zzo38 has quit (Remote host closed the connection). 21:21:22 -!- erkin has quit (Quit: Leaving). 21:26:47 -!- Guest53868 has changed nick to L3viathan. 21:55:22 -!- Lord_of_Life has quit (Excess Flood). 21:59:59 -!- Lord_of_Life has joined. 22:02:09 -!- LKoen has joined. 22:10:28 -!- Melvar has quit (Ping timeout: 240 seconds). 22:11:04 -!- Melvar has joined. 22:11:25 -!- `^_^v has quit (Ping timeout: 268 seconds). 22:16:29 [wiki] [[Special:Log/newusers]] create * Josh * New user account 22:29:19 -!- Zarutian has quit (Quit: Zarutian). 22:30:39 -!- boily has joined. 22:32:01 -!- MoALTz has quit (Quit: Leaving). 22:35:03 `wisdom 22:35:04 ronald reagan//Ronald Reagan was an actor so great that he managed to convince the US that he was the President. Then he created the Star Wars project to destroy the Soviet Union. 22:35:14 @massages-loud 22:35:14 shachaf asked 4h 43m 16s ago: what's that edit to wisdom/nortti about? twh 22:35:14 @nixon 22:35:14 In a flat choice between smoke and jobs, we're for jobs...But just keep me out of trouble on environmental issues. 22:35:32 good old nixon 22:35:32 I edited nortti? 22:35:33 @nixon 22:35:34 Sure there are dishonest men in local government. But there are dishonest men in national government too. 22:35:42 @nixon 22:35:42 I played by the rules of politics as I found them. 22:35:43 `? nortti 22:35:45 nortti is a very nortti boy. He yielded to shikhin's promises, and now is his High Priest. 22:35:52 ah, that. 22:36:00 `dowt nortti 22:36:08 661:2012-08-17 learn nortti boy. very nortti boy. \ 6627:2016-01-30 learn nortti is a very nortti boy. He yielded to shikhin\'s promises, and now is his High Priest. 22:36:18 there was something about shikhin being some kind of malevolent demigod and/or something to that effect. 22:36:50 `grwp shikhin 22:36:51 * boily handwaves the details under a conspicuous lampshade 22:36:58 nortti:nortti is a very nortti boy. He yielded to shikhin's promises, and now is his High Priest. \ Binary file reflection matches \ shikhin:shikhin is a Malevolent God, who will promise you stuff tomorrow. 22:37:12 seems I remembered the malevolent part. 22:37:28 the evil bits are the most memorable 22:37:41 there's a RFC for that. 22:37:43 `wisdom oerjan 22:37:44 oerjan//Your omnipotent principled tyrant oerjan the excessive is a lazy expert in mercury computation. Also a Glaswede who dislikes Roald Dahl. He could never remember the word "amortized" so he put it here for convenience; but lately it's the only word he can ever remember. His arch-nemesis is Betty Crocker. He sometimes puns without noticing it. 22:38:26 `slwd oerjan//s/'/’/ 22:38:28 oerjan//Your omnipotent principled tyrant oerjan the excessive is a lazy expert in mercury computation. Also a Glaswede who dislikes Roald Dahl. He could never remember the word "amortized" so he put it here for convenience; but lately it’s the only word he can ever remember. His arch-nemesis is Betty Crocker. He sometimes puns without noticing i 22:38:42 -!- [io] has changed nick to iovoid. 22:39:24 atriq's entry was kind of a classic, is all. 22:39:26 `? atriq 22:39:28 atriq or two 22:44:16 -!- boily has quit (Quit: ABNORMAL CHICKEN). 22:50:28 shachaf: congratulations, now oerjan's entry gets cut off 22:54:38 `revert 22:54:39 Done. 22:54:45 `? oerjan 22:54:46 Your omnipotent principled tyrant oerjan the excessive is a lazy expert in mercury computation. Also a Glaswede who dislikes Roald Dahl. He could never remember the word "amortized" so he put it here for convenience; but lately it's the only word he can ever remember. His arch-nemesis is Betty Crocker. He sometimes puns without noticing it. 22:54:55 no scowquotes 22:56:35 -!- zgrepc_ has changed nick to zgrepc. 22:59:24 scwotes 23:00:47 -!- Lord_of_Life has quit (Changing host). 23:00:47 -!- Lord_of_Life has joined. 23:05:10 int-e: Anyway why are you congratulating me? 23:07:44 shachaf: good question 23:08:17 -!- DHeadshot has joined. 23:08:47 It's not as if I'm responsible for oerjan's wisdom entry. 23:08:53 `` cwlprits oerjan | sed sg\ g\\ngg | sort | uniq -c | sort -rn 23:09:01 ​ 86 shachäf \ 34 oerjän \ 9 boil̈y \ 5 noloveinwaikik̈i \ 1 nitïa \ 1 int-̈e \ 1 hppavilion[1̈] 23:09:10 `` cwlprits int-e | sed sg\ g\\ngg | sort | uniq -c | sort -rn 23:09:18 ​ 5 oerjän \ 2 boil̈y 23:09:33 it says up there but I thought I saw 23:09:41 Ah. 23:09:42 so, sorry. 23:09:49 and good night 23:17:44 -!- krok_ has joined. 23:20:29 -!- DHeadshot has quit (Ping timeout: 268 seconds). 23:29:49 -!- AnotherTest has quit (Quit: ZNC - http://znc.in). 23:34:51 -!- oerjan has joined. 23:42:36 zzo38: Dresden dies at the end of "Changes" hth