Subj : Re: TgM: order of posts from a backlog
To : Wilfred van Velzen
From : Brother Rabbit
Date : Fri Nov 13 2020 12:37 pm
WvV> Hi Wilfred,
WvV>
WvV> On 2020-11-13 10:13:11, I wrote to Stas Mishchenkov:
WvV>
WvV> SM>> Take a look:
WvV> SM>>
WvV> SM>> opendir();
WvV> SM>> do while readdir() {
WvV> SM>> readpkt();
WvV> SM>> }
WvV> SM>> closedir();
WvV> SM>>
WvV> SM>> or it will be
WvV> SM>>
WvV> SM>> opendir();
WvV> SM>> do while readdir() {
WvV> SM>> collect_names();
WvV> SM>> }
WvV> SM>> closedir();
WvV> SM>> sort_names();
WvV> SM>> for $name (@names) {
WvV> SM>> readpkt();
WvV> SM>> }
WvV> SM>>
WvV> SM>> Have nice nights.
WvV> SM>> Stas Mishchenkov.
WvV>
WvV> WvV> So it would take a few micro seconds longer... ?
WvV>
WvV> Hmm, my smiley entered in the Telegram message, got changed to a '?' on the fidonet side. That changes the meaning of what I wrote. :-(
WvV>
WvV> Bye, Wilfred.
Unfortunately, emoji are transmitted as unicode characters, which do not match in CP866 and other 8-bit encodings. To recode them "manually", I need to create my own complete conversion table. This is not part of my plans for the rest of my life. ;)
--- tg BBS v0.6.2
* Origin: Fido by Telegram BBS by Stas Mishchenkov (2:460/58)