←2025-09-29 2025-09-30 2025-10-01→ ↑2025 ↑all
00:44:21 -!- amby has quit (Quit: so long suckers! i rev up my motorcylce and create a huge cloud of smoke. when the cloud dissipates im lying completely dead on the pavement).
01:35:34 <esolangs> [[Brainfuck algorithms]] https://esolangs.org/w/index.php?diff=165370&oldid=165187 * Rosenthal * (-3) Merge "flip bit" into boolean NOT
02:02:45 <esolangs> [[Brainfuck algorithms]] https://esolangs.org/w/index.php?diff=165371&oldid=165370 * Rosenthal * (+1) Use lowercase for tommyaweosme (they appear to usually style as lowercase)
02:09:58 <esolangs> [[Brainfuck algorithms]] M https://esolangs.org/w/index.php?diff=165372&oldid=165371 * Rosenthal * (+0) Fix typo
02:48:16 <esolangs> [[Brainfuck]] https://esolangs.org/w/index.php?diff=165373&oldid=165133 * Rosenthal * (-141) Adjust Truth-machine wording
03:02:43 <zzo38> One thing I am trying to do is to write a program to use curl to record audio/video streams from internet, although I will need to figure out the working of some of the file formats, such as M3U, and the MP3 framing and MPEG-TS framing (I do not need to actually decode the audio or video data though, since it is not being transcoded).
03:03:12 <zzo38> For example, does MP3 have key frames and also frames that are not key frames, and if so, how to distinguish them? How to know the size and duration of a MP3 frame?
03:04:37 <zzo38> (In the case of a single continuous stream, it should not record anything until a key frame is received. There is also the issue of if the stream would ever contain incomplete frames or start with an incomplete frame; I don't know if it does that, either.)
03:14:08 <zzo38> Do you know?
05:32:48 -!- Sgeo_ has quit (Read error: Connection reset by peer).
06:48:30 -!- tromp has joined.
07:37:57 <b_jonas> zzo38: yt-dlp does a lot of that
07:39:31 <b_jonas> zzo38: ffmpeg's ffprobe program can output the timestamp of each frame from a video. I think it might also be able to print which frames are keyframes, but I never tried that
07:40:17 <b_jonas> I think ffprobe can also decode framing and print the contents of all frames, but I also haven't tried that
07:52:07 <esolangs> [[12]] https://esolangs.org/w/index.php?diff=165374&oldid=164847 * JIT * (+46) /* Hello, World! */
07:59:53 <esolangs> [[12]] https://esolangs.org/w/index.php?diff=165375&oldid=165374 * JIT * (-1) /* Hello, World! */
08:32:01 -!- roper has joined.
08:50:17 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:10:21 -!- tromp has joined.
09:14:02 -!- Lord_of_Life has quit (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine).
09:14:25 -!- Lord_of_Life has joined.
09:36:02 <APic> Hi
09:51:41 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
10:23:46 <esolangs> [[N3STS]] N https://esolangs.org/w/index.php?oldid=165376 * JIT * (+916) Created page with "N3STS is an esolang by User:JIT, 2025 ''"What if [[brainfuck]] but nests?"'' -User:JIT, 2025 {| class="wikitable" |+ nests! |- ! nest binary number !! [[brainfuck|BF]] commands |- | 000 || > |- | 001 || < |- | 010 || + |- | 011 || - |- | 100 || . |- | 101 || , |- | 110 || [
10:24:27 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=165377&oldid=165312 * JIT * (+12) /* N */
10:35:36 -!- roper has quit (Read error: Connection reset by peer).
10:40:54 -!- roper has joined.
11:33:01 -!- Lord_of_Life_ has joined.
11:33:37 -!- Lord_of_Life has quit (Ping timeout: 264 seconds).
11:35:56 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
11:46:52 -!- Lord_of_Life has quit (Excess Flood).
11:50:17 -!- Lord_of_Life has joined.
11:56:52 -!- amby has joined.
12:31:07 <esolangs> [[User:Hotcrystal0/Sandbox]] https://esolangs.org/w/index.php?diff=165378&oldid=165295 * Hotcrystal0 * (-45)
12:38:59 <esolangs> [[User:Pifrited/Lang full of special character]] https://esolangs.org/w/index.php?diff=165379&oldid=165289 * Pifrited * (+263)
12:45:03 -!- roper has quit (Read error: Connection reset by peer).
12:50:49 -!- roper has joined.
12:52:46 <esolangs> [[User talk:PrySigneToFry]] https://esolangs.org/w/index.php?diff=165380&oldid=165286 * PrySigneToFry * (-8)
13:29:57 <fizzie> I may think about setting up Anubis (that client-side proof-of-work antiscraping thing that you see everywhere nowadays) at least on hack.esolangs.org diff and history requests. It's been getting scraped at 10+ reqs/s for almost a full week, with nothing obviously identifiable in the requests (plausible UAs, IPs all over the world, ...).
13:30:04 <fizzie> Not a fan of the mandatory client-side JS nature of it, but on the other hand nobody _really_ uses the hack.esolangs.org repository browser, so maybe it's not such a loss. For the wiki I'd rather not, and it's not been as problematic lately anyway.
13:35:51 -!- wob_jonas has joined.
13:36:46 <wob_jonas> fizzie: the one I'd want to use is https://hack.esolangs.org/tmp/ , so that I can compute something on HackEso and download it (in more than IRC line sized chunks) without having to make a permanent commit, but that one doesn't seem to work
13:37:47 <fizzie> Hmm, is it broken again?
13:37:50 <wob_jonas> it would even replace the other two web interfaces, since you can copy something to a file under /hackenv/tmp , or query hg to a file under /hackenv/tmp , and then download the response from there
13:38:23 <wob_jonas> hmm wait, maybe it is working just doesn't give a directory lsiting? let me thest
13:38:45 <fizzie> Yeah, I think that's the case.
13:39:04 <wob_jonas> you're right, it does work if you know the filename
13:39:11 <wob_jonas> great
13:39:51 <fizzie> It used to do directory listings too, though, that's probably a configuration error somewhere.
13:40:37 <wob_jonas> I think it's /edit and /get that don't work, but I'm fine with that
13:46:46 <esolangs> [[Isec TC proof]] https://esolangs.org/w/index.php?diff=165381&oldid=165356 * U * (+76)
13:49:28 <wob_jonas> python3 -cprint("[% s] [% d]" % (4,4)) # space formatting flag is ignored in %s format. not too surprising in retrospect, but it caught me off-guard
13:49:42 <wob_jonas> `python3 -cprint("[% s] [% d]" % (4,4))
13:49:45 <HackEso> ​[4] [ 4]
13:50:13 <esolangs> [[Isec TC proof]] https://esolangs.org/w/index.php?diff=165382&oldid=165381 * U * (+17)
13:50:24 <esolangs> [[Isec TC proof]] https://esolangs.org/w/index.php?diff=165383&oldid=165382 * U * (-17)
13:56:49 <esolangs> [[Isec]] https://esolangs.org/w/index.php?diff=165384&oldid=165355 * U * (+17)
13:59:19 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=165385&oldid=165377 * U * (-11)
13:59:42 <esolangs> [[Semi-serious language list]] https://esolangs.org/w/index.php?diff=165386&oldid=165301 * U * (-11)
14:00:39 <esolangs> [[Isec TC proof]] https://esolangs.org/w/index.php?diff=165387&oldid=165383 * U * (+3)
14:53:05 <esolangs> [[N3STS]] https://esolangs.org/w/index.php?diff=165388&oldid=165376 * Aadenboy * (+35) category
14:55:10 -!- roper has quit (Read error: Connection reset by peer).
15:00:44 -!- roper has joined.
15:54:35 -!- wob_jonas has quit (Quit: Client closed).
16:48:28 <esolangs> [[Cammy]] https://esolangs.org/w/index.php?diff=165389&oldid=165194 * Corbin * (+918) /* Implementation */ Document kamis.
17:04:42 -!- roper has quit (Read error: Connection reset by peer).
17:10:40 -!- roper has joined.
17:13:58 -!- leah2 has quit (Ping timeout: 260 seconds).
17:32:39 <esolangs> [[WtE,teplw! but actually usable]] https://esolangs.org/w/index.php?diff=165390&oldid=165257 * * (+46)
17:34:20 -!- leah2 has joined.
17:34:46 <korvo> Huh. Are the meta-epigrams on p7 of https://gwern.net/doc/cs/algorithm/1982-perlis.pdf real? They aren't listed on https://www.cs.yale.edu/homes/perlis-alan/quotes.html
17:36:55 <korvo> ...Wait, epigrams are different! There's a 121, which was moved to 60; the original 60 was "Dana Scott is the Church of the Lattice-Way Saints."
17:37:02 <korvo> Giving me heavy deja vu thanks to https://lobste.rs/s/ppm44i/very_early_history_algebraic_data_types
18:04:42 -!- leah2 has quit (Ping timeout: 248 seconds).
18:07:19 -!- Lord_of_Life_ has joined.
18:08:08 -!- Lord_of_Life has quit (Ping timeout: 240 seconds).
18:10:08 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
18:16:30 <esolangs> [[LIMITED]] N https://esolangs.org/w/index.php?oldid=165391 * DadoDev * (+5826) Created Page
18:19:34 -!- leah2 has joined.
18:26:50 -!- roper has quit (Quit: leaving).
18:35:52 -!- tromp has joined.
19:08:03 <esolangs> [[LIMITED]] M https://esolangs.org/w/index.php?diff=165392&oldid=165391 * DadoDev * (+25) Added to the Implemented category
19:08:40 <APic> Good Night
19:16:21 <esolangs> [[User:DadoDev]] M https://esolangs.org/w/index.php?diff=165393&oldid=165320 * DadoDev * (+29) Added LIMITED
19:29:44 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=165394&oldid=165385 * DadoDev * (+14) Added LIMITED
19:33:30 <esolangs> [[LIMITED]] M https://esolangs.org/w/index.php?diff=165395&oldid=165392 * DadoDev * (+41) Fixed description of INP
20:04:56 <esolangs> [[LIMITED]] M https://esolangs.org/w/index.php?diff=165396&oldid=165395 * DadoDev * (-112) Fixed bug in implementation
21:23:10 <esolangs> [[Special:Log/newusers]] create * Forget-me32 * New user account
21:31:50 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=165397&oldid=165334 * Forget-me32 * (+194)
21:46:11 <esolangs> [[User:Forget-me32]] N https://esolangs.org/w/index.php?oldid=165398 * Forget-me32 * (+199) Created page with "Guys, is it allowed to make up examples on user pages, like XKCD Random Number? I had a little idea. Administration, if possible, say it in the discussion. I'll delete this text when I see the answer"
21:50:10 <esolangs> [[User:Forget-me32]] https://esolangs.org/w/index.php?diff=165399&oldid=165398 * Forget-me32 * (+11)
21:59:18 <esolangs> [[User:Forget-me32]] https://esolangs.org/w/index.php?diff=165400&oldid=165399 * Forget-me32 * (+165)
22:16:55 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:28:06 -!- Sgeo has joined.
22:41:05 -!- korvo has quit (Remote host closed the connection).
23:08:42 <esolangs> [[1 Bit, a quarter byte]] https://esolangs.org/w/index.php?diff=165401&oldid=120990 * Tommyaweosme * (+404)
←2025-09-29 2025-09-30 2025-10-01→ ↑2025 ↑all