Learning haskell by building a yaml parser
I’ve been learning haskell for some time now and it has been amazing grappling with pure functional programming concepts. Although it’s not for everyone, I b...
I’ve been learning haskell for some time now and it has been amazing grappling with pure functional programming concepts. Although it’s not for everyone, I b...
I love TUI software. I really got interested in hacking by watching those beautiful tui diagrams in the movies. TUIs are minimal, distraction free and a prod...
In the previous post I profiled my zsh things to debug the monumental shell load time which is really annoying for me, since I spend all my time in the shell.
I’m a big fan of the z shell. I use it with the spaceship prompt. I use zplug for plugin management.
In my previous post, we discussed some general purpose command line utilities that help ease your way around the command line. In this post we’ll discuss som...
If you’re like me, you spend most of your time in the command line, where saving even a few keystrokes can help you become significantly more productive (and...