diff --git a/en/news/2026-06_gb-git-android.md b/en/news/2026-06_gb-git-android.md new file mode 100644 index 0000000..866626a --- /dev/null +++ b/en/news/2026-06_gb-git-android.md @@ -0,0 +1,19 @@ +Title: Git Budget on Android uses Git +Date: 2026-05-31 +Category: News +Slug: gb-git-android +Lang: en + + + +# May + +Initially I wanted to display the history of spendings in Git Budget. However, the +history depends on data, and that should have been done in Git. That's why +in May I implemented pulling/pushing of a fixed repository. + +# June + +In June I plan to implement pulling/pushing on Desktop. \ No newline at end of file diff --git a/en/news/gb-git-android.html b/en/news/gb-git-android.html new file mode 100644 index 0000000..b44d050 --- /dev/null +++ b/en/news/gb-git-android.html @@ -0,0 +1,65 @@ + + + + + + + + + +

In the news...

+
+
+

+ Git Budget on Android uses Git +

+

+ 2026-05-31 +

+
+ +

May

+

Initially I wanted to display the history of spendings in Git Budget. However, the +history depends on data, and that should have been done in Git. That's why +in May I implemented pulling/pushing of a fixed repository.

+

June

+

In June I plan to implement pulling/pushing on Desktop.

+
+
+
+ + + +
+ + diff --git a/en/news/index.html b/en/news/index.html index 59d8587..b213624 100644 --- a/en/news/index.html +++ b/en/news/index.html @@ -24,6 +24,29 @@

News

+
+

+ Git Budget on Android uses Git +

+

+ 2026-05-31 +

+
+ +

May

+

Initially I wanted to display the history of spendings in Git Budget. However, the +history depends on data, and that should have been done in Git. That's why +in May I implemented pulling/pushing of a fixed repository.

+

June

+

In June I plan to implement pulling/pushing on Desktop. +. . .

+
+ +

Git Budget is now finally a Qt application, too @@ -229,29 +252,6 @@ in a separate browser tab.

Continue reading

-
-

- The turn to cross-platform solutions -

-

- 2025-09-03 -

-
-

-

The clash with git push limits

-

In August I've added git commit and git push commands to PSKOV. -However, it became clear that Vercel (we use the service to host CORS -proxy) does not allow git push requests for a moderately sized -repository (50M) of this very site. Vercel returns 413 Content -too large error.

-

Thus, to support git push for moderately sized repositories, I would -need to run my own server with CORS proxy. I have neither money, nor -time to do that at the moment, unfortunately.. . .

-
- -

Page 1 of 10

diff --git a/en/news/index10.html b/en/news/index10.html index 0f41357..17f9c29 100644 --- a/en/news/index10.html +++ b/en/news/index10.html @@ -24,6 +24,26 @@

News

+
+

+ Roadmap for 2015-2016 +

+

+ 2015-07-19 00:00 +

+
+

As promised, we have come up with a list of milestones and their approximate dates for the coming year:

+
    +
  1. Editor 0.7.0 (October 2015) - Actions' system: we recreate the test chamber
  2. +
  3. Editor 0.8.0 (December 2015) - Sound system
  4. +
  5. Editor 0.9.0 (February 2016) - Particles' system and minimal UI
  6. +
  7. Editor 0.10.0, Player 0.1.0 (April 2016) - Player to play what Editor produced: we create Shuan prototype with our engine. . .
  8. +
+
+ +

Editor 0.6.0 diff --git a/en/news/index2.html b/en/news/index2.html index 7bec7f8..51f4164 100644 --- a/en/news/index2.html +++ b/en/news/index2.html @@ -24,6 +24,29 @@

News

+
+

+ The turn to cross-platform solutions +

+

+ 2025-09-03 +

+
+

+

The clash with git push limits

+

In August I've added git commit and git push commands to PSKOV. +However, it became clear that Vercel (we use the service to host CORS +proxy) does not allow git push requests for a moderately sized +repository (50M) of this very site. Vercel returns 413 Content +too large error.

+

Thus, to support git push for moderately sized repositories, I would +need to run my own server with CORS proxy. I have neither money, nor +time to do that at the moment, unfortunately.. . .

+
+ +

Add, edit, save, and remove files @@ -245,28 +268,6 @@ However, the contents of the generated HTML files differ because PSKOV 1 uses Continue reading

-
-

- The first Local Host Access working version -

-

- 2024-12-09 00:00 -

-
-

web-test

-

Local Host Access

-

Tiny web server called Local Host Access (LHA) is ready to replace -Local File System Access (LFSA) on JVM and macOS: I've generated this -very article with LHA on macOS. Thus, Kotlin prooved to be a good choice for -cross-platform development with a minor limitation.

-

The minor limitation is the fact that 99% of Kotlin is used on JVM. The -remaining 1% is so-called Kotlin Native for iOS, Linux, macOS, and Windows. -Thus, when one needs something as simple as to find out if a symlink. . .

-
- -

Page 2 of 10

diff --git a/en/news/index3.html b/en/news/index3.html index 6060235..0505f4e 100644 --- a/en/news/index3.html +++ b/en/news/index3.html @@ -24,6 +24,28 @@

News

+
+

+ The first Local Host Access working version +

+

+ 2024-12-09 00:00 +

+
+

web-test

+

Local Host Access

+

Tiny web server called Local Host Access (LHA) is ready to replace +Local File System Access (LFSA) on JVM and macOS: I've generated this +very article with LHA on macOS. Thus, Kotlin prooved to be a good choice for +cross-platform development with a minor limitation.

+

The minor limitation is the fact that 99% of Kotlin is used on JVM. The +remaining 1% is so-called Kotlin Native for iOS, Linux, macOS, and Windows. +Thus, when one needs something as simple as to find out if a symlink. . .

+
+ +

Back to the development of "PSKOV" @@ -228,27 +250,6 @@ class memory_Context: Continue reading

-
-

- Шина-iOS -

-

- 2024-03-10 00:00 -

-
-

The first Bus pattern implementation for iOS

-

I spent January and February making Bus pattern implementation in Swift for iOS. -The end result looks nice to me.

-

I have also done load testing. Turns out, the Bus is 92 times more expensive -than a function call. Nonetheless, this doesn't mean the Bus is bad. On the -contrary, the numbers highlight the Bus should be used in architectural -glue code where it can save up to 30% of code

-

This example demonstrates several states rendered through a single instance:. . .

-
- -

Page 3 of 10

diff --git a/en/news/index4.html b/en/news/index4.html index b4bf6ea..a17f064 100644 --- a/en/news/index4.html +++ b/en/news/index4.html @@ -24,6 +24,27 @@

News

+
+

+ Шина-iOS +

+

+ 2024-03-10 00:00 +

+
+

The first Bus pattern implementation for iOS

+

I spent January and February making Bus pattern implementation in Swift for iOS. +The end result looks nice to me.

+

I have also done load testing. Turns out, the Bus is 92 times more expensive +than a function call. Nonetheless, this doesn't mean the Bus is bad. On the +contrary, the numbers highlight the Bus should be used in architectural +glue code where it can save up to 30% of code

+

This example demonstrates several states rendered through a single instance:. . .

+
+ +

Bus-01 @@ -186,32 +207,6 @@ It seems that right now we have less completed features than before the release Continue reading

-
-

- Teaching kids to program -

-

- 2019-02-04 00:00 -

-
-

Students and teachers

-

In this article, Michael shares his experience of teaching kids to program.

-

Here's what he covers:

-
    -
  • organization of the learning process
  • -
  • learning plan
  • -
  • memory game
  • -
  • development tools
  • -
  • lessons
  • -
  • results and plans
  • -
-

Organization of the learning process

-

The learning process is conducted as part of corporate social responsibility: a company provides a room with equipment and connects employees that want to try themselves in the role of teachers with employees that want their kids educated. All this is done voluntarily.. . .

-
- -

Page 4 of 10

diff --git a/en/news/index5.html b/en/news/index5.html index b041ea6..28c07f2 100644 --- a/en/news/index5.html +++ b/en/news/index5.html @@ -24,6 +24,32 @@

News

+
+

+ Teaching kids to program +

+

+ 2019-02-04 00:00 +

+
+

Students and teachers

+

In this article, Michael shares his experience of teaching kids to program.

+

Here's what he covers:

+
    +
  • organization of the learning process
  • +
  • learning plan
  • +
  • memory game
  • +
  • development tools
  • +
  • lessons
  • +
  • results and plans
  • +
+

Organization of the learning process

+

The learning process is conducted as part of corporate social responsibility: a company provides a room with equipment and connects employees that want to try themselves in the role of teachers with employees that want their kids educated. All this is done voluntarily.. . .

+
+ +

Year of rethinking @@ -189,23 +215,6 @@ Continue reading

-
-

- The year of lessons -

-

- 2017-12-31 22:00 -

-
-

Sparkler

-

So, the year 2017 is approaching its finale, the year's results have already been summed up. We're going to take a break from igniting the fireworks or preparation of the champagne so that we can designate our goal for the following year.

-

As it may be clear from other articles on the site, half of our plans in 2017 were destined to be completed at least approximately as we assumed. The other half was changed significantly.

-

During the year, people joined the team and left it. As a result, we meet the end of the year with exactly the same team as 365 days ago. It made us think. A lot. But We'll save the story for another time.. . .

-
- -

Page 5 of 10

diff --git a/en/news/index6.html b/en/news/index6.html index 01ede39..c90e1a5 100644 --- a/en/news/index6.html +++ b/en/news/index6.html @@ -24,6 +24,23 @@

News

+
+

+ The year of lessons +

+

+ 2017-12-31 22:00 +

+
+

Sparkler

+

So, the year 2017 is approaching its finale, the year's results have already been summed up. We're going to take a break from igniting the fireworks or preparation of the champagne so that we can designate our goal for the following year.

+

As it may be clear from other articles on the site, half of our plans in 2017 were destined to be completed at least approximately as we assumed. The other half was changed significantly.

+

During the year, people joined the team and left it. As a result, we meet the end of the year with exactly the same team as 365 days ago. It made us think. A lot. But We'll save the story for another time.. . .

+
+ +

2017 summary @@ -165,23 +182,6 @@ Continue reading

-
-

- Let's go -

-

- 2017-03-16 00:00 -

-
-

Gagarin's words

-

In this article we describe our progress in January and February of 2017: rendering under iOS/Web and a new tutorial tool.

-

Rendering under iOS/Web

-

To our surprise, we got a simple red cube rendered under iOS and Web pretty fast: in early February. However, this is only the beginning of this year's challenge to support Android, iOS, and Web platforms. There's a long and bumpy road ahead of us as we need a lot more on each platform before we can claim a success: visual effects, Python scripting, data archives.. . .

-
- -

Page 6 of 10

diff --git a/en/news/index7.html b/en/news/index7.html index 01398a4..cfcc599 100644 --- a/en/news/index7.html +++ b/en/news/index7.html @@ -24,6 +24,23 @@

News

+
+

+ Let's go +

+

+ 2017-03-16 00:00 +

+
+

Gagarin's words

+

In this article we describe our progress in January and February of 2017: rendering under iOS/Web and a new tutorial tool.

+

Rendering under iOS/Web

+

To our surprise, we got a simple red cube rendered under iOS and Web pretty fast: in early February. However, this is only the beginning of this year's challenge to support Android, iOS, and Web platforms. There's a long and bumpy road ahead of us as we need a lot more on each platform before we can claim a success: visual effects, Python scripting, data archives.. . .

+
+ +
-
-

- Live session is in 24 hours -

-

- 2016-09-24 00:00 -

-
- -

Get ready for live session, it's about to happen in 24 hours!

-

. . .

-
- -

Page 7 of 10

diff --git a/en/news/index8.html b/en/news/index8.html index 5a9ecf9..51fa115 100644 --- a/en/news/index8.html +++ b/en/news/index8.html @@ -24,6 +24,22 @@

News

+
+

+ Live session is in 24 hours +

+

+ 2016-09-24 00:00 +

+
+ +

Get ready for live session, it's about to happen in 24 hours!

+

. . .

+
+ +

Live session: 25 September 2016 @@ -163,22 +179,6 @@ It's time to create simple Mahjong solitaire game.

Continue reading

-
-

- Game creation live session (part 2): 7 February 2016 -

-

- 2016-02-02 00:00 -

-
-

Unfortunately, we have failed to finish creation of the simple "Rolling ball" game in 3 hours. That's why we will hold the second LiveCoding session on 7 February 2016 at 12:00 CET.

-

Let's finish the game!

-

. . .

-
- -

Page 8 of 10

diff --git a/en/news/index9.html b/en/news/index9.html index e3e35bf..25a312a 100644 --- a/en/news/index9.html +++ b/en/news/index9.html @@ -24,6 +24,22 @@

News

+
+

+ Game creation live session (part 2): 7 February 2016 +

+

+ 2016-02-02 00:00 +

+
+

Unfortunately, we have failed to finish creation of the simple "Rolling ball" game in 3 hours. That's why we will hold the second LiveCoding session on 7 February 2016 at 12:00 CET.

+

Let's finish the game!

+

. . .

+
+ +
-
-

- Roadmap for 2015-2016 -

-

- 2015-07-19 00:00 -

-
-

As promised, we have come up with a list of milestones and their approximate dates for the coming year:

-
    -
  1. Editor 0.7.0 (October 2015) - Actions' system: we recreate the test chamber
  2. -
  3. Editor 0.8.0 (December 2015) - Sound system
  4. -
  5. Editor 0.9.0 (February 2016) - Particles' system and minimal UI
  6. -
  7. Editor 0.10.0, Player 0.1.0 (April 2016) - Player to play what Editor produced: we create Shuan prototype with our engine. . .
  8. -
-
- -

Page 9 of 10

diff --git a/ru/news/2026-06_gb-git-android.md b/ru/news/2026-06_gb-git-android.md new file mode 100644 index 0000000..70a02a2 --- /dev/null +++ b/ru/news/2026-06_gb-git-android.md @@ -0,0 +1,20 @@ +Title: Git Budget на Android использует Git +Date: 2026-05-31 +Category: News +Slug: gb-git-android +Lang: ru + + + +# Май + +Первоначально в мае я хотел сделать отображение истории трат в Git Budget, но +история за собой потянула необходимость хранения данных. А данные ведь надо +хранить в Git. Поэтому в мае я сделал поддержку pull/push фиксированного +репозитория. + +# Июнь + +В июне планирую добавить pull/push в версию для Desktop. diff --git a/ru/news/gb-git-android.html b/ru/news/gb-git-android.html new file mode 100644 index 0000000..c5076d5 --- /dev/null +++ b/ru/news/gb-git-android.html @@ -0,0 +1,66 @@ + + + + + + + + +

+

В новостях...

+
+
+

+ Git Budget на Android использует Git +

+

+ 2026-05-31 +

+
+ +

Май

+

Первоначально в мае я хотел сделать отображение истории трат в Git Budget, но +история за собой потянула необходимость хранения данных. А данные ведь надо +хранить в Git. Поэтому в мае я сделал поддержку pull/push фиксированного +репозитория.

+

Июнь

+

В июне планирую добавить pull/push в версию для Desktop.

+
+
+
+ + + +
+ + diff --git a/ru/news/index.html b/ru/news/index.html index 2617191..af39b86 100644 --- a/ru/news/index.html +++ b/ru/news/index.html @@ -24,6 +24,30 @@

Новости

+
+

+ Git Budget на Android использует Git +

+

+ 2026-05-31 +

+
+ +

Май

+

Первоначально в мае я хотел сделать отображение истории трат в Git Budget, но +история за собой потянула необходимость хранения данных. А данные ведь надо +хранить в Git. Поэтому в мае я сделал поддержку pull/push фиксированного +репозитория.

+

Июнь

+

В июне планирую добавить pull/push в версию для Desktop.

+

. . .

+
+ +

Git Budget теперь и в виде приложения Qt @@ -230,29 +254,6 @@ JavaScript. Работа с Kotlin в качестве я Читать далее

-
-

- Возврат к межплатформенным решениям -

-

- 2025-09-03 -

-
-

-

Столкновение с ограничениями git push

-

В Августе я добавил команды git commit и git push к ПСКОВу. -Однако, выяснилось, что Vercel (на этом сервисе мы держим CORS proxy) -не пропускает запросы git push для довольного скромного по размерам -репозитория (50M) этого самого сайта. Vercel выдаёт ошибку 413 Content -too large.

-

Таким образом, поддержка git push для репозиториев нормального размера -требует от меня настройки и поддержки собственного сервера. На это -у меня сейчас нет ни средств, ни времени, к сожалению.. . .

-
- -

Страница 1 из 10

diff --git a/ru/news/index10.html b/ru/news/index10.html index 40a091d..ed910c4 100644 --- a/ru/news/index10.html +++ b/ru/news/index10.html @@ -24,6 +24,26 @@

Новости

+
+

+ Дорожная карта 2015-2016 +

+

+ 2015-07-19 00:00 +

+
+

Как и было обещано, мы составили список вех и их примерные даты на ближайший год:

+
    +
  1. Редактор 0.7.0 (Октябрь 2015) - Система действий: мы воссоздаём тестовый цех
  2. +
  3. Редактор 0.8.0 (Декабрь 2015) - Звуковая система
  4. +
  5. Редактор 0.9.0 (Февраль 2016) - Система частиц и минимальный интерфейс пользователя (UI)
  6. +
  7. Редактор 0.10.0, Проигрыватель 0.1.0 (Апрель 2016) - Проигрыватель воспроизводит созданное Редактором: мы создаём прототип Шуана на нашем движке. . .
  8. +
+
+ +

Редактор 0.6.0 diff --git a/ru/news/index2.html b/ru/news/index2.html index 992bb6f..7f8fba8 100644 --- a/ru/news/index2.html +++ b/ru/news/index2.html @@ -24,6 +24,29 @@

Новости

+
+

+ Возврат к межплатформенным решениям +

+

+ 2025-09-03 +

+
+

+

Столкновение с ограничениями git push

+

В Августе я добавил команды git commit и git push к ПСКОВу. +Однако, выяснилось, что Vercel (на этом сервисе мы держим CORS proxy) +не пропускает запросы git push для довольного скромного по размерам +репозитория (50M) этого самого сайта. Vercel выдаёт ошибку 413 Content +too large.

+

Таким образом, поддержка git push для репозиториев нормального размера +требует от меня настройки и поддержки собственного сервера. На это +у меня сейчас нет ни средств, ни времени, к сожалению.. . .

+
+ +

Добавление, редактирование, сохранение, удаление файлов @@ -244,29 +267,6 @@ Local Host Access для доступа к его локальной файло Читать далее

-
-

- Первая рабочая версия Local Host Access -

-

- 2024-12-09 00:00 -

-
-

web-test

-

Local Host Access

-

Крошечный веб-сервер Local Host Access (LHA) готов заменить -Local File System Access (LFSA) на JVM и macOS: я сгенерировал -эту статью с помощью LHA на macOS. Таким образом, Kotlin оказался -хорошим языком для кросс-платформенной разработки, правда, с небольшим -ограничением.

-

Это небольшое ограничение состоит в том, что 99% разработки Kotlin приходится -на JVM. Остальные 99% - на так называемый Kotlin Native для работы с iOS, -Linux, macOS и Windows. Таким образом, если кому-либо понадобится что-либо. . .

-
- -

Страница 2 из 10

diff --git a/ru/news/index3.html b/ru/news/index3.html index dd9c52d..26083d8 100644 --- a/ru/news/index3.html +++ b/ru/news/index3.html @@ -24,6 +24,29 @@

Новости

+
+

+ Первая рабочая версия Local Host Access +

+

+ 2024-12-09 00:00 +

+
+

web-test

+

Local Host Access

+

Крошечный веб-сервер Local Host Access (LHA) готов заменить +Local File System Access (LFSA) на JVM и macOS: я сгенерировал +эту статью с помощью LHA на macOS. Таким образом, Kotlin оказался +хорошим языком для кросс-платформенной разработки, правда, с небольшим +ограничением.

+

Это небольшое ограничение состоит в том, что 99% разработки Kotlin приходится +на JVM. Остальные 99% - на так называемый Kotlin Native для работы с iOS, +Linux, macOS и Windows. Таким образом, если кому-либо понадобится что-либо. . .

+
+ +
-
-

- Шина-iOS -

-

- 2024-03-10 00:00 -

-
-

Первая реализация Шины для iOS

-

За январь и февраль довёл реализацию шаблона Шина на Swift до хорошего состояния -для iOS.

-

Провёл нагрузочное тестирование. Оказалось, что общение элементов -приложения через Шину примерно в 92 раза медленнее обычного вызова функции. -И это говорит не о том, что Шина плоха. Наоборот, это говорит о том, что -Шина должна использоваться в архитектурных склейках кода, что позволяет -сократить такой код примерно на 30%.

-

Так выглядит пример с использованием нескольких состояний, отображаемых. . .

-
- -

Страница 3 из 10

diff --git a/ru/news/index4.html b/ru/news/index4.html index 3e22099..32b9f9e 100644 --- a/ru/news/index4.html +++ b/ru/news/index4.html @@ -24,6 +24,28 @@

Новости

+
+

+ Шина-iOS +

+

+ 2024-03-10 00:00 +

+
+

Первая реализация Шины для iOS

+

За январь и февраль довёл реализацию шаблона Шина на Swift до хорошего состояния +для iOS.

+

Провёл нагрузочное тестирование. Оказалось, что общение элементов +приложения через Шину примерно в 92 раза медленнее обычного вызова функции. +И это говорит не о том, что Шина плоха. Наоборот, это говорит о том, что +Шина должна использоваться в архитектурных склейках кода, что позволяет +сократить такой код примерно на 30%.

+

Так выглядит пример с использованием нескольких состояний, отображаемых. . .

+
+ +

Шина-01 @@ -184,32 +206,6 @@ Ubuntu Edge. Особенностью продукта должна была Читать далее

-
-

- Обучение детей программированию -

-

- 2019-02-04 00:00 -

-
-

Ученики и учителя

-

В этой статье Михаил делится своим опытом обучения детей программированию.

-

Он расскажет о следующем:

-
    -
  • организация процесса обучения
  • -
  • программа обучения
  • -
  • игра на память
  • -
  • инструмент программирования
  • -
  • уроки
  • -
  • результаты и планы
  • -
-

Организация процесса обучения

-

Обучение проходит в рамках социальной ответственности бизнеса: компания предоставляет помещение с оборудованием, а также объединяет сотрудников, желающих попробовать себя в роли преподавателей, с сотрудниками, желающими обучить своих детей. Всё это исключительно на добровольной основе.. . .

-
- -

Страница 4 из 10

diff --git a/ru/news/index5.html b/ru/news/index5.html index 351185e..2883506 100644 --- a/ru/news/index5.html +++ b/ru/news/index5.html @@ -24,6 +24,32 @@

Новости

+
+

+ Обучение детей программированию +

+

+ 2019-02-04 00:00 +

+
+

Ученики и учителя

+

В этой статье Михаил делится своим опытом обучения детей программированию.

+

Он расскажет о следующем:

+
    +
  • организация процесса обучения
  • +
  • программа обучения
  • +
  • игра на память
  • +
  • инструмент программирования
  • +
  • уроки
  • +
  • результаты и планы
  • +
+

Организация процесса обучения

+

Обучение проходит в рамках социальной ответственности бизнеса: компания предоставляет помещение с оборудованием, а также объединяет сотрудников, желающих попробовать себя в роли преподавателей, с сотрудниками, желающими обучить своих детей. Всё это исключительно на добровольной основе.. . .

+
+ +
-
-

- Год новых уроков -

-

- 2017-12-31 22:00 -

-
-

Бенгальский огонь

-

Итак, 2017й год стремительно приближается к финалу, итоги года уже подведены, так что в свободное от расчехления фейерверков и подготовки систем залпового огня шампанским время мы обозначим свою цель в следующем году.

-

Как, наверное, понятно из других статей на сайте, примерно половине наших планов в 2017 году было суждено осуществиться хотя бы приблизительно так как мы предполагали, остальные поменялись существенно.

-

В течение года люди приходили в команду, уходили из нее, в итоге конец года мы встречаем с тем же составом что и 365 дней назад. Это заставило нас задуматься, но о выводах как-нибудь в другой раз.. . .

-
- -

Страница 5 из 10

diff --git a/ru/news/index6.html b/ru/news/index6.html index b7e032b..ddb0f7d 100644 --- a/ru/news/index6.html +++ b/ru/news/index6.html @@ -24,6 +24,23 @@

Новости

+
+

+ Год новых уроков +

+

+ 2017-12-31 22:00 +

+
+

Бенгальский огонь

+

Итак, 2017й год стремительно приближается к финалу, итоги года уже подведены, так что в свободное от расчехления фейерверков и подготовки систем залпового огня шампанским время мы обозначим свою цель в следующем году.

+

Как, наверное, понятно из других статей на сайте, примерно половине наших планов в 2017 году было суждено осуществиться хотя бы приблизительно так как мы предполагали, остальные поменялись существенно.

+

В течение года люди приходили в команду, уходили из нее, в итоге конец года мы встречаем с тем же составом что и 365 дней назад. Это заставило нас задуматься, но о выводах как-нибудь в другой раз.. . .

+
+ +
-
-

- Поехали -

-

- 2017-03-16 00:00 -

-
-

Слова Гагарина

-

В этой статье мы расскажем о результатах нашей работы в январе и феврале 2017: отображении куба на iOS/Веб и нашем инструменте для создания самоучителей.

-

Отображение куба на iOS/Web

-

К нашему удивлению, мы смогли отобразить простой красный куб на iOS и Веб довольно быстро: в начале февраля. Тем не менее, это лишь начало поддержки платформ Android, iOS и Веб. Впереди нас ждёт тернистая дорога, т.к. нам предстоит сделать ещё много вещей, прежде чем мы сможем объявить о полноценной поддержке этих платформ: визуальные эффекты, скрипты Python, архивы данных.. . .

-
- -

Страница 6 из 10

diff --git a/ru/news/index7.html b/ru/news/index7.html index 7835adf..d787cd5 100644 --- a/ru/news/index7.html +++ b/ru/news/index7.html @@ -24,6 +24,23 @@

Новости

+
+

+ Поехали +

+

+ 2017-03-16 00:00 +

+
+

Слова Гагарина

+

В этой статье мы расскажем о результатах нашей работы в январе и феврале 2017: отображении куба на iOS/Веб и нашем инструменте для создания самоучителей.

+

Отображение куба на iOS/Web

+

К нашему удивлению, мы смогли отобразить простой красный куб на iOS и Веб довольно быстро: в начале февраля. Тем не менее, это лишь начало поддержки платформ Android, iOS и Веб. Впереди нас ждёт тернистая дорога, т.к. нам предстоит сделать ещё много вещей, прежде чем мы сможем объявить о полноценной поддержке этих платформ: визуальные эффекты, скрипты Python, архивы данных.. . .

+
+ +
-
-

- Прямой эфир через 24 часа -

-

- 2016-09-24 00:00 -

-
- -

Приготовьтесь к прямому эфиру, он начнётся через 24 часа!

-

. . .

-
- -

Страница 7 из 10

diff --git a/ru/news/index8.html b/ru/news/index8.html index 28afa8b..5b657b2 100644 --- a/ru/news/index8.html +++ b/ru/news/index8.html @@ -24,6 +24,22 @@

Новости

+
+

+ Прямой эфир через 24 часа +

+

+ 2016-09-24 00:00 +

+
+ +

Приготовьтесь к прямому эфиру, он начнётся через 24 часа!

+

. . .

+
+ +
-
-

- Создание игры в прямом эфире (часть 2): 7 февраля 2016 -

-

- 2016-02-02 00:00 -

-
-

К сожалению, нам не удалось завершить создание простой игры "Катящийся мяч" за 3 часа. Поэтому вторая часть трансляции LiveCoding состоится 7 февраля 2016 в 14:00 MSK.. . .

-
- -

Страница 8 из 10

diff --git a/ru/news/index9.html b/ru/news/index9.html index bc87529..880e9ea 100644 --- a/ru/news/index9.html +++ b/ru/news/index9.html @@ -24,6 +24,20 @@

Новости

+
+

+ Создание игры в прямом эфире (часть 2): 7 февраля 2016 +

+

+ 2016-02-02 00:00 +

+
+

К сожалению, нам не удалось завершить создание простой игры "Катящийся мяч" за 3 часа. Поэтому вторая часть трансляции LiveCoding состоится 7 февраля 2016 в 14:00 MSK.. . .

+
+ +
-
-

- Дорожная карта 2015-2016 -

-

- 2015-07-19 00:00 -

-
-

Как и было обещано, мы составили список вех и их примерные даты на ближайший год:

-
    -
  1. Редактор 0.7.0 (Октябрь 2015) - Система действий: мы воссоздаём тестовый цех
  2. -
  3. Редактор 0.8.0 (Декабрь 2015) - Звуковая система
  4. -
  5. Редактор 0.9.0 (Февраль 2016) - Система частиц и минимальный интерфейс пользователя (UI)
  6. -
  7. Редактор 0.10.0, Проигрыватель 0.1.0 (Апрель 2016) - Проигрыватель воспроизводит созданное Редактором: мы создаём прототип Шуана на нашем движке. . .
  8. -
-
- -

Страница 9 из 10

diff --git a/vid/2026-06_gb-git-android.mp4 b/vid/2026-06_gb-git-android.mp4 new file mode 100644 index 0000000..33bde3a Binary files /dev/null and b/vid/2026-06_gb-git-android.mp4 differ