Blog
Less than 1 minuteBlog
Blog
A collection of Murex related documents and personal thoughts.
Articles
21.03.2025 - My Vibe Coding Experiment
My personal thoughts after trying out "vibe coding" for the first time.
22.04.2023 - Reading Lists From The Command Line
How hard can it be to read a list of data from the command line? If your list is line delimited then it should be easy. However what if your list is a JSON array? This post will explore how to work with lists in a different command line environments.
02.10.2021 - The Split Personalities of Shell Usage
Shell usage is split between the need to write something quickly and frequently verses the need to write something more complex but only the once. In this article is explore those opposing use cases and how different $SHELLs have chosen to address them.