-
admin
sorry 2 say, I do too... :-)
-
root
> that goes by silently unless you read your cron mails, and who does that. Whats email? ↺
-
fireburner
What is reading?
-
Lightning Bjornsson
> kainan a écrit : > reminder that automatic updates are useless if you never reboot only true of the kernal
-
Lightning Bjornsson
> root a écrit : > Whats email? It's the thing that replaced physical letter mail for personal letters
-
MSavoritias (fae,ve)
sounds like a worse version of xmpp :P
☝️ 1 -
root
> sounds like a worse version of xmpp :P ☝️ ↺
-
Lightning Bjornsson
> MSavoritias (fae,ve) a écrit : > sounds like a worse version of xmpp :P yes, unlike XMPP it's store and forward and not nearly guaranteed to be nearly instant✎ -
bkil
According to Delta.Chat benchmarks, most messages go through end to end within 1-10s
-
Licaon_Kter
Lightning Bjornsson: xmpp *is* store and forward, what do you mean?
-
Lightning Bjornsson
> MSavoritias (fae,ve) a écrit : > sounds like a worse version of xmpp :P yes, unlike XMPP it's [removed on direction of Licaon_Kter] not nearly guaranteed to be nearly instant ✏
-
Lightning Bjornsson
> bkil a écrit : > According to Delta.Chat benchmarks, most messages go through end to end within 1-10s Aye. Email is pretty quick nowadays.
-
Lightning Bjornsson
Licaon_Kter: fixed
-
moparisthebest
*well acksually* XMPP doesn't *have* to be store and forward, you can just read until the to and start streaming the rest, iirc someone said a server once worked like this
-
jonas’
cut-through switching :)
-
Lightning Bjornsson
email servers came of age in a time when some things closed down for the night
-
bkil
This guy has made an XMPP server in about 1k SLOC of C: https://rawsontetley.org/posts/inetdxtra/ https://github.com/bobintetley/inetdxtra
-
bkil
And indeed, a lot of chat rooms were closed outside working hours back then so that staff could moderate the group at all times.
-
Lightning Bjornsson
> bkil a écrit : > This guy has made an XMPP server in about 1k SLOC of C: https://rawsontetley.org/posts/inetdxtra/ https://github.com/bobintetley/inetdxtra qmail literally already existed by then, in.smtpd was not necessary
-
Lightning Bjornsson
and qmail is resident for *checks notes* 8 megabytes on the queue manager inc all components, and it'd probably be less if I was better about symbol hygiene.✎ -
Lightning Bjornsson
and qmail is resident for *checks notes* 8 megabytes on the queue manager inc all components on my main mailserver, and it'd probably be less if I was better about symbol hygiene. ✏
-
Lightning Bjornsson
I'll shut up, sorry.
-
bkil
I was referring to `in.jabber`, but I think most of his servers are resident of a few kilobytes of memory, not megabytes. And also note that the way how `xinetd` works enables such servers to not be resident at all. This can be important if all the RAM you have at your disposal is 32MB such as in low end routers or age-appropriate SBC back then when he was working on it.
-
Lightning Bjornsson
ye