Not long now until the Unix Timestamp flips over to 17 followed by many zeros. Watch it live here or run the following at a terminal:
watch -n1 date +%s

What is the timestamp? It’s the number of seconds since January 1st, 1970 UTC.
Not long now until the Unix Timestamp flips over to 17 followed by many zeros. Watch it live here or run the following at a terminal:
watch -n1 date +%s
What is the timestamp? It’s the number of seconds since January 1st, 1970 UTC.
Making the switch from Windows or Linux to Mac OS X is not without pain. The extra CMD key plays havoc with muscle memory, and the “Windows Explorer” of Mac OS X, Finder, is quite a different beast to what you might be used to in the Windows or Linux worlds.
About two weeks ago I decided to make the switch again to Mac OS X and I lamented the difficulty in using Finder to do simple tasks. I’m still not 100% happy with Mac OS X it but the tips on the following pages made things easier:
There are still oddities. When Mac OS X mounts an SMB share it does so with permissions that only allows the current user to edit files in the share. That’s perfectly understandable but it messes things up for Rsync when I’m syncing directories with a remote host. I’ve had to resort to using the “–size-only” parameter of Rsync so it won’t attempt to sync every file each time. I need to figure out if that can be fixed somehow.
I’ll update this post from time to time as I come across more oddities.
If you want to load a large file in Vim you should disable the swap file to speed things up. It’s simple to do as well:
Vim -n file.txt
If a file is over 4096K or so and I have enough system RAM (not usually a problem) I’ll do it this way as it avoids Vim creating a potentially huge .swp file.
When you break up with your significant other you go through the motions of living your life, but in a daze. At some stage you need to let go and move on, no matter how hard it is. (from xkcd)
PS. Congrats Elly on the move to WordPress! A pity this cartoon wasn’t published before your talk at BarCamp!
PPS. But seriously, a friend just broke up with his girlfriend of over 4 years. She was cheating on him, I hope he listens to how to dump a cheating girlfriend!
From the ILUG mailing list, this page looks like a very informative paper on general digital camera and computer use as well as driver support for various Unix systems. Worth reading the first few paragraphs even if you don’t use Unix.