01:16:52 -!- GeekDude has quit (Ping timeout: 244 seconds). 01:33:23 -!- arseniiv has quit (Ping timeout: 245 seconds). 01:54:58 [[Special:Log/newusers]] create * RealUndefined * New user account 01:58:29 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=58036&oldid=58032 * RealUndefined * (+166) 02:00:28 [[User:RealUndefined]] N https://esolangs.org/w/index.php?oldid=58037 * RealUndefined * (+167) Created page with "I came from [https://codegolf.stackexchange.com PPCG]. You can find me [https://codegolf.stackexchange.com/users/81098/u-ndefined here.] I code [[Pepe]] and [[Pyth]]." 02:02:48 [[Pepe]] https://esolangs.org/w/index.php?diff=58038&oldid=55359 * RealUndefined * (+16) /* Examples */ Links and fixed code in Cat 04:14:23 There is tournaments for composing and solving chess problems. Will there be tournaments for composing and solving Magic: the Puzzling? 04:31:05 I'm surprised that there aren't already 05:03:45 -!- xkapastel has quit (Quit: Connection closed for inactivity). 05:15:47 There are many features I have not seen in any Magic: the Gathering puzzles yet, such as: selfmate, helpmate (orthodox and unorthodox), fairy (although I have made one myself once), Babson task, grotesque, game you have to draw instead of win, ante, puzzles designed where the variants are different versions of the game rules rather than different cards, puzzles where it is necessary to concede a lot, etc. 05:16:26 I did see one retro (in Rosewater's "Magic: the Puzzling" book), and I have once made a puzzle where it is necessary to concede just once (although I have seen no other puzzles where it is ever necessary to concede). 05:19:34 -!- Lord_of_Life has quit (Ping timeout: 246 seconds). 05:21:01 -!- Lord_of_Life has joined. 06:03:27 -!- Guest1_ has quit (Quit: Textual IRC Client: www.textualapp.com). 06:03:31 -!- doesthiswork has quit (Ping timeout: 260 seconds). 06:26:07 -!- spiegelau has joined. 06:26:33 -!- doesthiswork has joined. 06:35:47 -!- doesthiswork has quit (Ping timeout: 240 seconds). 07:10:10 -!- qlink has joined. 07:10:11 Entered QRoom: Sgeo2 07:10:23 {Sgeo2} Hello all! 07:10:54 `relcome Q-Link 07:10:56 ​Q-Link: Welcome to the international hub for esoteric programming language design and deployment! For more information, check out our wiki: . (For the other kind of esoterica, try #esoteric on EFnet or DALnet.) 07:11:21 https://imgur.com/2Hoz48T 07:13:06 {Sgeo2} I lost access to the "Sgeo" account on Q-Link :( 07:16:24 Left QRoom: Sgeo2 07:16:24 -!- qlink has left ("Try QuantumLink RELOADED! http://q-link.net"). 07:58:56 -!- dingbat has quit (Quit: Connection closed for inactivity). 08:00:59 -!- spiegelau has quit (Quit: leaving). 08:25:50 [[Deadfish]] https://esolangs.org/w/index.php?diff=58039&oldid=58012 * JonoCode9374 * (+783) Added MineFriff version 08:26:28 [[MineFriff]] https://esolangs.org/w/index.php?diff=58040&oldid=58035 * JonoCode9374 * (+793) /* Examples */ 08:57:21 -!- AnotherTest has joined. 09:18:07 -!- john_metcalf has joined. 09:53:18 -!- LKoen has joined. 10:00:42 -!- LKoen has quit (Remote host closed the connection). 10:00:51 -!- LKoen has joined. 10:07:32 -!- Lord_of_Life has quit (Changing host). 10:07:32 -!- Lord_of_Life has joined. 10:40:12 -!- xkapastel has joined. 10:57:31 -!- arseniiv has joined. 11:55:34 [[Brainfuck constants]] M https://esolangs.org/w/index.php?diff=58041&oldid=56340 * Tang891228 * (-2) /* 0-99 */ adjust format 12:02:49 -!- Essadon has joined. 12:03:50 -!- Deewiant has quit (Quit: Viivan loppu.). 12:04:52 -!- Deewiant has joined. 12:11:07 -!- arseniiv_ has joined. 12:13:16 -!- arseniiv has quit (Ping timeout: 264 seconds). 13:50:08 -!- SopaXorzTaker has joined. 13:53:59 -!- arseniiv_ has changed nick to arseniiv. 14:41:02 -!- oerjan has joined. 14:47:31 [[Brainfuck constants]] https://esolangs.org/w/index.php?diff=58042&oldid=58041 * Oerjan * (+2) Undo revision 58041 by [[Special:Contributions/Tang891228|Tang891228]] ([[User talk:Tang891228|talk]]) (It's logical: the space comes between the program and the brackets, and the program is empty.) 14:48:34 [[Brainfuck constants]] M https://esolangs.org/w/index.php?diff=58043&oldid=58042 * Oerjan * (+0) Except there seems to have been something funny with the space... 14:49:56 `icode 14:49:57 ​[U+0020 SPACE] [U+0020 SPACE] 14:50:06 hm doesn't paste 14:50:15 probably nbsp or something. 14:56:38 hmm what's the relevance of 45306 14:57:36 `` dc <<<16o45306p 14:57:37 ​/hackenv/bin/dc: line 1: /usr/bin/dc: No such file or directory 14:58:28 really. 14:58:59 `` printf %X 45306 14:58:59 B0FA 14:59:14 (unenlightening) 15:04:04 Oh well perhaps it was a truly random choice of the running example. 15:07:11 -!- doesthiswork has joined. 15:24:39 `which dc 15:24:40 ​/hackenv/bin/dc 15:24:46 `cat bin/dc 15:24:47 DC_LINE_LENGTH=10000 /usr/bin/dc "$@" 15:24:52 aha 15:25:21 `` where dc 15:25:22 ​/hackenv/bin/`: line 5: where: command not found 15:25:24 hmph 15:25:44 oh it's a tcsh internal command 15:26:05 `which tcsh 15:26:06 No output. 15:27:28 `` type -a dc 15:27:29 dc is /hackenv/bin/dc 15:27:36 *only* that? 15:27:42 `tm bin/dc 15:27:42 ​/srv/hackeso-code/multibot_cmds/lib/limits: line 5: exec: tm: not found 15:27:43 I blame fizzie (thanks for running HackEso, it's appreciated!!!!!1) 15:27:46 `rm bin/dc 15:27:48 No output. 15:27:52 `which dc 15:27:53 No output. 15:27:56 `revert 15:27:57 Done. 15:28:57 `cat /etc/issue 15:28:57 cat: /etc/issue: No such file or directory 15:29:37 of course /etc is absolutely minimal 15:56:49 /etc/missing 15:58:32 -!- dingbat has joined. 16:53:28 -!- oerjan has quit (Quit: Later). 17:17:24 -!- Lord_of_Life_ has joined. 17:20:42 -!- Lord_of_Life has quit (Ping timeout: 252 seconds). 18:06:34 -!- wob_jonas has joined. 18:07:20 int-e: IIRC you should blame debian, because dc and bc and I think ed aren't installed in the default install, and since practically nothing depends on them, you have to install them explicitly or else you just won't have them 18:07:51 -!- LKoen has quit (Remote host closed the connection). 18:27:04 -!- wob_jonas has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client). 19:01:05 -!- SopaXorzTaker has quit (Remote host closed the connection). 19:07:10 -!- variable has joined. 20:08:41 -!- LKoen has joined. 20:13:12 -!- LKoen has quit (Ping timeout: 252 seconds). 20:13:22 -!- variable has quit (Read error: Connection reset by peer). 21:12:57 -!- S_Gautam has joined. 21:18:04 -!- tromp has joined. 21:19:39 -!- tromp_ has quit (Ping timeout: 245 seconds). 21:27:04 -!- LKoen has joined. 21:30:25 -!- iamr00t has joined. 21:30:45 Hey all! 21:44:36 -!- iamr00t has quit (Quit: Page closed). 21:47:46 [[MineFriff]] https://esolangs.org/w/index.php?diff=58044&oldid=58040 * JonoCode9374 * (+182) /* Commands */ 21:52:02 It has been said that httpdirlist is like a better version of WebDAV. 21:55:30 -!- aloril has quit (Ping timeout: 252 seconds). 22:00:29 [[MineFriff]] https://esolangs.org/w/index.php?diff=58045&oldid=58044 * JonoCode9374 * (+24) /* Deadfish Interpreter */ 22:04:32 -!- aloril has joined. 22:30:26 -!- Essadon has quit (Quit: Qutting). 22:35:28 -!- AnotherTest has quit (Ping timeout: 264 seconds). 22:47:19 -!- MDude has quit (Read error: Connection reset by peer). 23:00:06 -!- danieljabailey has quit (Quit: ZNC 1.6.5+deb2build2 - http://znc.in). 23:00:21 -!- danieljabailey has joined. 23:02:07 -!- cole13 has joined. 23:04:37 -!- MDude has joined. 23:07:29 -!- moei has quit (Quit: Leaving...).