alias: abyss
interests: crypto, anime, philosophy, indie game dev, japanese indie bands, vtubers, ai, physics, programming, prediction markets, league.
language(s): english,
link to something you think is cool: https://jsomers.net/i-should-have-loved-biology/
contact info: @abysstrades on telegram or [email protected]
I'm not reading it that way, I don't know where you are getting "AI will eventually replace..." from, if anything he seems to have the opposite idea: "even if AI can do the type of mathematics we do now, it means that we will just move to a to a higher type of mathematics".
The line I quoted is in response to "in two to three years mathematics will be “solved” in the same sense that chess is solved".
Unless my priors are dramatically wrong, anyone who believes that is indeed full of shit.
You clearly don't have the live chatting feature in a forum or on reddit. I'm assuming it's a tongue in cheek comment, and not to be taken literal, but there are many features that Discord have that other products do not.
Many billionaires out there that people do not know are billionaires. Not all wealth accumulated has been broadcasted out in the public for everyone to know, only the broadcasted has been broadcasted.
I've used both Discord's bot API as well, and can say it was way more convoluted to get up and going. Telegram's API was a joy to build in. This was in Node.js.
You need to use the "Telegram API": https://core.telegram.org/api#telegram-api (not the "Bot API") to develop your client. It uses MTProto to communicate with the server, so I suggest you just use a library that supports it like Telethon if you want to program in Python.