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

Smalltalk and its descedants

The Smalltalk is an extraordinary language. Firstly, this is a mother of all OOP family languages. Secondly, Java was invented as alternative for payed (sic!) programming language Smalltalk, and if …

Read more →
· 2 min read

org-roam ideas

I love talking about ideas. org-roam has quite simple idea for organizing your knowledge. I didn’t believe it works when I gave it a try. The essense of the Zettelkasten method is following: …

Read more →
· 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 →