00:20:54 -!- xkapastel has joined. 00:28:26 -!- tromp has quit (Read error: Connection reset by peer). 00:34:39 -!- tromp has joined. 00:56:50 -!- sprocklem has joined. 01:05:21 -!- imode has quit (Ping timeout: 265 seconds). 01:05:59 -!- tromp has quit (Read error: Connection timed out). 01:09:40 -!- tromp has joined. 01:18:04 -!- oerjan has joined. 01:24:57 -!- tromp has quit (Read error: Connection timed out). 02:19:55 -!- tromp has joined. 02:21:14 -!- imode has joined. 02:24:17 -!- tromp has quit (Ping timeout: 246 seconds). 02:40:40 -!- xkapastel has quit (Quit: Connection closed for inactivity). 03:08:33 -!- sprocklem has quit (Ping timeout: 272 seconds). 03:20:33 -!- FreeFull has quit. 03:52:34 -!- Lord_of_Life_ has joined. 03:52:36 -!- Lord_of_Life has quit (Ping timeout: 268 seconds). 03:53:54 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 04:00:47 [[Special:Log/newusers]] create * Superloach * New user account 04:08:22 [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=69900&oldid=69876 * Superloach * (+252) add my intro 04:08:28 -!- tromp has joined. 04:13:09 -!- tromp has quit (Ping timeout: 272 seconds). 04:15:45 [[Chevron]] N https://esolangs.org/w/index.php?oldid=69901 * Superloach * (+4031) converted from github with pandoc 04:16:59 [[Chevron]] M https://esolangs.org/w/index.php?diff=69902&oldid=69901 * Superloach * (+119) add more of a description 04:18:09 [[Chevron]] M https://esolangs.org/w/index.php?diff=69903&oldid=69902 * Superloach * (+1) s/gt/gt;/ 04:54:26 [[Chevron]] M https://esolangs.org/w/index.php?diff=69904&oldid=69903 * IFcoltransG * (+120) Added some categories 04:57:10 [[Language list]] https://esolangs.org/w/index.php?diff=69905&oldid=69891 * IFcoltransG * (+14) /* C */ Added chevron 05:01:25 -!- aloril has quit (Read error: Connection reset by peer). 05:04:46 [[STXTRM]] M https://esolangs.org/w/index.php?diff=69906&oldid=36755 * IFcoltransG * (+23) Disambiguated link 05:12:10 [[STXTRM]] M https://esolangs.org/w/index.php?diff=69907&oldid=69906 * IFcoltransG * (+1) Confusing word choice 'revert' -> 'reverse' 05:15:46 -!- aloril has joined. 05:21:57 [[QaSaC]] M https://esolangs.org/w/index.php?diff=69908&oldid=50689 * IFcoltransG * (+135) Added categories 05:23:34 [[STXTRM]] M https://esolangs.org/w/index.php?diff=69909&oldid=69907 * IFcoltransG * (+23) /* See also */ Disambiguate another link 05:28:58 [[MESON]] M https://esolangs.org/w/index.php?diff=69910&oldid=69555 * IFcoltransG * (-4) /* Commands */ No idea why that was italicised. 05:29:35 [[MESON]] https://esolangs.org/w/index.php?diff=69911&oldid=69910 * IFcoltransG * (+6) /* Commands */ Made the notation a bit clearer for tuples 05:56:21 -!- tromp has joined. 06:00:35 -!- tromp has quit (Ping timeout: 246 seconds). 06:03:22 -!- MDude has quit (Quit: Going offline, see ya! (www.adiirc.com)). 06:31:33 -!- tromp has joined. 06:36:17 -!- tromp has quit (Ping timeout: 272 seconds). 06:36:36 -!- atslash has quit (Read error: Connection reset by peer). 07:06:03 now i wonder what martellus sees in the kitchen cat 07:13:32 -!- tromp has joined. 08:18:51 -!- imode has quit (Ping timeout: 260 seconds). 08:19:29 it it food? 08:32:17 i doubt it hth 08:36:09 -!- oerjan has quit (Quit: Nite). 08:43:45 -!- atslash has joined. 08:48:19 tromp: I've been spending too much time trying to formalize that Goodstein sequence implementation in Isabelle/HOL. It's easy to define (just take the Haskell code). It's fairly easy to show that the translation to lambda calculus plus the fancy inlining is correct (which is probably the most error-prone step, so that's nice to hav). But I'm still exploring how to best show that it faithfully... 08:48:25 ...implements the Goodstein sequence. (I have no doubt that it does, but the proofs get delicate and easily explode into a mess of case distinctions which I'd like to avoid.) 08:51:51 i had a dream i found what was apparently the holy grail for trekkies (in the dream): Alexander Siddig's email addr. 08:52:27 I assumed your computation was based on Cichon's 1983 paper that relates G(n) to the Hardy hierarchy, as noted in Wikipedia 08:55:48 Hmm. I knew a bit of the theory (mainly the idea of replacing the base by \omega to get a termination proof). I also knew a bit about representing countable ordinals. 08:55:55 I kind of filled in the gaps myself back then. 08:57:34 And yes, this is intimately connected to the Hardy function. In fact if you are willing to accept a result that is larger by 2, you can save a couple of bits, by getting rid of the succ (succ n) thing, and starting at 3 instead of 1. 08:57:44 you probably rediscovered Cichon's relation by yourself then 08:58:41 yeah, those succs suck:-) 09:00:01 i also revisited our programs on Laver tables 09:00:19 those are even more fun than goodstein 09:00:53 and have a natural killer big number (first time period exceeds 16) 09:01:22 which takes almost exacty same number of bits as G(16) 09:03:18 We have h_\alpha(n+2) - 2 = G_\alpha(n). The shift comes from the fact that the Goodstein sequence basically starts evaluation in base 3 (given the heriditary base 2 representation of the starting value in the form of an ordinal). But subtraction is awkward on Church numerals, so if you want G(16) rather than G(16)+2, it's easier to do the shift by 2 inside of the function... hence the two succ-s. 09:04:23 i'm just as happy with G()+2 ... 09:05:07 You came from a different angle, just trying to make big numbers. I wanted to have the Goodstein function. 09:06:31 best to just define both variants 09:07:09 8 bits is what it saves 09:11:14 and... pushed 09:19:05 thanks 09:19:57 The expw part looks funny in diagrammatic form. 09:23:45 -!- TheLie has joined. 09:24:56 -!- b_jonas has quit (Remote host closed the connection). 09:27:38 -!- TheLie has quit (Remote host closed the connection). 09:36:43 @free o :: r -> (r -> r) -> ((N -> r) -> r) -> r 09:36:43 f . g = h . f => f . k = p . (.) f => f (o x g k) = o (f x) h p 09:41:06 (These free theorems are one way to formally justify pulling applications into folds: consider f = ($ x)) 09:51:32 Which after some renaming and rephrasing becomes (forall n. s n x = s' (n x)) ==> (forall f. l f x = l' (\i -> f i x)) ==> o z s l x = o (z x) s' l' 09:54:37 And I've realized that I've been down this path (free theorems and optimizing folds) before. It's always fun to rediscover such things, though I'd prefer to remember them... 10:25:15 -!- atslash has quit (Quit: Leaving). 10:30:15 -!- atslash has joined. 11:03:31 [[MESON]] https://esolangs.org/w/index.php?diff=69912&oldid=69911 * IFcoltransG * (+0) /* Commands */ Fixed an off-by-two error (an off-by-one in the wrong direction) 11:04:34 [[ESON]] https://esolangs.org/w/index.php?diff=69913&oldid=69556 * IFcoltransG * (+1) /* Commands */ Fixed tuple size spec, assuming tuples are meant to be like the Haskell constructors 11:24:23 [[MESON]] https://esolangs.org/w/index.php?diff=69914&oldid=69912 * IFcoltransG * (+85) Added link to implementation 11:32:02 [[KEMURI]] https://esolangs.org/w/index.php?diff=69915&oldid=68912 * YamTokTpaFa * (+26) 11:59:44 -!- arseniiv has joined. 13:05:28 [[Chevron]] https://esolangs.org/w/index.php?diff=69916&oldid=69904 * Superloach * (+106) keep docs up to date 13:06:24 [[XENBLN]] M https://esolangs.org/w/index.php?diff=69917&oldid=69832 * PythonshellDebugwindow * (+46) /* Truth-machine (3 bytes) */ 13:08:41 [[Chevron]] M https://esolangs.org/w/index.php?diff=69918&oldid=69916 * Superloach * (+0) everyone hates backticks 13:08:43 [[XENBLN]] M https://esolangs.org/w/index.php?diff=69919&oldid=69917 * PythonshellDebugwindow * (+1) /* Datatypes */ 13:14:26 -!- wib_jonas has joined. 13:16:08 [[Chevron]] https://esolangs.org/w/index.php?diff=69920&oldid=69918 * Superloach * (+64) mention label vars 13:16:40 -!- kspalaiologos has joined. 13:22:39 `fetch /hackenv/tmp/egel.zip https://github.com/egel-lang/egel/archive/master.zip 13:22:41 2020-02-17 13:22:41 URL:https://codeload.github.com/egel-lang/egel/zip/master [145943] -> "/hackenv/tmp/egel.zip" [1] 13:24:16 ``` set -e; cd /hackenv/tmp; rm -rv egel-master 13:24:18 removed 'egel-master/lib/io/Makefile' \ removed 'egel-master/lib/io/channel.hpp' \ removed 'egel-master/lib/io/io.cpp' \ removed directory 'egel-master/lib/io' \ removed 'egel-master/lib/regex/regex.cpp' \ removed 'egel-master/lib/regex/Makefile' \ removed directory 'egel-master/lib/regex' \ removed 'egel-master/lib/fs/Makefile' \ removed 'egel-master/lib/fs/fs.cpp' \ removed directory 'egel-master/lib/fs' \ removed 'egel-master/lib/random/Mak 13:24:47 ``` set -e; cd /hackenv/tmp; unzip egel.zip 13:24:48 Archive: egel.zip \ 1074f699606e00ca151cf5a4916b9a4c052d1d9f \ creating: egel-master/ \ inflating: egel-master/.gitignore \ inflating: egel-master/LICENSE.md \ inflating: egel-master/NOTES.md \ inflating: egel-master/README.md \ inflating: egel-master/TODO.md \ inflating: egel-master/VERSION.md \ creating: egel-master/bugs/ \ inflating: egel-master/bugs/bug0-fixed.eg \ inflating: egel-master/bugs/bug1 13:25:29 ``` set -e; cd /hackenv/tmp/egel-master; make -C src &>> buildlog 13:25:40 ``` set -e; cd /hackenv/tmp/egel-master; url buildlog 13:25:42 https://hack.esolangs.org/tmp/egel-master/buildlog 13:26:06 No output. 13:27:31 ``` set -e; cd /hackenv/tmp/egel-master; rm -v src/desugar.o; make -C src &>> buildlog # the rm is just in case the compiler got interrupted during writing the object file 13:27:32 rm: cannot remove 'src/desugar.o': No such file or directory 13:27:44 ``` set -e; cd /hackenv/tmp/egel-master; rm -vf src/desugar.o; make -C src &>> buildlog # the rm is just in case the compiler got interrupted during writing the object file 13:28:19 No output. 13:28:41 ``` set -e; cd /hackenv/tmp/egel-master; ( rm -vf src/math.o; make -C src &>> buildlog ) 13:29:14 No output. 13:29:51 [[XENBLN]] M https://esolangs.org/w/index.php?diff=69921&oldid=69919 * PythonshellDebugwindow * (+46) /* Number separation */ 13:30:27 ``` set -e; cd /hackenv/tmp/egel-master; ( cd src; c++ --std=c++17 -Werror utils.o lexical.o operators.o syntactical.o ast.o transform.o semantical.o desugar.o lift.o emit.o builtin/system.o builtin/math.o builtin/string.o builtin/evaluate.o builtin/thread.o egel.o -ldl -lpthread -licuio -licui18n -licuuc -licudata -o egel ) &>>buildlog 13:30:32 No output. 13:31:56 ``` set -e; f=/hackenv/tmp/egel-master/a0.eg; echo $'using System\n using Math\ndef main = (3+5)' > "$f"; cd /; /hackenv/tmp/egel-master/src/egel "$f" 13:31:57 8 13:34:30 ``` set -e; cd /hackenv/tmp/egel-master; make -C lib/io LIBS="-ldl -lpthread -licuio -licui18n -licuuc -licudata" &>> buildlog 13:34:36 No output. 13:35:35 ``` set -e; cd /hackenv/tmp/egel-master; mkdir stag; cp -vi lib/io/io.ego src/egel stag/ 13:35:36 cp: cannot stat 'lib/io/io.ego': No such file or directory \ 'src/egel' -> 'stag/egel' 13:39:28 [[Chevron]] M https://esolangs.org/w/index.php?diff=69922&oldid=69920 * Superloach * (+500) add relative hop/skp/jmp 13:39:57 ``` set -e; cd /hackenv/tmp/egel-master; mkdir stag; cp -vi lib/io/io.o stag/ 13:39:58 mkdir: cannot create directory 'stag': File exists 13:40:09 ``` set -e; cd /hackenv/tmp/egel-master; cp -vi lib/io/io.o stag/ 13:40:13 ​'lib/io/io.o' -> 'stag/io.o' 13:40:57 no 13:41:17 ``` set -e; cd /hackenv/tmp/egel-master; rm -vf stag/io.o; cp -v lib/io.ego stag/ 13:41:18 removed 'stag/io.o' \ 'lib/io.ego' -> 'stag/io.ego' 13:41:42 ``` set -e; cd /hackenv/tmp/egel-master/stag; echo $'using System\nusing Math\nusing IO\ndef main = print "hello, world"' > a0.eg; ./egel io.ego a0.eg 13:41:43 No output. 13:41:52 that's better, no longer an error, though it doesn't seem to print anything 13:43:51 ``` set -e; cd /hackenv/tmp/egel-master; (for d in io fs random regex; do make -C lib/$d LIBS="-ldl -lpthread -licuio -licui18n -licuuc -licudata"; done) &>> buildlog 13:44:17 No output. 13:45:03 ``` set -e; cd /hackenv/tmp/egel-master; cp -vi lib/*.ego stag 13:45:04 cp: overwrite 'stag/io.ego'? 'lib/fs.ego' -> 'stag/fs.ego' \ 'lib/random.ego' -> 'stag/random.ego' \ 'lib/regex.ego' -> 'stag/regex.ego' 13:45:19 ``` set -e; cd /hackenv/tmp/egel-master/stag; echo $'using System\nusing Math\nusing IO\ndef main = (print "hello, world", 2)' > a0.eg; ./egel io.ego a0.eg 13:45:20 No output. 13:46:12 oh, I think it only loads io.ego, not the second argument 13:49:59 ``` set -e; cd /hackenv/tmp/egel-master/stag; echo $'import "io.ego"\nusing System\nusing Math\nusing IO\ndef main = print(String:unescape"hello\\nworld")' > a0.eg; ./egel a0.eg 13:50:00 hello \ world 13:50:07 ^ that. I've been missing an import statement 13:50:34 ``` set -e; cd /hackenv/tmp/egel-master/stag; echo $'import "io.ego"\nusing System\nusing Math\nusing IO\ndef main = (print "hello\\nworld)"' > a0.eg; ./egel a0.eg 13:50:35 a0.eg:6:1:syntactical:) expected 13:51:15 ``` set -e; cd /hackenv/tmp/egel-master/stag; echo $'import "io.ego"\nusing System\nusing Math\nusing IO\n''def main = print "hello\nworld"' > a0.eg; ./egel a0.eg 13:51:16 hello \ world 13:51:34 ok, now I need a wrapper with a prelude, and install this thing 13:52:40 -!- kritixilithos has joined. 14:05:14 It worked? 14:05:16 Neat. 14:11:55 spruit11: there's still the problem that the interpreter doesn't seem to accept an absolute path for the script filename. I wonder if you could fix that. 14:12:11 ``` set -e; cd /hackenv/tmp/egel-master/stag; echo $'import "io.ego"\nusing System\nusing Math\nusing IO\n''def main = print "hello\nworld"' > a0.eg; ./egel /hackenv/tmp/egel-master/stag/a0.eg 14:12:13 input/output:file "/hackenv/tmp/egel-master/stag/a0.eg" not found 14:13:02 alternately, give a way to take the script from standard input, but without printing the prompts 14:13:07 ``` set -e; cd /hackenv/tmp/egel-master/stag; echo $'import "io.ego"\nusing System\nusing Math\nusing IO\n''def main = print "hello\nworld"' > a0.eg; ./egel ​>> >> >> >> >> >> 14:13:24 ``` set -e; cd /hackenv/tmp/egel-master/stag; echo $'import "io.ego"\nusing System\nusing Math\nusing IO\n''def main = print "hello\nworld"\nmain' > a0.eg; ./egel ​>> >> >> >> >> internal:1:32:syntactical:\ unexpected \ >> 14:13:34 ``` set -e; cd /hackenv/tmp/egel-master/stag; echo $'import "io.ego"\nusing System\nusing Math\nusing IO\n''def main = print "hello\nworld"'$'\nmain' > a0.eg; ./egel ​>> >> >> >> >> >> hello \ world>> 14:28:30 Try ./a0.eg? 14:28:45 I'll look it up. 14:29:23 spruit: ./a0.eg did work, yes. but an absolute path didn't work. 14:30:46 spruit: this is a problem because . is in the search path by default, so you can't just execute scripts with any wd, you risk accidentally running files from the wd, which could be malicious. this is not such a big problmem on HackEso of course. 14:32:08 Oh, right. I'll check 14:32:48 You're correct. Bug. 14:34:55 I assume I only programmed it to look at extensions of paths. I.e., only look in the -I dirs. 14:35:03 See if I can add a clause. 14:35:43 thanks 14:35:58 The code is already there but I commented it out... 14:38:08 Ah, I get it. The .ego files need absolute paths to run a dlopen(). 14:40:40 Hmm, I just removed the comments and everything seems to work anyway? 14:40:43 spruit11: and .eg script files need an absolute path to open(). sure. 14:40:58 I pushed the commit. 14:41:07 Hope it didn't break anything. 14:41:16 Seems to work on my end. 14:41:17 oh wait no, ignore the above one line 14:42:16 -!- egelbot has joined. 14:42:28 egelbot: eval "[X->X]" 1 14:42:28 1 14:42:34 -!- MDude has joined. 14:42:38 That still seems to work too. 14:42:53 You should be fine. *Fingers crossed* 14:44:34 I guess a problem might arise since Egel's -I is different from the path dlopen() uses to search for files. 14:44:42 But it works for now. 14:45:44 thank you 14:46:09 I'll hack a check on '.ego' extensions later. 14:46:23 np 15:19:31 -!- kspalaiologos has quit (Quit: Leaving). 15:32:44 -!- rain1 has joined. 15:54:13 -!- Lord_of_Life_ has joined. 15:55:14 -!- Lord_of_Life has quit (Ping timeout: 240 seconds). 15:57:04 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 16:18:53 -!- kritixilithos has quit (Quit: quit). 16:22:00 -!- imode has joined. 16:58:26 -!- xelxebar_ has joined. 16:59:03 -!- xelxebar has quit (Ping timeout: 240 seconds). 17:06:42 -!- imode has quit (Ping timeout: 265 seconds). 17:08:03 -!- wib_jonas has quit (Remote host closed the connection). 17:14:54 [[Chevron]] M https://esolangs.org/w/index.php?diff=69923&oldid=69922 * Superloach * (+92) add github 17:26:42 -!- LKoen has joined. 17:40:15 [[Rouedeux]] https://esolangs.org/w/index.php?diff=69924&oldid=66632 * Matthew * (+1) 17:40:32 -!- LKoen has quit (Remote host closed the connection). 17:41:03 [[Rouedeux]] https://esolangs.org/w/index.php?diff=69925&oldid=69924 * Matthew * (+1) /* If statement */ 17:42:23 -!- LKoen has joined. 17:49:28 . o O ( Pet peeve: People linking to PDFs on arxiv.org, rather than the abstract. ) 17:51:12 -!- LKoen has quit (Remote host closed the connection). 17:56:27 -!- LKoen has joined. 17:58:52 -!- FreeFull has joined. 18:00:50 -!- LKoen has quit (Remote host closed the connection). 18:05:05 -!- wmww has quit (Ping timeout: 246 seconds). 18:05:38 -!- j-bot has quit (Ping timeout: 240 seconds). 18:06:08 -!- ddmm_ has quit (Ping timeout: 245 seconds). 18:06:22 -!- xylochoron[m] has quit (Ping timeout: 240 seconds). 18:06:52 -!- tswett[m] has quit (Ping timeout: 240 seconds). 18:07:07 -!- haavard has quit (Ping timeout: 265 seconds). 18:09:20 -!- xelxebar_ has quit (Remote host closed the connection). 18:10:57 -!- xelxebar has joined. 18:18:35 -!- rain1 has quit (Quit: Lost terminal). 18:18:46 -!- wmww has joined. 18:20:18 -!- wmww has quit (Read error: Connection timed out). 18:20:39 -!- haavard has joined. 18:21:05 -!- b_jonas has joined. 18:31:32 -!- tswett[m] has joined. 18:31:42 -!- xylochoron[m] has joined. 18:33:02 -!- ddmm_ has joined. 18:42:48 -!- LKoen has joined. 18:46:11 -!- Phantom_Hoover has joined. 18:49:38 -!- wmww has joined. 18:57:07 `olist 1192 18:57:08 olist 1192: shachaf oerjan Sgeo FireFly boily nortti b_jonas 19:46:43 -!- wmww has quit (Quit: killed). 19:46:43 -!- tswett[m] has quit (Quit: killed). 19:46:54 -!- ddmm_ has quit (Quit: killed). 19:46:59 -!- xylochoron[m] has quit (Quit: killed). 19:59:19 [[Brainfuck implementations]] M https://esolangs.org/w/index.php?diff=69926&oldid=67223 * Wright * (+4) Updated my GitHub username 20:20:47 -!- tswett[m] has joined. 20:43:40 [[Special:Log/newusers]] create * WonderedLamb256 * New user account 20:51:25 Does PDF or DjVu allow specifying the first page number in the document? (If so, it doesn't seems to work.) (DVI supports up to ten 32-bit numbers associated with each page; normally the first one is the page number and the restare zero.) 20:57:56 zzo38: PDF definitely does, I think it allows you to specify the page number of each page 20:58:04 [[Chevron]] https://esolangs.org/w/index.php?diff=69927&oldid=69923 * Superloach * (-4558) simplify 20:58:43 zzo38: I think postscript does this only with the EPS-like postscript comments that you use to make individual pages of the postscript viewable, not in postscript code by the way 20:58:50 I don't know about DjVu 20:59:32 -!- 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.”). 21:00:58 zzo38: that said, many PDFs of course don't have the right page numbers. eg. the version of my MSC thesis that you find online has the page numbers shifted by one. 21:04:02 -!- ddmm_ has joined. 21:04:02 -!- xylochoron[m] has joined. 21:04:02 -!- wmww has joined. 21:08:58 -!- TheLie has joined. 21:11:48 That's the case with my PhD thesis as well, because the printed page numbers don't count the cover, but the PDF includes the cover, and hasn't had the numbering corrected. 21:12:57 I think this isn't the PDF I made personally, because the cover was provided separately in the printing company's web thing, I think this PDF came out of their system. 21:13:24 How can I adjust the page numbers of a PDF? 21:13:27 In my case I can only blame myself for this, I made the PDF 21:13:52 zzo38: I don't know sadly 21:15:32 Well, I did make the printed numbers, I could've set those up properly. I didn't do the thing where the front matter is numbered with lowercase Roman numerals either. 21:16:07 You mention "the EPS-like postscript comments that you use to make individual pages of the postscript viewable", which I am guessing means DSC. I don't use DSC myself, because I use PostScript only as a programming language and not as a document storage format. Still I would think it to be sometimes useful to specify (depending on the output format), possibly by adding an entry named /PageNumber to the page device dictionary for this pur 21:16:07 -!- egelbot has quit (Read error: Connection reset by peer). 21:16:49 -!- egelbot has joined. 21:39:44 [[XENBLN]] M https://esolangs.org/w/index.php?diff=69928&oldid=69921 * PythonshellDebugwindow * (+70) /* Examples */ 22:05:06 fungot, have you ever mowed the lawn on a golf court or raked the pebbles in a castle garden? 22:05:06 b_jonas: i include the time zone in the date that it records ( actually the sign at the current rate everyone but the implementations that you'd usually use a calculator... 22:37:42 fungot, would you like some tea? 22:37:42 b_jonas: or just about anything can be disconnected from with fnord. i rarely do. i think he is 23:09:08 -!- Phantom_Hoover has quit (Read error: Connection reset by peer). 23:22:38 -!- TheLie has quit (Remote host closed the connection). 23:28:15 fizzie: Did you ever submit anything to Arxiv? I am a bit tempted to place my last musings there but it might be too lightweight. 23:28:42 I'll have another look at it. Maybe it's not so bad. 23:35:14 [[Harp]] https://esolangs.org/w/index.php?diff=69929&oldid=42665 * Rdococ * (-2341) old and bad language of mine, wouldn't want the name to go to waste 23:35:37 [[User:Rdococ]] M https://esolangs.org/w/index.php?diff=69930&oldid=69746 * Rdococ * (-18) 23:36:53 spruit11: I haven't submitted them, but preprints of two of my research articles are on arXiv as a coauthor submitted them there. 23:36:57 [[Upsilon]] https://esolangs.org/w/index.php?diff=69931&oldid=51699 * Rdococ * (-3492) another bad language with a good name 23:37:22 [[User:Rdococ]] https://esolangs.org/w/index.php?diff=69932&oldid=69930 * Rdococ * (-73) 23:39:40 [[Mindscrew]] https://esolangs.org/w/index.php?diff=69933&oldid=52877 * Rdococ * (-5142) Redirected page to [[Brainfuck]] 23:40:00 [[User:Rdococ]] M https://esolangs.org/w/index.php?diff=69934&oldid=69932 * Rdococ * (-160) 23:40:38 Ah, right. Scientists abound. 23:40:49 b_jonas: Nice. 23:41:10 Maybe I'll try to figure out how this all works. 23:49:00 -!- Hooloovo0 has quit (Quit: Temporarily refracted into a free-standing prism.). 23:49:16 -!- Hooloovo0 has joined.