|
Sunday, 6. January 2019 | Week 00 |
|
|
|
.: Engineering Management
Engineering Management: The Pendulum Or The Ladder — a well written article from Charity Majors about the non-trivial entanglement between engineering and management, explaining how doing everything at the same time does lead to unhappy/un-fulfilled people. Also worth reading in this context is the prequel article The Engineer/Manager Pendulum.
|
|
13:21 | Coding | Permalink |
|
.: Blogroll cleanup
As some links on my blogroll start to turn into 404 errors it's time to do some cleanup and also to bring in some fresh blood :-)
Removed:
Added:
|
|
12:55 | Misc | Permalink |
|
|
Tuesday, 1. January 2019 | Week 00 |
|
|
|
.: New Year - New Vim Trick
Happy 2019! I have learnt a new Vim trick:
When searching for some pattern with / (eg. /mystring), often the next step is to perform a replacement command.
Now instead of re-typing the whole string, you can directly enter the substitution command with an emtpy search-pattern (:%s//newstring/), Vim then automatically re-uses the previous search pattern.
(via)
|
|
22:24 | Coding | Permalink |
|