Personal blog powered by a passion for technology.
· 1 min read

Disable Chrome browser confirmation to open external protocol with org-protocol

I recently added org-capture chrome extension to my toolbelt. Unfortunalely chrome annoys me by asking if I want to open this protocol link every time. Here is the simple way to fix this. Execute this …

Read more →
· 1 min read

Emacs literate programming and SQL

I’m really crying of how finally emacs can be used for the literate programming and for some testing. For restclient, this creates POST request with json data structure in request body. …

Read more →
· 1 min read

useful git wip

Useful Git WIP alias command add this to the .gitconfig [alias] wip = for-each-ref --sort='authordate:iso8601' --format=' …

Read more →
· 1 min read

Книги о здоровье

Вот небольшой список книг и ресурсов, которые настоятельно рекомендую для погружения в обширную тему здоровья. Очаровательный кишечник. Джулия Эндерс Нейрофитнес Рахул Джандиал Сахар, соль и жир. …

Read more →
· 1 min read

Gitlab limit parallel pipeline execution

In brief - use the resource_group directive. Example: stages: - build jobA: resource_group: jobA stage: build script: - echo HelloA jobB: stage: build script: - echo HelloB There are some useful …

Read more →
· 1 min read

2020 week 49 links

Advent of Code 2020 EmacsConf 2020 videos reClojure 2020 day 1 video reClojure 2020 day 2 video

Read more →
· 1 min read

Magit has nice integration with Github and Gitlab!

Just read this article from magit author about integration. https://emacsair.me/2018/12/19/forge-0.1/ Since now you can enjoy making PRs and MRs right from your lovely editor!

Read more →
· 1 min read

Keep it simple, stupid

Simplicity is an underappreciated property. In order to dynamically edit content people tend to introduce a lot of complexity by using powerful CMS systems, databases, search engines etc. Moreover, …

Read more →
· 1 min read

2020 week 28

This week I’ve saved the following links: https://www.javaadvent.com/2019/12/smalltalk-with-the-graalvm.html https://github.com/razum2um/google-translate-anki https://funretro.io - making sprint …

Read more →
· 1 min read · smalltalkpharo

Smalltalk online course done

I’m always happy to gain a new knowledge, so this time I was putting efforts into Pharo programming course and voila, enjoyed it challenges and got a Certificate of accomplishment.

Read more →