Skip to content

Conversation

@allnes
Copy link
Member

@allnes allnes commented Oct 2, 2025

  • Created 10-course-processes.tex containing slides covering learning processes, success metrics, peer reviews, and group workflows.
  • Linked the generated PDF in index.html for online access.
  • Included graphical assets (activity-ci-overview.png, activity-ci-segment-*.png) to illustrate CI activity and related trends.

- Created `10-course-processes.tex` containing slides covering learning processes, success metrics, peer reviews, and group workflows.
- Linked the generated PDF in `index.html` for online access.
- Included graphical assets (`activity-ci-overview.png`, `activity-ci-segment-*.png`) to illustrate CI activity and related trends.
@allnes allnes requested a review from aobolensk October 2, 2025 12:21
Copy link
Member

@aobolensk aobolensk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are some comments

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image

Uni title does not fit the length

\end{frame}

\begin{frame}{Групповая работа и взаимопомощь}
\begin{itemize}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems local debug + local fork checks worth mentioning here

\usepackage{hyperref}
\usepackage{enumitem}

\setlist[itemize]{leftmargin=*}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All itemize directives do not produce the bullets, like here:

• bullet 1
• bullet 2
• bullet 3

only text is there:

bullet 1
bullet 2
bullet 3

Is that intentional?

\begin{frame}{Система штрафов как регулятор}
\begin{itemize}
\item Контроль времени: за каждый день просрочки после дедлайна снимается один балл — механизм выравнивания темпа.
\item Контроль качества: обязательны стиль, статанализ, проверки утечек, мульти-ОС и мульти-компилятор; игнорирование качества ведёт к потере времени.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
\item Контроль качества: обязательны стиль, статанализ, проверки утечек, мульти-ОС и мульти-компилятор; игнорирование качества ведёт к потере времени.
\item Контроль качества: обязательны проверка стиля кодирования, статический анализ, проверки утечек памяти, проверка сборки и запуска тестов на множестве ОС и с использованием разных компиляторов.

\item Полный цикл работы студента:
\begin{enumerate}[label=\arabic*.]
\item Выполнить задачу локально.
\item Зафиксировать изменения и отправить их в удалённый репозиторий.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Send them to fork, not just remote repository. Then it is advised to pass all the checks in the fork before the submission to the upstream

\item Ограничения и риски: локальные всплески запусков требуют лимитов на тяжёлые прогоны и дисциплины малых вопроизводимых примеров.
\item Практические рекомендации:
\begin{enumerate}[label=\alph*)]
\item Сохранить мульти-матрицу CI и политику disable-scheme.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is "disable-scheme policy"?

\item Практические рекомендации:
\begin{enumerate}[label=\alph*)]
\item Сохранить мульти-матрицу CI и политику disable-scheme.
\item Публиковать недельный статус: доля ранних коммитов, медиана time-to-green, плотность peer-review.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
\item Публиковать недельный статус: доля ранних коммитов, медиана time-to-green, плотность peer-review.
\item Собирать недельный статус: доля ранних коммитов, медиана time-to-green, плотность peer-review.

\begin{enumerate}[label=\alph*)]
\item Сохранить мульти-матрицу CI и политику disable-scheme.
\item Публиковать недельный статус: доля ранних коммитов, медиана time-to-green, плотность peer-review.
\item Усилить роль peer-review: минимум два содержательных ревью на PR.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
\item Усилить роль peer-review: минимум два содержательных ревью на PR.
\item Усилить роль peer-review: минимум два содержательных ревью от коллег-студентов на PR.

\end{enumerate}
\framebreak
Итог: графики подтверждают механизмы контроля времени, качества и поведения, триединство процессов обучения и культуру коллективной ответственности.
\end{frame}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any ending slide?

<li><a href="https://learning-process.github.io/parallel_programming_slides/slides/07-openmp.pdf" target="_blank">07: OpenMP</a></li>
<li><a href="https://learning-process.github.io/parallel_programming_slides/slides/08-tbb.pdf" target="_blank">08: TBB</a></li>
<li><a href="https://learning-process.github.io/parallel_programming_slides/slides/09-std-threads.pdf" target="_blank">09: std::thread</a></li>
<li><a href="https://learning-process.github.io/parallel_programming_slides/slides/10-course-processes.pdf" target="_blank">10: Course processes and expectations</a></li>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<li><a href="https://learning-process.github.io/parallel_programming_slides/slides/10-course-processes.pdf" target="_blank">10: Course processes and expectations</a></li>
<li><a href="https://learning-process.github.io/parallel_programming_slides/slides/10-course-processes.pdf" target="_blank">10: Course processes and expectations (RU)</a></li>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants