00:14:01 -!- LKoen has joined. 00:41:46 -!- sleffy has joined. 01:05:35 -!- tromp_ has quit (Ping timeout: 240 seconds). 01:07:31 -!- tromp has joined. 01:12:44 -!- 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.”). 01:56:05 -!- alercah has quit (Ping timeout: 240 seconds). 01:57:07 -!- alercah has joined. 02:41:16 -!- erkin has joined. 02:43:51 -!- boily has quit (Quit: VAMPIRE CHICKEN). 03:26:49 -!- erkin has quit (Quit: Ouch! Got SIGABRT, dying...). 03:30:08 [[User:Noner Kao]] N https://esolangs.org/w/index.php?oldid=53894 * Noner Kao * (+160) Create personal page 03:52:40 -!- alercah has quit (Ping timeout: 240 seconds). 03:53:44 -!- alercah has joined. 04:16:10 -!- alercah has quit (Ping timeout: 240 seconds). 04:16:58 -!- alercah has joined. 04:38:58 -!- Guest6549 has joined. 04:39:59 -!- Slereah has quit (Ping timeout: 276 seconds). 04:58:34 [[User:Noner Kao]] M https://esolangs.org/w/index.php?diff=53895&oldid=53894 * Noner Kao * (+9) /*Projects*/ Add reference 05:18:12 -!- variable has joined. 06:17:41 -!- LKoen has joined. 06:30:18 -!- sprocklem has quit (Ping timeout: 240 seconds). 06:32:39 -!- sprocklem has joined. 06:33:35 -!- aloril has quit (Ping timeout: 248 seconds). 06:53:18 <\oren\> https://www.youtube.com/watch?v=EQJYcZUR2OA 06:55:04 -!- aloril has joined. 07:04:12 -!- sleffy has quit (Ping timeout: 252 seconds). 07:49:04 -!- LKoen has quit (Remote host closed the connection). 09:02:48 -!- LKoen has joined. 09:06:07 -!- imode has quit (Ping timeout: 248 seconds). 09:27:14 -!- xkapastel has quit (Quit: Connection closed for inactivity). 09:38:40 -!- LKoen has quit (Read error: Connection reset by peer). 09:45:12 -!- LKoen has joined. 10:02:48 -!- Sgeo has quit (Ping timeout: 268 seconds). 10:03:44 -!- Sgeo has joined. 10:17:55 -!- erdic has quit (Ping timeout: 260 seconds). 10:25:22 -!- erdic has joined. 10:42:15 -!- LKoen has quit (Remote host closed the connection). 10:44:27 -!- LKoen has joined. 10:59:03 -!- AnotherTest has joined. 11:25:40 -!- AnotherTest has quit (Ping timeout: 240 seconds). 11:30:08 -!- LKoen has quit (Remote host closed the connection). 11:44:53 -!- boily has joined. 11:55:03 -!- LKoen has joined. 12:18:40 `5 w 12:18:46 1/2:at//At is a daemon for procrastinating commands. \ hmph//His Master's Phonetic Hmph \ hppavilion1//higgledy piggledy / hp pavilion / doesn't like jokes that are / written in text; // uncontroversially, / one in a million is / roughly the chance they won't / be left perplexed \ trantor//Coruscant is a planet covered entirely by a city. I 12:18:46 `n 12:18:47 2/2:t is the capital of the Galactic Empire, and the home for the biggest library in it. \ itidus20//itidus20's entry has been censored. 12:19:30 `` grep -FIi 'library' wisdom/* 12:19:32 grep: wisdom/¯\_(ツ)_: Is a directory \ grep: wisdom/8: Is a directory \ grep: wisdom/biweekly: Is a directory \ grep: wisdom/le: Is a directory \ grep: wisdom/¯\(°_o): Is a directory \ grep: wisdom/¯\(°​_o): Is a directory \ wisdom/coruscant:Trantor is a planet covered entirely by a city. It is the capital of the Galactic Empire, and the h 12:20:07 `` find wisdom -type f | xargs grep -FIi 'library' 12:20:08 xargs: unmatched single quote; by default quotes are special to xargs unless you use the -0 option \ grep: wisdom/6: No such file or directory \ grep: random: No such file or directory \ grep: numbers: No such file or directory \ grep: wisdom/¯(°_o)/¯: No such file or directory \ grep: wisdom/post-industrial: No such file or directory \ grep: se 12:20:16 ... 12:20:22 `` find wisdom -type f | xargs grep -FIi library 12:20:24 xargs: unmatched single quote; by default quotes are special to xargs unless you use the -0 option \ grep: wisdom/6: No such file or directory \ grep: random: No such file or directory \ grep: numbers: No such file or directory \ grep: wisdom/¯(°_o)/¯: No such file or directory \ grep: wisdom/post-industrial: No such file or directory \ grep: se 12:20:29 AAAAAAAAAAARHGIEORGHEIROGHERIGOH. 12:24:46 -!- boily has quit (Quit: COMBED CHICKEN). 12:26:02 `` find wisdom -type f -print0 | xargs -0 grep -FIi library 12:26:03 wisdom/coruscant:Trantor is a planet covered entirely by a city. It is the capital of the Galactic Empire, and the home for the biggest library in it. \ wisdom/trantor:Coruscant is a planet covered entirely by a city. It is the capital of the Galactic Empire, and the home for the biggest library in it. 12:26:43 `` grep -rFIi library wisdom 12:26:44 wisdom/coruscant:Trantor is a planet covered entirely by a city. It is the capital of the Galactic Empire, and the home for the biggest library in it. \ wisdom/trantor:Coruscant is a planet covered entirely by a city. It is the capital of the Galactic Empire, and the home for the biggest library in it. 12:37:44 boily: try find -exec instead of xargs 12:38:28 ``` find wisdom -type f -exec grep -hi library {} \; 12:38:52 Trantor is a planet covered entirely by a city. It is the capital of the Galactic Empire, and the home for the biggest library in it. \ Coruscant is a planet covered entirely by a city. It is the capital of the Galactic Empire, and the home for the biggest library in it. 12:38:57 huh 12:39:00 ``` find wisdom -type f -exec grep -Hi library {} \; 12:39:23 wisdom/coruscant:Trantor is a planet covered entirely by a city. It is the capital of the Galactic Empire, and the home for the biggest library in it. \ wisdom/trantor:Coruscant is a planet covered entirely by a city. It is the capital of the Galactic Empire, and the home for the biggest library in it. 12:39:37 yes, that 12:39:44 boily: ^ 12:39:50 xargs is usually not worth the pain 12:40:01 it's an obsolete ancient tool 12:40:03 I always just do `find -print0 | xargs -0 grep ...` because I can never remember the grep flag to print file names. 12:40:38 (Also doesn't find -exec run it separately for each file?) 12:41:22 Maybe doesn't matter for grep so much, but I'm sure I remember at least one case where the process start-up cost was relevant. 12:41:48 (Oh, I see int-e did the -0 already.) 12:44:33 Looks like at least GNU find has a workaround for that, though: 12:44:34 `` find wisdom -type f -exec grep -i library '{}' + 12:44:36 wisdom/coruscant:Trantor is a planet covered entirely by a city. It is the capital of the Galactic Empire, and the home for the biggest library in it. \ wisdom/trantor:Coruscant is a planet covered entirely by a city. It is the capital of the Galactic Empire, and the home for the biggest library in it. 12:44:55 Also avoids having to remember the grep flags. Unfortunately, I'd have to remember the workaround then. 12:45:45 ("This variant of the -exec action runs the specified command on the selected files, but the command line is built by appending each selected file name at the end; the total number of invocations of the command will be much less than the number of matched files.") 12:46:16 (Huh, in POSIX find as well.) 12:46:50 fizzie: this is why I have a short --help message in my cgrep program, which mentions only some of the options, not all the ones it has 14:42:12 1. introduce variables for the number of pies in each shop at the beginning. 2. turn the two given constraints into linear equations. 3. solve. 14:42:15 huh 14:42:42 (wrong channel) 14:46:04 mmm, pie 14:55:21 -!- `^_^v has joined. 14:58:57 -!- moei has joined. 15:20:43 Pies? 15:52:40 -!- zseri has joined. 15:52:46 hi 15:58:28 -!- zseri has quit (Quit: Leaving). 16:20:47 -!- xkapastel has joined. 16:21:09 -!- zseri has joined. 16:25:37 -!- jaboja has joined. 16:50:47 -!- AnotherTest has joined. 16:53:15 -!- sdfdssdf has quit (Killed (Sigyn (Spam is off topic on freenode.))). 17:15:27 -!- ais523_ has joined. 17:19:28 -!- AnotherTest has quit (Ping timeout: 252 seconds). 17:52:18 -!- zseri has quit (Quit: Leaving). 17:53:35 -!- sprocklem has quit (Ping timeout: 248 seconds). 18:00:32 -!- Guest6549 has changed nick to Slereah. 18:07:57 -!- MrBismuth has joined. 18:09:33 -!- ais523_ has quit. 18:10:18 -!- MrBusiness has quit (Ping timeout: 265 seconds). 18:10:49 -!- `^_^v has quit (Quit: This computer has gone to sleep). 18:38:26 -!- `^_^v has joined. 18:41:26 -!- `^_^v has quit (Client Quit). 18:42:22 -!- sprocklem has joined. 18:43:45 -!- AnotherTest has joined. 18:56:42 -!- `^_^v has joined. 18:59:29 -!- `^_^v has quit (Client Quit). 19:12:17 -!- `^_^v has joined. 19:12:52 -!- MDude has quit (Ping timeout: 268 seconds). 19:14:45 -!- AnotherTest has quit (Ping timeout: 264 seconds). 19:25:48 -!- jaboja has quit (Ping timeout: 240 seconds). 19:34:44 -!- jaboja has joined. 19:55:21 -!- sprocklem has quit (Quit: brb). 19:58:12 -!- sprocklem has joined. 20:04:06 -!- sprocklem has quit (Quit: brb). 20:07:44 -!- xkapastel has quit (Quit: Connection closed for inactivity). 20:10:29 -!- sprocklem has joined. 20:10:54 -!- xkapastel has joined. 20:11:09 -!- sprocklem has quit (Client Quit). 20:11:35 -!- sprocklem has joined. 20:13:44 -!- sleffy has joined. 20:25:22 -!- `^_^v has quit (Quit: Leaving). 20:25:34 -!- `^_^v has joined. 20:43:28 -!- wob_jonas has joined. 20:44:31 am I blind, or does this fricking news article not show the date anywhere? http://www.ferencvaros.hu/index0.php?name=hir_170226_malenkij_robot 20:44:57 I'm used to news articles hiding the date in hard to see places, but I can't find the date ANYWHERE in that one 20:45:16 the image does have a date btw 20:46:49 2017. február 26? 20:48:30 int-e: where do you see that? 20:48:50 that's what the date should be, but I don't see it anywhere 20:48:52 <\oren\> wob_jonas: it's right under Emlékmű-avatás Ferencvárosban 20:49:15 wob_jonas: at the top 20:49:18 in grey 20:49:38 I don't see the title either. must be some css problem 20:50:09 <\oren\> "2017. február 26. | Kommunizmus Áldozatainak Emléknapja, dr. Bácskai János, dr. Vas Imre, Málenkij Robot, emlékmű, átadás, Ferencvárosi vasútállomás, Balog Zoltán, EMMI, Rétvári Bence, Párkányi Raab Péter, Gulág, Szalay-Bobrovniczky Alexandra, Eötvös Péter, Berghoffer Róbert, túlélő " 20:50:39 that's not even in the HTML source 20:50:46 wtf 20:50:53 ah wait 20:52:48 ok, what happens if you go to http://www.ferencvaros.hu/index0_search.php?search_term=m%C3%A1lenkij+robot and click on the dashed underlined "Málenkij Robot" link? I get a version of the page, same url, that doesn't have the title 20:52:49 wtf 20:53:17 and with the search terms highlighted 20:53:24 brilliant 20:53:35 thanks 20:56:28 -!- sprocklem has quit (Ping timeout: 268 seconds). 20:58:24 <\oren\> wtf 21:01:45 helloren 21:12:07 wob_jonas: fancy. and it's not a referrer hack either 21:13:14 or maybe I did it wrong 21:15:54 -!- iovoid has quit (Ping timeout: 265 seconds). 21:16:32 actually no, links misled me, it *is* a referrer hack 21:17:25 -!- iovoid has joined. 21:17:25 -!- iovoid has quit (Changing host). 21:17:25 -!- iovoid has joined. 21:34:18 -!- shikhin has quit (Changing host). 21:34:18 -!- shikhin has joined. 21:46:24 <\oren\> https://www.youtube.com/watch?v=fAjbz8Hdvo4 22:38:18 -!- idris-bot has quit (Killed (Sigyn (Spam is off topic on freenode.))). 22:38:19 -!- Melvar has quit (K-Lined). 22:40:21 `starwars 22:40:22 Baze Malbus 22:40:24 `recipe 22:40:24 rring occasionally. Divide to covered until golden brown. Remove from \ the heat to low and add to the cornstarch to the egg has cooking. Ladle the flour, \ peas, combine the tomatoes, water, and pepper in a large bowl. \ Add the bay the potatoes, and bran in bowl. Cook, then \ stiring well. Add beans in a weight keeps to set aside. Cover fryer 22:40:26 `random-card 22:40:27 Madcap Experiment \ 3R \ Sorcery \ Reveal cards from the top of your library until you reveal an artifact card. Put that card onto the battlefield and the rest on the bottom of your library in a random order. Madcap Experiment deals damage to you equal to the number of cards revealed this way. \ KLD-R 22:40:31 `quote 22:40:32 1107) I have kill rights on someone I want to sell 22:41:09 wtb: context 22:41:09 hehe, "Remove from the heat to low". Typical fungot style markov-chaining. 22:41:10 wob_jonas: it's just one command line would be a pair of parentheses has a very complete mzscheme binding, right? 22:41:24 `" 22:41:25 1137) I don't like having an infinitely large close button on my browser \ 964) If you cannot type, then you should learn to type if you want to operate your computer 22:41:38 -!- Melvar has joined. 22:42:03 `( 22:42:04 `quote 1337 22:42:04 No output. 22:42:05 No output. 22:42:21 `quote 1336 22:42:22 No output. 22:42:28 I thought that worked 22:42:34 `quote 1 22:42:35 1) EgoBot just opened a chat session with me to say "bork bork bork" 22:42:43 `` wc -l quotes 22:42:44 1319 quotes 22:42:49 I see. 22:42:56 `quote 419 22:42:57 419) Game theory is not a perfect tool for analyzing video games. Nash failed to create a "video game theory" 22:43:04 (that's a ridiculously nice wc output) 22:43:20 huh? 22:43:29 "1319 quotes" 22:43:32 ah 22:44:47 `complaints 22:44:48 24 share/Complaints.mp3 22:44:51 Hmm. 22:44:56 `cat bin/complaints 22:44:57 wc -l share/Complaints.mp3 22:45:09 That was nicer back when the complaints file was called "complaints". 22:45:20 `doat bin/complaints 22:45:33 3649:2013-09-05 mv complaints bin \ 3650:2013-09-05 mv bin/complaints bin/complain \ 3665:2013-09-06 echo \'wc -l complaints\' > bin/complaints; chmod +x bin/complaints \ 5453:2015-06-07 `` echo \'wc -l Complaints\' > bin/complaints; chmod +x bin/complain; chmod +x bin/complaints \ 6339:2015-11-28 "Game theory is not a perfect tool for analyzing video games." => yeah. for analyzing video games, you need impostor sociology as in https://www.xkcd.com/451/ 23:22:58 -!- sprocklem has joined. 23:30:33 `cat bin/random-card 23:30:34 ​#!/bin/sh \ exec perl -e'open$I,"<","share/mtg/allsets.txt"or die$!;$/=""; @c=grep{/(?mi:$ARGV[0])/}<$I>; print($c[rand(@c)] || "No card found.");' -- "$1" 23:30:44 How often is allsets.txt updated? 23:31:29 `grep Orazca share/mtg/allsets.txt 23:31:34 `` tail -n1 share/mtg/allsets.txt 23:31:34 No output. 23:31:59 -!- moei has quit (Quit: Leaving...). 23:32:00 No output. 23:33:28 no output? 23:35:09 `grep Counterspell share/mtg/allsets.txt 23:35:18 Sgeo: when I update it 23:35:39 No output. 23:35:54 Sgeo: it's downloaded from https://yawgatog.com/resources/ and only decompressed from the zip, no change 23:36:09 `card-by-name counterspell 23:36:10 Counterspell \ UU \ Instant \ Counter target spell. \ A-U, B-U, U-U, RV-U, 4E-U, IA-C, 5E-C, TE-C, 6E-C, S99-U, MM-C, S00-C, 7E-C, EMA-C, MPS_AKH-S, VMA-C, DD2-C, ME2-U, ME4-C 23:36:21 `random-card counter target 23:36:21 Disappearing Act \ 1UU \ Instant \ As an additional cost to cast Disappearing Act, return a permanent you control to its owner's hand. \ Counter target spell. \ KLD-U 23:37:16 `random-card Orazca 23:37:17 Spires of Orazca \ Land \ (Transforms from Thaumatic Compass.) \ {T}: Add {C} to your mana pool. \ {T}: Untap target attacking creature an opponent controls and remove it from combat. \ [Back face. Transforms into Thaumatic Compass.] \ XLN-R 23:37:44 `random-card RIX 23:37:44 Rix Maadi, Dungeon Palace \ Land \ {T}: Add {C} to your mana pool. \ {1}{B}{R}, {T}: Each player discards a card. Activate this ability only any time you could cast a sorcery. \ DIS-U 23:37:54 If you want a more easy to use interface for searching M:tG cards, then I recommend https://scryfall.com/advanced or http://magiccards.info/search.html 23:38:27 ``` ls -ld share/mtg/allsets.txt 23:38:28 lrwxrwxrwx 1 5000 0 22 Oct 4 11:36 share/mtg/allsets.txt -> allsets-2017-09-20.txt 23:39:48 if you want to update it to Rise of Ixalan, just download the latest file from yawgatog, unzip it, put it to share/mtg/ and make allsets.txt a link to it 23:39:53 symlink 23:40:09 I'm lazy to do that right now, sorry 23:59:25 -!- wob_jonas has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client).