00:14:09 [[Affine Mess]] N https://esolangs.org/w/index.php?oldid=75431 * Caenbe * (+1147) Created the page 00:22:00 -!- atslash has quit (Quit: This computer has gone to sleep). 01:33:25 -!- adu has quit (Quit: adu). 01:36:29 -!- sprocklem has quit (Ping timeout: 244 seconds). 01:37:34 -!- sprocklem has joined. 01:43:46 Meh, Heavpoot undid all changes to the !lyricly☭demote☭establish☭communism! page? 01:47:23 [[!lyriclydemoteestablishcommunism!]] https://esolangs.org/w/index.php?diff=75432&oldid=75378 * Int-e * (+32) Undo revision 75378 by [[Special:Contributions/Heavpoot|Heavpoot]] ([[User talk:Heavpoot|talk]]) -- reinstate cosmetic edits and category updates. Please respect the community! 01:57:45 [[Synced]] https://esolangs.org/w/index.php?diff=75433&oldid=75427 * ZippyMagician * (-240) Update comp class 02:04:38 -!- MDead has joined. 02:05:40 -!- atslash has joined. 02:05:40 -!- atslash has quit (Client Quit). 02:07:25 -!- MDude has quit (Ping timeout: 264 seconds). 02:07:33 -!- MDead has changed nick to MDude. 02:07:39 -!- MDude has quit (Client Quit). 02:09:07 -!- atslash has joined. 02:13:54 -!- atslash has quit (Ping timeout: 240 seconds). 02:43:57 [[Affine Mess]] M https://esolangs.org/w/index.php?diff=75434&oldid=75431 * Caenbe * (+0) Small typo. r-z is 9 bits. 02:51:36 [[Synced]] M https://esolangs.org/w/index.php?diff=75435&oldid=75433 * ZippyMagician * (-6) Whoops, wrong comp class 02:53:14 [[Synced]] M https://esolangs.org/w/index.php?diff=75436&oldid=75435 * ZippyMagician * (+8) Clarify memsys 03:14:51 [[Special:Log/newusers]] create * Bangyen * New user account 03:16:56 [[User:ZippyMagician/Ideas]] N https://esolangs.org/w/index.php?oldid=75437 * ZippyMagician * (+1683) First version 03:18:11 [[User:ZippyMagician]] M https://esolangs.org/w/index.php?diff=75438&oldid=75418 * ZippyMagician * (+82) Add link to ideas page 03:21:48 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=75439&oldid=75411 * Bangyen * (+196) /* Introductions */ 03:23:10 -!- craigo has quit (Ping timeout: 246 seconds). 03:23:53 -!- hakatashi has joined. 03:24:51 -!- hakatashi3 has joined. 03:26:44 -!- diginet_ has joined. 03:27:29 -!- diginet has quit (Read error: Connection reset by peer). 03:27:36 -!- diginet_ has changed nick to diginet. 03:27:38 -!- hakatashi2 has quit (Ping timeout: 260 seconds). 03:28:34 -!- hakatashi has quit (Ping timeout: 260 seconds). 04:21:03 [[Q 1.0]] https://esolangs.org/w/index.php?diff=75440&oldid=75426 * Emerald * (+49) New sever 04:32:07 [[Factor]] N https://esolangs.org/w/index.php?oldid=75441 * Bangyen * (+2792) Created page with "{{infobox proglang |name=Factor |paradigms=Imperative |author=Bangyen Pham |year=[[:Category:2020|2020]] |memsys=[[:Category:Cell-based|Cell-based]] |dimensions=One-dimensiona..." 04:32:42 [[Factor]] https://esolangs.org/w/index.php?diff=75442&oldid=75441 * Bangyen * (-1) 04:35:38 [[Factor]] https://esolangs.org/w/index.php?diff=75443&oldid=75442 * Bangyen * (-1) 04:38:12 [[List of ideas]] https://esolangs.org/w/index.php?diff=75444&oldid=72054 * Bangyen * (+14) /* Mathematics */ 04:47:42 [[User:Bangyen]] N https://esolangs.org/w/index.php?oldid=75445 * Bangyen * (+108) Created page with "'''Bangyen Pham''' is the creator of [[Factor]]. ==External Resources== [https://github.com/bangyen Github]" 04:48:53 [[Q 1.0]] https://esolangs.org/w/index.php?diff=75446&oldid=75440 * Emerald * (+31) 04:53:18 [[Factor]] https://esolangs.org/w/index.php?diff=75447&oldid=75443 * Bangyen * (+221) 05:07:49 -!- brj has quit (Ping timeout: 246 seconds). 05:10:10 -!- brj has joined. 05:16:44 Now I get POLLIN revents on fd 0, and read still blocks. Exciting. 05:18:20 ahhh... ahhh... ACHI/O 05:23:01 Use select() if you need to, I suppose 05:28:33 -!- arseniiv has joined. 05:28:41 zzo38: I'm using poll which does the same thing. 05:29:13 It's reporting that there's something to read on fd 0, but then read blocks. 05:29:14 -!- brj has quit (Ping timeout: 240 seconds). 05:31:37 It might only work properly in noncanonical mode; I remember once doing something with that, and I think that is what I did to make it work. 05:34:33 I think there must be some way to do it, but unfortunately I don't know exactly what way it is. 05:34:49 (But if nothing else works, then I suppose you can use a pipe.) 05:45:56 Did you try noncanonical mode to see if that works? 05:47:33 I didn't. 05:47:54 Part of what's going on is that I'm running a child process and that process is being stopped. 05:48:09 So I'd have to detect that and switch modes back and forth, I suppose. 05:48:16 Maybe I'll just not worry about it. 05:49:53 Maybe the child process being stopped is what is doing something with it? 05:50:15 I don't really know exactly what you are doing, anyways 05:50:40 I'm not exactly sure what this program is but I suppose it's a sort of debugger. 06:00:36 The man page for epoll suggests that it should be possible with a terminal in canonical mode to read/write until EAGAIN. 06:01:00 Maybe there is a bug in the system? I don't know. 06:02:22 OK, maybe I just need to use canonical mode. 06:02:45 I didn't notice that bit. 06:56:14 -!- nfd9001 has joined. 07:07:50 -!- TheLie has joined. 07:47:54 -!- imode has quit (Ping timeout: 272 seconds). 08:02:21 [[ASCII art]] https://esolangs.org/w/index.php?diff=75448&oldid=74891 * Bangyen * (+96) 08:05:36 [[Factor]] https://esolangs.org/w/index.php?diff=75449&oldid=75447 * Bangyen * (-13) 08:25:04 -!- TheLie has quit (Remote host closed the connection). 08:30:20 [[Techno]] N https://esolangs.org/w/index.php?oldid=75450 * Keymaker * (+2167) A sort of DIY OISC. 08:31:09 [[User:Keymaker]] https://esolangs.org/w/index.php?diff=75451&oldid=70459 * Keymaker * (+69) Added Techno. 08:32:25 [[Emblia]] https://esolangs.org/w/index.php?diff=75452&oldid=73332 * Keymaker * (+19) Category 08:46:14 zzo38: Oh, I think I see what was going on. 08:48:37 unix terminal job control? 08:49:39 Something like that. 08:49:44 -!- b_jonas has quit (Quit: leaving). 08:49:48 I guess it's SIGTTIN. 09:14:59 I'm pretty confusilated by how all this works. 09:21:44 I do understand why it was behaving differently under strace, at least. 09:23:53 [[Factor]] https://esolangs.org/w/index.php?diff=75453&oldid=75449 * Bangyen * (+1) 09:25:25 -!- ArthurStrong has quit (Ping timeout: 264 seconds). 09:26:25 -!- ArthurStrong has joined. 09:39:35 meh, how does one finde the requisite data for the bonus challenge at http://www.research.ibm.com/haifa/ponderthis/challenges/July2020.html 09:42:51 [[Emblia]] https://esolangs.org/w/index.php?diff=75454&oldid=75452 * Keymaker * (+1075) Translating into Natyre. 09:45:06 [[Natyre]] https://esolangs.org/w/index.php?diff=75455&oldid=53028 * Keymaker * (+19) OISC category. 09:57:19 int-e: They took a lot creative liberty with the Hebrew spellings, so probably you just make something up. 09:58:14 shachaf: The bonus question asks for a real alphabet. 09:58:52 For the challenge itself, yes, you can make the alphabet up completely. 09:59:46 "real" includes conlangs and fictional languages, but presumably not ones that were invented this month ;) 09:59:54 Sure, but I mean that even with a "real" alphabet they chose spellings kind of arbitrarily. 10:00:34 If they allowed that it would make the bonus question pointless. 10:00:49 -!- sprocklem has quit (Ping timeout: 264 seconds). 10:00:58 You could just submit the "Hebrew" spelling that they used as an example. 10:02:07 -!- sprocklem has joined. 10:06:03 Oh, I see. 10:06:07 The example satisfies their constraint. 10:06:11 OK, never mind. 10:10:07 -!- Lord_of_Life has quit (Read error: Connection reset by peer). 10:11:36 -!- Lord_of_Life has joined. 10:16:27 -!- impomatic has joined. 10:20:27 -!- MDude has joined. 10:35:13 -!- Lord_of_Life_ has joined. 10:36:04 -!- Lord_of_Life has quit (Ping timeout: 258 seconds). 10:36:33 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 10:46:29 -!- wib_jonas has joined. 10:46:55 -!- nfd9001 has quit (Ping timeout: 265 seconds). 10:48:47 " int-e: They took a lot creative liberty with the Hebrew spellings, so probably you just make something up." => it doesn't look like that to me. https://en.wikipedia.org/wiki/Hebrew_alphabet#Alphabet_2 indicates that they are all normal spellings, in particular pe is spelled out with either an alif or a he. 10:49:20 They put vowels in some of the letters and not others, seemingly arbitrarily. 10:49:33 shachaf: they put vowels for long vowels like hebrew usually does 10:50:11 admittedly letter names in many alphabets often have multiple spellings because people mostly use them in speech 10:50:41 What makes it be "LMD" and "TAV"? 10:51:28 shcahaf: oh, the TAV might be cheating, I didn't pay attention to that 10:51:31 then you're right, sorry 10:51:48 and so is the VAV 10:52:06 ok, you're absolutely right, that is cheating unless it's just a typo and the correct spellings give the right sequence 10:52:20 they do say "(Here some of the letters are spelled somewhat irregularly.)" 10:52:34 I think the point is that they're cheating. 10:53:20 different topic: 10:53:32 Ron Graham, mathematician and juggler, author of Concrete Mathematics, has passed away on 2020-07-06. Rest in peace. 10:54:08 "mathematician and juggler" 10:54:33 That's the book that looks like it's made out of concrete, right? 10:54:33 yes, those are the two things he was famous for 10:55:02 fizzie: no, you're thinking of doorstopper fantasy series 10:55:25 I would link the relevant article from TvTropes but I'd rather not during work time 10:55:26 Graham :( 10:56:29 wib_jonas: Conc. Math in some editions has a Σ etched in concrete at its cover :) 10:56:33 Concrete Mathematics and generatingfunctionology are two coursebooks I remember the covers of. 10:57:11 arseniiv: hmm. let me look up, I think I've only seen one old English edition 10:57:18 once, long ago 10:57:27 I've never seen a recent edition in original English 10:57:52 https://amazon.co.uk/Concrete-Mathematics-Foundation-Computer-Science/dp/0201558025/ has the cover I remember. 10:58:07 ok, it does look like a Sigma etched into some rough surface 10:58:43 On the other hand, generatingfunctionology I probably just remember because of the all-lowercase spelling of the funny name. 11:10:03 https://www.omniglot.com/writing/alphabets.htm is the best source I have so far, and it's not consistent enough to be convenient. 11:11:54 And many languages are useless. In german, the letters officially stand for themselves, so the game is the identity transformation. 11:11:56 int-e: again, that's because spelling out the names of letters is usually not standardized. I remember a discussion on whether the greek letter xi should be spelled "xí" or "kszí" in Hungarian. 11:12:07 Oh sure. 11:12:26 There are some notable exceptions like greek. 11:12:29 you should try one of the many telephone alphabets instead 11:12:46 there are a lot of those 11:13:16 uh. why did I dismiss that idea... 11:13:30 https://en.wikipedia.org/wiki/Spelling_alphabet lists a ton of radio/telephone alphabets just for English 11:16:44 there are also like three telephone alphabets for Hungarian, with mostly given names as the letter names, but lots of variants because some of the less common letters really don't have good given names to work with 11:16:51 They're unlikely to work, but at least they're easy to find. 11:19:16 you can tell there are a lot of variants because I telephone-spell out my last name differently from my parents, despite that the spelling is the same 11:26:01 The question states the alphabet can be invented, so the spellings don't have to be real 11:26:51 Wait, I missed that you were talking about the bonus question 11:35:12 -!- kspalaiologos has joined. 11:36:06 -!- impomatic has quit (Quit: impomatic). 11:36:21 -!- impomatic has joined. 11:37:28 [[Synced]] M https://esolangs.org/w/index.php?diff=75456&oldid=75436 * PythonshellDebugwindow * (-12) cat 11:40:11 [[Factor]] M https://esolangs.org/w/index.php?diff=75457&oldid=75453 * PythonshellDebugwindow * (+45) langs + rm unusable 11:40:37 -!- impomatic has quit (Client Quit). 11:40:52 -!- impomatic has joined. 11:41:19 [[Natyre]] M https://esolangs.org/w/index.php?diff=75458&oldid=75455 * PythonshellDebugwindow * (+1) link + pipe 11:42:02 [[Techno]] M https://esolangs.org/w/index.php?diff=75459&oldid=75450 * PythonshellDebugwindow * (+6) 11:42:37 -!- ArthurStrong has quit (Quit: leaving). 11:43:21 [[Affine Mess]] M https://esolangs.org/w/index.php?diff=75460&oldid=75434 * PythonshellDebugwindow * (+69) /* Interpreter */ cats 11:47:39 wib_jonas: "usually not standardized" may indeed be the problem 11:48:53 [[Number Seventy-Four]] M https://esolangs.org/w/index.php?diff=75461&oldid=75429 * PythonshellDebugwindow * (+661) 11:49:04 (found a candidate that I hate but expect to get away with) 11:49:51 [[Number Seventy-Four]] M https://esolangs.org/w/index.php?diff=75462&oldid=75461 * PythonshellDebugwindow * (+53) /* Memory */ 11:50:12 [[Number Seventy-Four]] M https://esolangs.org/w/index.php?diff=75463&oldid=75462 * PythonshellDebugwindow * (-4) /* Commands */ 11:50:43 [[Language list]] M https://esolangs.org/w/index.php?diff=75464&oldid=75420 * PythonshellDebugwindow * (+26) /* N */ +[[Number Seventy-Four]] 11:51:26 [[User:PythonshellDebugwindow]] M https://esolangs.org/w/index.php?diff=75465&oldid=75391 * PythonshellDebugwindow * (+61) /* Languages */ 11:57:08 [[Vitsy]] M https://esolangs.org/w/index.php?diff=75466&oldid=70567 * PythonshellDebugwindow * (-56) cats + I want to know if external or not 11:57:26 -!- sprocklem has quit (Ping timeout: 272 seconds). 11:57:33 [[Vitsy]] M https://esolangs.org/w/index.php?diff=75467&oldid=75466 * PythonshellDebugwindow * (+2) b 12:03:49 -!- sprocklem has joined. 12:11:52 [[Talk:Techno]] N https://esolangs.org/w/index.php?oldid=75468 * Ais523 * (+1400) an alternative TCness proof, based on [[Tip]] 12:15:11 [[Tip]] https://esolangs.org/w/index.php?diff=75469&oldid=63529 * Ais523 * (+20) /* Specification */ a halt command special case that was useful in practice: 1/0= when the other commands are rationals expressed as ratios of integers 12:18:26 [[Talk:Techno]] https://esolangs.org/w/index.php?diff=75470&oldid=75468 * Ais523 * (+515) and with nothing hardcoded 12:19:30 [[PlusOrMinus]] M https://esolangs.org/w/index.php?diff=75471&oldid=73361 * PythonshellDebugwindow * (+45) 12:20:33 [[PlusOrMinus]] M https://esolangs.org/w/index.php?diff=75472&oldid=75471 * PythonshellDebugwindow * (-21) /* Commands */ 12:21:18 -!- craigo has joined. 12:31:06 -!- impomatic has quit (Quit: impomatic). 12:31:19 -!- impomatic has joined. 12:35:37 -!- impomatic has quit (Client Quit). 12:35:53 -!- impomatic has joined. 13:23:37 -!- sprocklem has quit (Ping timeout: 264 seconds). 13:24:06 -!- sprocklem has joined. 13:46:09 -!- impomatic has quit (Quit: impomatic). 13:46:30 -!- impomatic has joined. 13:48:01 -!- ArthurStrong has joined. 13:50:54 -!- impomatic has quit (Client Quit). 13:51:10 -!- impomatic has joined. 13:58:37 [[User:ZippyMagician/Ideas]] https://esolangs.org/w/index.php?diff=75473&oldid=75437 * ZippyMagician * (+496) Add new language 14:11:43 [[User:ZippyMagician/Ideas]] https://esolangs.org/w/index.php?diff=75474&oldid=75473 * ZippyMagician * (+75) Additional Example 14:11:50 [[Emblia]] M https://esolangs.org/w/index.php?diff=75475&oldid=75454 * PythonshellDebugwindow * (-9) the pipe is null 14:18:22 [[User:ZippyMagician/Ideas]] https://esolangs.org/w/index.php?diff=75476&oldid=75474 * ZippyMagician * (+507) Info 14:41:07 -!- impomatic has quit (Quit: impomatic). 14:41:20 -!- impomatic has joined. 14:45:38 -!- impomatic has quit (Client Quit). 14:45:53 -!- impomatic has joined. 14:46:44 -!- wib_jonas has quit (Quit: Connection closed). 15:20:06 -!- Arcorann has quit (Read error: Connection reset by peer). 15:31:06 -!- impomatic has quit (Quit: impomatic). 15:31:20 -!- impomatic has joined. 15:35:37 -!- impomatic has quit (Client Quit). 15:35:56 -!- impomatic has joined. 15:40:46 [[User:Osmarks]] M https://esolangs.org/w/index.php?diff=75477&oldid=74470 * Osmarks * (+0) 15:41:40 [[Special:Log/move]] move * Emerald * moved [[Q 1.0]] to [[Qu 1.0]]: Too similar to others 15:42:31 wib_jonas: b_jonas: int-e: on "xí" and "kszí". Oh :D but surely there is a set of variants deemed far righter than other alternatives? Like in Russian you can call β “бета” (the most used in edited literature), with a lot of reluctance “бэта” (that would be more phonetic if the alphabet would always be used as a phonetic one), but “бэтта” would be a clear sign of incompetence. On the other hand, for λ one has literary “ 15:42:31 лямбда” and “ламбда” (the second would be marked for me, I’ve seen it far less; one example is a translation of Barendregt’s λ-calculus monograph) and maybe even “ламда” (all three have their own merit etymologically) and I don’t remember its name being written in a silly way compared to β. Also as may be expected many letters’ names leave no room for accidental misspellings, like π 16:00:08 [[User:Osmarks/Nonexistent Page]] N https://esolangs.org/w/index.php?oldid=75480 * Osmarks * (+1183) Created page with "This page does not exist yet. You can create it via typing in the box below (see the [[Esolang:Help|help page]] for more information). (If you don't want to create the page, j..." 16:02:25 [[StackStacks]] M https://esolangs.org/w/index.php?diff=75481&oldid=51991 * PythonshellDebugwindow * (+23) /* Turing completeness */ 16:03:34 [[Computational class]] M https://esolangs.org/w/index.php?diff=75482&oldid=71785 * PythonshellDebugwindow * (+16) /* Turing-completeness */ unread 16:04:09 [[User:Osmarks/Tpltest]] N https://esolangs.org/w/index.php?oldid=75483 * Osmarks * (+26) Created page with "{{:User:Osmarks/Tpltest2}}" 16:04:18 [[User:Osmarks/Tpltest2]] N https://esolangs.org/w/index.php?oldid=75484 * Osmarks * (+24) Created page with "{{:User:Osmarks/Tpltest}" 16:04:22 [[((?)?)?]] M https://esolangs.org/w/index.php?diff=75485&oldid=74212 * PythonshellDebugwindow * (+4) /* Memory Structure */ 16:04:27 [[User:Osmarks/Tpltest2]] https://esolangs.org/w/index.php?diff=75486&oldid=75484 * Osmarks * (+1) 16:04:52 [[((?)?)?]] M https://esolangs.org/w/index.php?diff=75487&oldid=75485 * PythonshellDebugwindow * (+1) /* Code snipets */ tipos 16:05:12 [[((?)?)?]] M https://esolangs.org/w/index.php?diff=75488&oldid=75487 * PythonshellDebugwindow * (+4) link to/* Cat */ 16:05:31 [[User:Emerald]] https://esolangs.org/w/index.php?diff=75489&oldid=73212 * Emerald * (+216) 16:07:04 [[Esolang:Sandbox]] M https://esolangs.org/w/index.php?diff=75490&oldid=75293 * PythonshellDebugwindow * (+133) 16:07:36 [[Esolang:Sandbox]] M https://esolangs.org/w/index.php?diff=75491&oldid=75490 * PythonshellDebugwindow * (+17) 16:46:19 [[Qu 1.0]] https://esolangs.org/w/index.php?diff=75492&oldid=75478 * Emerald * (+0) 16:59:42 [[User talk:Truttle1]] https://esolangs.org/w/index.php?diff=75493&oldid=73176 * Emerald * (+408) /* I would not be here if not for you. :) */ new section 16:59:43 -!- nfd9001 has joined. 17:04:28 [[User:Emerald]] https://esolangs.org/w/index.php?diff=75494&oldid=75489 * Emerald * (+375) 17:13:08 [[User:ZippyMagician/Ideas]] https://esolangs.org/w/index.php?diff=75495&oldid=75476 * ZippyMagician * (+205) 17:14:11 -!- Emerald has joined. 17:14:54 Has anyone been in the esolangs server also in the community portal page? 17:17:21 No one? 17:20:43 -!- nfd has joined. 17:20:53 Hi. 17:23:39 [[User:ZippyMagician/Ideas]] https://esolangs.org/w/index.php?diff=75496&oldid=75495 * ZippyMagician * (+192) Add examples 17:24:13 -!- nfd9001 has quit (Ping timeout: 264 seconds). 17:26:13 [[User:ZippyMagician/Ideas]] https://esolangs.org/w/index.php?diff=75497&oldid=75496 * ZippyMagician * (+132) Clarification 17:28:44 [[User:Emerald]] https://esolangs.org/w/index.php?diff=75498&oldid=75494 * Emerald * (-180) /* Ideas */ 17:30:28 [[User:Emerald/ideas]] N https://esolangs.org/w/index.php?oldid=75499 * Emerald * (+108) Created page with "* [https://docs.google.com/document/d/1-HVO6dL1yBiRLJp3_7SecD4zjP0ihx0jFGDl2yUTKx4/edit|this] as an Esolang." 17:30:30 -!- Emerald has quit (Ping timeout: 245 seconds). 17:31:14 -!- spruit11 has quit (Quit: Lost terminal). 17:31:53 -!- spruit11 has joined. 17:34:12 -!- Cale has quit (Ping timeout: 244 seconds). 17:37:26 -!- nfd has quit (Ping timeout: 256 seconds). 17:39:19 [[User:ZippyMagician/Ideas]] https://esolangs.org/w/index.php?diff=75500&oldid=75497 * ZippyMagician * (+0) /* Hello World */ 17:46:30 -!- Cale has joined. 18:00:05 [[User:ZippyMagician/Ideas]] https://esolangs.org/w/index.php?diff=75501&oldid=75500 * ZippyMagician * (+827) Add Atom basic syntax 18:04:49 [[Special:Log/newusers]] create * Tanmay * New user account 18:10:57 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=75502&oldid=75439 * Tanmay * (+210) /* Introductions */ 18:21:54 [[Talk:BF-ASM:8]] https://esolangs.org/w/index.php?diff=75503&oldid=75262 * DmilkaSTD * (-1933) Blanked the page 18:22:32 [[BF-ASM:8]] M https://esolangs.org/w/index.php?diff=75504&oldid=75322 * DmilkaSTD * (-4478) Replaced content with "'''BF-ASM:8''' is an esoteric programming language made to be compiled to [[brainfuck]] [[Category:Languages]] [[Category:Cell-based]] [[Category:2020]] Category:Unimple..." 18:24:08 [[BF-ASM:8]] M https://esolangs.org/w/index.php?diff=75505&oldid=75504 * DmilkaSTD * (+11) I said that really early 18:24:22 [[BF-ASM:8]] https://esolangs.org/w/index.php?diff=75506&oldid=75505 * DmilkaSTD * (+0) 18:40:13 [[User:Emerald/ideas]] M https://esolangs.org/w/index.php?diff=75507&oldid=75499 * PythonshellDebugwindow * (+0) fix link 18:44:17 [[Etcha]] M https://esolangs.org/w/index.php?diff=75508&oldid=74749 * PythonshellDebugwindow * (+137) /* Instructions */ wikitablify 18:44:40 [[Etcha]] M https://esolangs.org/w/index.php?diff=75509&oldid=75508 * PythonshellDebugwindow * (+3) /* Instructions */ 18:45:57 [[BF-ASM:8]] https://esolangs.org/w/index.php?diff=75510&oldid=75506 * DmilkaSTD * (+248) 18:53:44 [[User:DmilkaSTD]] https://esolangs.org/w/index.php?diff=75511&oldid=75335 * DmilkaSTD * (+78) 19:03:36 -!- Camto[m] has joined. 19:22:18 [[User:DmilkaSTD]] https://esolangs.org/w/index.php?diff=75512&oldid=75511 * DmilkaSTD * (+1) 19:24:34 Wow if that's not a page banner 19:29:50 -!- kspalaiologos has quit (Quit: Leaving). 19:40:35 -!- rain1 has quit (Remote host closed the connection). 19:51:49 [[User:ZippyMagician/Ideas]] https://esolangs.org/w/index.php?diff=75513&oldid=75501 * ZippyMagician * (+209) Update Syntax 19:57:06 [[User:ZippyMagician/Ideas]] https://esolangs.org/w/index.php?diff=75514&oldid=75513 * ZippyMagician * (+541) Update 20:13:28 -!- b_jonas has joined. 20:14:00 [[User:Emerald/E Awards]] N https://esolangs.org/w/index.php?oldid=75515 * Emerald * (+614) EA GAMES 20:15:39 [[User:Emerald]] https://esolangs.org/w/index.php?diff=75516&oldid=75498 * Emerald * (+41) /* Ideas */ 20:15:57 -!- unrooted has joined. 20:16:25 -!- unrooted has quit (Remote host closed the connection). 20:16:33 -!- unrooted has joined. 20:17:39 Now I added a command in TeXnicard to import pictures into the card database. Hopefully, someone who is able to help can help with making rendering templates for Magic: the Gathering and/or whatever other card games you might do; I think the software is enough to start doing such thing at least, even if it is not yet completed. 20:18:25 -!- unrooted has quit (Client Quit). 20:28:23 @ask rain1 do you know how could one take a square root of a cyclotomic x ∈ Q_n, finding the result in some Q_{kn}? Can’t find anything more than formulas for x ∈ Z 20:28:23 Consider it noted. 20:32:20 arseniiv: yeah, I think "lamda" vs "lambda" even came up some time earlier on #esoteric 20:36:10 `? password 20:36:13 The password of the month is still up for grabs. 20:39:18 arseniiv: I don't know which one is more correct, because I don't know any definitive authority for this, plus authorities can differ. "kszí" is used a lot for xi, but I prefer "xí" because the first letter of the name is obviously the same as the name itself and that one is usually transcribed as "x". similarly I prefer "zéta" over "dzéta". this doesn't solve "lambda" vs "lamda", there I don't know 20:39:24 enough details about the etymology to determine which one is better. 20:40:09 the can also differ between whether you're talking about the letter as used in ancient greek, the letter as used in modern greek, or the letter as used for technical symbols such as in mathematical formulas or names of nearby stars 20:40:12 i always take it as lambda (maybe because of my native language, who knows) until i saw ramda.js which i always write wrong 20:41:30 the can also differ between whether you're talking about the letter as used in ancient greek, the letter as used in modern greek, or the letter as used for technical symbols such as in mathematical formulas or names of nearby stars => yeah 20:45:33 [[Your Time Is Up]] N https://esolangs.org/w/index.php?oldid=75517 * PythonshellDebugwindow * (+2187) Created page with "'''Your Time Is Up''' is a [[string]]-[[rewriting]] esolang by [[User:PythonshellDebugwindow]]. ==Syntax and Semantics== Programs in Your Time Is Up are in binary, composed e..." 20:46:23 [[Language list]] M https://esolangs.org/w/index.php?diff=75518&oldid=75464 * PythonshellDebugwindow * (+22) /* Y */ +[[Your Time Is Up]] 20:47:15 [[User:PythonshellDebugwindow]] M https://esolangs.org/w/index.php?diff=75519&oldid=75465 * PythonshellDebugwindow * (+91) /* Languages */ 20:50:01 -!- opticnerve has joined. 20:51:04 [[User:Emerald/E Awards]] https://esolangs.org/w/index.php?diff=75520&oldid=75515 * Emerald * (+24) /* July 2020 (1st half) */ 20:51:43 [[User:Emerald/E Awards]] https://esolangs.org/w/index.php?diff=75521&oldid=75520 * Emerald * (-24) /* July 2020 (1st half) */ 20:53:32 -!- opticnerve has quit (Client Quit). 21:35:50 [[User:ZippyMagician/Ideas]] https://esolangs.org/w/index.php?diff=75522&oldid=75514 * ZippyMagician * (+143) Additional 21:41:13 -!- impomatic has quit (Quit: impomatic). 21:41:30 -!- impomatic has joined. 21:41:57 [[User:ZippyMagician/Ideas]] M https://esolangs.org/w/index.php?diff=75523&oldid=75522 * ZippyMagician * (+8) change 21:45:37 -!- impomatic has quit (Client Quit). 21:45:56 -!- impomatic has joined. 21:56:24 -!- Camto[m] has left ("User left"). 22:02:53 [[User:ZippyMagician/Ideas]] https://esolangs.org/w/index.php?diff=75524&oldid=75523 * ZippyMagician * (+1376) Brainfuck interpreter? 22:03:49 -!- arseniiv has quit (Ping timeout: 264 seconds). 22:03:55 [[User:ZippyMagician/Ideas]] https://esolangs.org/w/index.php?diff=75525&oldid=75524 * ZippyMagician * (+154) Update 22:10:56 [[User:ZippyMagician/Ideas]] https://esolangs.org/w/index.php?diff=75526&oldid=75525 * ZippyMagician * (-375) Make smaller 22:19:18 [[User:ZippyMagician/Ideas]] https://esolangs.org/w/index.php?diff=75527&oldid=75526 * ZippyMagician * (-4) Whoops 22:26:54 [[Talk:Techno]] https://esolangs.org/w/index.php?diff=75528&oldid=75470 * Keymaker * (+148) 22:32:17 [[Techno]] https://esolangs.org/w/index.php?diff=75529&oldid=75459 * Keymaker * (+97) Link alternative proof. 22:35:19 -!- Lord_of_Life_ has joined. 22:35:58 -!- atslash has joined. 22:38:00 -!- Lord_of_Life has quit (Ping timeout: 256 seconds). 22:38:00 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 22:47:49 -!- ProofTechnique has quit (Ping timeout: 244 seconds). 22:48:37 -!- dnm has quit (Ping timeout: 260 seconds). 22:50:47 -!- ocharles has quit (Ping timeout: 240 seconds). 22:50:53 -!- glowcoil has quit (Ping timeout: 256 seconds). 22:51:07 -!- dog_star has quit (Ping timeout: 240 seconds). 22:51:18 -!- mich181189 has quit (Ping timeout: 258 seconds). 22:51:32 -!- pikhq has quit (Ping timeout: 260 seconds). 22:51:57 -!- j4cbo has quit (Ping timeout: 272 seconds). 22:52:34 -!- ^[_ has quit (Ping timeout: 244 seconds). 23:12:26 [[Thue]] M https://esolangs.org/w/index.php?diff=75530&oldid=73284 * PythonshellDebugwindow * (+4) The link 23:13:38 -!- Arcorann has joined. 23:44:17 [[Edition]] M https://esolangs.org/w/index.php?diff=75531&oldid=68252 * PythonshellDebugwindow * (+104) Cats and ore and hold 23:45:20 [[Edition]] M https://esolangs.org/w/index.php?diff=75532&oldid=75531 * PythonshellDebugwindow * (-6) Rm nl 23:45:34 [[Edition]] M https://esolangs.org/w/index.php?diff=75533&oldid=75532 * PythonshellDebugwindow * (-1) More 23:47:10 [[Language list]] M https://esolangs.org/w/index.php?diff=75534&oldid=75518 * PythonshellDebugwindow * (+14) /* E */ add As Lang 23:48:40 [[Esolang:Site support]] M https://esolangs.org/w/index.php?diff=75535&oldid=22645 * PythonshellDebugwindow * (+16) Link 23:48:56 [[Esolang:Site support]] M https://esolangs.org/w/index.php?diff=75536&oldid=75535 * PythonshellDebugwindow * (+0) S 23:49:39 [[Esolang Playground]] M https://esolangs.org/w/index.php?diff=75537&oldid=72178 * PythonshellDebugwindow * (+0) Count