I'm not sure when the time stamp is based on, but I've
always seen messages out of order in Fidonet. Depends on
routing.
Hello Stas, I just wanted to point out that after you re-open/re-startlast
the
Fidobot, the backlog of posts seems to get processed FILO (first in,
out). The screen shot is an example. The message marked 1st is myoriginal
message, and the one marked 2nd is a reply to that one. But the 2nd one arrived first, and the 1st one arrived next. https://brorabbit.g0x.ru/pic/msg%20FILO.jpg
I'm not sure when the time stamp is based on, but I've always seen messages out of order in Fidonet. Depends on routing.
On the other hand, sorting packages by date before tossing can significantly increase processing time.
Hello Charles! ** On Tuesday 10.11.20 - 03:34, Charles Pierson
wrote to All:
I'm not sure when the time stamp is based on, but I've alwaysIf you look at the time for the messages in the screenshot, you
seen messages out of order in Fidonet. Depends on routing.
will see there is about 2 minutes diff between them. That tells
me it's likely the time of the toss at Stas's system when he
wakes up the bot. It's not the date or time of the original
message.
Hi, Charles! 10 ноя 20 03:34, Charles Pierson -> All:
I'm not sure when the time stamp is based on, but I've alwaysIn the picture I can see that the messages in the list are sorted
seen messages out of order in Fidonet. Depends on routing.
by date in reverse order. The date highlighted by August is the
date when the message was sent to Telegram. It is not connected in
any way and cannot be connected with the date of creation of the
message in Fido. However, it is true that some messages reach
Telegram earlier than older ones.
But honestly, unless there were hundreds of messages coming in the
toss, it's a minor annoyance at best.
And much like typical FTN mail, messages coming slightly out of order
can lead to multiple different threads of discussion, which I don't consider a bad thing.
On the other hand, sorting packages by date before tossing can
significantly increase processing time.
Maybe if you have a thousand or more packages to sort, otherwise I wouldn't worry about it... ;)
Based on what Stas has said earlier, as well as his explanation to me about the processing to Telegram, it is very much possible that those messages were from different tosses. I believe has has said it tosses every minute.
It could also just be the manner it processes the messages.
But honestly, unless there were hundreds of messages coming in the toss, it's a minor annoyance at best.
And much like typical FTN mail, messages coming slightly out of order can lead to multiple different threads of discussion, which I don't consider bad thing.
Hi, Wilfred!
10 ноя 20 14:14, Wilfred van Velzen -> Stas Mishchenkov:
On the other hand, sorting packages by date before tossing can
significantly increase processing time.
Maybe if you have a thousand or more packages to sort, otherwise I wouldn't worry about it... ;)
Take a look:
opendir();
do while readdir() {
readpkt();
}
closedir();
or it will be
opendir();
do while readdir() {
collect_names();
}
closedir();
sort_names();
for $name (@names) {
readpkt();
}
Have nice nights.
Stas Mishchenkov.
Take a look:
opendir();
do while readdir() {
readpkt();
}
closedir();
or it will be
opendir();
do while readdir() {
collect_names();
}
closedir();
sort_names();
for $name (@names) {
readpkt();
}
Have nice nights.
Stas Mishchenkov.
So it would take a few micro seconds longer... ?
Hi Wilfred,the fidonet side. That changes the meaning of what I wrote. :-(
On 2020-11-13 10:13:11, I wrote to Stas Mishchenkov:
Take a look:
opendir();
do while readdir() {
readpkt();
}
closedir();
or it will be
opendir();
do while readdir() {
collect_names();
}
closedir();
sort_names();
for $name (@names) {
readpkt();
}
Have nice nights.
Stas Mishchenkov.
So it would take a few micro seconds longer... ?
Hmm, my smiley entered in the Telegram message, got changed to a '?' on
Bye, Wilfred.
So it would take a few micro seconds longer... ?
Hmm, my smiley entered in the Telegram message, got changed to a '?'
on the fidonet side. That changes the meaning of what I wrote. :-(
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. ;)
And much like typical FTN mail, messages coming slightly out ofThe only difference is that in Fido we can sort messages in the
order can lead to multiple different threads of discussion, which
I don't consider a bad thing.
database before reading them, while in Telegram they are shown as
they are. As I've said many times, Telegram is not fully
compatible with Fido.
So it would take a few micro seconds longer... ?
Hmm, my smiley entered in the Telegram message, got
changed to a '?' on the fidonet side. That changes the
meaning of what I wrote. :-(
So it would take a few micro seconds longer... ?
Hmm, my smiley entered in the Telegram message, got
changed to a '?' on the fidonet side. That changes the
meaning of what I wrote. :-(
LOL. It certainly does!
I think the built-in smiley feature on Telegram can be
disabled in groups individually to avoid the problem.
I am not sure what an animated gif would translate to on this
side. Wanna try it! ;)
Hi Brother,'?'
On 2020-11-13 12:37:11, you wrote to me:
So it would take a few micro seconds longer... ?
Hmm, my smiley entered in the Telegram message, got changed to a
ison the fidonet side. That changes the meaning of what I wrote. :-(
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
emoji's.not part of my plans for the rest of my life. ;)
You could start with a small table, only translating the most used
[ ;-) :-) :-( ] Would cover probably 95% of the ones used. ;-)
Bye, Wilfred.
Hello, Stas Mishchenkov.exactly the same.
On 11/13/20 8:38 AM you wrote:
And much like typical FTN mail, messages coming slightly out ofThe only difference is that in Fido we can sort messages in the database before reading them, while in Telegram they are shown as they are. As I've said many times, Telegram is not fully
order can lead to multiple different threads of discussion, which CP>> I don't consider a bad thing.
compatible with Fido.
I've tried to make that point myself before.
We can have good communication between the two, but it's not going to be
--
Best regards!
Posted using Hotdoged on Android
Hello Wilfred!Velzen:
** On Friday 13.11.20 - 08:50, Wilfred van Velzen wrote to Wilfred van
So it would take a few micro seconds longer... ?
Hmm, my smiley entered in the Telegram message, got
changed to a '?' on the fidonet side. That changes the
meaning of what I wrote. :-(
LOL. It certainly does!
I think the built-in smiley feature on Telegram can be
disabled in groups individually to avoid the problem.
I am not sure what an animated gif would translate to on this
side. Wanna try it! ;)
--
../|ug
I think the built-in smiley feature on Telegram can be
disabled in groups individually to avoid the problem.
Something we should try/test...
You could start with a small table, only translating the most used
emoji's. [ ;-) :-) :-( ] Would cover probably 95% of the ones used.
;-)
I will try to do a preliminary partial transcoding, but I do not
promise what will happen. It is possible that there will only be more garbage in the text.
I must admit that initially there was no goal of making a complete
merge. It was clear that this is not possible. However, I believe
that I managed to bring one close enough to the other and, while
keeping some culture of communication, it is quite possible in
some cases to use the Telegram BBS for Fido.
..As I've said many times, Telegram is not fully
compatible with Fido.
I've tried to make that point myself before.
We can have good communication between the two, but it's not going to
be exactly the same.
I am not sure what an animated gif would translate to on this
side. Wanna try it! ;)
Probably a questionmark too...
Stas has built some good technology to leverage the convenience of
using Telegram.
It's the convenience (portability across devices, even the USB
version so that you can use *any* pc that is handy at the time) of
using Telegram is pretty cool.
Plus, the way it catalogs links and photos and files, is an
organizer's dream. And.. all that (files, photos, links) is
searchable. Finding a message is based on a text string is handy
too.
From a moderator's POV, it's no-funny-business allowed. A
miscreant be dropped at any time and there is no way that same
person can re-join. A new phone number would be required - you
can't just change your name - which could prove to be a major inconvenience. You'd have to be a Marquis de Sade du Fidonet with unlimited phone numbers to try and fool a modest Fidonet
moderator.
The TgM experience doesn't have to be exactly the same (taglines,
quoting style, and other aspects from echomail culture) ..but the
basics for allowing participation in conversations is still pretty
good.
--- GoldED+/W32-MINGW 1.1.5-b20180707 * Origin: ----> Point Of
VeleNo BBs (http://www.velenobbs.net) (2:333/808.7)
It's the convenience (portability across devices, even
the USB version so that you can use *any* pc that is
handy at the time) of using Telegram is pretty cool.
That's not being made clear, I don't think. A lot of
people seem think it's strictly an app for mobile.
Plus, the way it catalogs links and photos and files, is
an organizer's dream. And.. all that (files, photos,
links) is searchable. Finding a message is based on a
text string is handy too.
Those all sound like cool features. They aren't something
that I personally would use very often, but nice that
they are there.
Actually, moderator aspect aside, which is interesting
enough but I'd have to examine.
It is fairly easy to get phone numbers. There are dozens
of apps out there to do so. I'm not saying it would be
worth someone's time to do so, but it is possible.
The TgM experience doesn't have to be exactly the same
(taglines, quoting style, and other aspects from
echomail culture) ..but the basics for allowing
participation in conversations is still pretty good.
I'm glad to hear you day that, since I've spent so much
time trying to explain that.
The test now is finding a larger group to use it. We have
maybe a half dozen people between the 12 or so echos on
Telegram?
Hello Charles! ** On Friday 13.11.20 - 16:04, Charles Pierson
wrote to August Abolins:
It's the convenience (portability across devices, even the USB
version so that you can use *any* pc that is handy at the time)
of using Telegram is pretty cool.
That's not being made clear, I don't think. A lot of people seemI don't know if we can say "a lot of people" yet. ;) The
think it's strictly an app for mobile.
Fido/Telegram merge is still relatively young (about 2 months
since a few english-speaking echos have been built) and obscure.
Plus, the way it catalogs links and photos and files, is an
organizer's dream. And.. all that (files, photos, links) is
searchable. Finding a message is based on a text string is
handy too.
Those all sound like cool features. They aren't something that IThose features are not readily obvious with the tablet/phone
personally would use very often, but nice that they are there.
apps. But in the desktop version, the program can be operated in
full view that includes a side-panel on the right that provides
the stats on the number of members, files, photos, and links.
The full list of shared files/photos/links is just a single
click away. It's practically like a built-in filefix for each
echo.
Actually, moderator aspect aside, which is interesting enough butThat can be arranged! Name your echo.
I'd have to examine.
It is fairly easy to get phone numbers. There are dozens of appsI looked into that too. The services that provide temporary
out there to do so. I'm not saying it would be worth someone's
time to do so, but it is possible.
virtual phone numbers may not be completely reliable. It is best
to have a permanent number that you can have full control over.
The cost of seeking addtional numbers for the purposes to get
around a Fidonet ban could get unnecessarily costly.
The TgM experience doesn't have to be exactly the same
(taglines, quoting style, and other aspects from echomail
culture) ..but the basics for allowing participation in
conversations is still pretty good.
I'm glad to hear you day that, since I've spent so much timeYou can think of the TgM environment as just a different "skin"
trying to explain that.
wrapped around a messaging environment designed for modern
personal devices. The appearance can be personalized to the
user's delight. From a visual POV, the user is simply accessing
Stas' BBS not unlike visiting any other BBS for the message
areas. Except that in this case, the TgM appearance is
ready-made with some extra bells and whistles courtesy of
Telegram technology. Stas' bot provides the behind the scenes
hook to fidonet.
Hello Charles! ** On Friday 13.11.20 - 10:12, Charles Pierson
wrote to Brother Rabbit:
The test now is finding a larger group to use it. We have maybe aIt's still a young experiment.
half dozen people between the 12 or so echos on Telegram?
fidonet.traditional BBS is the Feed for. It has it's own Node, I believe.
Actually, it's more like Stas made a BBS on Telegram, which his
--
Best regards!
Posted using Hotdoged on Android
It's the convenience (portability across devices, even the USB
version so that you can use *any* pc that is handy at the time)
of using Telegram is pretty cool.
That's not being made clear, I don't think. A lot of people seem
think it's strictly an app for mobile.
It is fairly easy to get phone numbers. There are dozens of apps out there to do so. I'm not saying it would be worth someone's time to do
so, but it is possible.
I said it was possible, if not necessarily worthwhile. But in a
fairly short time I set up 3 numbers from 3 apps that I could
potentially use to set up a Telegram account with. I'd only actually
need the number once.
Actually, it's more like Stas made a BBS on Telegram, which his traditional BBS is the Feed for. It has it's own Node, I believe.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 409 |
Nodes: | 16 (2 / 14) |
Uptime: | 41:38:48 |
Calls: | 8,567 |
Calls today: | 7 |
Files: | 13,222 |
Messages: | 5,928,326 |