In our industry, deep focus work is of major importance. For me, with limited brain capacity available, I realized early on that having as…
Install calibre Download the latest zip release from https://github.com/apprenticeharper/DeDRM_tools/releases and unzip the file In…
VimtelliJ with Scala Sometimes I am a very happy (metals) user, sometimes things just do not work out and I need to fall back to IntelliJ…
code is enclosed in {} code in can be separated with command is enclosed in '' run from an awk file: built-in function https://www.gnu…
Disclaimer: I am using stack to develop my Haskell projects, if you are using cabal, some things might be a little bit different. For a…
Recently I had the need to write a small browser plugin for one of my projects, the thought of that already making me feel bad thinking of…
Writing Decoders and Encoders in Elm is considered a bit painful by many people, especially compared to languages like Haskell or Scala…
Make your images searchable in Notion! Check the repository for most up to date information out here . Notion is a great alternative to…
Let's say you want to do a refactoring in your Scala project and replace all occurrences of with . Search for what you want to match in…
Notion is a great general purpose note taking App and a valid alternative to Evernote. I use it for almost anything. One thing I was…
This year me and eight colleagues from holidaycheck went to lambda world in Cadiz. From the amount of people going you can guess, that we…
TL;DR Install coc Install coursier Remove settings from Add the script given below to your path Add this to your Make sure your…
With this commit vim-test now allows for running test in Haskell with Stack and HSpec . This is pretty neat as it allows to run the whole…
I really like the zoom feature of tmux. It allows to jump into any window in detail, if you have multiple split windows open at the same…
Having the test results in-line in the quickfix list (:h quickfix) can be really helpful, as it allows fast test feedback and easy…
One thing I was still missing a little bit after switching from IntelliJ to Vim was being able to quickly switch between the file I am…
The command is awesome in Vim, as it let's you search for the word currently under the cursor as in: keystrokes: But unfortunately if you…
Today I learned about a great command to increase numbers in Vim! How to go from here: To here: to select to the bottom to increment each…
Basics Infix style Data Types Type constructor Data constructor newtype just a efficient wrapper around single value if then else pattern…