October 12, 2014

Trigger notify-send across the network using HTTP

Last week I cut the first release of notify-send-http, a tool for triggering notify-send across the network using HTTP. Useful for forwarding notifications from local VMs / Containers to your own computer. It even supports notification icons! Tested on Ubuntu 14.04 only Why? Because I do all of my dev work on virtualized environments and I use guard quite a lot to keep my Ruby tests running when files get changed. Read more

September 25, 2014

Devstep updates

The third release of the Devstep Docker image came out last night along with a brand new Golang CLI featuring some very nice improvements and new functionality. The CHANGELOG is here and on this post I’ll cover some exciting new stuff I was able to get in place. Docker image updates Starting with the base image updates, the 0.2.0 release dropped from 1.168GB down to 867.7MB MB representing a ~25% reduction on disk usage. Read more

August 9, 2014

Get notified of long running CLI tasks completion with 'lmk'

lmk is a simple command line tool written in Go that I released last February. I wrote it to draw my attention to a terminal when some long command finishes running. WTF?!? Yeah, it may sound silly but how often do you run a command that you know that takes a lot of time to complete, you go do something else and forget that the command was running? Even worse, what about when you get side tracked for a bit longer than you should and when you Alt+Tab to check if the command has finished it actually errored along the way? Read more

November 12, 2013

Meet Viewdocs

Last week @progrium striked again with one more great example of how we should strive for keeping things simple. Five months after releasing Dokku which is a Docker powered mini-Heroku written in around 100 lines of Bash, he has just open sourced viewdocs: As with Dokku, the project is pretty small and (as of this writing) converts ~200 lines of Golang code into a powerful tool for small to medium sized open source projects hosted on GitHub. Read more

© Fabio Rehm 2013-2022

Powered by Hugo & Kiss.