If you’ve read my previous posts relating to time management, you might realize by now that I tend to approach it from the opposite direction of a lot of other information sources. My philosophy is that it is easier (for me) to identify things that represent a mismanagement of time and find creative solutions to…
Vi Key Bindings for your Mac Apps
Well, I found Komodo Editor, and I’m using that right now for coding Python. It’s Vi key bindings are a little quirky sometimes because of the interplay with the popup hints and stuff, but it hasn’t driven me totally crazy yet. However, I just found out that there’s a way to get Vi key bindings…
Google Calendar Syncing
So, I’m kinda tired of trying to find a solution to this. What I want is a non-commercial, freely available application (NOT service) that will sync bidirectionally between Google Calendar and Apple iCal, Evolution, and whatever Mozilla calls its calendar today (Sunbird?). I’ve used Spanning Sync, which worked well enough, but I never liked that…
Code Editor Goodness: Komodo Editor
Geez…. for a sysadmin I sure seem to write a lot of code. In the past year I’ve written an assignment type for Moodle in PHP, cobbled together an API in Perl to manage various LDAP resources, and I’ve just completed a prototype for an XML-RPC server that will be an interface to our data…
Trying to make friends with Python… again
I like the idea of Python. I have diverse interests, technically, and I like to think that there’s a language out there that I can use to write small script, a large website, a stored procedure, or a distributed system. The same language is used to write a very large chunk of systems code on…
More news for Spanning Sync Refugees
First, there are lots of people who are pretty outraged by the new Spanning Sync pricing of $25/year for a subscription service or $65 for a one-time license. The people who are the most outraged are those who are intimately familiar with how buggy it is because they were beta testers. I’m in that camp…
Safety Precautions When Using the ‘rm’ Command
Usually, if I have a bunch of files that need to go away, I’ll see what I can do to avoid using ‘rm’. Many times, I can move a directory containing the files out of the way, or I can make a backup directory and move the files there. However, at some point, those files…
Now that Spanning Sync costs way too much money…
I’ll be giving gSync a try. Anyone tried it yet? I’ll post my feedback, but in the meantime, I invite you to share your thoughts.
Can Ubuntu Cut the Gordian Knot?
When Windows was released, it united a vast but rather fragmented society around a single philosophy. On the one side, you had end users. They had to get work done, and they needed applications to do that. On the other side, you had application developers, who needed a platform conducive to making useful applications to…
Saving (daylight savings) Time with ClusterSSH
That’s 20+ ssh sessions being controlled by that little bitty box in the bottom left-hand corner of the right-hand screen. This is why I really like clusterssh. It saves me time because I can do things on a whole bunch of machines all at the same time with zero scripting. All I do is create…