Skip to main content

Save time (and keystrokes) in the terminal

Do you have a few long commands that you keep typing in the terminal? Things like ‘cd /some/long/path/that/takes/forever/to/type’ or ‘mycommand -with -lots -of -variables’? If so, here’s something you’ll enjoy. Just open up ~/.profile in your favorite editor, and add the following lines: alias foo="cd /some/long/path/that/takes/forever/to/type" …

Read More

Sync your devices over the air for free

I hate wires. I particular hate having to use wires to syncing devices. Luckily, there are ways to avoid them (in most cases). If you are having issues with this, the solution is not to buy MobileMe. Google App/Gmail is all you need. I just posted up an article over at the YippieMove Blog that will tell you how. After reading it, you should be able to sync …

Read More

Updates to WireLoad

2011 has been a big year for WireLoad. We have launched two brand new products (Blotter and Quiet) in a completely new vertical, namely the desktop market for Mac OS X. It has been a very interesting experience, and we certainly did not foresee the success we’ve had. Just a few weeks ago, Blotter was named ‘App of the Week‘ in Leo Leporte’s show MacBreak …

Read More

How to travel safely with your computer

Regardless if we travel in business or on a vacation, we tend to bring our computer with us (at least I do). Common sense tells us to not check in our computer, but there are other things that we really ought to do. The first thing you want to do is to use disk encryption. The reason for this is simple: if you lose your laptop, nobody can access your files. …

Read More

How to get FreeBSD's CARP working on CloudSigma

For a few months now, we’ve been working on migrating our physical architecture for YippieMove over to CloudSigma. We got everything up and running swiftly, with the exception of one thing: CARP. As it turns out FreeBSD’s CARP implementation doesn’t really work very well in a virtual environment. (For those curious about the details, please see this mailing …

Read More

Quiet - A great productivity app

Last week we launched our second application for Mac OS X. The application is called Quiet and is the best productivity tool I have ever used. The idea behind Quiet is simple. If you were to remove all distractions and only focus on one task at the time, you get more work done. This is exactly what Quiet does. It simply allows you to focus. Let’s say you’re …

Read More

A really ugly solution to get a static path to a 3G modem

This solution is so ugly that I felt that I had to post it =). I had a problem. Whenever I plugged in or rebooted, the a 3G modem into a Linux machine, it appeared on a different path (/dev/ttyUSBX). That creates some issues, as I’m using to connect to the internet, and Wvdial is using a hardcoded path to the modem. To fix this, I had to manually edit the …

Read More

Get better music recommendations in Spotify with Lastify

Spotify is probably one of the greatest apps I’ve used in recent years. It is the sole reason why I barely ever use iTunes anymore. Why would I bother downloading music when I can have access to a far larger music library at any given moment? There is however one big problem with Spotify: How do you find new music? Spotify does come with a “What’s …

Read More

Blotter is soon available

One of the biggest announcement Apple made in recent time was the announcement of the App Store for Mac. If you didn’t see the initial pitch, it is similar to iTunes App Store for iOS (iPad, iPhone, iPod Touch etc), but for native Mac OS X desktop applications. We (as in WireLoad) wanted to be apart of this from the start, and got busy thinking about …

Read More

Red iGone for iPad is now available

I’m really excited about this. Red iGone, the red-eye removal tool I’ve been working on for some time, is now available on the iPad. This is the first iPad application I’ve been working on, and the end-result is pretty awesome. While the web-version works great, the iPad version is far more intuitive, given the intuitive touch experience. Direct iTunes link. …

Read More

Implementing ASSP with Postfix on FreeBSD

In this article, I will walk you through the process of setting up ASSP. If you’ve never heard of ASSP, it is a great anti-virus and spam-fighting proxy that sits in front of your SMTP server. Under the hood, ASSP includes a lot of intelligent spam logic, but you won’t really have to worry about it. All you really need to know is that it great at fighting …

Read More