Pre Xmas Status
Posted December 10th 2013 05:41 pm
It's been a busy end-of-November, and the holiday chaos is just beginning.
The good news: I finally got to work on the Pi some. After reconnecting my Pi and finding out that it had been dormant for about 7 months, I decided to kick things back into gear. First, the server setup:

With the Pi set up in the window, I set up the Cron system to automatically delete all files older than 20 minutes and automatically RSYNC over to the main server for remote management. Having all of the images on the Pi over the course of a day creates over 90,000 files and fills up the tiny 8GB device within hours. So I had to find another method. Luckily, I already knew how to automatically back up files over RSYNC with Password-less SSH sessions. Yay.
Other good news: Night Blade has been published! Yes, we are out of the Proofing stage and officially selling copies!
Luckily, I got my Proof copy right before we left for Thanksgiving, and I spent the majority of Thanksgiving break proofing the edition (all of 6 days). After I got home, I made the modifications to the manuscript, reformatted it, and re-uploaded it to CreateSpace, Smashwords, and Leanpub. Personally, I'm proud of the fact that I wrote a book. Now on to #2: Day of Reckoning!
Back to Thanksgiving for a bit. Keat and I did the turkey, which turned out well, as expected. A little drama happened over the break that I really am glad that I wasn't a part of, although I wish I was in order to defend Keat a bit. As expected, as usual, we went on a hike. This time to Stone Mountain.

Overall, it was "fun" with the expectation of someone questioning your every decision. Ah, the holidays.
Also, since Shadow Dev is going through a bit of a revamp (and I spent some time writing instead of coding), I've been looking for some jobs with very little success. My requirements are as follows: non-sales job and non-fast food. Aside from that, I'm pretty much open to anything, but 90% of the jobs are "Part Time Sales", if you know what I mean.

(I did not say this - it is a screenshot from Failbook)
I mean, I don't mean to be picky, and I have very good reasons to why I said what I did. As per my previous experience (and what many others have told me), I suck at selling. I'll say it again: I suck at selling. I'll admit it. Anyone who hires me to sell will never get their ROI back. They'll pay me to stand there and do many other things (stock, checkout, manage, etc), but not to sell. I'm a "people pleaser", and if I know of something that you can do to save you money and not hand it over in an "upsell" tactic, I will let you know. Although I'm thinking I need to move away from the "people pleaser" state as it seems to be doing more harm than good for me.
Anyway, here's what has been happening so far:
- Haywood Community College: I applied for the Small Business Director position. Personally, I thought I was a great fit. I met all of their qualifications (including a Degree in Entrepreneurship, which I have), so I thought I was a shoe-in. I sent in my application, my research paper, and my transcript copy to them in September as the due date for the application was October 30th. After a month, I didn't hear back, but it was still before the due date, so I sent in a message via USPS contacting them about the status of my application.
A few days before the due date, I was contacted by the HR Department saying "We received your letter, but not your application." Confused about the situation, I hand delivered in the other copy of the application, my research paper, and another transcript request copy to them an hour afterwards.
Not hearing anything back, I emailed the HR person about a followup. They said that they never received my transcript, and I had to go on a wild goose chase to find out where it went. Western said that they sent out both requests that I sent in, with the matching dates and addresses as well, so the problem was with HCC. Apparently, the problem was that my transcripts (and probably my first application) went to Student Services, not HR. I called Student Services and asked them to deliver my transcript to HR (across the hall).
Afterwards, I contacted the HR person again and asked for a status update. She said that the committee was making their decisions and that interviews were to be held on December 5th and 6th. Well, here it is, December 9th, and no callback. Which means, I didn't even get considered.
- Thinking that the HCC job was a deadend (and looking for backups), I applied to Target on December 3rd for "Backroom Stock" (not Sales and not Fast Food - perfect!). The application process wasn't that hard, but I have yet to hear back.
- I also applied to Biltmore a while back (October), but was turned down for 3 different positions: IT Staff, Security Guard, and Dishwasher. Yes, Dishwasher. I was passed up for a Dishwasher. Their message:
- Looking elsewhere, I also applied to Regal Grand Theaters hoping to get some low-line cleanup crew position (hey, it's money). After visiting the theater with Keat at the Catching Fire premiere, the whole building said that they were hiring. So, I applied on December 3rd and have yet to hear back (I was hoping my LMP experience would mean something. I guess not)
If "overqualification" is a thing (it was when I applied to Best Buy back in 2004), then maybe I should do this:

Onto a different topic, I visited the NCCAT center last night to celebrate the "Hour of Code" (an initiative program to increase programming skills in schools) and talked to Dr. Wade with the NCCAT. After briefly meeting with him, I think that we may be on our way to start our own CoderDojo in the WNC area (the closest one is in Missouri). I also got an "Hour of Java" which was interesting. I contacted Dr. Andrew Scott for more information. Although, this has resparked my love for programming.
Meanwhile, Keat is working with a few "clients" on a Consulting business. Knowing that, we had a discussion and may be opening a "Web Technologies Consulting Business". Since "Web Design" is such a flooded market, and there aren't really any upsides to DIY Websites (and people want the moon, but only want to pay $1), we explored WordPress (yes, I know - stop badgering me) as a viable option. I installed a test environment and it does seem quite easy to use, so we may be able to offer that as a "Small Website Option" and make the clients manage it themselves. Self-managed websites with client decisions and actions, without being yelled at for things out of our control or expectations that we can never meet? I think it's definitely a considerable option, but not just for the "Web Design" factor - a consultant should be referenced.
And just because my week had been going like a wild rollercoaster, I saw/heard this, and it really helped me along:
And a reference:

And with that, I probably won't post again until after Christmas, as the holiday chaos is catching up and my sleep pattern is completely messed up.
The good news: I finally got to work on the Pi some. After reconnecting my Pi and finding out that it had been dormant for about 7 months, I decided to kick things back into gear. First, the server setup:

With the Pi set up in the window, I set up the Cron system to automatically delete all files older than 20 minutes and automatically RSYNC over to the main server for remote management. Having all of the images on the Pi over the course of a day creates over 90,000 files and fills up the tiny 8GB device within hours. So I had to find another method. Luckily, I already knew how to automatically back up files over RSYNC with Password-less SSH sessions. Yay.
Cron
commands:*/2 * * * * root find /var/www/motion/* -mmin +30 -exec rm -f {} \; */5 * * * * pi /home/pi/rsync.shSee my
rsync
script at my other postOther good news: Night Blade has been published! Yes, we are out of the Proofing stage and officially selling copies!
Luckily, I got my Proof copy right before we left for Thanksgiving, and I spent the majority of Thanksgiving break proofing the edition (all of 6 days). After I got home, I made the modifications to the manuscript, reformatted it, and re-uploaded it to CreateSpace, Smashwords, and Leanpub. Personally, I'm proud of the fact that I wrote a book. Now on to #2: Day of Reckoning!
Back to Thanksgiving for a bit. Keat and I did the turkey, which turned out well, as expected. A little drama happened over the break that I really am glad that I wasn't a part of, although I wish I was in order to defend Keat a bit. As expected, as usual, we went on a hike. This time to Stone Mountain.

Overall, it was "fun" with the expectation of someone questioning your every decision. Ah, the holidays.
Also, since Shadow Dev is going through a bit of a revamp (and I spent some time writing instead of coding), I've been looking for some jobs with very little success. My requirements are as follows: non-sales job and non-fast food. Aside from that, I'm pretty much open to anything, but 90% of the jobs are "Part Time Sales", if you know what I mean.

(I did not say this - it is a screenshot from Failbook)
I mean, I don't mean to be picky, and I have very good reasons to why I said what I did. As per my previous experience (and what many others have told me), I suck at selling. I'll say it again: I suck at selling. I'll admit it. Anyone who hires me to sell will never get their ROI back. They'll pay me to stand there and do many other things (stock, checkout, manage, etc), but not to sell. I'm a "people pleaser", and if I know of something that you can do to save you money and not hand it over in an "upsell" tactic, I will let you know. Although I'm thinking I need to move away from the "people pleaser" state as it seems to be doing more harm than good for me.
Anyway, here's what has been happening so far:
- Haywood Community College: I applied for the Small Business Director position. Personally, I thought I was a great fit. I met all of their qualifications (including a Degree in Entrepreneurship, which I have), so I thought I was a shoe-in. I sent in my application, my research paper, and my transcript copy to them in September as the due date for the application was October 30th. After a month, I didn't hear back, but it was still before the due date, so I sent in a message via USPS contacting them about the status of my application.
A few days before the due date, I was contacted by the HR Department saying "We received your letter, but not your application." Confused about the situation, I hand delivered in the other copy of the application, my research paper, and another transcript request copy to them an hour afterwards.
Not hearing anything back, I emailed the HR person about a followup. They said that they never received my transcript, and I had to go on a wild goose chase to find out where it went. Western said that they sent out both requests that I sent in, with the matching dates and addresses as well, so the problem was with HCC. Apparently, the problem was that my transcripts (and probably my first application) went to Student Services, not HR. I called Student Services and asked them to deliver my transcript to HR (across the hall).
Afterwards, I contacted the HR person again and asked for a status update. She said that the committee was making their decisions and that interviews were to be held on December 5th and 6th. Well, here it is, December 9th, and no callback. Which means, I didn't even get considered.
- Thinking that the HCC job was a deadend (and looking for backups), I applied to Target on December 3rd for "Backroom Stock" (not Sales and not Fast Food - perfect!). The application process wasn't that hard, but I have yet to hear back.
- I also applied to Biltmore a while back (October), but was turned down for 3 different positions: IT Staff, Security Guard, and Dishwasher. Yes, Dishwasher. I was passed up for a Dishwasher. Their message:
Thank you for your recent application for our Dishwasher position with The Biltmore Company. We regret to inform you that we have filled this position. After considering each application carefully, our hiring team felt that there were other candidates that more closely matched the specific needs of the position.Seriously? WTF?
- Looking elsewhere, I also applied to Regal Grand Theaters hoping to get some low-line cleanup crew position (hey, it's money). After visiting the theater with Keat at the Catching Fire premiere, the whole building said that they were hiring. So, I applied on December 3rd and have yet to hear back (I was hoping my LMP experience would mean something. I guess not)
If "overqualification" is a thing (it was when I applied to Best Buy back in 2004), then maybe I should do this:

Onto a different topic, I visited the NCCAT center last night to celebrate the "Hour of Code" (an initiative program to increase programming skills in schools) and talked to Dr. Wade with the NCCAT. After briefly meeting with him, I think that we may be on our way to start our own CoderDojo in the WNC area (the closest one is in Missouri). I also got an "Hour of Java" which was interesting. I contacted Dr. Andrew Scott for more information. Although, this has resparked my love for programming.
Meanwhile, Keat is working with a few "clients" on a Consulting business. Knowing that, we had a discussion and may be opening a "Web Technologies Consulting Business". Since "Web Design" is such a flooded market, and there aren't really any upsides to DIY Websites (and people want the moon, but only want to pay $1), we explored WordPress (yes, I know - stop badgering me) as a viable option. I installed a test environment and it does seem quite easy to use, so we may be able to offer that as a "Small Website Option" and make the clients manage it themselves. Self-managed websites with client decisions and actions, without being yelled at for things out of our control or expectations that we can never meet? I think it's definitely a considerable option, but not just for the "Web Design" factor - a consultant should be referenced.
And just because my week had been going like a wild rollercoaster, I saw/heard this, and it really helped me along:
And a reference:

And with that, I probably won't post again until after Christmas, as the holiday chaos is catching up and my sleep pattern is completely messed up.
Tags:#thanksgiving #nightblade #rsync #cron #stonemountain #jobs #consulting #target #haywood #regal #bc #nccat #coderdojo #hourofcode #picard #startrek #tng