June 26, 2009
Note that this is from a previous page I had that I’m republishing here as the machine that hosted that old page is now gone. There are some things that need to be clarified, but for now it is what it is.
Why become your own CA? Sure there are a lot of instructions out there that show you how to create self-signed certificates, but if you have a number of servers you’re doing this for, you’d have to give the certs out to those who want to use them for each and every service. This way you don’t. You only have to give them the public CA certificate and all of the certs you sign with your CA key will be acceptable to them. Besides, it’s fun for everyone involved.
Read the rest of this entry »
Leave a Comment » |
Uncategorized |
Permalink
Posted by cygnl7
March 17, 2009
I wanted to make it easy to launch ssh’ing to hosts from quicksilver. I couldn’t find a really clean way to do it so I put together some ideas out there for myself. This is the result.
Read the rest of this entry »
1 Comment |
System Administration |
Permalink
Posted by cygnl7
January 11, 2009
Throughout my career so far in the tech industry I’ve had various opportunities all at varying degrees to fill leadership roles. It’s interesting how each organization I’ve been in has different ways of dividing up the leadership responsibilities. It can become overwhelming to not only carve out what those responsibilities are but also how to fulfill them effectively.
Read the rest of this entry »
Leave a Comment » |
Leadership |
Permalink
Posted by cygnl7
November 19, 2008
I use a Mac at work. I’ve been using Parallels since back before VMWare Fusion was available. It’s worked fine for me. That was until I tried a newer version of Ubuntu. It seems that the Parallels Tools that come with version 3 won’t work with XOrg 1.5.2, and this has been a problem for a while according to the Parallels forums. (Not to mention the first time I tried to install Ubuntu Parallels Desktop crashed in the middle of the process.) So I decided to try VirtualBox.
Read the rest of this entry »
1 Comment |
System Administration |
Permalink
Posted by cygnl7
October 19, 2008
As I sit here I’m watching my seven-month-old baby struggle to reach a magazine on the floor. He’s reaching as far as he possibly can, kicking his legs, rolling around, grunting, but he can’t quite reach the magazine.
Read the rest of this entry »
Leave a Comment » |
Self |
Permalink
Posted by cygnl7
January 28, 2008
With my wife getting closer to her due date we were excited to try the Albertsons Online Shopping where they offer to shop for you. They’ll either deliver ($9.99) or you can pick it up ($4.99). However, our experience shows that maybe it’s not all it’s cracked up to be.
Read the rest of this entry »
Leave a Comment » |
Food, Products |
Permalink
Posted by cygnl7
December 12, 2007
Looking into ways to do screencasts from Linux I tried Wink, Istanbul, and Recordmydesktop. My requirements were that I could record both video and audio within the same tool. Wink 2.0 isn’t released for Linux yet and it’s the first version to support recording sounds, Istanbul tried to record but didn’t save the sound (and never really wrote the entire file out), but Recordmydesktop did it’s thing beautifully.
Read the rest of this entry »
Leave a Comment » |
Video |
Permalink
Posted by cygnl7
November 21, 2007
My current position at Move Networks affords me the opportunity to learn more about Javascript. I am quite familiar with class-based object-oriented languages. For some reason it is taking me more effort than I’d like to wrap my brain around using a prototype-based language like Javascript. I mean, I get it but I still don’t see the full usefulness of it (unless really the whole deal is to make it easier to manipulate objects directly; is that really all there is to it?).
Anyway, in my search for understanding I’ve come across a number of ways people use Javascript in class-like ways. But what bugs me about doing this is the inconsistency in how you define your objects or classes or whatever you want to do. Adding methods to an object’s prototype to make them public, switching to object-literal notation, etc. It all just looks ugly to me. So I’ve come up with the following. It’s a mix and match of various methods I’ve seen out there (which are mainly summarized in the comments on a YUIblog post (thank you Eric Miraglia and all those who replied to his post!). I certainly hope people who know more about javascript can comment on whether this looks like a good or bad practice.
Read the rest of this entry »
4 Comments |
Programming |
Permalink
Posted by cygnl7