home tags events about rss login

Things happen.

sergeyb honked 10 Nov 2025 12:38 +0300

На конференции разговаривал с ребятами со стенда Yandex SourceCraft и они сказали, что планов поддержать ActivityPub пока нет. По крайней мере до тех пор, пока другие крупные игроки не будут у себя это поддерживать.

(#highload #sourcecraft #activitypub)

sergeyb honked 03 Nov 2025 23:42 +0300

Еще один источник информации о сборке проекта, который поможет найти узкие места. Хорошее дополнение к материалу статьи "Вы можете тестировать быстрее" [1].

If you are using Clang 9 or later as your compiler (or Apple Clang), you can add the -ftime-trace compiler option to record fine-grained details about where the compiler spends its time for each file. The ninjatracing tool also knows how to read the data that Clang produces. Add the -e option to the ninjatracing command and it will include the Clang trace data in the whole build’s tracing results. This gives an incredibly detailed insight into the build performance.

https://crascit.com/2022/06/24/build-performance-insights/

[1] https://bronevichok.ru/posts/regression.html