-
Being self-employed and working from home
Note: this is a long narrative that I've probably written before, but it helps me to get stuff off my mind by writing.
Periodically people ask me about being self employed and working from home. I've been self-employed for almost 5 years (5 years next month) and have been working from home for 8.5 years. So, I have a bit of experience with both parts; while they are related for me, they are quite distinct in how they affect my life.
This is my second stint of working at home; the first time I worked at home was when the small company I worked for closed its offices and I worked at home, in Portland, OR, for a few months. I was miserable; I had only lived in Portland about 5 months, had just bought a house, and didn't know anyone. I was pretty much just looking for a job and moping around until I landed my next job and actually went into an office everyone. Portland finally got to me and I decided to pack up and move back to San Diego (I only lasted 14 months in Portland; I couldn't take the rain). After I made my decision, I gave my bosses the customary 2 weeks notice that I was leaving (I had nothing lined up, but I didn't care). They were pleased with my work (I worked there for 6 months prior to this) and asked if I'd still work for them. I said, "why not?" and continued to work for them for another 3.5 years working out of my apartment and then my house. As I made the decision to work from home and enjoyed where I was living, working from home treated me well. However, I did have some issues. Most importantly, I worked too much. In an 8 hours day, I put in 8 hours of work which meant I typically put in 25% more than people in an office due to chit chat and water cooler talk. For me, this wasn't a bad thing, but my boss told me I worked too fast.
I parted with that company on good terms as they had no work for me and I was bored out of my mind as I didn't have work for the last few months of working for them; I literally played video games all day and got paid for it. So, that stint of working from home worked out well; I kept normal hours and had no reason to overwork (I was salaried). I have the kind of personality that can handle being isolated at work; I like to get my work done and don't mess around. Other people would go stir crazy as they need the interaction of an office; I'm most efficient when I have few distractions which works well for working at home.
Continuing on, at that point, I had already being contracting part time for another company, so starting to be completely self-employed was not a huge leap, but a little scary at first. Where would clients come from? How much time would I have to spend finding them? Would I earn enough money? Well, clients just seemed to come to me; word of mouth is quite powerful. I haven't had to look for clients and have had enough work (at times more than I can handle) to do well for myself and my family. However, being self-employed means that the more I work, the more I earn. The incentive is always there to work more. That is the biggest problem with being self-employed for me; I have the desire to always work. I am still trying to balance things so that I work less, but it's hard. It's even harder that I'm pouring time into ReceiptWallet where the financial reward isn't immediate and is largely speculative. However, the potential is huge.
Also, if I'm sick, I can't really work which means I can't earn money. This, unfortunately, causes me a lot of stress and can cause my ulcerative colitis to flare up like it did several years ago. I just got over being sick (I was sick for about 2.5 weeks), but this time I did my best to work as much as I could and my sickness didn't cause me stress (my desire to get all my projects done, however, did).
Working at home and being self-employed has a lot of upsides; I'm not sure I could work in an office 5 days a week. Maybe 1 or 2 would be a nice change, but never again could I do it all the time. Self-employment has a lot of scary things and lots of garbage to deal with, i.e. company taxes, company accounting, getting clients to pay, etc. However, there is no job security in any job (OK, maybe some government jobs), so being self-employed is the only way to control your own destiny. Would I work for a company again? If I said no, I'd be lying. If the numbers were right, I would say yes.
Feel free to ask me questions or comment on my thoughts.
-
Does anyone at Apple actually care about us developers?
I fired up ReceiptWallet beta on a Tiger machine today to check out a problem and it didn't launch. Huh, I looked at the crash log and it said there was a problem with a symbol not found using the dynamic linker (I'm not sure why my testers on Tiger didn't find this as it clearly doesn't work). So, I look at my code and I have:
[pictureTaker setValue:[NSNumber numberWithBool:NO] forKey: IKPictureTakerAllowsFileChoosingKey];
This code only executes on Leopard, so it should be fine. However, whoever decided to define this constant decided to define it as such:
extern NSString *const IKPictureTakerAllowsFileChoosingKey;
instead of something smart like:
#define IKPictureTakerAllowsFileChoosingKey @"IKPictureTakerAllowsFileChoosingKey"
Why is the second one smarter? Because it allows people to compile in features that work on 10.5 while still supporting 10.4. I have checks in my code to not execute this chunk of code on Leopard, so that isn't a problem. The problem with this is that while everything compiles and links, it crashes on Tiger.
Apple wants us to use new technology, but most of us can't abandon Tiger users, so we compile against the 10.5 SDK with a Mac OS X Deployment Target of 10.4 as indicated we should do in the Core Data Release Notes.
Apple, please fix this!
-
Another set of bugs in Leopard
A number of weeks ago, I fought with Leopard to be able to use a magnetic stripe reader in one of my apps. The Apple sample code worked on Tiger, but broke on Leopard. OK, I reported that as a bug. Next, I looked at some new USB code in Leopard and that failed as well. After opening an Apple DTS incident, buying a magnetic stripe reader for them, and going round and round, they acknowledged the first bug and the second bug which was a workaround to the first one. DTS did send me code that finally did work.
This week, I fought with Leopard (or maybe it is Tiger) dealing with the Keychain. The Keychain (along with System Configuration) are some of the most confusing frameworks to write code. This weeks' issue dealt with using the Keychain framework to get a password out of the System keychain (like for PPP passwords). If the user clicks on Always Allow, the method returns a -61 error which is a write permissions error. What's the workaround? Well, if I get a -61 error, I put up the request again. While this gets me to the end goal, it really confuses the user.
Today was another bug dealing with the Image Capture. I wanted to add supporting Image Capture in addition to TWAIN as it might be more reliable. I got as far as implementing the UI and all the code, only to find out that if I scan once, when I close the scanner session, I get an error and then I can't scan again. All that I've read indicates that the Image Capture Framework (ICA) doesn't work properly when compiled against 10.5. This doesn't surprise me as someone changed the TWAIN header files in Leopard so that UInt32s were changed to void * or vice versa. This, of course, causes lots of warnings that have to be typecasted. Scanning is one of those areas in the OS that doesn't seem to get touched and no one seems to care. The scanner vendors write crappy drivers so they don't complain and no one else is big enough to get Apple to care. Maybe things will change.
-
Paying for being stupid
The recent measles outbreak here in San Diego could easily have been prevented if the parents of the original infected child had vaccinated that child. However, the parents exercised their right to not vaccinate. Some parents believe that the mercury in vaccines leads to autism; the problem with this theory is that vaccines haven't had mercury (thimerosal) in them for years. At the same rate, autism rates have gone up, so it would lead any reasonable person to conclude that the vaccines (at least mercury in them) has nothing to do with autism.
While the parents exercised their right, their negligence (in my opinion) caused others to become infected (infants under 1 year can't be vaccinated for measles). I think that these people should pay for the medical costs of all those infected and should pay everyone for being inconvenienced. My wife has had to change plans because our son can't be vaccinated (he's 9 month old). These parents' choice has caused people all over San Diego to worry about something that I hadn't heard of in years.
Please vaccinate your children as your decision should not put my child at risk. If you choose not to vaccinate your children, please never come out of your house.