01:17:13 [[Random-ass Turing Complete Language]] M https://esolangs.org/w/index.php?diff=122235&oldid=122230 * PythonshellDebugwindow * (+49) Categories 01:18:37 [[Language list]] M https://esolangs.org/w/index.php?diff=122236&oldid=122232 * PythonshellDebugwindow * (+42) /* R */ add 01:31:24 -!- Lord_of_Life_ has joined. 01:31:47 -!- Lord_of_Life has quit (Ping timeout: 264 seconds). 01:32:46 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 01:41:22 [[HashedPoem]] https://esolangs.org/w/index.php?diff=122237&oldid=122221 * None1 * (+2414) /* Interpreters */ 01:41:36 [[HashedPoem]] M https://esolangs.org/w/index.php?diff=122238&oldid=122237 * None1 * (+25) /* Examples */ 05:35:45 [[Talk:Minsky Swap]] https://esolangs.org/w/index.php?diff=122239&oldid=97675 * Caenbe * (+346) Objection to TC proof 07:29:40 -!- tromp has joined. 09:06:57 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 10:19:31 -!- tromp has joined. 12:14:33 -!- Sgeo has quit (Read error: Connection reset by peer). 13:01:25 -!- Koen_ has joined. 14:42:03 -!- __monty__ has joined. 14:44:21 -!- sprout has joined. 14:47:49 -!- sproutX has quit (Ping timeout: 264 seconds). 14:59:58 -!- chiselfuse has quit (Quit: leaving). 15:00:29 -!- chiselfuse has joined. 15:58:35 `w 15:58:37 ​insurance//Insurance is a closed loop. 16:32:21 [[Bogus]] https://esolangs.org/w/index.php?diff=122240&oldid=112276 * Olus2000 * (+1145) Example of getting a constant with high accuracy 16:56:20 -!- Koen_ has quit (Remote host closed the connection). 18:28:09 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 18:36:46 [[Special:Log/newusers]] create * Smaybius * New user account 18:43:30 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=122241&oldid=122203 * Smaybius * (+134) /* Introductions */ 18:43:46 [[Befunge]] https://esolangs.org/w/index.php?diff=122242&oldid=122126 * Smaybius * (+2) 18:54:30 -!- tromp has joined. 21:12:14 -!- Sgeo has joined. 21:24:57 -!- sprout has quit (Read error: No route to host). 21:25:10 -!- sprout has joined. 21:33:18 [[Talk:Minsky Swap]] https://esolangs.org/w/index.php?diff=122243&oldid=122239 * Salpynx * (+1870) /* 2-reg MM simulation; TC proof */ Agree, there's a mistake in the proof :( (but this lang _should_ be TC) 21:35:18 -!- FreeFull has quit. 21:37:16 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 21:39:23 -!- FreeFull has joined. 21:49:49 -!- tromp has joined. 22:14:51 [[Minicode]] M https://esolangs.org/w/index.php?diff=122244&oldid=122231 * LeonovK * (+925) I expanded the description a little and added information from the last update 22:25:38 -!- __monty__ has quit (Quit: leaving). 23:04:14 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 23:05:22 Does Linux or BSD or other operating systems have a flag for "change file access time normally but do not write the changed time to disk unless it is necessary to write the block containing it to disk for some other reason"? Is such a flag useful anyways? 23:16:19 zzo38: I don't think so. then you'd hvae to remember all the file access times in memory indefinitely until reboot just in case you ever need to write it in the future 23:19:04 though there's a lazytime option that does some magic like that apparently 23:22:11 I should be more clear; I also mean to not keep them in memory indefinitely either unless they need to be kept in memory for other reasons, too. 23:33:02 O, I found about the "lazytime" and apparently it also affects mtime? Well, I don't want it to defer changes to the mtime, but only the atime. If mtime changes it should be written to disk normally. 23:34:10 (And, changes to ctime also should be written to disk normally) 23:36:40 yeah 23:36:55 so probably just either use noatime, or use relatime,nodiratime