00:12:23 -!- wob_jonas has joined. 00:13:30 aglist http://abstrusegoose.com/587 => ah nice. and it's even slightly connected to today's https://www.smbc-comics.com/comic/candyland , because there the bearded guy thinks being omniscient takes the excitement out of games 00:15:27 " you can actually write 3 haskell quines that have no common characters." => oh wow! that I'd like to see. 00:15:41 this is about https://codegolf.stackexchange.com/q/153948/6691 for context 00:16:22 and yes, the lowercase vowels are an important limit 00:19:30 " it’s charming, and extended naturals (νx.1+x) allows to abstract over timeout or “step timeout” in evaluators/launchers/etc.: you can specify a finite timeout/step count, or you can specify ∞, and the code of the evaluating thing would be the same," => I can use ordinary natural numbers for that. just set the timeout to a very large val 00:19:30 ue. 00:20:05 wob_jonas: actually https://codegolf.stackexchange.com/q/163607/ 00:20:24 i haven't posted mine yet though 00:20:35 which reminds me of a failed attempt of that, http://www.galactanet.com/oneoff/twarrior.html (short story Twarrior by Andy Weir) 00:22:40 oerjan: oh nice. I should think of whether I can find three mutually exclusive ways of printing in perl. using the loophole where you write a function instead of printing output would be nice, but it doesn't seem to help here because it's really hard to define a useful subroutine without using the keyword "sub" 00:23:30 oerjan: Are trigraphs permitted? 00:23:32 oh! that's different 00:23:43 they want independent quines that print themselves 00:23:44 I guess that only helps you in the program with {-# LANGUAGE CPP #-}. 00:23:45 that's much easier 00:23:53 it might be possible to find three of those in perl 00:23:59 I'll have to think about it 00:24:18 shachaf: i don't think so, would require an extra option. 00:24:50 and that option includes a lower case p iirc 00:25:02 oh no 00:25:25 interesting challenge 00:26:41 -!- puckipedia has quit (Ping timeout: 268 seconds). 00:27:15 still needs the three ways to print or sub though 00:27:34 -!- puckipedia has joined. 00:29:00 I can see why it's easier in ruby, with its $><< nonsense 00:29:15 and so many redundant built-in methods in general 00:33:29 wait, the top score for ruby is only 2 so far? 00:34:17 it must be possible to improve that 00:36:08 -!- variable has joined. 00:36:12 -!- wob_jonas has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client). 00:42:43 -!- puckipedia has quit (Ping timeout: 268 seconds). 00:47:50 -!- puckipedia has joined. 01:11:05 -!- sleffy has quit (Ping timeout: 240 seconds). 01:17:33 -!- atslash has joined. 01:32:09 -!- variable has quit (Quit: /dev/null is full). 01:33:58 -!- sleffy has joined. 01:53:49 -!- brandonson has quit (Ping timeout: 256 seconds). 01:54:06 -!- boily has quit (Quit: MANAGER CHICKEN). 01:55:23 -!- brandonson has joined. 02:34:39 -!- Sgeo has joined. 02:34:47 -!- variable has joined. 02:35:43 -!- variable has quit (Client Quit). 02:35:45 -!- Sgeo__ has quit (Ping timeout: 248 seconds). 03:23:06 -!- variable has joined. 03:23:08 -!- variable has quit (Client Quit). 03:44:47 -!- oerjan has quit (Quit: Nite). 03:48:17 -!- sleffy has quit (Ping timeout: 256 seconds). 03:55:20 -!- sleffy has joined. 04:25:34 -!- variable has joined. 04:28:20 -!- Lord_of_Life has quit (Ping timeout: 255 seconds). 04:28:56 -!- Lord_of_Life has joined. 04:47:23 -!- atslash has quit (Quit: This computer has gone to sleep). 05:09:44 -!- atslash has joined. 05:21:14 -!- trout has joined. 05:25:02 -!- variable has quit (Ping timeout: 276 seconds). 05:55:50 `` ln -s 'off by two' wisdom/'off by two error' 05:55:52 No output. 07:01:23 -!- AnotherTest has joined. 07:35:09 -!- sleffy has quit (Ping timeout: 264 seconds). 07:58:35 -!- SopaXorzTaker has joined. 08:10:42 -!- sleffy has joined. 08:13:17 -!- aloril has joined. 08:27:03 -!- AnotherTest has quit (Ping timeout: 255 seconds). 08:49:23 -!- AnotherTest has joined. 09:41:26 `ysaclist 75 09:41:27 ysaclist 75: boily shachaf 09:41:37 Cale: Should you be on ysaclist? Seems like it might be up your alley. 09:41:56 `? ysaclist 09:41:57 ysaclist? ¯\(°​_o)/¯ 09:44:46 -!- sleffy has quit (Ping timeout: 268 seconds). 09:45:23 shachaf: does that refer to You Suck at Cooking? 10:02:44 -!- xkapastel has quit (Quit: Connection closed for inactivity). 10:04:00 I probably don't need notifications beyond a youtube subscription for that 10:04:29 Oh, if you use YouTube subscriptions I guess that works for you. 10:08:58 -!- wob_jonas has joined. 10:11:00 -!- aloril has quit (Remote host closed the connection). 10:11:13 oerjan: I'm not sure yet, but I think three quines might be possible in perl. My idea is that the first one would go like eval~'...' , the second one like sub{{s///}...{s///}/(.*)/} and the third could have all the useful characters like dollar sign and equals and digits and print chr 10:11:48 I'll be interested in threeing the three Haskell quines though. That one sounds much harder than three perl quines. 10:12:48 shachaf: I've found that if I turn off history and use subscriptions, YouTube's recommendations are more predictable and of higher quality. 10:13:08 -!- aloril has joined. 10:13:24 (though most of the time, they're just things which are somewhere in my subscriptions anyway) 10:13:33 Sounds plausible, but I only use YouTube logged out anyway. 10:25:43 -!- imode has quit (Ping timeout: 256 seconds). 10:30:24 -!- boily has joined. 10:37:33 -!- AnotherTest has quit (Ping timeout: 264 seconds). 10:42:41 -!- doesthiswork has quit (Quit: Leaving.). 10:57:54 -!- boily has quit (Quit: VIBRATING CHICKEN). 11:03:20 -!- wob_jonas has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client). 11:27:05 -!- arseniiv has joined. 11:51:16 wob_jonas> but you never know if some big number is enough! (Okay, sometimes you do.) OTOH ∞ is always enough! ::) 11:59:55 -!- Lord_of_Life has quit (Changing host). 11:59:55 -!- Lord_of_Life has joined. 11:59:56 -!- Lord_of_Life has quit (Changing host). 11:59:56 -!- Lord_of_Life has joined. 12:05:13 -!- AnotherTest has joined. 13:00:28 -!- doesthiswork has joined. 13:01:10 -!- doesthiswork has quit (Client Quit). 13:05:19 -!- wob_jonas has joined. 13:07:15 arseniiv: most computer hardware we have won't be able to live for more than a thousand years. (ten years is more typical, but we want a safe upper bound.) and even if you pay extra for long-lasting hardware and regularly maintaining it, you probably can't make it live for longer than 10**11 years. 13:08:09 And if you don't care about those physical constraints, then what gives you the right to use generalized natural numbers as the delay in the program, but not assume that it's meaningful to run the program for a generalized natural number of cycles? 13:09:26 The case of Twarrior only failed because someone was lazy and used too small a number. That could also happen if your program uses fixints that don't allow you to set a long enough interval, but this is probably less relevant these days than it used to be on the more limited hardware of the 80s. 13:13:42 wob_jonas: what if you're a radical anti-platonist and believe that numbers are not real in any sense? 13:15:42 Taneb: um, "numbers are not real" how? do you mean just someone who's agnostic about ultrafinitism, thinking that 10**(10**100) might not exist? because even those people believe that a number so small as to serve as the timeout in a program exists. 13:15:52 or someone who thinks computers aren't real either? 13:16:13 I don't understand, because I never believed that numbers weren't real. 13:16:17 wob_jonas: the latter, anything that claims to be manipulating numbers is just guessing and making things up 13:17:22 ah, so one who thinks that science doesn't work and we aren't able to make valid predictions about the future because we can't be sure that we have correctly determined the laws of physics? 13:17:28 are there people who are both like that and are programmers? 13:23:13 -!- Sgeo has quit (Ping timeout: 248 seconds). 13:24:33 -!- Sgeo has joined. 13:37:02 Probably not 13:45:18 -!- xkapastel has joined. 13:47:27 -!- AnotherTest has quit (Ping timeout: 256 seconds). 14:07:36 -!- wob_jonas has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client). 14:35:09 -!- brandonson has quit (Ping timeout: 264 seconds). 14:36:48 wob_jonas: ah, fair about technological and physical limits. I didn’t think about them this time. Still, to be sure with finite naturals, one have to know what numbers are sufficiently big. It may be a quick arithmetic, it may be worse in some hypothetical case :) 14:36:55 -!- brandonson has joined. 14:41:29 but not assume that it's meaningful to run the program for a generalized natural number of cycles?> you mean, if I assume a program can run for an infinite time and still return something? Yeah, or course I don’t, unless we’d aquire something more potent than a Turing-complete system allows us 14:46:14 also, in a lazy language we can use extended naturals in place of normal Peano ones, if we’re careful enough. There too, I’m more focused on an idea rather than on its application possibilities 14:46:28 s/there/here :D 14:49:11 I mean, we could take ∞ = fix Succ and throw it somewhere where data is awaited, and that code could be written so well that it will eat ∞ too 14:49:31 without dire consequences 14:50:36 not that it’s something untrivial, I’m just glad about small things 14:54:19 -!- Lymia has quit (Ping timeout: 256 seconds). 14:58:57 -!- Lymia has joined. 15:27:37 -!- doesthiswork has joined. 15:48:38 shachaf: have you seen https://www.youtube.com/watch?v=NHZr6P1csiY already? 15:50:09 https://www.youtube.com/watch?v=e1bEWoblGZA haha, I missed this one too 15:53:01 -!- AnotherTest has joined. 15:57:38 -!- atslash has quit (Quit: This computer has gone to sleep). 16:14:10 -!- LKoen has joined. 16:18:26 -!- erkin has joined. 16:21:32 -!- j-bot has quit (Remote host closed the connection). 16:21:45 -!- j-bot has joined. 16:30:27 -!- APic has quit (Ping timeout: 240 seconds). 16:31:06 -!- APic has joined. 16:31:10 -!- imode has joined. 17:11:24 -!- SopaXorzTaker has quit (Remote host closed the connection). 17:14:59 -!- xkapastel has quit (Quit: Connection closed for inactivity). 17:31:26 -!- hppavilion[1] has joined. 17:50:51 -!- SopaXorzTaker has joined. 18:12:20 -!- hppavilion[1] has quit (Remote host closed the connection). 18:12:52 -!- hppavilion[1] has joined. 18:29:53 -!- hppavilion[1] has quit (Ping timeout: 248 seconds). 18:54:02 -!- LKoen has quit (Remote host closed the connection). 19:02:17 -!- xkapastel has joined. 19:05:37 -!- hppavilion[1] has joined. 19:11:45 -!- brandonson has quit (Ping timeout: 264 seconds). 19:13:28 -!- brandonson has joined. 19:19:34 -!- sleffy has joined. 19:20:50 -!- SopaXorzTaker has quit (Remote host closed the connection). 19:44:06 -!- LKoen has joined. 19:51:03 Science doesn't work perfectly (for the reasons mentioned), but it does wokr well, and it does work better than the other way. Mathematics is better but it doesn't make the scientific experiment to try to figure out what is the law of physics that is why you need the science. 19:56:14 -!- friendlyGoat has joined. 19:57:39 -!- friendlyGoat has quit (Client Quit). 20:34:07 -!- hppavilion[1] has quit (Ping timeout: 268 seconds). 20:38:13 -!- wob_jonas has joined. 20:38:29 oh nice, oerjan posted https://codegolf.stackexchange.com/a/164114/6691 20:40:47 Can you post a non-referral link so I can click? 20:41:12 My phone makes it tricky to copy and paste links. 20:42:15 https://codegolf.stackexchange.com/a/164114/ 20:45:12 tg 20:53:45 -!- brandonson has quit (Ping timeout: 264 seconds). 20:55:10 -!- brandonson has joined. 21:02:51 wob_jonas: Did you test my changes to ff-composite.c? 21:03:16 zzo38: not yet, sorry 21:06:04 -!- erkin has quit (Quit: Ouch! Got SIGIRL, dying...). 21:09:33 -!- hppavilion[1] has joined. 21:12:27 -!- AnotherTest has quit (Ping timeout: 240 seconds). 21:16:16 -!- tromp has quit (Remote host closed the connection). 21:26:55 -!- atslash has joined. 21:41:45 -!- hppavilion[1] has quit (Ping timeout: 265 seconds). 21:44:00 -!- tromp has joined. 21:48:27 -!- tromp has quit (Ping timeout: 240 seconds). 22:03:50 -!- tromp has joined. 22:08:27 -!- tromp has quit (Ping timeout: 240 seconds). 22:09:15 -!- wob_jonas has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client). 22:12:32 -!- tromp has joined. 22:25:38 -!- boily has joined. 22:27:19 -!- 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.”). 23:05:50 -!- imode has quit (Ping timeout: 276 seconds). 23:16:35 -!- brandonson has quit (Ping timeout: 240 seconds). 23:17:33 -!- brandonson has joined. 23:42:10 -!- boily has quit (Quit: DOG CHICKEN).