2025-05-03 00:00:25 Yes, it's unbearable, but it wouldn't be C otherwise. 2025-05-03 00:06:53 ? 2025-05-03 01:32:08 I got kicked from #c for asking the bot something more than 3 times 2025-05-03 01:32:41 they only want you to use it to illustrate something in a conversation not test something youre curious about 2025-05-03 01:33:27 hopefully ##forth never falls to that level 2025-05-03 01:57:37 I've often found it remarkable how stuffy and, honestly, downright rude people of influence in some of the open source communities are. 2025-05-03 01:58:03 it's pretty weird 2025-05-03 01:59:03 I got corrected in #linux or another channel for using an abbreviation like "np" or something along those lines since it's against the channel terms 2025-05-03 01:59:23 Almost as though by slamming someone they can show how superior they are. And it doesn't really matter what the slam is; it could be technical criticism, "community rules" criticism, whatever. 2025-05-03 02:01:27 exactly 2025-05-03 02:05:03 a quick rfc: for the logs I publish on forth.chat, would anyone prefer copies that filter out (most of) the bot output? 2025-05-03 02:20:46 Either way is fine with me, crc. 2025-05-03 02:21:34 MrMobius: At one point many years ago I tried to be somewhat active on a couple of the big sites, but after seen how common what I described above was I largely lost interest. 2025-05-03 03:06:28 i feel like logs should have bot input, because what happens if someone uses a bot to show an example of something during a conversation and the logs filter that bot output? now there's an important part of said conversation missing 2025-05-03 03:06:37 s/bot input/bot output/ 2025-05-03 03:07:51 my solution would be probably along the lines of notating in the HTML markup which lines are bot output, and then a script can collapse them and allow an user to show the 2025-05-03 03:07:53 them* 2025-05-03 03:31:05 I think the question is whether to have versions without, not whether to have versions with 2025-05-03 04:08:27 just to clarify, I'm asking about adding additional copies without bot stuff as an option, the full logs would still contain everything 2025-05-03 04:39:54 ahh 2025-05-03 04:40:11 somehow i managed to skip the word "copies" in your message ^^" 2025-05-03 16:04:42 bon 2025-05-03 19:44:36 crc: against, just keep it (annoyingly) simple. 2025-05-03 19:47:53 xentrac: I like the PT vids but also hate it because I don't have a rainforest nearby. 2025-05-03 19:49:34 I've occasionally considered some sort of nature retreat but I don't really have the skills for that. Good chance it'll get old on the third day, too. 2025-05-03 20:10:53 forthBot: : REVERSE 1 DO I ROLL LOOP ; 2025-05-03 20:11:03 forthBot: 1 2 3 4 5 6 7 7 REVERSE .S 2025-05-03 20:11:03 <7> 7 6 5 4 3 2 1 2025-05-03 20:15:14 nice ... 2025-05-03 20:32:28 forthBot: : REVERSE DUP 2 < IF DROP EXIT THEN 1 DO I ROLL LOOP ; 2025-05-03 20:32:35 bettter 2025-05-03 20:43:52 forth: 0 REVERSE .S 2025-05-03 20:44:02 forthBot: 0 REVERSE .S 2025-05-03 20:44:02 <7> 7 6 5 4 3 2 1 2025-05-03 20:44:17 forthBot: 7 REVERSE .S 2025-05-03 20:44:17 <7> 1 2 3 4 5 6 7 2025-05-03 20:47:02 forthBot: 3 REVERSE .S 2025-05-03 20:47:02 <7> 1 2 3 4 7 6 5 2025-05-03 20:48:33 marvelous ! 2025-05-03 20:53:27 forthBot: 3 REVERSE .S 2025-05-03 20:53:28 <7> 1 2 3 4 5 6 7 2025-05-03 22:53:28 Environment for cleobuline inactive, freeing... 2025-05-03 23:05:32 user51: it's easier when you aren't in a rainforest I think