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 →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 →useful git wip
Useful Git WIP alias command add this to the .gitconfig [alias] wip = for-each-ref --sort='authordate:iso8601' --format=' …
Read more →Книги о здоровье
Вот небольшой список книг и ресурсов, которые настоятельно рекомендую для погружения в обширную тему здоровья. Очаровательный кишечник. Джулия Эндерс Нейрофитнес Рахул Джандиал Сахар, соль и жир. …
Read more →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 →2020 week 49 links
Advent of Code 2020 EmacsConf 2020 videos reClojure 2020 day 1 video reClojure 2020 day 2 video
Read more →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 →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 →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 →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 →