-
C/2023 A3 Comet: A Celestial Spectacle in October
Get ready to witness the comet C/2023 A3 (Tsuchinshan-ATLAS) in the northern latitudes! It’ll be visible closer to sunset as a quiet, bright object with a tail. Mark your calendars for October, because this comet is going to be a sight to behold! -
The model element proposal
The upcoming W3C TPAC event will discuss the `<model>` element proposal, which aims to bring 3D content to the web in a more native way, allowing developers to use 3D models in the same way they use images today. -
Node.js threads
Node.js is often mistakenly thought of as a single-threaded JavaScript engine. However, this is not accurate. Experienced Node.js engineers are aware of the separate libuv thread pool used for delegating synchronous a file system and a DNS utility operations out of the main thread. But, in reality, the actual number of threads is much larger. If you start Node.js you will see 10 threads alongside with main thread. -
Troubles with MP3 in Telegram
How Telegram handles MP3 files with meta information and how finally I've managed to upload it with all required data, with my art album, title and everything in 2024 using legendary TdLib from Durov's team. -
My favourite part of TS 5.5 beta
TypeScript 5.5 beta and it finally can do inference on predicates. It's a small change which makes the typing of code more consistent with its logic.
47 more posts can be found in the archive.