Responsive Photo Album

I wanted a responsive photo album unlike anything I could find, plus I prefer to host all my photos myself. So I wrote this with node on the backend and just plain javascript on the front end + just a little bit of jquery. Here’s the app: http://spa.1mikemakuch.com/ and source: https://github.com/1MikeMakuch/photoalbum

Continue reading

Piping shell commands

I did some looking at my shell history for the past year or so and made some casual observations, here: Most used shell commands and wanted to single out a number of commands and pipes that might be interesting to someone. What follows is a handful of commands from my shell history, from the last […]

Continue reading

Most used shell commands

I remember reading that “ls” was the most commonly used shell command. Not sure why I thought about it today but, it dawned on me that I could easily calculate it directly from my shell command history. Years ago I went about configuring my shell command history options to my liking. Among several others are […]

Continue reading