00:02:58 -!- 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.”). 00:11:08 -!- wob_jonas has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client). 00:11:39 -!- moony has quit (Ping timeout: 256 seconds). 00:18:17 -!- oerjan has quit (Quit: Nite). 00:25:11 [[Special:Log/newusers]] create * Lartu * New user account 00:27:36 -!- brandonson has quit (Read error: Connection reset by peer). 00:27:45 [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=53594&oldid=53590 * Lartu * (+266) Hi! I'm Lartu 00:27:50 -!- sprocklem has joined. 00:42:09 [[Disan Count]] N https://esolangs.org/w/index.php?oldid=53595 * Lartu * (+580) Created page with "A '''Disan Count''' is a program designed to test whether a programming language can execute loops, conditionals, I/O and basic arithmetic operations successfully. === Algori..." 00:42:18 -!- brandonson has joined. 00:50:37 [[Disan Count]] https://esolangs.org/w/index.php?diff=53596&oldid=53595 * Lartu * (+312) 00:51:29 Uh, I don't think that's right. 00:51:34 [[Disan Count]] https://esolangs.org/w/index.php?diff=53597&oldid=53596 * Lartu * (+6) 00:52:49 -!- Phantom__Hoover has quit (Read error: Connection reset by peer). 00:52:57 [[Talk:Disan Count]] N https://esolangs.org/w/index.php?oldid=53598 * Ais523 * (+660) some problems with this idea 00:54:59 fizzie: I wonder if Lartu will read my comments on the talk page 00:57:53 I wonder about that too. It's not entirely obvious that there are comments to an article. 00:58:47 Especially since the "Discussion" page link stays red if you're not logged in. (Though presumably they're logged in for now.) 01:08:25 -!- brandonson has quit (Quit: leaving). 01:08:34 -!- brandonson has joined. 01:09:23 [[Disan Count]] https://esolangs.org/w/index.php?diff=53599&oldid=53597 * Lartu * (+509) 01:11:59 I think the answer's trending towards "no". Hmm. 01:12:30 indeed 01:12:32 [[Disan Count]] M https://esolangs.org/w/index.php?diff=53600&oldid=53599 * Lartu * (-1) 01:12:48 I'm tempted to add an example of a disan count in a non-TC language 01:12:54 but most of them don't have proper I/O 01:13:27 -!- garit has quit (Ping timeout: 246 seconds). 01:14:54 -!- garit has joined. 01:14:54 -!- garit has quit (Changing host). 01:14:54 -!- garit has joined. 01:20:46 -!- sebbu has quit (Ping timeout: 272 seconds). 01:21:03 -!- sebbu has joined. 01:21:29 I wonder if this is part of some sort of weird disinformation campaign. Google finds no (relevant) hits for "disan count", and mostly just a footballer with the name. (Okay, there's one Twitter account that might be relevant.) 01:22:13 I thought it was something made up by Lartu 01:22:21 rather than something that's standard 01:23:22 Guess so. But saying "proposed by late 2016" makes it sound like A Thing. 01:23:39 I was actually surprised that it didn't say 2017 01:24:20 Ah, that could be a typo, of course. 01:24:51 which reminds me, are we going to make an esolang that acts differently in 2018? 01:24:57 or are there no good ideas for that left? 01:28:16 fungot: any ideas? 01:28:47 -!- doesthiswork has joined. 01:28:49 Are there others than 2014 and 2017 so far? 01:30:09 there's a 2017? 01:30:13 Apparently. 01:30:20 In the wiki, at least. 01:30:23 IIRC there's a language which works in all years but one, maybe 2015? 01:30:31 `` ls bin/201* 01:30:32 bin/2014 \ bin/2015 \ bin/2016 \ bin/2017 01:30:53 hmm, 2017 was released early IMO 01:30:56 I think the ones in HackEgo don't work in any years because they're buggy. 01:31:00 also is not an interesting enough variant 01:31:03 `cat bin/2017 01:31:04 ​#!/bin/sh \ if [ $(date +%Y) = "$(basename "$0")" ] \ then echo "Hello, world!" \ fi 01:33:21 HackEgo's 2015 is the one that works like you said (all other years), but https://esolangs.org/wiki/2015 doesn't match that description. 01:33:45 is there a pantheon of the Most Bestest Esolangs Ever Like They Rock The Fungot? 01:34:00 `` for y in 201{4,5,6,7}; do echo -n "$y: "; $y; done 01:34:01 2014: 2015: Hello, world! \ 2016: 2017: Hello, world! 01:34:29 That seems all right. Though I vaguely remember there was some issue there. 01:35:07 boily: The list of featured languages?-) At least eventually, like in a century or so. 01:36:00 fizziello. indeed tdh 01:36:11 * boily also balances fizzie's parentheses ( 01:40:45 [[Disan Count]] https://esolangs.org/w/index.php?diff=53601&oldid=53600 * Lartu * (+0) /* Algorithm */ 01:44:01 haha, I didn't even realise the program was bugged 01:44:34 I thought you were the one who pointed it out? 01:44:58 no, I pointed out that the /concept/ is bugge 01:45:00 *bugged 01:45:30 It's also missing a newline, so the output is "0 is even!2 is even!4 is even!..." 01:46:10 If C++ iostreams follow C rules, it might not output anything, since stdout is a text stream and there's no terminating newline. 01:46:33 But I agree that the conceptual problems are the more relevant ones. 01:52:57 Oh, never mind, you were talking about the wiki edit. 02:09:20 <\oren\_> fizzie: it's a Disanformation campaign 02:12:43 -!- boily has quit (Quit: WEB CHICKEN). 02:13:12 iwant a language where every ) has to be balanced by a later ( rather than vice versan 02:13:39 you can do a brainfuck derivitive that swaps them 02:14:14 In the Hebrew keyboard layout, shift-9 produces ) and shift-0 produces (. 02:19:36 write all your programs in hebrew hth 02:20:16 I didn't recognize you with that shiny new name 02:23:36 <\oren\_> shachaf: wat but why 02:23:41 -!- hppavilion[1] has quit (Ping timeout: 256 seconds). 02:24:11 \oren\_: How would you do it? 02:24:30 <\oren\_> is 0 also to the left of 1 instead of to the right of 0 02:24:41 <\oren\_> er to the right of 9 02:25:36 <\oren\_> or arfe the numbers entirely reversed in order 02:26:18 It looks like http://www.fentek-ind.com/lHebrewBlackUSB.jpg 02:28:19 <\oren\_> shachaf: uh, but those numbers are shift 9 is (, not ) 02:28:49 <\oren\_> just like a us keyboard 02:30:18 i know, man 02:30:21 isn't it great 02:32:11 <\oren\_> did u know that pizza pizza has better nuggs and fries than mcdonalds 02:32:39 -!- doesthiswork has quit (*.net *.split). 02:32:39 -!- sprocklem has quit (*.net *.split). 02:32:40 -!- izabera has quit (*.net *.split). 02:32:40 -!- Warrigal has quit (*.net *.split). 02:32:40 -!- ais523 has quit (*.net *.split). 02:32:40 -!- FreeFull has quit (*.net *.split). 02:36:17 -!- doesthiswork has joined. 02:36:17 -!- sprocklem has joined. 02:36:17 -!- izabera has joined. 02:36:17 -!- Warrigal has joined. 02:36:17 -!- ais523 has joined. 02:36:17 -!- FreeFull has joined. 02:36:17 <\oren\_> really tho I want those numbers to be locked shifted, since I always use the numpad when I'm typing a number 02:36:34 <\oren\_> that row's unshifted state should be !@#$%^&*() 02:37:48 <\oren\_> and numpad-less keyboards will be fed to nidhoggr 02:38:37 Is there any 02:39:13 <\oren\_> macbooks don't have numpad so you have to use that top row 02:40:08 Is there any way to construct associative function f() from a non associative one g()? Example f(1,f(2,x))=f(2,f(1,x)=g(g(g(x))) 02:41:20 Thismis example is very slow, O(n), any smallest improvement would be a good thing 02:42:11 <\oren\_> garit: have you tried memoizing it 02:42:53 i don't know what do you mean by this 02:43:20 <\oren\_> well what language are you writing in? 02:43:37 Ah, cache,reading wiki 02:44:15 this will allow to make future calc faster, but the construction of this cache will still be O(n) 02:45:16 And if input\seed changes, (g), i need to rebuild it 02:49:39 There's enough numpadless keyboards for there to be a term ("tenkeyless", "TKL") specifically for them. 02:50:02 numpads are scow 02:50:21 I looked at a few when last switching keyboards, but couldn't find a suitable one. 02:50:48 -!- sebbu has quit (Ping timeout: 240 seconds). 02:51:55 (Well, http://www.wasdkeyboards.com/ were customizable enough, but that would've meant importing from US.) 02:53:21 (Sleeptime.) 02:54:57 -!- sprocklem has quit (Ping timeout: 264 seconds). 02:55:13 <\oren\_> I don't see why I should have to press hift in order to type a $ 02:58:12 -!- moony has joined. 03:09:43 -!- sleffy has quit (Quit: Leaving). 03:10:01 -!- sleffy has joined. 03:19:41 -!- augur has joined. 03:26:05 [[Talk:Disan Count]] https://esolangs.org/w/index.php?diff=53602&oldid=53598 * Lartu * (+539) 03:28:59 [[Talk:Disan Count]] https://esolangs.org/w/index.php?diff=53603&oldid=53602 * Lartu * (+4) 03:34:08 [[Disan Count]] https://esolangs.org/w/index.php?diff=53604&oldid=53601 * Lartu * (+256) 03:35:45 `5 w 03:35:50 1/2:k//K K K Ken \ boredom//A boredom is like a kingdom, except ruled by a bore. They don't tend to last very long before people revolt. \ synergy//Synergy is when the whole is greater than the sum of its parts. A possible future Uncontrolled Synergy Scenario is a looming existential threat to humanity. \ peer//Peer Gynt is a famous Norweg 03:35:53 `n 03:35:53 2/2:ian troll. His reviews are in high demand, but nowadays he amuses himself by resetting people's irc connections and torrenting his own files. \ brexit//brexit is a command to forcefully exit, releasing 1GB of free space. 03:36:03 [[Disan Count]] https://esolangs.org/w/index.php?diff=53605&oldid=53604 * Lartu * (-3) 03:38:50 [[Disan Count]] https://esolangs.org/w/index.php?diff=53606&oldid=53605 * Lartu * (+18) 03:46:53 [[Disan Count]] https://esolangs.org/w/index.php?diff=53607&oldid=53606 * Lartu * (+8) /* Algorithm */ 03:50:56 -!- fnodeuse1 has joined. 03:51:11 -!- fnodeuser has quit (Ping timeout: 260 seconds). 04:01:14 -!- erkin has joined. 04:03:58 -!- fnodeuse1 has quit (Quit: leaving). 04:06:19 -!- sprocklem has joined. 04:26:04 -!- fnodeuser has joined. 05:04:15 -!- Lymia has quit (Ping timeout: 250 seconds). 05:09:21 -!- Lymia has joined. 05:27:31 -!- hppavilion[1] has joined. 05:42:01 -!- hppavilion[1] has quit (Ping timeout: 256 seconds). 05:48:41 -!- hppavilion[1] has joined. 05:57:51 -!- hppavilion[1] has quit (Ping timeout: 248 seconds). 06:03:44 -!- variable has joined. 06:15:08 -!- variable has quit (Ping timeout: 240 seconds). 06:42:51 -!- xkapastel has quit (Quit: Connection closed for inactivity). 06:47:31 -!- hppavilion[1] has joined. 06:53:26 -!- hppavilion[1] has quit (Remote host closed the connection). 06:54:00 -!- hppavilion[1] has joined. 06:55:49 -!- FreeFull has quit. 06:58:39 -!- ais523 has quit (Quit: quit). 07:13:32 -!- sleffy has quit (Ping timeout: 272 seconds). 07:23:41 -!- sleffy has joined. 07:36:44 [[Language list]] M https://esolangs.org/w/index.php?diff=53608&oldid=53593 * Minin * (+0) move kappa 07:59:59 -!- sleffy has quit (Ping timeout: 248 seconds). 08:00:50 -!- hppavilion[1] has quit (Quit: HRII'FHALMA MNAHN'K'YARNAK NGAH NILGH'RI'BTHNKNYTH). 08:04:35 -!- pikhq has quit (Ping timeout: 240 seconds). 08:11:06 -!- MDead has joined. 08:11:07 -!- MDead has quit (Excess Flood). 08:13:51 -!- MDude has quit (Ping timeout: 248 seconds). 08:33:21 -!- doesthiswork has quit (Ping timeout: 264 seconds). 08:48:20 -!- LKoen has joined. 08:54:53 -!- jix has quit (Ping timeout: 252 seconds). 08:55:01 -!- jix has joined. 08:59:16 -!- pikhq has joined. 09:06:03 -!- moony has quit (Read error: Connection reset by peer). 09:06:57 -!- moony has joined. 09:07:20 -!- moony has quit (Remote host closed the connection). 09:08:03 -!- erkin has quit (Quit: Ouch! Got SIGABRT, dying...). 09:08:12 -!- moony has joined. 09:09:14 -!- Soni has quit (Excess Flood). 09:09:39 -!- Soni has joined. 09:16:33 -!- Valenz3tti has joined. 09:19:57 -!- AnotherTest has joined. 09:29:41 -!- Valenz3tti has quit (Quit: Leaving). 10:17:30 -!- augur has quit (Remote host closed the connection). 10:46:27 -!- sebbu has joined. 11:29:46 -!- boily has joined. 11:38:09 `5 w 11:38:14 1/2:atrocity//Atrocity is the capital of the Atrocious Empire. \ ascii//Ascii is the plural of ascius, "of or pertaining to southern countries, near the equator". \ tg//TG is short for Turing-Gödel, the highest possible level of difficulty for a multiplayer game. At this level, it's undecidable whether you can manage to halt before losing or 11:38:17 `n 11:38:17 2/2: not. \ ip//Your IP address is the address of the pointer to the current instruction. \ radiohead//Radiohead is "rock music". 11:38:56 `cwlprits ip 11:39:05 rdocöc rdocöc 11:48:28 fnodeuser: ? 11:48:48 what are the messages that you're sending in here? 11:49:11 * boily pokes fungot 11:49:32 I asked HackEgo for 5 wisdom entries. 11:49:46 And those didn't fit on one line, so I asked for the next line. 11:49:59 (Actually I don't think n stands for next, but close enough.) 11:50:04 i see, thank you 11:50:15 shachaf: It stands for "nore". 11:50:26 n stands for the number n, becuase it gives you the nth line of output 11:50:42 But with no arguments it just gives you the next line 11:50:46 It was originally called spam 11:51:11 `cat bin/spam 11:51:12 line="${1-$(cat /hackenv/tmp/spline)}"; len="$(awk 'END{print NR}' /hackenv/tmp/spout)"; echo -n "$line/$len:"; sed -n "${line}{p;q}" /hackenv/tmp/spout; echo "$((line /hackenv/tmp/spline 11:52:30 fnodeuser: could you please mention fungot? 11:52:37 it's a trap 11:52:46 * boily waves his hands 11:53:32 he's finnish 11:54:00 yes, and his name is? 11:54:15 boily: Isn't it "the bot who shall not be named"? 11:54:21 aaaaaaaaaaaaurgh! 11:54:32 heikki? 11:54:39 I'll find another unsuspecting victim! 11:54:42 `` \? fun''got 11:54:43 fungot is our beloved channel mascot and voice of reason. 11:54:56 Another thing not to say is `list 11:55:23 `turing 11:55:23 ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: turing: not found 11:55:27 fungot: What do you think about this whole kerfuffle? 11:55:27 fizzie: i still look forward to you plt port. might be an invalid expression (). 11:55:41 `thanks fizzie 11:55:42 Thanks, fizzie. Thizzie. 11:56:02 fungot: good morning! 11:56:02 boily: there's nothing threatening about **********s.... you're kidding.it is? 11:56:30 fungot: yes, little snowflakes are threatening. very cold. 11:56:31 boily: that's even easier then elements-until :p would be easier to save each character to a specific format) any ideas on how to learn scheme 11:56:34 @metar CYUL 11:56:35 CYUL 141100Z 25013KT 15SM FEW020 SCT180 BKN210 M18/M23 A2961 RMK CU1AC3CI3 CU TR SLP032 11:56:47 you're overdoing it, boily 11:57:29 yup. 11:57:46 go boily some eggs :P 11:58:09 a few eggs :P 11:59:14 :P 12:02:41 -!- boily has quit (Quit: BECAUSE CHICKEN). 12:08:09 AAAA 12:08:17 `wisdom 12:08:18 ​onëliner//onëliners are pairs of unfathomable vectors in the category of exponential distance. 12:08:24 who made this put formatting in the output? 12:08:33 undo that! 12:12:37 If you mean the boldness, I seem to recall it was the 'chaf. It *was* a little difficult to distinguish boundaries in the `5 w output. 12:22:33 -!- AnotherTest has quit (Ping timeout: 264 seconds). 12:26:59 [[Disan Count]] M https://esolangs.org/w/index.php?diff=53609&oldid=53607 * Lartu * (+1) 12:30:21 -!- h0rsep0wer has joined. 12:35:26 [[Popular problem]] M https://esolangs.org/w/index.php?diff=53610&oldid=53247 * Lartu * (+112) 12:36:56 fizzie: 'officially. fizzie, un.', what does un stand for? unofficial? 12:39:00 Yes. 12:39:57 -!- Soni has quit (Ping timeout: 240 seconds). 12:40:25 -!- Soni has joined. 12:41:29 all right 13:10:38 -!- h0rsep0wer has quit (Quit: Leaving). 13:17:41 -!- moony has quit (Read error: Connection reset by peer). 13:18:16 -!- moony has joined. 13:42:23 -!- moony has quit (Ping timeout: 248 seconds). 13:45:52 fizzie: *was* difficult to distinguish boundaries, until you fixed all my entries to end with a newline. now there's only "wisdom/rules of wisdom" and almost no other than doesn't have a newline terminator 13:47:08 `perl -e $/=(); for $n (glob"wisdom/*") { open $f,"<",$n; if (<$f> !~ /\n\z/) { print "$n\n" } } 13:47:15 wisdom/¯\(°​_o) \ wisdom/¯\(°_o) \ wisdom/¯\_(ツ)_ \ wisdom/le \ wisdom/nak \ wisdom/output \ wisdom/rules of wisdom 13:47:19 hmm 13:47:31 oh right, some of those are directories 13:47:41 `perl -e $/=(); for $n (glob"wisdom/*") { if (open $f,"<",$n and <$f> !~ /\n\z/) { print "$n\n" } } 13:47:42 wisdom/¯\(°​_o) \ wisdom/¯\(°_o) \ wisdom/¯\_(ツ)_ \ wisdom/le \ wisdom/nak \ wisdom/output \ wisdom/rules of wisdom 13:47:49 no, stupid unix 13:52:40 b_jonas: Even with the " \ " in-between, I think it's still a little difficulter than with the formatting. 13:54:37 `perl -e $/=(); for $n (glob"wisdom/*") { if (!-d $f and open $f,"<",$n and <$f> !~ /\n\z/) { print "$n\n" } } 13:54:38 wisdom/¯\(°​_o) 13:55:30 fizzie: can we fork the command then, so eg. bin/wisdom formats them but bin/wisdom doesn't? or something? 13:55:45 WHAT? 13:56:05 `perl -e $/=(); for $n (glob"wisdom/*") { if (!-d $f and open($f,"<",$n) and <$f> !~ /\n\z/) { print "$n\n" } } 13:56:06 wisdom/¯\(°​_o) 13:56:10 that isn't right 13:56:15 that's a directory 13:56:16 oh right 13:56:22 `perl -e $/=(); for $n (glob"wisdom/*") { if (!-d $n and open($f,"<",$n) and <$f> !~ /\n\z/) { print "$n\n" } } 13:56:23 wisdom/nak \ wisdom/output \ wisdom/rules of wisdom 13:56:27 `? nak 13:56:28 No output. 13:56:28 `? output 13:56:29 No output. 13:56:32 huh 13:56:44 ``` ls -ld wisdom/nak wisdom/output 13:56:45 ​-rw-r--r-- 1 5000 0 0 Oct 28 2016 wisdom/nak \ -rw-r--r-- 1 5000 0 0 Oct 28 2016 wisdom/output 13:56:52 why are those there? 13:57:08 are those created by mistake? 13:57:16 `dowg nak 13:57:20 `dowg output 13:57:23 5378:2015-05-31 ` cat /dev/null >wisdom/nak 13:57:28 5880:2015-08-02 revert \ 5879:2015-08-02 rm wisdom/output \ 3516:2013-08-28 touch wisdom/output 13:58:23 oerjan: what are those for? 14:02:51 I think `? output - no output is a joke of sorts. 14:03:05 Not sure about "nak" though. 14:04:14 -!- xkapastel has joined. 14:04:47 Oh, that reminds me, I need to implement the "link to individual row" feature. 14:05:14 But http://esolangs.org/logs/2015-05-31.html 14:10:08 except it doesn't really make it any clearer. 14:05:41 It's about the ACK/NAK pair, but... 14:05:56 fizzie: you mean, adding an id attribute to each irc line, plus a class for each nick so that people can ignore or highlight users by stylish 14:06:07 `? ack 14:06:08 ack? ¯\(°​_o)/¯ 14:08:01 b_jonas: I didn't mean the latter, but I guess that would be possible. The former I did mean. Plus at least codu.org makes it so clicking on a nick adds the required #id in the current location. 14:08:39 fizzie: yes, I should eventually implement a feature where every .sclink-ar2 entry in my link collection has a stable id I can link to in my link collection pages http://math.bme.hu/~ambrus/sc/blu etc 14:09:48 -!- xkapastel has quit (Ping timeout: 240 seconds). 14:10:01 fizzie: "makes it so clicking on a nick adds the required #id in the current location" => ah, the magic of relative hyperlinks. so someNick 14:10:32 where p5I1SjDpPSY9XefcckmDCyW6mr3RTMAP0JbnvlVBFYhx is some stable unique ID that you generate from your archives somehow, I don't know how you're storing the logs so I don't know what the most convenient way is 14:10:49 The logs are fortunately strictly append-at-the-end-only, so a simple stable ID would just be (file, index) pair. 14:11:02 could be cylinder-sector-head-byteoffset on your disk :-) 14:11:10 Or, rather, just the index, since the file is already part of the URL. 14:11:11 fizzie: ok 14:11:30 -!- xkapastel has joined. 14:11:33 fizzie: would that work if you offer monthly or biweekly catenated pages too? 14:12:47 Think so. I mean, the index would just be from start of the catenated page, then. I don't think there are any circumstances I'd need to look up in which subfile it falls to, which would be a little awkward in that case. 14:12:55 fizzie: note though that id values must begin with an ascii letter 14:13:04 base26, then. 14:13:09 Or just a prefix letter. 14:13:17 it can be a letter followed by a number in decimal or hex 14:13:21 yes, prefix letter 14:13:26 https://www.w3.org/TR/html401/types.html#type-name 14:13:32 is how I was thinking of trying to implement that clickability, but that's not what codu.org logs do. 14:13:51 even base64 is possible because there are 66 available bytes 14:17:04 The codu logs use javascript to highlight the line matching the current hash (and also the clicking). I think that's doable with the :target pseudo-class nowadays. 14:21:07 fizzie: thank you for working on the logs 14:24:22 -!- Cale has quit (Remote host closed the connection). 14:25:00 -!- Cale has joined. 14:25:46 Full disclosure: mostly doing it because it's fun. 14:26:49 -!- AnotherTest has joined. 14:30:26 sure 14:38:37 -!- `^_^v has joined. 14:58:24 -!- Sgeo has quit (Ping timeout: 246 seconds). 15:01:05 -!- Sgeo has joined. 15:21:29 -!- zseri has joined. 15:23:06 -!- Sgeo has quit (Ping timeout: 272 seconds). 15:23:54 -!- Sgeo has joined. 15:26:55 -!- sprocklem has quit (Ping timeout: 248 seconds). 15:36:10 -!- irctc680 has joined. 15:36:42 -!- irctc680 has quit (Client Quit). 15:56:09 -!- sprocklem has joined. 16:07:01 -!- Aparecido has joined. 16:12:49 -!- Sgeo has quit (Ping timeout: 248 seconds). 16:15:02 -!- Sgeo has joined. 16:18:12 -!- sprocklem has quit (Ping timeout: 272 seconds). 16:19:57 -!- Sgeo has quit (Ping timeout: 240 seconds). 16:22:22 -!- Sgeo has joined. 16:43:33 -!- Aparecido has quit (Ping timeout: 264 seconds). 16:45:05 -!- Aparecido has joined. 16:56:21 -!- garit has quit (Ping timeout: 256 seconds). 16:56:55 -!- Aparecido136 has joined. 16:59:09 -!- Aparecido has quit (Ping timeout: 264 seconds). 17:07:48 -!- Aparecido136 has quit. 17:07:56 -!- sleffy has joined. 17:08:38 -!- Aparecido has joined. 17:09:13 -!- FreeFull has joined. 17:20:50 -!- xkapastel has quit (Quit: Connection closed for inactivity). 17:39:42 -!- erkin has joined. 17:51:37 -!- garit has joined. 18:04:33 -!- Aparecido has quit (Ping timeout: 264 seconds). 18:06:47 -!- jaboja has joined. 18:06:59 -!- Aparecido has joined. 18:07:30 -!- 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.”). 18:10:33 -!- Aparecido136 has joined. 18:11:43 -!- Aparecido has quit (Ping timeout: 248 seconds). 18:13:43 -!- Aparecido has joined. 18:14:48 -!- Aparecido136 has quit (Ping timeout: 240 seconds). 18:17:09 -!- Aparecido136 has joined. 18:18:21 -!- Aparecido has quit (Ping timeout: 264 seconds). 18:19:58 -!- Aparecido has joined. 18:21:21 -!- sleffy has quit (Ping timeout: 256 seconds). 18:21:27 -!- Aparecido136 has quit (Ping timeout: 240 seconds). 18:27:13 -!- Cale has quit (Ping timeout: 255 seconds). 18:29:26 -!- zseri has quit (Quit: Leaving). 18:37:47 -!- sleffy has joined. 18:38:48 -!- jaboja has quit (Ping timeout: 240 seconds). 18:46:23 -!- FreeFull has quit (Ping timeout: 248 seconds). 18:49:52 -!- Aparecido136 has joined. 18:50:07 -!- Aparecido has quit (Ping timeout: 248 seconds). 18:53:52 -!- Aparecido has joined. 18:54:13 -!- Aparecido136 has quit (Ping timeout: 256 seconds). 19:09:13 -!- FreeFull has joined. 19:28:35 -!- MDead has joined. 19:28:35 -!- MDead has changed nick to MDude. 19:28:36 -!- MDude has quit (Excess Flood). 19:28:56 -!- MDude has joined. 19:44:24 -!- MDude has quit (Quit: Going offline, see ya! (www.adiirc.com)). 19:45:45 -!- dingbat has quit (Quit: Connection closed for inactivity). 20:01:08 -!- sprocklem has joined. 20:04:07 -!- xkapastel has joined. 20:14:08 -!- AnotherTest has quit (Ping timeout: 240 seconds). 20:14:30 -!- AnotherTest has joined. 20:21:21 -!- oerjan has joined. 20:21:55 -!- erkin has quit (Read error: Connection reset by peer). 20:23:21 -!- erkin has joined. 20:29:09 -!- sleffy has quit (Ping timeout: 264 seconds). 20:29:35 * oerjan sighs at 15-year olds not knowing lexicographical ordering 20:30:02 (aka the Language list) 20:32:59 -!- oerjan has set topic: Welcome to the international club for esoteric programming language discussion, design, development and deployment! | http://esolangs.org | logs: http://esolangs.org/logs/ http://codu.org/logs/_esoteric/ http://tunes.org/~nef/logs/esoteric/?C=M;O=D | https://www.dropbox.com/s/fyhqyvy3i8oh25m/wisdom.pdf. 20:33:18 * oerjan snickers metaphorically 20:40:47 -!- zseri has joined. 20:45:28 -!- sprocklem has quit (Ping timeout: 272 seconds). 20:45:57 -!- jaboja has joined. 20:53:20 -!- zseri has quit (Quit: Leaving). 20:56:10 -!- sleffy has joined. 21:11:04 -!- propumpkin has joined. 21:12:11 -!- contrapumpkin has quit (Ping timeout: 240 seconds). 21:21:12 -!- zseri has joined. 21:23:01 hi 21:29:47 fizzie: your logs don't seem to support /me 21:30:01 shows up as ACTION 21:52:54 `? output 21:52:56 No output. 21:53:05 `file wisdom/output 21:53:07 wisdom/output: empty 21:53:12 `echo 21:53:13 No output. 21:53:37 `le/rn output// 21:53:39 Relearned 'output': 21:53:47 `le/rn nak// 21:53:49 Relearned 'nak': 21:53:52 `? output 21:53:53 No output. 21:53:58 `file wisdom/output 21:53:59 wisdom/output: very short file (no magic) 21:54:21 hm or 21:55:04 oh well. 22:04:55 no magic! 22:04:59 `file canary 22:05:00 canary: empty 22:05:08 `` echo a | file 22:05:08 Usage: file [-bcEhikLlNnprsvz0] [--apple] [--mime-encoding] [--mime-type] \ [-e testname] [-F separator] [-f namefile] [-m magicfiles] file ... \ file -C [-m magicfiles] \ file [--help] 22:05:10 `` echo a | file - 22:05:12 ​/dev/stdin: ASCII text 22:05:18 `` echo ä | file - 22:05:19 ​/dev/stdin: UTF-8 Unicode text 22:05:29 `` echo -n ä | file - 22:05:30 ​/dev/stdin: UTF-8 Unicode text, with no line terminators 22:05:41 fungot: la 22:05:41 int-e: the simulator then slowly removes the mark, i might start on some other room and escape the noise? 22:05:55 this is an excellent idea 22:06:00 -!- erkin has quit (Quit: Ouch! Got SIGABRT, dying...). 22:08:04 -!- zseri has quit (Quit: Leaving). 22:13:02 oerjan: I thought I did it, but I guess not. 22:22:41 -!- augur has joined. 22:25:13 -!- augur has changed nick to Guest15725. 22:27:21 -!- Guest15725 has quit (Ping timeout: 264 seconds). 22:46:41 -!- `^_^v has quit (Quit: This computer has gone to sleep). 23:06:53 -!- boily has joined. 23:06:55 @metar CYUL 23:06:55 CYUL 142200Z 25015G23KT 15SM FEW030 M15/M21 A2984 RMK CF1 CF TR SLP110 23:10:13 -!- augur has joined. 23:16:33 -!- AnotherTest has quit (Ping timeout: 264 seconds). 23:27:21 oerjan: Added actions. 23:27:40 (And also combined full-month logs.) 23:30:10 wheee 23:32:22 @metar ENVA 23:32:22 ENVA 142250Z 10008KT 9999 BKN023 M12/M14 Q0990 RMK WIND 670FT VRB02KT 23:32:26 brr 23:32:36 @metar EGLL 23:32:37 EGLL 142320Z AUTO 28009KT 9999 NCD 02/01 Q0990 NOSIG 23:33:12 hellørjan, fizziello. 23:33:17 They're predicting highs of +11 next wednesday. 23:33:24 Not much of a winter. 23:37:41 -!- ais523 has joined. 23:38:27 bellihoy 23:40:03 -!- ais523 has quit (Read error: Connection reset by peer). 23:40:09 -!- callforjudgement has joined. 23:40:16 -!- callforjudgement has changed nick to ais523. 23:42:06 fizzie: that's disturbing. 23:42:07 -!- FreeFull has quit. 23:58:12 boily: Actually, +13, according to tabloid headlines.