00:50:01 -!- SGautam has quit (Quit: Connection closed for inactivity). 01:18:32 -!- salpynx has quit (Quit: Client closed). 01:34:22 ok, I think I was wrong here 01:35:55 You have one of these evaluation rules like combinator calculus with S or Xigxag or those one-dimensional cellular automata, and you apply it repeatedly, and the loop grows the state unbounded in most cases. 01:36:08 You want to know whether the repeated transformation is Turing-complete. 01:36:52 The problem is indeed what kind of checks you allow to get the information out from the state, call it halting condition if you wish, 01:37:32 because it's either too easy to inject Turing-completeness into even a trivial transformation, or restrict the checks too much, and I don't know what the right middle ground is 01:38:11 -!- SGautam has joined. 01:39:32 Consider for example a trivial transformation that just appends a zero at the end of the string in each step. For the halting condition, you read the program at the beginning of the state and then run it for as many steps as there are zeroes. This is a linear time language, surely linear time is not powerful enough to be Turing-complete, right? But you do get turing-completeness if you apply it to each 01:39:38 state in this silly way. 01:51:48 tromp: Interesting lemma. It seems like B and C provide some sort of essential service; just like how K deletes and how S and W can duplicate, B and C provide composition, and so does Q. 01:53:01 What makes S so impressive, then, is that S also provides composition, allowing SK to be complete. 02:18:12 -!- simcop2387 has quit (Quit: ZNC 1.8.2+deb2~bpo10+1 - https://znc.in). 02:18:12 -!- perlbot has quit (Quit: ZNC 1.8.2+deb2~bpo10+1 - https://znc.in). 02:23:26 -!- simcop2387 has joined. 02:25:57 -!- perlbot has joined. 02:43:43 -!- razetime has joined. 02:54:05 -!- salpynx has joined. 03:08:14 -!- oerjan has joined. 04:02:44 [[Plurple]] https://esolangs.org/w/index.php?diff=92859&oldid=92834 * Laclale * (+828) /* Commands */ 04:04:23 [[Plurple]] M https://esolangs.org/w/index.php?diff=92860&oldid=92859 * Laclale * (-96) /* Commands */ 04:04:52 [[Plurple]] https://esolangs.org/w/index.php?diff=92861&oldid=92860 * Laclale * (-8) /* Examples */ 05:02:03 -!- u0_a549 has joined. 05:04:40 so i just discovered about esolangs today, and i 05:04:53 want to build my own 05:04:56 esolangs 05:05:05 could anybody help me 05:06:14 Have you made a programming language before? 05:06:21 no 05:06:31 which is why i am asking for help 05:07:09 [[Special:Log/newusers]] create * AJJLyman * New user account 05:08:06 What kinds of ideas do you want to express with your language? 05:09:02 simplicity and low level programming 05:10:22 How do you feel about assembly or machine-level instructions? 05:10:28 my goal was to create a low level language for the creation of an exokernel of my own and and an os with it 05:11:08 assembly is scary for me 05:11:51 -!- Lord_of_Life has quit (Ping timeout: 256 seconds). 05:12:04 i know it is too ambitious 05:12:04 Maybe a design goal could be to find a syntax that doesn't scare you, but that still can express unsafe machine instructions. 05:12:23 hmm, ok 05:13:01 It's not ambitious to want to customize one's own computer. The ambition is only in wanting other people to run certain software. 05:13:12 and i was wondering are there better ways for memory managagement than the way c and rust handles it 05:14:17 -!- Lord_of_Life has joined. 05:16:11 are there any new and experimental methods that have been discovered by esolangers like you in memory management 05:19:58 -!- u0_a549 has left (ERC (IRC client for Emacs 27.2)). 05:20:05 The easy way is to just not have memory. 05:46:37 ah, finally, a hot shower in the morning 05:54:24 [[Plurple]] https://esolangs.org/w/index.php?diff=92862&oldid=92861 * Laclale * (+103) /* Commands */ 05:58:39 [[Plurple]] https://esolangs.org/w/index.php?diff=92863&oldid=92862 * Laclale * (+6) /* XKCD fish */ 06:20:25 [[Plurple]] https://esolangs.org/w/index.php?diff=92864&oldid=92863 * Laclale * (+330) /* Commands */ 06:45:58 I should think better way of making a web browser that all protocols and file formats are extensions; only the data: and file: schemes, and some uses of the about: scheme, are built-in. The model of HTTP is built-in, but the protocol isn't. All extensions can be written in C, and can be dynamic linking. 06:52:31 [[Esolang:Sandbox]] https://esolangs.org/w/index.php?diff=92865&oldid=92846 * Laclale * (+1) 07:07:59 [[Plurple]] https://esolangs.org/w/index.php?diff=92866&oldid=92864 * Laclale * (+73) /* Commands */ 07:11:25 [[Plurple]] https://esolangs.org/w/index.php?diff=92867&oldid=92866 * Laclale * (+150) /* Syntax */ 08:02:07 esolang 08:03:30 Can you be more specific? 08:04:02 let me think 08:04:24 FALSE 08:06:44 -!- razetime has quit (Remote host closed the connection). 08:29:09 Corbin: indeed.and alpha = \x\y\z.x z (y (\_.z) provides all of deletion, duplication, and composition. 08:30:55 -!- Sgeo has quit (Read error: Connection reset by peer). 08:31:03 and is provably minimal 08:32:09 btwm turns out my theorem was alrd proven in 1987 by Remi Legrand: https://www.cambridge.org/core/journals/journal-of-symbolic-logic/article/abs/basis-result-in-combinatory-logic/306DF60857C5A842C9793FBBAA4A2970 08:39:53 not surprising 09:01:49 -!- Lord_of_Life has quit (Excess Flood). 09:04:10 -!- Lord_of_Life has joined. 09:04:45 -!- shachaf has quit (Ping timeout: 250 seconds). 09:05:38 -!- shachaf has joined. 09:07:11 -!- razetime has joined. 09:32:31 -!- oerjan has quit (Quit: Later). 10:47:21 [[Plurple]] https://esolangs.org/w/index.php?diff=92868&oldid=92867 * Laclale * (-57) /* XKCD fish */ 10:54:35 [[Plurple]] M https://esolangs.org/w/index.php?diff=92869&oldid=92868 * Laclale * (-10) /* XKCD fish */ 10:54:45 -!- Lord_of_Life_ has joined. 10:55:49 -!- Lord_of_Life has quit (Ping timeout: 256 seconds). 10:56:03 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 10:56:16 -!- __monty__ has joined. 10:57:18 https://www.homestuck.com/story/294 huh i dont remember when he got arms 10:57:45 btw I took my vechicle to the quantum mechanic, about the issue where the GPS and speedometer don't both work at the same time. but they were uncertain if they could fix it 11:00:45 [[Plurple]] https://esolangs.org/w/index.php?diff=92870&oldid=92869 * Laclale * (+32) /* XKCD fish */ 11:13:48 https://www.homestuck.com/story/321 ah this captchalogue is based on hashing 11:57:19 -!- oerjan has joined. 12:29:24 -!- tech_exorcist has joined. 12:37:01 -!- salpynx has quit (Quit: Client closed). 13:00:35 [[List of ideas]] https://esolangs.org/w/index.php?diff=92871&oldid=92747 * Laclale * (+25) /* Game */ 13:00:37 -!- oerjan has quit (Ping timeout: 240 seconds). 13:08:15 [[Plurple]] https://esolangs.org/w/index.php?diff=92872&oldid=92870 * Laclale * (+22) /* Implementations */ 13:14:24 -!- Bertrahm has joined. 13:19:24 -!- oerjan has joined. 13:25:24 -!- oerjan has quit (Quit: leaving). 14:05:17 -!- eli_oat has joined. 14:53:32 -!- razetime has quit (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.). 14:57:35 https://rtpg.co/2022/01/10/adversarial-wordle-limiting-conjecture.html 15:21:21 I have a question about design of dice 15:21:31 for equal probability we use platonic solids(?) 15:21:37 but that is related to having a flat table 15:21:42 -!- Soni has quit (Ping timeout: 260 seconds). 15:21:52 what if we can build an arbitrary shape of table, does it allow new dice? 15:32:05 https://trick-dice.com/ clever, gallium loadded dice. it's fair, you heat it up and let it cool, and now it's biased 15:32:44 Even for a flat table, there's the (boring) "long, thin rod with N flat sides" shape, which allows any N >= 2. 15:33:45 Also, I think there's more fair dice than just the platonic solids. Like the disdyakis triacontahedron from https://www.tor.com/2016/04/29/the-dice-lab-creates-a-one-hundred-and-twenty-sided-die/ 15:33:46 ah that is a nice idea :) 15:35:17 oh Henry Segerman is involved 15:35:20 I like his youtube channel 15:35:30 « “It’s not one of the most beautiful polyhedra,” he told me. “It’s just a little lumpy. It doesn’t have personality.” » Wow, a polyhedral snob. 15:36:22 not to be confused with snub 15:38:37 it is a fun combinatorial problem to design which number goes on which side 15:39:57 https://en.wikipedia.org/wiki/Catalan_solid so do all of thes woerk 15:40:32 I suppose not, some have multiple different faces 15:41:50 although they could be 'reroll' sides.. 15:42:19 https://mathworld.wolfram.com/Isohedron.html 15:42:24 I think this is all fair dice 15:42:45 The isohedra make fair dice, and there are 30 of them 15:42:48 -!- SGautam has quit. 15:45:24 Well, 30 kinds. Some like https://mathworld.wolfram.com/Dipyramid.html are apparently a family. 15:47:47 -!- Sgeo has joined. 15:47:58 -!- kamila[m]1 has joined. 15:49:08 -!- SGautam has joined. 16:06:18 -!- Bertrahm has quit (Quit: Client closed). 16:37:21 -!- Corbin has quit (Ping timeout: 268 seconds). 17:00:44 -!- eli_oat has quit (Quit: eli_oat). 17:40:31 -!- razetime[m]1 has joined. 17:42:27 -!- Soni has joined. 17:50:16 [[Syncin]] N https://esolangs.org/w/index.php?oldid=92873 * BowlingPizzaBall * (+1949) Created page with "{{lowercase}} '''syncin''' is a joke esoteric programming language. Every single instruction must be written in reverse order. It has support for multiple lines.
== Instr..." 17:51:33 [[Syncin]] https://esolangs.org/w/index.php?diff=92874&oldid=92873 * BowlingPizzaBall * (+54) Forgot to add creator (me) 17:55:34 [[Truth-machine]] https://esolangs.org/w/index.php?diff=92875&oldid=92489 * BowlingPizzaBall * (+155) 17:57:24 [[Joke language list]] https://esolangs.org/w/index.php?diff=92876&oldid=92005 * BowlingPizzaBall * (+74) 18:00:37 -!- eli_oat has joined. 18:05:37 but my question was if you could consider something like a corrigated surface 18:05:41 would that enable new types of dice 18:07:15 I'd start by worrying about adding more dependencies on how the die is cast, then discard the question :P 18:07:20 [[Hello world program in esoteric languages (N-Z)]] https://esolangs.org/w/index.php?diff=92877&oldid=92490 * BowlingPizzaBall * (+75) 18:07:55 3d printing 18:08:35 I mean... how you cast a die does affect the odds already, but with a non-flat surface it's not even horizontally translation invariant anymore. 18:17:15 [[Syncin]] https://esolangs.org/w/index.php?diff=92878&oldid=92874 * BowlingPizzaBall * (+46) adding other necessary stuff 18:27:33 the idea is it will always fall into specific grooves 18:31:25 Anyway, the reason dice are fair (if you cast them properly... probably involving a cup on a plate and a round of thorough shakes by everybody involved) comes down to symmetry. If you break that symmetry the problem becomes much harder... you need to worry about materials (beyond the point that it's uniform), and probably velocities and a ton of other things. 18:31:57 And that's before we even get to the extra oddities from the non-planar surface. 18:38:03 -!- Guest85 has joined. 18:38:34 -!- Guest8576 has joined. 18:39:04 Playing Superliminal made me realize how brilliant Portal was... it didn't just have a story, it had adversity. Superliminal lacks that, and it makes it kind of bland. The puzzles are still cute though (not hard, though actually I was stumped for a while in two of them, so maybe not totally easy either). 18:39:26 -!- Guest85 has quit (Client Quit). 18:39:34 -!- Guest8576 has quit (Client Quit). 18:40:47 -!- eli_oat has quit (Quit: eli_oat). 18:48:33 [[User:BowlingPizzaBall]] https://esolangs.org/w/index.php?diff=92879&oldid=92858 * BowlingPizzaBall * (+23) 18:48:48 What is the classification of fair dice? Although the ten sided dice is not Platonic solid, I had been told (on the IRC, I think) that it is a fair dice. 18:58:28 im not worried about the probability too much 18:58:36 I think the probability will be extrremely close to even 18:59:04 https://www.exploratorium.edu/sites/default/files/snacks/SquareWheels_DSC_6112_P960.jpg 18:59:08 i was thinking along these lines 19:00:12 Maybe it is close, but I would want to know what is the classification of fair dice mathematically 19:15:16 in my opinion a dice is fair if it has equal probability for every symbol that can be rolled by it 19:15:47 I guess that is not really mathematica 19:15:48 l 19:16:00 its more just "roll it a lot of times and count, and if the counts are very close it is fair" 19:34:31 -!- ais523 has joined. 19:34:33 -!- Soni has quit (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.). 19:35:21 zzo38: in practice, most fair dice are the dual of an Archimedean solid (because an Archimidean solid is symmetrical in the sense that you can rotate/reflect any vertex onto any other, its dual is symmetrical in the sense that you can rotate/reflect any face onto any other, meaning that it must necessarily be fair as a dice) 19:35:51 the usual d10 is the dual of a pentagonal antiprism (an Archimidean solid), thus is symmetrical with respect to its 10 sides and thus equally likely to land on any of htem 19:35:58 -!- Soni has joined. 19:37:12 oh, apparently prisms and antiprisms (and Platonic solids) aren't "officially" Archimidean, but they have the same property (of all vertexes being identical) 19:37:26 Prisms and antiprisms, whose symmetry groups are the dihedral groups, are generally not considered to be Archimedean solids, even though their faces are regular polygons and their symmetry groups act transitively on their vertices. 19:37:31 what a weird special case 19:39:11 [[Syncin]] https://esolangs.org/w/index.php?diff=92880&oldid=92878 * BowlingPizzaBall * (+32) 19:42:10 one problem with using duals of Archimidean solids for dice is that they tend to have the same number of faces as each other 19:42:42 12, 24, 48, 30, 60, or 120 19:44:39 so not many of them are actually useful (the main purpose is for if you want a d24 or d30) 19:47:13 ah, I found the name for them: https://en.wikipedia.org/wiki/Catalan_solid (there's a list of the ones that don't belong to infinite families there – the infinite families are bipyramids and trapezohedra, and the d10 is a pentagonal trapezohedron) 19:47:27 [[Language list]] https://esolangs.org/w/index.php?diff=92881&oldid=92836 * Hakerh400 * (+15) +[[CSP Spec]] 19:47:31 [[User:Hakerh400]] https://esolangs.org/w/index.php?diff=92882&oldid=92393 * Hakerh400 * (+15) +[[CSP Spec]] 19:48:01 yes 19:48:15 [[CSP Spec]] N https://esolangs.org/w/index.php?oldid=92883 * Hakerh400 * (+6934) +[[CSP Spec]] 19:48:15 it is a little ugly but you can e.g. make a 9 sided dice from a 10 sided dice 19:48:22 just having one face be a re-reroll indicator 19:48:54 and you can combine that with having each number appear twice, or 3x 19:49:22 when you roll a dice it lands with the bottom face flat 19:49:31 but there must be a top face opposite this, for you to read the value off 19:49:49 are any shapes excluded as dice, because they actually have a vertex opposite each face? 19:52:01 riv: D4 are a thing though 19:53:49 d4 are normally tetrahedra, as opposed to octahedra with duplicated numbers 19:54:33 the octahedron is much easier to roll fairly, though, tetrahedra don't roll very well (the main advantage of a tetrahedron is that it looks so different from an octahedron that you're unlikely to pick the wrong die by mistake) 19:54:37 the point was that they have labeled corners, sort of. 19:55:00 in practice we normally rolled d4s via bouncing them off a table, with a lot of spin (the d4s we had available tended to bounce quite well on tables) 19:55:25 but yes, the vertices are labeled via placing the same label on the corner of each face incident to the vertex 19:55:29 There are two obvious ways to make a D10, one of which would have an edge on top when you roll it. 19:55:55 (well, once it lands) 19:56:09 this is a good reason for using a trapezohedron rather than a bipyramid 19:56:47 (the other good reason is that they look more distinct from octahedra – a pentagonal bipyramid looks quite similar to an octahedron, which is a tetragonal bipyramid) 20:01:34 you can have nested dice 20:01:41 glass outer dice with another thing inside it 20:02:04 hm how does the tetrahedral dice work? 20:02:18 perhaps you need a table with pointed depressions in it 20:02:30 and then it should always fall into one of these grooves and show a face upwards 20:13:54 typically like this, https://en.wikipedia.org/wiki/Four-sided_die 20:14:50 (oh, right, they label the bottom face, not the corners. that's less cramped...) 20:17:46 -!- SGautam has quit (Quit: Connection closed for inactivity). 20:20:52 A d4, of course, is the one you step on. 20:24:50 ah yes, RPG caltrops 20:30:51 ouch! 20:36:10 I don't have much comment about the dice, except that apart from the regular solids and Catalan solids and dual prisms and dual antiprisms, there's one more infinite class of fair dice. these are the ones that have just two vertexes with a loop of two-edged faces around them. you can't make them from flat faces, but you can curve the faces of the dice and still have it be symmetric, so that can work. 20:49:01 `? member 20:49:05 I'm sorry, #esoteric has regulars, not members. Who told you about members? There are definitely no members here, and you wouldn't be allowed to know about them, anyway. 20:52:43 -!- impomatic has joined. 20:56:39 but there may also be random shapes which happen to be fair? 20:57:37 riv: not really. the problem is that the probabilities depend on how you throw the dice, like how fast. 20:58:05 hmmm 20:58:17 so you could make a dice which has different probabilities depending on the throw speed 20:58:21 that is a very interesting concept 20:58:25 however, you can have modified variants of the dice mentioned that have the same number of faces but with fewer symmetries 21:02:01 in particular you could have a d10 in kind of the normal topology of a dual 5-antiprism, but modify it so that it has no symmetry plane because it looks kind of like a bicycle tire that rolls differently forwards and backwards 21:03:03 but since it still has enough symmetries for face-transitivity of the symmetries, so it's a fair dice 21:04:06 riv: you can imagine an ordinary coin. if you throw it hard it's much less likely to land on an edge than if you drop it gently. 21:04:34 that's why you can't just make a 3-prism to get a d5 that's a fair dice 21:04:39 -!- impomatic has quit (Quit: impomatic). 21:04:59 -!- impomatic has joined. 21:05:54 I see! 21:06:43 b_jonas: you can construct many other sorts of fair dice by allowing for them to have some faces that aren't stable and thus will never be landed on 21:08:10 ais523: does that actually allow any fair dice that's really different from the ones listed above, if you count the degenerate cases of d1 and d2 among them? 21:08:12 imagine a pyramid with a hemisphere glued to the unique face, such that the hemisphere's circular face is the incircle of the unique face 21:09:04 the pyramid won't balance on the hemisphere and (if sufficiently tall) won't balance on the edge of the unique face, so it'll tip over to one of the non-unique faces, and those are all equally likely 21:09:06 ais523: right, that's kind of like the one with two nodes, but with less symmetries. but I guess I didn't specified well what you count the same 21:09:11 -!- impomatic has quit (Client Quit). 21:09:31 -!- impomatic has joined. 21:10:02 when all the faces are curved, it's harder to prove that the dice will in fact land on a face 21:10:07 rather than balanced between two faces somehow 21:11:04 it could be for some dice, yes 21:13:21 anyway, you can get that prism thing with flat faces too, if you just make it a dual prism and put the center of gravity to one of the ends so it's only stable on half its faces 21:14:39 -!- impomatic has quit (Quit: impomatic). 21:14:59 -!- impomatic has joined. 21:19:14 -!- impomatic has quit (Client Quit). 21:19:35 -!- impomatic has joined. 21:34:39 -!- impomatic has quit (Quit: impomatic). 21:35:02 -!- impomatic has joined. 21:36:09 `? time cube 21:36:11 EARTH HAS 4 CORNER SIMULTANEOUS 4-DAY TIME CUBE IN ONLY 24 HOUR ROTATION. 4 CORNER DAYS, CUBES 4 QUAD EARTH. Bible A Lie & Word Is Lies. Navel Connects 4 Corner 4s. God Is Born Of A Mother - She Left Belly B. Signature. Your dirty lying teachers use only the midnight to midnight 1 day (ignoring 3 other days) Time to not foul (already wrong) bible time. Lie that corrupts earth you educated stupid fools. 21:36:19 `? wisest human on earth 21:36:21 wisest human on earth? ¯\(°​_o)/¯ 21:36:23 `? gene ray 21:36:25 Dr Gene Ray is the Greatest Philosopher, and is the Greatest Mathematician. Cubic Harmonics. Only Cubic Harmonics can save humanity. Cubic Harmonics will pacify all religions. 96-hour Cubic Day debunks 1-day unnatural god. 96-hour day willdisprove disunity god. Academians are teaching - pseudocience. Worshipping a Word God will destroy the USA. 21:39:11 -!- impomatic has quit (Client Quit). 21:39:33 -!- impomatic has joined. 21:54:39 -!- impomatic has quit (Quit: impomatic). 21:54:59 -!- impomatic has joined. 22:00:10 -!- ais523 has quit (Quit: quit). 22:01:02 -!- tech_exorcist has quit (Quit: Disconnecting). 22:04:10 -!- impomatic has quit (Quit: impomatic). 22:04:31 -!- impomatic has joined. 23:04:39 -!- impomatic has quit (Quit: impomatic). 23:04:59 -!- impomatic has joined. 23:04:59 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 23:09:10 -!- impomatic has quit (Client Quit). 23:09:31 -!- impomatic has joined. 23:13:53 -!- __monty__ has quit (Quit: leaving). 23:14:39 -!- impomatic has quit (Quit: impomatic). 23:14:59 -!- impomatic has joined. 23:19:10 -!- impomatic has quit (Client Quit). 23:19:31 -!- impomatic has joined. 23:24:39 -!- impomatic has quit (Quit: impomatic). 23:24:59 -!- impomatic has joined. 23:29:10 -!- impomatic has quit (Client Quit). 23:29:31 -!- impomatic has joined. 23:48:38 -!- llk has joined. 23:59:39 -!- impomatic has quit (Quit: impomatic). 23:59:59 -!- impomatic has joined.