Show Idle (>14 d.) Chans


← 2023-07-30 | 2023-08-01 →
gregorynyssa[asciilifeform]: Spengler taught that will-to-power was not, in fact, invented by Nietzsche, but is rather the very essence of Germanic thought since ancient times.
gregorynyssa[asciilifeform]: In his view, Nietzsche and Goethe were both expositors of the fundamental Western (that is, Germanic) spirit.
gregorynyssa[asciilifeform]: asciilifeform: signpost: awt: Was there any discussion of the possibility of an "sbase" written in Ada?
gregorynyssa[asciilifeform]: awt: How was your parsing routine for IRC packets designed?
gregorynyssa[asciilifeform]: My strategy (using ad-hoc parsing instead of parser-generators) is first to determine whether or not the initial "source" field is present.
gregorynyssa[asciilifeform]: Then, find the body/payload which is marked by the first colon which is preceded by a space.
gregorynyssa[asciilifeform]: After the body/payload is chopped off, I take the shortcut of using java.util.StringTokenizer to get the command (such as PRIVMSG) and options.
gregorynyssa[asciilifeform] will be back later.
awt[asciilifeform]: gregorynyssa: may I ask why you are parsing IRC packets?
asciilifeform: http://logs.bitdash.io/pest/2023-07-30#1029234 << asciilifeform is baking a wx-based cpp pestron, where worx on all major os (but, sadly, at 'geological' speed, have been at it for almost a yr nao)
bitbot[asciilifeform]: Logged on 2023-07-30 14:30:42 gregorynyssa[PeterL|signpost|deedbot]: The program is still operable on macOS but the frame-rate of the GUI drops to 1-2.
dulapbot: Logged on 2023-02-07 17:16:43 asciilifeform: signpost: thing behaves precisely like asciilifeform imagined in 1990s 'wat if i had over9000 cpu & disk to run my shannonizer'
bitbot[asciilifeform]: Logged on 2023-07-30 15:21:22 gregorynyssa[deedbot|PeterL|signpost]: asciilifeform: If I might ask, did the advent of GPT 3.5 and 4 exceed your expectations regarding what neural networks are capable of?
bitbot[asciilifeform]: Logged on 2023-07-30 16:29:23 gregorynyssa[deedbot|PeterL]: billymg: asciilifeform: I wanted to mention that I would be interested in sharing the source-code of my client.
bitbot[asciilifeform]: Logged on 2023-07-31 07:20:51 gregorynyssa[signpost|PeterL|deedbot]: asciilifeform: signpost: awt: Was there any discussion of the possibility of an "sbase" written in Ada?
gregorynyssa[asciilifeform]: http://logs.nosuchlabs.com/log/pest/2023-07-31#1029796 << My Java implementation of Pest includes the IRC bridge.
dulapbot: Logged on 2023-07-31 09:28:58 awt[asciilifeform]: gregorynyssa: may I ask why you are parsing IRC packets?
gregorynyssa[asciilifeform]: I saw your old messages regarding the writing of the IRC parser, and was wondering whether you wrote out a grammar for the IRC packets.
gregorynyssa[asciilifeform]: http://logs.nosuchlabs.com/log/pest/2023-07-31#1029804 << "sbase" is a project by Suckless (the creator of the dwm(1) window-manager) to re-write "coreutils" so that the code is safer and more concise.
dulapbot: Logged on 2023-07-31 10:00:51 asciilifeform: http://logs.bitdash.io/pest/2023-07-31#1029286 << watsa 'sbase' ?
bitbot[asciilifeform]: Logged on 2023-07-31 07:20:51 gregorynyssa[signpost|PeterL|deedbot]: asciilifeform: signpost: awt: Was there any discussion of the possibility of an "sbase" written in Ada?
shinohai[asciilifeform]: I believe `sbase` the suckless version of base unix tools iirc.
signpost[asciilifeform]: I pulled in busybox in this place
signpost[asciilifeform]: but not after a rigorous comparison with sbase
shinohai[asciilifeform] loves busybox for some reason ......
awt[asciilifeform]: gregorynyssa: I used a pre-existing python implementation of an IRC server. I don't recall exactly how it worked but I believe it's in client.py in the blatta source.
awt[asciilifeform]: gregorynyssa: what is the purpose of the IRC bridge?
gregorynyssa[asciilifeform]: http://logs.nosuchlabs.com/log/pest/2023-07-31#1029818 << I am referring to the code which connects Pest to IRC.
dulapbot: Logged on 2023-07-31 13:56:26 awt[asciilifeform]: gregorynyssa: what is the purpose of the IRC bridge?
awt[asciilifeform]: gregorynyssa: Why are you connecting pest to IRC? Are you writing a bridge bot?
gregorynyssa[asciilifeform]: http://logs.nosuchlabs.com/log/pest/2023-07-31#1029821 << I simply wrote my program according to the specification.
dulapbot: Logged on 2023-07-31 17:29:55 awt[asciilifeform]: gregorynyssa: Why are you connecting pest to IRC? Are you writing a bridge bot?
gregorynyssa[asciilifeform]: Please look at the specification, section 2.5.
awt[asciilifeform]: gregorynyssa: we tried using IRC clients as pest clients, but it didn't work out well. See for example: http://logs.bitdash.io/pest/2022-06-17#1007244. I'm not sure if that's your intent.
bitbot[asciilifeform]: Logged on 2022-06-17 02:44:44 asciilifeform: naturally impossible w/ irc frontend tho
gregorynyssa[asciilifeform]: http://logs.nosuchlabs.com/log/pest/2023-07-31#1029825 << I did not know that you and the others gave up on the IRC portion of Pest.
dulapbot: Logged on 2023-07-31 17:55:09 awt[asciilifeform]: gregorynyssa: we tried using IRC clients as pest clients, but it didn't work out well. See for example: http://logs.bitdash.io/pest/2022-06-17#1007244. I'm not sure if that's your intent.
bitbot[asciilifeform]: Logged on 2022-06-17 02:44:44 asciilifeform: naturally impossible w/ irc frontend tho
gregorynyssa[asciilifeform]: I have not kept up with the logs.
gregorynyssa[asciilifeform]: Thus, I wrote my Java implementation with both the IRC bridge and a GUI.
awt[asciilifeform] formatted messages
awt[asciilifeform]: How would you display the thousands of messages during the initial getdata sync on an IRC client, for example?
gregorynyssa[asciilifeform]: http://logs.nosuchlabs.com/log/pest/2023-07-31#1029832 << Have a look at this line within the logs. This is a leaky abstraction.
dulapbot: Logged on 2023-07-31 17:59:04 awt[asciilifeform]: formatted messages
gregorynyssa[asciilifeform]: http://logs.nosuchlabs.com/log/pest/2023-07-31#1029833 << By maintaining a reordering buffer, which can be queried by the operator.
dulapbot: Logged on 2023-07-31 18:00:39 awt[asciilifeform]: How would you display the thousands of messages during the initial getdata sync on an IRC client, for example?
gregorynyssa[asciilifeform]: awt: I am reading the transcript of 2022-06-17 which you linked.
bitbot[asciilifeform]: Logged on 2022-06-17 16:44:01 asciilifeform: http://logs.bitdash.io/pest/2022-06-17#1007298 << afaik all attempts at gui glue are doomed to be either intimately os-specific (and straightjacketed firmly into whatever knobs $os supports) or 'hobbyist joke'; or, often enuff, ~both~ of these
awt[asciilifeform]: Messages come in in order of latest to earliest. If there are 10k messages, do you wait until you've received all 10k to ensure they're ordered properly before outputting to the irc client?
gregorynyssa[asciilifeform]: During the early years of Tk, one of the design-goals was close integration with X Window.
gregorynyssa[asciilifeform]: Thus Tk fell into the category of being "intimately OS-specific."
gregorynyssa[asciilifeform]: However, it was later adapted to other operating systems.
dulapbot: Logged on 2023-07-31 18:05:22 awt[asciilifeform]: Messages come in in order of latest to earliest. If there are 10k messages, do you wait until you've received all 10k to ensure they're ordered properly before outputting to the irc client?
gregorynyssa[asciilifeform]: Wait for 200 messages before sending them to the client. Let the operator query the rest later.
awt[asciilifeform]: I believe there is a more recent draft of the spec. I have a local copy but can't find a link.
awt[asciilifeform]: Where for ex. there is no longer an order buffer, and there's something like a long buffer but it's called the "Filter."
dulapbot: Logged on 2023-07-31 18:14:10 awt[asciilifeform]: I believe there is a more recent draft of the spec. I have a local copy but can't find a link.
gregorynyssa[asciilifeform]: signpost: Does your implementation of Luby codes support streams of indefinite duration, or only files of known size?
gregorynyssa[asciilifeform]: Implementing a TCP-like protocol using UDP is a common problem in professional-level game-development.
gregorynyssa[asciilifeform]: signpost: asciilifeform: If I am not mistaken, the benefit of Luby codes is that we no longer need a TCP-like flow-control mechanism.
gregorynyssa[asciilifeform]: http://logs.nosuchlabs.com/log/pest/2023-07-31#1029855 << I am reading it now. I can see that a lot has been changed.
dulapbot: Logged on 2023-07-31 19:06:58 awt[asciilifeform]: gregorynyssa: latest draft: http://loper-os.org/pub/pest/pest_predraft_html.tgz
← 2023-07-30 | 2023-08-01 →