00:22:27 [[SolboScript]] M https://esolangs.org/w/index.php?diff=92238&oldid=92222 * Kaveh Yousefi * (+11) Completed the syntax of the BWEEE command which lacked the usual (variable) portion. 00:46:45 [[Category:Brainfuck equivalents]] M https://esolangs.org/w/index.php?diff=92239&oldid=89555 * PythonshellDebugwindow * (+1) facilites -> facilities 00:57:39 -!- kitbot has joined. 01:08:43 -!- kitbot has quit (Remote host closed the connection). 01:09:01 -!- kitbot has joined. 01:10:37 -!- kitbot has quit (Remote host closed the connection). 01:11:12 -!- kitbot2 has joined. 01:11:13 -!- kitbot has joined. 01:11:49 -!- kitbot2 has quit (Remote host closed the connection). 01:21:30 [[Talk:Yoctostack]] N https://esolangs.org/w/index.php?oldid=92240 * Salpynx * (+721) /* Branching */ new section 01:21:32 [[Talk:TinyBF]] M https://esolangs.org/w/index.php?diff=92241&oldid=92237 * PythonshellDebugwindow * (+431) /* Category Brainfuck_equivalents */ reply 01:22:36 -!- salpynx has quit (Quit: Client closed). 01:23:05 [[TinyBF]] M https://esolangs.org/w/index.php?diff=92242&oldid=92193 * PythonshellDebugwindow * (+35) equivalent 01:23:37 [[PocketBF]] M https://esolangs.org/w/index.php?diff=92243&oldid=92220 * PythonshellDebugwindow * (+35) yes it is 01:24:23 [[InstructionPointerBF]] M https://esolangs.org/w/index.php?diff=92244&oldid=92219 * PythonshellDebugwindow * (+35) it is 01:41:10 lol psdw is on a roll 01:51:24 -!- kit-ten has changed nick to ca-t. 01:53:32 -!- ca-t has changed nick to kit-ten. 02:50:02 [[User:DigitalDetective47/WIP]] https://esolangs.org/w/index.php?diff=92245&oldid=91912 * DigitalDetective47 * (-76) 02:50:35 [[User:DigitalDetective47]] M https://esolangs.org/w/index.php?diff=92246&oldid=91904 * DigitalDetective47 * (-81) Removed link to current project as it has been moved to its final location. 02:58:51 [[Cratefuck]] N https://esolangs.org/w/index.php?oldid=92247 * DigitalDetective47 * (+6741) Created page with ":''This article is currently incomplete, and will be moved to '''Cratefuck''' upon completion.'' '''Cratefuck''' is an esoteric programming language created by User:DigitalD..." 02:59:17 [[Cratefuck]] M https://esolangs.org/w/index.php?diff=92248&oldid=92247 * DigitalDetective47 * (-97) Removed erroneous article incomplete message. 03:00:06 [[Cratefuck]] M https://esolangs.org/w/index.php?diff=92249&oldid=92248 * DigitalDetective47 * (+0) /* Program structure */ Adjusted the formatting of the word rooms 03:16:41 [[Hello world program in esoteric languages (nonalphabetic and A-M)]] https://esolangs.org/w/index.php?diff=92250&oldid=91828 * DigitalDetective47 * (+1578) Add Cratefuck 03:21:12 [[Language list]] https://esolangs.org/w/index.php?diff=92251&oldid=92201 * DigitalDetective47 * (+16) /* C */ Add Cratefuck 03:29:01 [[User:DigitalDetective47]] https://esolangs.org/w/index.php?diff=92252&oldid=92246 * DigitalDetective47 * (+337) Add Cratefuck 04:03:44 -!- razetime has joined. 05:38:11 -!- llk has joined. 06:01:14 is the join calculus turing complete? 06:01:37 do we have like, a proof for that. 06:03:13 https://en.wikipedia.org/wiki/Join-calculus "espite this limitation, the join-calculus is as expressive as the full π-calculus." https://en.wikipedia.org/wiki/Pi-calculus#Turing_completeness 06:11:20 I wonder if there's a higher order version of this, where the reaction rules themselves are molecules. 06:11:22 hm. 06:17:05 -!- llk has quit (Ping timeout: 268 seconds). 06:33:20 -!- delta23 has joined. 07:55:30 -!- Sgeo has quit (Read error: Connection reset by peer). 08:09:48 -!- tromp has joined. 08:19:36 [[User talk:Photon Niko]] N https://esolangs.org/w/index.php?oldid=92253 * Photon Niko * (+52) talk 09:03:30 -!- delta23 has quit (Quit: Leaving). 09:03:50 I have a question that maybe you #esolangs have already met and know the answer off-hand. 09:05:10 Suppose you get as inputs two rational numbers given as numerator and denominator pairs. You want to compute their bitwise and, as if you wrote them as binary fractions and took bitwise and of the corresponding digits with same weights, then express the answer as a reduced fraction with shortest numerator and denominator. 09:05:54 How long can the numerator and denominator of the result be? I know it's at most exponentially longer than the input numerators and denominators, but do we know if it can actually be that long? Or is there a smaller bound for some reason? 09:16:30 -!- slavfox has quit (Ping timeout: 256 seconds). 09:39:59 -!- slavfox has joined. 09:44:47 please use variables to clarify your problem. are you asking about (a and c) /(b and d) from two fractions a/b and c/d ? 09:45:47 -!- monoxane6 has joined. 09:45:55 there's no increase in number's size there 09:47:29 -!- monoxane has quit (Ping timeout: 256 seconds). 09:47:29 -!- monoxane6 has changed nick to monoxane. 09:50:34 -!- sprout_ has joined. 09:51:32 -!- sprout has quit (Ping timeout: 240 seconds). 10:28:41 -!- razetime has quit (Ping timeout: 268 seconds). 10:28:54 -!- razetime has joined. 10:42:21 -!- Lord_of_Life_ has joined. 10:43:02 -!- Lord_of_Life has quit (Ping timeout: 240 seconds). 10:43:38 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 10:51:13 I thought the question was clear enough. Given a/b and c/d, write both a/b and c/d as binary fractions (101010.00110011...), do a bitwise and of all corresponding bits, and represent the result as x/y. 10:51:31 -!- wib_jonas has joined. 10:51:42 tromp: no 10:51:47 but I should give examples 10:52:32 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 10:55:46 -!- tromp has joined. 11:00:18 that makes more sense, @fizzie 11:06:53 the effect should be the same as adding fractions; numbers at most double in size (#digits) 11:07:42 if one fraction repeats every x bits, and the other every y bits, then their and (xor, or) repeats every x*y bits 11:12:22 I should try to implement it and experiment with fractions that have a long period 11:13:36 tromp: the problem is that if the denominator is q, then in some bad cases the fraction can be O(q) digits long, or more precisely phi(q) where phi is the Euler phi function. that's where the exponential comes in 11:15:05 in particular, in decimal the repeating part of 1/7 has 6 digits, and the repeating part of 1/19 has 18 digits 11:15:31 these are decimal, and we need binary instead, so 1/7 or 1/19 needn't be the worst cases, but the general idea is the same 11:15:37 that's where the exponential comes in 11:17:27 Yeah, but if the denominator *values* are n and m (so lengths log n and log m), the maximum periods are n-1 and m-1 respectively; after the and operation, the result has a period of at most n*m, so the denominator value is also at most n*m; and its length is therefore log n*m = log n + log m, or the sum of the lengths of the inputs. 11:17:54 Or something along those very handwavy lines. 11:20:15 OEIS says http://oeis.org/A006883 for decimal, 11:20:49 which points to http://oeis.org/A001122 11:21:34 those aren't necessarily the only cases to care about here, but they're probably where I should start experimenting 11:26:29 so the idea is that in a/b,c/d, the cycle lengths are O(b) and O(d), while in and(a/b,d/d), the cycle length of O(bd) is sublinear (maybe even logarithmic) in the new denominator 11:57:42 -!- kit_ten has joined. 12:01:32 -!- kit-ten has quit (Ping timeout: 240 seconds). 12:06:09 -!- kit_ten has changed nick to kit-ten. 12:20:21 i want to make an esolang based on sounds but i have no idea where to start 12:20:51 idk if i want it to be about pitches or amplitude or both 12:25:20 I'd think about what being based on sounds lets you do that more conventional languages wouldn't be able to 12:25:55 MULTITHREADDEDNESS 12:26:05 by having band pass filters 12:26:17 to filter out the threads 12:26:27 and commands would be amplitude 12:27:14 -!- tech_exorcist has joined. 12:42:17 -!- archenoth has joined. 12:42:41 -!- dnm_ has joined. 12:42:47 -!- lagash_ has joined. 12:43:00 -!- perlbot_ has joined. 12:43:38 -!- Trieste_ has joined. 12:45:07 -!- jix__ has joined. 12:45:16 -!- warlock_ has joined. 12:45:33 -!- laerling_ has joined. 12:46:03 -!- kit_ten has joined. 12:46:05 -!- Trieste has quit (Ping timeout: 240 seconds). 12:46:06 -!- jix_ has quit (Ping timeout: 240 seconds). 12:46:06 -!- lagash has quit (Ping timeout: 240 seconds). 12:46:06 -!- HackEso has quit (Ping timeout: 240 seconds). 12:46:06 -!- Melvar` has quit (Ping timeout: 240 seconds). 12:46:06 -!- dnm has quit (Ping timeout: 240 seconds). 12:46:06 -!- warlock has quit (Ping timeout: 240 seconds). 12:46:06 -!- laerling has quit (Ping timeout: 240 seconds). 12:46:06 -!- kitbot has quit (Ping timeout: 240 seconds). 12:46:06 -!- Oshawott has quit (Ping timeout: 240 seconds). 12:46:07 -!- kit-ten has quit (Ping timeout: 240 seconds). 12:46:07 -!- perlbot has quit (Ping timeout: 240 seconds). 12:46:13 -!- perlbot_ has changed nick to perlbot. 12:46:13 -!- dnm_ has changed nick to dnm. 12:46:25 -!- kit_ten has changed nick to kit-ten. 12:46:36 -!- HackEso has joined. 12:49:57 -!- warlock_ has quit (Ping timeout: 256 seconds). 12:50:31 -!- Trieste_ has quit (Ping timeout: 256 seconds). 12:51:02 -!- Trieste has joined. 12:51:31 -!- warlock has joined. 12:57:09 -!- Melvar` has joined. 12:58:14 -!- kit_ten has joined. 13:01:37 -!- kit-ten has quit (Ping timeout: 268 seconds). 13:01:44 -!- kit_ten has changed nick to kit-ten. 13:44:38 -!- __monty__ has joined. 13:53:49 -!- eli_oat has joined. 14:14:20 if I calculate correctly, 1/29 & 2/29 = 318/158369, with the above mentioned bitwise or on rationals 14:18:52 in fact you can get a bit better, 1/29 & 4/29 = 275720/268435455 14:19:05 I think that bitwise or basically gives you a random number <= the two numbers 14:19:31 sorry, not <=, >= , but < the next power of 2 14:20:05 so I would not really expect any pattern or bound beyond the bound you would get from analyzing a random version 14:26:09 riv: it's not a random version. I deliberately chose a bad divisor. in particular, 1/43 & 2/43 = 40/5461, and that's the worst you can get with 43 as the divisor. so not all divisors are that bad. 14:28:12 similarly bitwise anding two numbers with divisor 89, you only get four decimal digit divisors. but 1/83 & 2/83 = 1428779509760/182518930210733 is fifteen digits. 14:28:38 but all this is preliminary, I'll have to check those calculations properly later 14:32:02 1/29 & 4/29 = 488/475107 14:32:57 er yes indeed 14:33:03  pasted that wrong 14:33:14 I pasted the non-simplified form 14:41:23 [[XAH]] https://esolangs.org/w/index.php?diff=92254&oldid=85940 * LegionMammal978 * (+24) cat 14:47:46 and 1/121 & 2/121 = 1670295609603574/4359484439294640007 a long result with non-prime divisor 14:51:59 http://oeis.org/A139099 may be relevant on a pure numeric basis 14:52:50 [[Special:Log/newusers]] create * Fgsilver * New user account 14:52:54 or http://oeis.org/A179383 , who knows 15:02:51 -!- Sgeo has joined. 15:05:44 the original idea was to consider an esoteric language that has rational number arithmetic built in, so I was wondering what operations it would need to have. obviously it would have rational constants, add/subtract, multiply/divide, lessthan/lessequal/equal/notequal, min/max, then I thought you should throw in gcd/lcm (so you can easily extract 15:05:44 the denominator of x like x/gcd(1,x)). then I thought it should have bitwise operations too like a normal language that has integer arithmetic built in, and wondered about the consequences of that. 15:06:16 well, there's fractran! 15:06:28 so i think your idea could work great 15:07:45 also it would need floor/ceil or some kind of integer division and modulo 15:07:58 (any of the lots of variants with different rounding) 15:08:35 I wasn't thinking of fractran, this was for an idea different from that, and it probably doesn't even need rational numbers, but my thoughts led to a weird place 15:09:04 [[User:DigitalDetective47]] M https://esolangs.org/w/index.php?diff=92255&oldid=92252 * DigitalDetective47 * (+154) /* Languages */ Changed sort values of personal rating category 15:09:06 but apparently there's a good reason why you don't include bitwise operations when computing with rational numbers, because the resutls can be too long 15:11:51 so suddenly it got esoteric in a very different way than I started from 15:17:08 though of course you could just add bitwise operations that only take the integer parts of the input 15:24:37 -!- SGautam has joined. 15:32:12 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 15:43:08 -!- tromp has joined. 15:51:12 -!- kit_ten has joined. 15:54:18 -!- kit-ten has quit (Ping timeout: 256 seconds). 15:54:26 -!- kit_ten has changed nick to kit-ten. 16:17:54 -!- kit_ten has joined. 16:20:12 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=92256&oldid=92151 * Fgsilver * (+170) 16:21:17 -!- kit-ten has quit (Ping timeout: 240 seconds). 16:22:21 -!- kit_ten has changed nick to Kit-ten. 16:50:51 -!- Sgeo_ has joined. 16:50:57 -!- Sgeo has quit (Ping timeout: 240 seconds). 16:55:51 -!- wib_jonas has quit (Quit: Client closed). 17:29:19 -!- razetime has quit (Ping timeout: 256 seconds). 17:40:33 [[Special:Log/newusers]] create * CappyIsCrappy * New user account 17:43:36 -!- Noisytoot has quit (Quit: ZNC 1.8.2 - https://znc.in). 17:43:58 -!- Noisytoot has joined. 17:57:57 [[Talk:QuineLang]] N https://esolangs.org/w/index.php?oldid=92257 * Fgsilver * (+172) Created page with "I think this might be Turing complete. The commands `<>+-[]` do the same in brainfuck. ~~~~" 17:58:29 [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=92258&oldid=92256 * CappyIsCrappy * (+241) 17:58:39 [[User:CappyIsCrappy]] N https://esolangs.org/w/index.php?oldid=92259 * CappyIsCrappy * (+203) Created page with "Hello for all you guys! Yeah, i like how my username explains everything about cappy in Mario odyssey. ~~~~" 18:06:47 [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=92260&oldid=92258 * CappyIsCrappy * (+22) 18:07:14 [[User:CappyIsCrappy]] https://esolangs.org/w/index.php?diff=92261&oldid=92259 * CappyIsCrappy * (+22) 18:12:26 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 18:34:01 Can a adjacency matrix be used to canonize a unlabeled graph (even without storing the adjacency matrix, possibly)? 18:34:13 -!- SGautam has quit (Quit: Connection closed for inactivity). 18:43:45 zzo38: if you mean both the vertexes and edges are unlabeled, the kind of no, as in not in a way that's both fast and uses a simple algorithm. the problem is that a fast algorithm would imply that you can solve the graph isomorphism problem fast, and while that is probably possible, we don't have an algorithm known for it. 18:45:34 zzo38: if you are willing to spend exponential time, then yes, you can absolutely canonicalize the graph: just consider all node permutations, permute the matrix rows and columns according to it, and take whichever permuted adj'cy matrix is lexicographically the first among all permutations. 18:50:52 "exponential time" can often be fast. e.g. https://pallini.di.uniroma1.it/ 18:52:39 int-e: yes, we can solve all practical cases quickly 18:53:03 (They focus on finding graph automorphisms, but the same techniques can also be used to canonicalize graphs) 18:55:25 -!- tromp has joined. 18:55:57 (as usual I'm only looking at partial context) 19:05:51 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 19:19:52 -!- tromp has joined. 19:26:08 OK, that is what I thought 19:30:11 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 19:44:41 -!- user3456 has quit (Ping timeout: 252 seconds). 19:45:47 -!- kit_ten has joined. 19:46:09 -!- kit_ has joined. 19:46:16 -!- user3456 has joined. 19:49:28 -!- Kit-ten has quit (Ping timeout: 256 seconds). 19:50:02 -!- kit_ten has quit (Ping timeout: 256 seconds). 19:50:13 -!- tromp has joined. 19:51:02 -!- kit_ has changed nick to kit-ten. 19:54:24 -!- eli_oat has quit (Quit: eli_oat). 20:04:33 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 20:14:00 -!- tromp has joined. 20:30:33 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 21:09:17 -!- tromp has joined. 21:21:37 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 21:24:45 -!- salpynx has joined. 21:37:35 [[Ppencode]] https://esolangs.org/w/index.php?diff=92262&oldid=87938 * LegionMammal978 * (+87) fix dead links 21:38:24 -!- tromp has joined. 21:41:00 [[Aboba]] https://esolangs.org/w/index.php?diff=92263&oldid=89142 * LegionMammal978 * (+14) fix title 21:53:07 -!- tech_exorcist has quit (Quit: Disconnecting). 21:55:13 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 22:01:30 -!- tromp has joined. 22:13:29 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 22:14:30 [[Udymts]] https://esolangs.org/w/index.php?diff=92264&oldid=87313 * LegionMammal978 * (+14) fix title 22:33:00 [[User:Bo Tie]] https://esolangs.org/w/index.php?diff=92265&oldid=80181 * Bo Tie * (-59) 22:37:01 -!- Sgeo_ has quit (Ping timeout: 256 seconds). 22:39:37 -!- Sgeo has joined. 22:44:43 -!- Sgeo_ has joined. 22:46:57 -!- Sgeo has quit (Ping timeout: 240 seconds). 22:56:20 -!- __monty__ has quit (Quit: leaving).