PR Review Navigator: AI-Assisted Review Orientation
AI is changing the whole coding workflow fundamentally, code is produced faster than ever. But with that comes a new challenge, the review…
AI is changing the whole coding workflow fundamentally, code is produced faster than ever. But with that comes a new challenge, the review…
I wanted a super easy way to have Claude handle recurring organisational tasks for me, tracked across the many different places on my system…
Vursor As I am "forced" to write less Scala and more TypeScript and I want to profit from AI assistance while still being in control and…
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 Calibre…
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 unhappy…
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 project…
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: star keystrokes: But unfortunately if…
Today I learned about a great command to increase numbers in Vim! How to go from here: To here: gif increment to select to the bottom to…
Basics Infix style Data Types Type constructor Data constructor newtype just a efficient wrapper around single value if then else pattern…