Друзья, на YouTube появилось видео моего доклада о платформе Parallelix на фестивале Демодуляция 2023. ➡️ Смотрим выступление здесь. ➡️ Презентацию — здесь.
🔥1

Channel
@parallelix_platform
On this record: Growth · Engagement · Reactions · Posts · Citations · Handles named that no longer answer · Cite this entry
18subscribers
+0 since we began measuring on 12 August 2026
Risers and fallers across the register · movement among entries of Under 1,000.
| Telegram ID | -1001858845512 |
|---|---|
| Type | Channel |
| Username | @parallelix_platform |
| Created | Between 1 October 2022 and 27 January 2023— estimated from Telegram’s id allocation, not measured. How this range is calculated. |
| First recorded | 12 August 2026 |
| Last confirmed live | 13 August 2026 |
| Measurements held | 2 |
| Confirmed unchanged | 1 time, most recently 13 August 2026 |
| On Telegram | t.me/parallelix_platform |
| Measured (UTC) | Subscribers | Change |
|---|---|---|
| 13 Aug 2026, 02:18 | 18 | no change |
| 12 Aug 2026, 12:47 | 18 | first reading |
20 posts held, back to 27 January 2023 — the reader has not yet reached the start of this channel’s public history, so older posts may sit further back, unread. Read across 1 pageof Telegram’s post history, 20 posts per page.
Nothing published in the last 30 days. ERR and ER are rolling 30-day measures, so there is nothing to compute — we hold 20 posts for this entry, the most recent from 7 September 2023. An engagement rate over an empty window would be a number about nothing.
2 reactions across 2 posts, in 2 distinct kinds. The most used accounts for 50.0% of them.
| Reaction | Count | Share | Share, drawn |
|---|---|---|---|
| 👍 | 1 | 50.0% | |
| 🔥 | 1 | 50.0% |
No sentiment is inferred, and none should be read in. This table is ordered by count and by nothing else. Emoji do not carry stable meaning across languages or communities — 🙏 is thanks in one channel and mourning in another — so we publish which ones were pressed and how often, and pass no judgement on what an audience meant by them.
Precision. Telegram publishes reaction counts per emoji and short-forms each one — 4.34K, 1.2M — so any single kind at or above 1,000 reaches us at three significant figures, and only counts below 1,000 are exact. The shares above are ratios of those figures and carry the same error. This is also why the total here can differ slightly from a reaction total printed elsewhere on the page: both are sums of the same rounded parts, taken over samples with different edges.
Coverage. Reactions were read on 2 of the 20 sampled posts in this sample. Summed by Telegram’s own count on each post — not by adding up the per-emoji breakdown above — those same posts carry 2reactions in total: the kind of figure the paragraph above means by “a reaction total printed elsewhere on the page”.
Measured over the 20 most recent posts we hold, published 27 January 2023 to 7 September 2023, using the newest reading held for each. Telegram Stars are excluded: they are a payment, not a reaction, and they have their own section.
Друзья, на YouTube появилось видео моего доклада о платформе Parallelix на фестивале Демодуляция 2023. ➡️ Смотрим выступление здесь. ➡️ Презентацию — здесь.
🔥1
Друзья, две новости. Новость 1️⃣ (об этом я частично писал в чате). Платформа Para||elix будет выпускаться в трёх редакциях: «A», «B» и «C». 🔤SCETIC EDITION — версия с сокращёнными возможностями. Уменьшенное кол-во API-функций (нет поддержки спрайтов, генераторов палитры, функций рисования и пр.), малый набор палитр, один-два шрифта, отсутствуют области констант, встроенные текстуры. Для тех, кто ценит простоту и л…
Я портировал Space Fungus на Parallelix с использованием AVX (вычисляется 8 точек за раз). Мой комп выдаёт 450 fps в FullHD (1920x1080) / TrueColor на 20-потоковым процессоре 😁 P.S. Расчётом занимается только CPU, GPU не задействован! Шейдер-прототип выглядит так: #define ITERATIONS 20 vec3 kaliset(vec3 p, vec3 u){ vec3 c=p; for(int i=0;i<ITERATIONS;i++){ float len=length(p); p=abs(p)/(len*l…
Салют! Друзья, я снова сел за проект (наконец-то), уже кое-что перелопатил, подробнее чуть позже. А пока важно вот что. Я делаю область констант (чтобы не засорять код интро часто используемыми числами). Есть возможность разместить 64+15 = 79 чисел. По факту их будет гораздо больше, но уже за пределами области «удобной» адресации. Хотя можно разместить и 256 чисел (с «относительно» удобной адресацией) 😁 Сейчас план…
Работа пока стоит, а идеи в голову лезут 😄 1️⃣ Многослойность! Фреймбуфер у меня большой (256 МБ) — это позволит хранить несколько кадров, несколько слоёв либо использовать масштабирование (зум). С помощью специальной API-функции можно будет накладывать на область итогового слоя (по смещению 0; либо по любому другому смещению) блок из другой области памяти. При этом можно указать цвет прозрачности (опционально), а…
👍1
Загрузил немного предыдущими лонг-постом? 😁 Наверное, лучше сделать так: 🔹 parallelix.exe + parallelix.dll 🔹 parallelix-tools.exe Форматы запуска: 🔸 parallelix [/command] [files, options...] Если команда не указана (а она может быть только первым параметром), подразумевается /run, т.е. загрузка parallelix.dll и передача ему управления. Если указана другая команда (кроме некоторых специальных типа /help, /about, /v…
Ну и ещё пара вариантов... 3️⃣ Сделать для "специальных" функций отдельную прогу (при этом и основной DLL будет весить меньше): parallelix intro.plx -kc -fr parallelix https://github/vasya/scene/intro.plx --check-hash md5:d41d8cd98f00b204e9800998ecf8427e parallelix-tools pack intro.plx -m 5 -o intro_packed.plx parallelix-tools remove-header intro.plx parallelix --version parallelix-tools --version Или даже нескольк…
Задумался вот о чём. Планируется, что Parallelix будет не только запускать интро, но и выполнять ряд других функций: проверять файл на совместимость, упаковывать и распаковывать, добавлять и удалять заголовок, проверять хэши, даже загружать файлы из интернета :) Напомню, что сейчас платформа состоит из 2-х файлов (потом будет ещё документация и т.п.): 🔸 parallelix.dll — содержит парсер командной строки, загрузчик и …
Мысли вслух. 🔹 Хочу перевести код под компилятор Intel и сравнить производительность с Visual C++. 🔹 По части распараллеливания циклов думаю подрубить Intel TBB (давно уже хочу изучить его). И также сравнить с моей реализацией 🙂 Второе пока не горит, есть более приоритетные задачи. А вот первое уже можно сделать, чтоб потом пришлось меньше исправлять код.
Теперь можно загружать вот такие DLL-ки через командную строку (компилится в 2.5 КБ с /NODEFAULTLIB) ☺️ #include "config.h" #include "api_impl.h" extern "C" BOOL APIENTRY _DllMainCRTStartup(HMODULE hModule, DWORD fdwReason, LPVOID lpvReserved) { return TRUE; } /* DLLEXPORT BOOL __stdcall ParallelixCheck(ServiceData* service_data) { return TRUE; } */ void __stdcall draw_pixel(uint32_t thread_index, uint32_…
Многопоточный код в прототипах теперь тоже работает 🔥 Прототип немного быстрее. По линиям (1250 vs 1200 fps): #include "config.h" #include "api_impl.h" extern "C" int __stdcall ParallelixMainExW(void*, const wchar_t*); void __stdcall draw_pixel(uint32_t thread_index, uint32_t y, uint32_t x, uint32_t group_size, PixelPointer pixel_addr, uint32_t spec_value, ServiceData* service_data) { for (uint32_t limit = x …
Нет, с картинкой смотреть на код невозможно (слишком узко) :) #include "config.h" #include "api_impl.h" extern "C" int __stdcall ParallelixMainExW(void*, const wchar_t*); void __stdcall intro(ServiceData* service_data) { using namespace api; exported::InitVideo({ InitVideoOptions::ColorMode::palette_8bpp, VideoMode::default_full, 0, InitVideoOptions::use_video_mode, InitVideoOptions::LineAlignment:…
Showing the 12 most recent of 20 posts we hold for @parallelix_platform. View and reaction counts are the latest single reading for each post, not a live figure, and a recent post is still accumulating both. A view count marked ≈ was rounded by Telegram before we ever saw it — t.me prints views in full below 1,000 and to three significant figures above, so ≈1,200,000 means somewhere between 1,150,000 and 1,249,999. Unmarked counts are exact. Text is reproduced from the public post preview and truncated for length.
Citation-graph rank — 1,013,153 of 1,169,250entries in the measured graph. A weighted position computed from the forward and mention edges below — republished posts weigh more than named mentions — and recomputed periodically, over the whole graph. Published only as this ordinal position, never as a score: a position is a fact, and a score printed beside one channel’s name would read as a verdict this register does not make. The two counts beneath stay separate for the same reason mentions are never summed with forwards anywhere else on this page — a named-by count costs nothing to manufacture. The top 100 by this measure, or how it is computed.
Named by 1 registered channel — every channel on the register whose own posts have named this one, by its current username or any other username it currently holds, merged from two separately captured readings of the same fact so a namer caught by only one of them is not missed and a namer both caught is not counted twice. A username this channel has since dropped is not matched — that handle may belong to someone else now, and crediting today’s namer to yesterday’s owner would misattribute it.
Named by
Channels on the register whose posts name this channel's handle.
A mention is a weaker signal than a forward and is counted separately for that reason — naming a channel is not republishing it, and a handle in a post body is easy to place deliberately. The post counts beside each row below are distinct posts in which the handle appeared, from posts we have read on both sides — the “Named by N registered channels” figure above is a different count, of distinct NAMING CHANNELS rather than posts, and is not the sum of the rows under it.
@parallelix_platform named 4 handles that resolve to nothing today. That is a fact about the reference, not necessarily a fact about the handle’s history — see the two groups below.
Most of these may never have existed as a live channel at all.A handle a channel names can be a typo, an aspirational name nobody registered, or a channel that was already gone before this one ever mentioned it. Unless a row below is marked evidenced, all we know is that it references a handle that is not a live channel today — not that anything “died”. How this is measured.
References a handle that is not a live channel — we have no record it ever was one.
A live page changes as we take new readings, so a citation should name the measurement it is based on, not just the URL. The line below cites the subscriber count as measured 13 August 2026 — this entry's latest reading, not the date you are reading this.
“Para||elix — платформа демосцены” (@parallelix_platform), 18 subscribers as measured 13 August 2026. Telegram Register, tgregister.com/channel/parallelix_platform.
Full measurement history, CC BY 4.0. Every reading this register holds for this entry, not just the latest one, as a dated, downloadable record: CSV · JSON. Free to use with attribution to tgregister.com. Each file carries its own generation timestamp, which is the figure to cite for exactly when the data was retrieved.