Live data from Hacker News

Telegram Serverless

core.telegram.org

21–30 of 114 posts

Re: Telegram Serverless

#21
Emphasis mine:

> Each invocation runs in a lightweight V8 isolate, close to Telegram's own systems, so calls to the Bot API and your database are quick and reliable.

Telegram’s servers are distributed worldwide. I understand that the calls to the Bot API may be quick because the serverless code would be propagated to the edge, but how does it handle an SQLite DB? Is that also replicated to guarantee quick access from anywhere?

Re: Telegram Serverless

#23
post #5
post #2

This is off-topic, but I was kind of surprised to see this page written by Claude. I guess I shouldn't really be surprised, but I somehow didn't expect it.

Out of curiosity - how did you figure this out? I cannot find any hints about that. Was it the language used?

https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing

Re: Telegram Serverless

#24
post #2

This is off-topic, but I was kind of surprised to see this page written by Claude. I guess I shouldn't really be surprised, but I somehow didn't expect it.

I finds it surprising you find it surprising.

Is this the best use of a human, to write a long, detailed manual for a feature? Which most likely will be read by another LLM?

Re: Telegram Serverless

#27
post #14

telegram is full of bots and spam. before it was a better WhatsApp alternative. now either WhatsApp or Signal.

I use Telegram only for groups with people I know. I've got zero issues with boths. Are you using public channels? (are those even a thing with Telegram?)

> are those even a thing with Telegram?

It is the thing with Telegram

Re: Telegram Serverless

#28
post #21

Emphasis mine: > Each invocation runs in a lightweight V8 isolate, close to Telegram's own systems, so calls to the Bot API and your database are quick and reliable. Telegram’s servers are distributed worldwide. I understand that the calls to the Bot API may be quick because the serverless code would be propagated to the edge, but how does it handle an SQLite DB? Is that also replicated to guarantee quick access from…

My first guess would be replicaton isn't that critical, because a user would mostly interact with an instance that's nearby, and this instance has their data. But the page mentions:

> Games and Tools — including leaderboards, quizzes and more.

A leaderboard that's globally consistent, huh, that's not trivial.

Maybe they just propagate the SQL commands to all their servers...

Re: Telegram Serverless

#29
post #21

Emphasis mine: > Each invocation runs in a lightweight V8 isolate, close to Telegram's own systems, so calls to the Bot API and your database are quick and reliable. Telegram’s servers are distributed worldwide. I understand that the calls to the Bot API may be quick because the serverless code would be propagated to the edge, but how does it handle an SQLite DB? Is that also replicated to guarantee quick access from…

I guess the v8 isolate is heavily restricted and sandboxed and can't be used to access the local filesystem

Re: Telegram Serverless

#30
post #11
post #5

Earlier quoted context omitted.

Out of curiosity - how did you figure this out? I cannot find any hints about that. Was it the language used?

I often see replies to AI-generated posts being pointed out here asking what makes it obvious. Is it that difficult to notice the indicators? Is it mostly undetected by English-as-a-second-language speakers, people inexperienced with generative AI, or is it something else?

I rather think the surprise is a result of technical users wildly overestimating how obvious these markers are to people.
Post reply on HN