00:28:22 -!- oerjan has joined. 00:28:36 -!- Lord_of_Life_ has joined. 00:29:18 -!- Lord_of_Life has quit (Ping timeout: 260 seconds). 00:29:54 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 00:31:20 -!- sprout has quit (Ping timeout: 265 seconds). 00:43:56 -!- sprout has joined. 00:48:26 -!- sprout has quit (Ping timeout: 245 seconds). 00:49:03 TRON time starts at 1985 (instead of 1970 like UNIX time does). TRON defines sixteen mouse cursor shapes, all of which are shapes of hands. TRON also has its own instruction set, which includes instruction for queue manipulation, too. (TRON is also listed in the "User:Ian/Computer_architectures" in esolang wiki.) (Note: Much of information is Japanese, so I may have made some mistakes.) 01:01:34 -!- earendel has quit (Quit: Connection closed for inactivity). 01:08:09 -!- monoxane has quit (Remote host closed the connection). 01:09:04 TRON? as in.. the movie? 01:09:11 or is there an esolang. 01:12:27 -!- monoxane has joined. 01:13:54 Neither. 01:17:51 (Although, it may be possible making up esolang that is using the TRON character codes or TRON time codes or whatever) 01:20:20 the game, then? 01:30:03 It is "The Real-time Operating-system Nucleus". 01:31:46 -!- sprout has joined. 01:37:03 -!- sprout has quit (Ping timeout: 268 seconds). 01:41:07 can you give me like a link. 01:41:35 https://en.wikipedia.org/wiki/TRON_project has a bunch of links. 01:41:49 huh. 01:42:41 queue manipulation, huh. 01:54:18 -!- earendel has joined. 02:16:52 -!- sprout has joined. 02:21:59 -!- sprout has quit (Ping timeout: 264 seconds). 02:27:56 [[Special:Log/newusers]] create * Juliesinspaaace * New user account 02:32:37 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=89600&oldid=89599 * Juliesinspaaace * (+246) Added my introduction 02:37:13 [[Brainfuck implementations]] M https://esolangs.org/w/index.php?diff=89601&oldid=86714 * Juliesinspaaace * (+161) Added link to YABFC 02:49:45 -!- dutch has quit (Quit: WeeChat 3.3). 02:50:58 -!- sprout has joined. 02:51:24 -!- dutch has joined. 02:55:59 -!- sprout has quit (Ping timeout: 268 seconds). 03:09:38 [[Language list]] https://esolangs.org/w/index.php?diff=89602&oldid=89579 * Mellobacon * (+13) /* M */ 03:10:26 [[Madlad]] https://esolangs.org/w/index.php?diff=89603&oldid=89533 * Mellobacon * (+0) 03:24:03 I tried to translate some of the TRON documentation from Japanese into English (and looking at other files too, to figure out some things I could not figure out or that are not mentioned in one of them, such as the D type (64-bits)), but probably it is all mixed up, because I am not very good Japanese. 03:25:40 -!- sprout has joined. 03:30:31 -!- sprout has quit (Ping timeout: 245 seconds). 04:01:03 -!- sprout has joined. 04:06:23 -!- sprout has quit (Ping timeout: 264 seconds). 04:25:10 -!- delta23 has quit (Quit: Leaving). 04:37:15 -!- sprout has joined. 04:42:11 -!- sprout has quit (Ping timeout: 265 seconds). 05:40:41 -!- oerjan has quit (Quit: Nite). 06:01:27 -!- earendel has quit (Quit: Connection closed for inactivity). 06:09:45 [[Talk:Terrible]] N https://esolangs.org/w/index.php?oldid=89604 * Xorol * (+68) Created page with "Can this be deleted? ~~~" 06:40:20 [[Numbers]] M https://esolangs.org/w/index.php?diff=89605&oldid=89516 * Xorol * (+162) 06:42:05 [[Deadfish]] M https://esolangs.org/w/index.php?diff=89606&oldid=89228 * Xorol * (+146) Added an implementation in [[Numbers]] 07:02:15 -!- iovoid has quit (Quit: iovoid has quit!). 07:02:27 -!- iovoid has joined. 07:10:54 -!- sprout has joined. 07:15:59 -!- sprout has quit (Ping timeout: 264 seconds). 07:27:47 -!- sprout has joined. 07:32:11 -!- sprout has quit (Ping timeout: 245 seconds). 07:53:52 -!- sprout has joined. 07:59:52 -!- sprout has quit (Ping timeout: 265 seconds). 08:11:03 -!- sprout has joined. 08:15:59 -!- sprout has quit (Ping timeout: 264 seconds). 08:21:15 -!- sprout has joined. 09:42:24 -!- Sgeo has quit (Read error: Connection reset by peer). 09:56:23 [[E]] https://esolangs.org/w/index.php?diff=89607&oldid=89279 * Squidmanescape * (+54) 09:56:54 [[E]] https://esolangs.org/w/index.php?diff=89608&oldid=89607 * Squidmanescape * (+0) 10:03:38 [[Special:Log/newusers]] create * Dj1vs * New user account 11:27:50 -!- earendel has joined. 11:32:13 Wait, what’s this about deprecated `which`? 11:42:11 dont ask 11:42:39 https://lwn.net/Articles/874049/ 11:42:41 so annoying 11:50:13 -!- Trieste_ has joined. 11:50:38 -!- Trieste has quit (Ping timeout: 260 seconds). 11:54:07 -!- Trieste_ has changed nick to Trieste. 11:55:30 Huh. Never knew it wasn’t standardized, nor that it was implemented as a shell script anywhere (my system has a shell function wrapping GNU which). 11:55:34 riv: Thanks. 12:48:41 -!- imode has quit (Ping timeout: 264 seconds). 12:49:41 -!- wareya has quit (Ping timeout: 245 seconds). 13:35:49 -!- Everything has joined. 13:51:29 The part I don't understand is this insinuation that `command -v` is equivalent, when it blatantly isn't. 13:53:01 The `which` commands looks up executables in the path, `command -v` prints shell built-ins as just a name and aliases with a messy alias definition. Sure, it's "more correct" in terms of what the shell would execute given that as a command line, but maybe you *wanted* the executable, even when there's a builtin or alias with the same name. 14:59:24 -!- arseniiv has joined. 15:02:55 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=89609&oldid=89600 * Dj1vs * (+128) /* Introductions */ 15:03:00 [[!]] https://esolangs.org/w/index.php?diff=89610&oldid=89001 * Dj1vs * (+83) 15:06:38 -!- monoxane7 has joined. 15:07:26 -!- monoxane has quit (Ping timeout: 256 seconds). 15:07:26 -!- monoxane7 has changed nick to monoxane. 15:22:44 -!- monoxane has quit (Ping timeout: 256 seconds). 15:22:49 [[Cammy]] M https://esolangs.org/w/index.php?diff=89611&oldid=89064 * Corbin * (+461) Fix example at top of page. Relax titles. Explain how to use floating-point object. 15:26:05 -!- monoxane has joined. 15:37:02 [[!]] https://esolangs.org/w/index.php?diff=89612&oldid=89610 * Dj1vs * (+6) 16:49:13 kudos to Cale 16:49:16 err 16:49:17 to Corbin 16:49:20 well to Cale too :P 16:49:26 I saw the link on lobste.rs to Cammy 16:52:39 Yeah, I finally decided to share it. 16:53:18 well played, sensei 17:31:34 -!- fungot has joined. 17:31:41 I keep forgetting about fungot. 17:31:42 fizzie: where is macro tutorial? for scheme48? 17:42:46 -!- sprout has quit (Ping timeout: 265 seconds). 18:00:01 -!- Koen has joined. 18:18:44 -!- sprout has joined. 18:25:23 -!- imode has joined. 18:25:43 -!- Everything has quit (Quit: leaving). 18:41:03 -!- imode has changed nick to inode. 18:41:08 -!- inode has changed nick to imode. 19:13:06 -!- NotApplicable has joined. 19:40:07 fizzie: You cannot rely on that. In some shells, `which` is a builtin and thus also knows about aliases and functions. GNU `which` supports receiving aliases and shell functions on standard input with a couple options, which is meant to be wrapped in a shell function to feed those in. 19:40:18 -!- Sgeo has joined. 19:43:09 So, if I use `which which`, it will print a bash function definition wrapping /usr/bin/which, which is GNU `which`. 20:24:04 -!- Oshawott has joined. 20:27:11 -!- archenoth has quit (Ping timeout: 245 seconds). 21:30:42 -!- arseniiv has quit (Ping timeout: 260 seconds). 21:32:14 -!- wareya has joined. 21:35:06 -!- Koen has quit (Quit: Leaving...). 21:59:11 -!- Twingamerdudes has joined. 22:00:34 -!- Twingamerdudes has quit (Client Quit). 22:24:00 [[Bedtime]] https://esolangs.org/w/index.php?diff=89613&oldid=89582 * PixelatedStarfish * (+58) /* Error Messages */ 22:24:27 [[Bedtime]] https://esolangs.org/w/index.php?diff=89614&oldid=89613 * PixelatedStarfish * (+2) /* Hello World */ 22:24:27 -!- Twingamerdudes has joined. 22:26:07 [[Bedtime]] https://esolangs.org/w/index.php?diff=89615&oldid=89614 * PixelatedStarfish * (+2) 22:26:16 [[List of ideas]] https://esolangs.org/w/index.php?diff=89616&oldid=89561 * ColorfulGalaxy (disambiguation) * (+22) Undo revision 89561 by [[Special:Contributions/Guy Fawkes Rep|Guy Fawkes Rep]] ([[User talk:Guy Fawkes Rep|talk]]) 22:26:54 -!- NotApplicable has changed nick to Kit. 22:27:28 hello 22:28:31 hello 22:29:27 -!- Twingamerdudes has quit (Quit: Client closed). 22:31:22 bye 22:31:27 lol 23:22:30 -!- Twingamerdudes has joined. 23:54:24 [[List of ideas]] https://esolangs.org/w/index.php?diff=89617&oldid=89616 * Guy Fawkes Rep * (-22) This is annoying 23:59:03 -!- Twingamerdudes has quit (Quit: Client closed).