Jul 23, 2026
Multi-line prompts in Claude Code and Windows Terminal
If you use Claude Code inside Windows Terminal, you've probably hit this: you want to add a new line to your prompt with **Shift+Enter**, but instead the message just gets sent. Annoying, right? You end up cramming everything onto one...
Read article Why is my Emacs slow?
Emacs is amazing text editor (let's treat it as a fact ;) ), but it can become clunky in some situations. For example one day I was working with a big JavaScript file and after a while I've notice that even moving a cursor down a few...
Read article NDepend 2017
Usually once a year I get a new license for NDepend from Patrick Smacchia - its creator. I've written about this tool several times (here: NDepend 6 , NDepend 5 and NDepend ) so I won't repeat myself about its basic usage. I also haven't...
Read article DevDay 2016
It became a tradition for me that in September I go to Krakow to participate in DevDay conference. It was my 4th time there and as usual it was pleasant to be there. In comparison with the previous year there were two changes. The first...
Read article Lesser known Clojure: new string functions in Clojure 1.8
The latest version of Clojure (1.8) introduced a new set of functions operating on strings. Those functions are only a syntactic sugar. All of its functionality can be achieved with Java methods, but they make our code more idiomatic and...
Read article