00:03:57 ffffffast 00:04:40 . . . . . sssso ffffast iiiit hhhas aaaan aaaafterimage 00:04:42 That's many f-words. 00:06:30 -!- arseniiv has quit (Quit: gone completely :o). 00:10:29 -!- 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.”). 00:23:21 int-e: hmm, that would make the first F stand for "fast" rather than the second 00:24:10 int-e: the complication is that zzo38 has some pixel image processing utilities that are also named "ff", but they're named of "Farbfeld", which is an entirely logical name for processing pixel images 00:24:35 only ffmpeg also mostly processes pixel images and videos made of them, though it also processes audio 00:24:40 (I'm encoding audio using it right now) 00:26:22 wait that's another Fabrice Bellard child? 00:26:27 yup. 00:27:57 So https://ffmpeg.org/pipermail/ffmpeg-devel/2006-February/010315.html is to be taken as gospel. 00:28:45 (And that also kind of make sense... skipping forward in a video stream isn't trivial after all.) 00:28:51 *makes 00:42:55 Anyways the names of the Farbfeld Utilities programs do not match those of FFmpeg, I think 00:43:44 zzo38: yeah. it's not too hard, I think ffmpeg only has three executable names: ffmpeg, ffprobe, ffplay 00:44:04 (plus there's three shadow copies in the old fork that is IIRC called avutils, but those don't start with ff) 00:44:22 int-e: ok, so the "fast forward" was right 00:44:33 I wonder why they changed it to the euphemistic "hyper fast" then 01:09:50 The web page for 3rd Party Applications for Icecast lists some media players that can play back Icecast streams, although Firefox also plays back Icecast streams just fine, and piping curl to SoX also works fine for playing back Icecast streams. 01:21:21 @tell arseniiv https://git.imode.tech/?p=mode;a=summary 01:21:21 Consider it noted. 01:50:08 [[W (A)]] M https://esolangs.org/w/index.php?diff=68098&oldid=68092 * A * (-13) 02:43:16 -!- Lord_of_Life_ has joined. 02:44:41 -!- Lord_of_Life has quit (Ping timeout: 258 seconds). 02:44:42 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 03:35:28 -!- FreeFull has quit. 04:48:02 -!- oerjan has joined. 05:38:02 @tell imode yes []01 is TC, i explained how to compile a version of BCT that halts if it gets a 0 as data at a particular step in the program. (showing that that is as TC as ordinary BCT is left as an exercise hth) 05:38:02 Consider it noted. 05:39:21 * oerjan may not have remembered to explain that that was what he was explaining. 05:39:38 yeah, sorry, I did not understand what you meant. :( 05:39:53 not that familiar with BCT either. 05:45:21 0 is a command that deletes from the queue. 10 is a command that appends a 0 if the head of the queue is 1, and 11 appends a 1 similarly. 05:46:18 although for this compilation you really want whole productions i.e. "cyclic tag", without bitwise. 05:48:37 so you have a list of bit strings that you cycle through: pop a data bit from the queue, if it was 1 append the current string. 05:51:53 if CT data bits are reencoded as 0 -> 0, 1 -> 10, then you reencode each string in the cycle in the same way and enclose it in brackets 05:53:06 and then you put brackets around the whole list. this gives a different halting condition from ordinary CT, but one that should be as TC. 05:53:48 jeeesus. 05:54:11 I apologize that my head really isn't in the right spot right now (a little intoxicated) 05:55:09 ok i'm tired myself 05:55:44 that's fascinating, though... can I pick your brain about this later? 05:56:18 sure 06:21:01 -!- oerjan has quit (Quit: Nite). 07:19:54 -!- b_jonas has quit (Quit: leaving). 07:59:24 Hmm. "The password of the month is present." ... maybe next year. 08:01:29 (But it only makes sense for December) 08:08:27 Man, why are my trees so fast? 08:08:55 Are there any good libraries for ordered u64->u64 key-value maps I should be comparing to? 08:09:00 I feel like this should be a standard thing. 08:12:14 Oh I'm done counting trees for the time being. 08:13:37 in other news, https://twitter.com/WitzigWeil/status/1208441458426044422 08:21:50 -!- shkhn has quit (Quit: leaving). 08:37:32 -!- ArthurStrong has joined. 08:40:50 -!- imode has quit (Ping timeout: 268 seconds). 09:01:41 wait, today's AoC part 2 was hard?! 09:03:09 (For once I sucessfully extrapolated what part 2 would be like from part 1 and wrote my code accordingly.) 09:08:46 shachaf: out of curiosity, how bad is std::map in comparison? 09:10:21 Quite bad. 09:11:19 Here are some old numbers: https://slbkbs.org/tmp/btree/ordered.txt 09:11:40 My implementation improved since then (unless I've just added a regression). 09:12:19 -!- xkapastel has joined. 09:19:58 -!- kspalaiologos has joined. 09:31:50 I 09:31:53 ve never been so scared 09:31:55 to run my code 09:32:03 like in case of this engine 09:32:11 because I put around four days in it, without prior testing 09:40:35 Imagine working in chemistry, having spent days assembling a complex reactor, and switching it on for the first time. 09:44:00 (I don't. I've read a few stories.) 10:07:52 I haven't actually implemented the engine 10:07:53 ugh 10:09:14 let's just settle on srand(NULL) and rand() lol 10:09:24 (so it's predictable yet pretty random at first) 10:09:57 I hate this code though 10:10:02 it's very slow and underperformant 10:10:10 it could be made way faster it is currently 11:31:16 -!- arseniiv has joined. 11:50:33 -!- ArthurStrong has quit (Remote host closed the connection). 12:39:00 [[Muppp]] https://esolangs.org/w/index.php?diff=68099&oldid=67999 * Hex96 * (-18) /* truth-machine */ 13:51:13 -!- ArthurStrong has joined. 14:18:41 [[W (A)]] M https://esolangs.org/w/index.php?diff=68100&oldid=68098 * A * (-25) /* 99 bottles of beer */ Impossible... 14:22:21 -!- arseniiv_ has joined. 14:25:02 -!- arseniiv has quit (Ping timeout: 258 seconds). 14:44:18 -!- Lord_of_Life_ has joined. 14:44:38 -!- xkapastel has quit (Quit: Connection closed for inactivity). 14:46:02 -!- Lord_of_Life has quit (Ping timeout: 260 seconds). 14:46:02 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 15:15:41 -!- LKoen has joined. 15:22:15 -!- LKoen has quit (Remote host closed the connection). 15:26:18 -!- Frater_EST has joined. 15:27:08 -!- FreeFull has joined. 15:31:31 -!- LKoen has joined. 15:31:34 -!- xkapastel has joined. 16:11:47 int-e: Another day with quite the difference between part 1 and part 2. 16:19:01 -!- Frater_EST has quit (Read error: Connection reset by peer). 16:22:51 -!- Frater_EST has joined. 16:58:39 -!- imode has joined. 17:15:30 -!- Frater_EST has quit (Read error: Connection reset by peer). 17:20:36 -!- Frater_EST has joined. 17:25:54 -!- Vorpal has quit (Remote host closed the connection). 17:39:50 -!- xkapastel has quit (Quit: Connection closed for inactivity). 18:06:51 how do you think, is unit4 eso? And int4? 18:06:56 -!- arseniiv_ has changed nick to arseniiv. 18:10:38 -!- imode has quit (Quit: WeeChat 2.7). 18:11:21 -!- Frater_EST has left. 18:15:46 -!- xkapastel has joined. 18:25:14 -!- imode has joined. 18:33:40 -!- imode has quit (Ping timeout: 248 seconds). 18:36:42 -!- LKoen has quit (Remote host closed the connection). 19:19:29 -!- Frater_EST has joined. 19:20:11 -!- Frater_EST has left. 19:44:23 [[KTANExec]] N https://esolangs.org/w/index.php?oldid=68101 * EnilKoder * (+361) initiation 20:14:07 -!- ArthurStrong has quit (Quit: leaving). 20:21:20 -!- imode has joined. 20:45:17 -!- kspalaiologos has quit (Quit: Leaving). 20:45:27 -!- xkapastel has quit (Quit: Connection closed for inactivity). 20:57:08 -!- imode has quit (Ping timeout: 248 seconds). 20:59:11 -!- imode has joined. 21:18:49 [[KTANExec]] https://esolangs.org/w/index.php?diff=68102&oldid=68101 * EnilKoder * (+1812) 22:15:26 -!- shikhout has joined. 22:15:51 -!- shikhout has quit (Changing host). 22:15:51 -!- shikhout has joined. 22:16:12 -!- shikhout has changed nick to shkhn. 22:21:08 -!- arseniiv has quit (Ping timeout: 258 seconds). 22:31:52 -!- LKoen has joined. 23:11:50 fizzie: The dramatic difference between the AoC parts surprised me. I mean the top 100 goes up to 2h, that's amazing. Though I wonder how much impact the upcoming holidays have. 23:29:25 fizzie: Or maybe not the difference so much as the fact that part 2 seems to stump so many people. 23:49:53 -!- zzo38 has quit (Ping timeout: 245 seconds).