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 @@ + + + +
+ + + + + ++ 2026-05-31 +
+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.
+In June I plan to implement pulling/pushing on Desktop.
++ 2026-05-31 +
+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.
+In June I plan to implement pulling/pushing on Desktop. +. . .
+- 2025-09-03 -
-
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 @@
+ 2015-07-19 00:00 +
+As promised, we have come up with a list of milestones and their approximate dates for the coming year:
++ 2025-09-03 +
+
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.. . .
- 2024-12-09 00:00 -
-
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 @@
+ 2024-12-09 00:00 +
+
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. . .
+- 2024-03-10 00:00 -
-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 @@
+ 2024-03-10 00:00 +
+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:. . .
+- 2019-02-04 00:00 -
-
In this article, Michael shares his experience of teaching kids to program.
-Here's what he covers:
-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 @@
+ 2019-02-04 00:00 +
+
In this article, Michael shares his experience of teaching kids to program.
+Here's what he covers:
+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.. . .
+- 2017-12-31 22:00 -
-
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 @@
+ 2017-12-31 22:00 +
+
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-03-16 00:00 -
-
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 @@
+ 2017-03-16 00:00 +
+
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.. . .
+- 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 @@
+ 2016-09-24 00:00 +
+Get ready for live session, it's about to happen in 24 hours!
+. . .
+- 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 @@
+ 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!
+. . .
+- 2015-07-19 00:00 -
-As promised, we have come up with a list of milestones and their approximate dates for the coming year:
-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 @@ + + + +
+ + + + + ++ 2026-05-31 +
+Первоначально в мае я хотел сделать отображение истории трат в Git Budget, но +история за собой потянула необходимость хранения данных. А данные ведь надо +хранить в Git. Поэтому в мае я сделал поддержку pull/push фиксированного +репозитория.
+В июне планирую добавить pull/push в версию для Desktop.
++ 2026-05-31 +
+Первоначально в мае я хотел сделать отображение истории трат в Git Budget, но +история за собой потянула необходимость хранения данных. А данные ведь надо +хранить в Git. Поэтому в мае я сделал поддержку pull/push фиксированного +репозитория.
+В июне планирую добавить pull/push в версию для Desktop.
+. . .
+- 2025-09-03 -
-
В Августе я добавил команды 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-07-19 00:00 +
+Как и было обещано, мы составили список вех и их примерные даты на ближайший год:
++ 2025-09-03 +
+
В Августе я добавил команды git commit и git push к ПСКОВу.
+Однако, выяснилось, что Vercel (на этом сервисе мы держим CORS proxy)
+не пропускает запросы git push для довольного скромного по размерам
+репозитория (50M) этого самого сайта. Vercel выдаёт ошибку 413 Content
+too large.
Таким образом, поддержка git push для репозиториев нормального размера
+требует от меня настройки и поддержки собственного сервера. На это
+у меня сейчас нет ни средств, ни времени, к сожалению.. . .
- 2024-12-09 00:00 -
-
Крошечный веб-сервер 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 @@
+ 2024-12-09 00:00 +
+
Крошечный веб-сервер Local Host Access (LHA) готов заменить +Local File System Access (LFSA) на JVM и macOS: я сгенерировал +эту статью с помощью LHA на macOS. Таким образом, Kotlin оказался +хорошим языком для кросс-платформенной разработки, правда, с небольшим +ограничением.
+Это небольшое ограничение состоит в том, что 99% разработки Kotlin приходится +на JVM. Остальные 99% - на так называемый Kotlin Native для работы с iOS, +Linux, macOS и Windows. Таким образом, если кому-либо понадобится что-либо. . .
+- 2024-03-10 00:00 -
-За январь и февраль довёл реализацию шаблона Шина на 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 @@
+ 2024-03-10 00:00 +
+За январь и февраль довёл реализацию шаблона Шина на Swift до хорошего состояния +для iOS.
+Провёл нагрузочное тестирование. Оказалось, что общение элементов +приложения через Шину примерно в 92 раза медленнее обычного вызова функции. +И это говорит не о том, что Шина плоха. Наоборот, это говорит о том, что +Шина должна использоваться в архитектурных склейках кода, что позволяет +сократить такой код примерно на 30%.
+Так выглядит пример с использованием нескольких состояний, отображаемых. . .
+- 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, архивы данных.. . .
+- 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 @@
+ 2016-09-24 00:00 +
+Приготовьтесь к прямому эфиру, он начнётся через 24 часа!
+. . .
+- 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 @@
+ 2016-02-02 00:00 +
+К сожалению, нам не удалось завершить создание простой игры "Катящийся мяч" за 3 часа. Поэтому вторая часть трансляции LiveCoding состоится 7 февраля 2016 в 14:00 MSK.. . .
+- 2015-07-19 00:00 -
-Как и было обещано, мы составили список вех и их примерные даты на ближайший год:
-Страница 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