Archive

Posts Tagged ‘15 Minutes’

Why I Don’t Watch CNN

July 19th, 2008 Greg Smith No comments

On Thursday afternoon I was at Sky Harbor airport waiting for a flight from Phoenix to Albuquerque on US Airways. About 15 minutes to the flight boarding I notice everyone watching something on the screen and I can see “breaking news” and “US Airways” displayed. I get closer to hear and it’s the story about some pilots complaining about not having enough fuel.

How exactly is this breaking news? It might be news but it’s hardly breaking news. It’s just more evidence to me of sensationalism by the news network especially since it was broadcast on CNN’s Airport Network.

The girl at the US Airways counter had to make an announcement about the situation to calm everyone that there is enough fuel on the plane. Not that I exactly noticed people panicking.

I’m not taking sides here. I just don’t see an immediate danger that requires over hyping this story. Breaking news might be appropriate if planes were actually crashing due to not enough fuel. This was just stupid.

I don’t watch the news networks and I can barely stand to watch the local news anymore. Thank you Internet for giving me choices for news.

Vertical Cement Application

June 21st, 2008 Greg Smith No comments

Cleaning up the swamp cooler duct work continues. At this rate I might have it done by summer.

This is my first experience mixing and using cement and I’m pretty happy with the result. Here’s the problem, a large swath of concrete is missing and the original metal duct just rested up against dirt, further degrading the metal. I cleaned up the mess and prepared it to be filled with cement.

IMG_0361 - Version 2

First thing I did was to put some metal lath that is used for stuccoing walls. I folded it in on itself and shoved it into the gap using a few nails (nailed into dirt) to hold it back where it needed help. The metal lath not only will give the cement some strength but will give it something to stick to.

IMG_0370 - Version 2

I used 30 lbs of Quikrete quick setting cement. The cement sets in 10-15 minutes and, according to the container, is recommend for vertical applications. Since I had never mixed cement before it seems like a good first step was to read and follow the instructions. The container says to mix 5.5 parts of Quikrete into 1 part water and only mix as much as you can work with in 10 -15 minutes. Mixing that much water resulted in a wet powered that was pretty much useless. After some experimentation and wasting about 10% of the Quikrete I found I needed about 3x water than was called for.

Another 10% waste of Quikrete occurred trying to figure out how to actually apply the material into the hole. I finally figured out that using a wide putty knife and pushing it up, working my way left to right and top to bottom was the easiest way to apply it. Sometimes it would fall after I put in on and I tried to scoop up as much as I could and put it back.

It was hot and sweat and blood literally went into the making of this. There is a satisfaction to doing it myself..

IMG_0373 - Version 2

There’s a few next steps before I can permanently attach the duct work. The floor of the this concrete pit should also be solid concrete, but is degraded and it’s hard to tell where the concrete ends and the dirt starts. I will have to put about a .5 inch layer of cement down. I will probably use something like the Quikcrete Fast-Setting Self-Leveling product. Since it doesn’t require any trawling, it should be easy!

The other thing I have to do is to clean out the dirt that made it’s way down the main duct that runs from the cooler to the main air distribution point. I could hire a duct cleaning service, but why start hiring people now when I’ve done everything else myself?

IMG_0371 - Version 2

NOAA Weather Script

October 30th, 2006 Greg Smith 1 comment

I’ve made some changes to Karl Smith’s NOAA Weather Script (revving to 1.1) for use in Indigo. Karl’s script is nice because it uses free NOAA weather data that they make available via XML. Since I don’t have my own weather station, this will get me close enough to getting the weather data needed for my Home Automation system to make decision.

My changes include:

  • Changing the observation time to be a applescript friendly format.
  • It’s now an attachment and can be run using the function GetNOAAData().
  • It auto generates the trigger to run the function every 15 minutes. Just create startup action with the GetNOAAData function and that’s all that should be needed.

In my next revision I would like to make the data pull a little more intelligent by having it keep track of the average time between observation time so it’s not overtasking the NOAA servers.

You can download this script here: NOAA Weather Script.scpt.zip

Other attempts at downloading weather data:

Misery Continued

March 16th, 2005 Greg Smith 1 comment
It’s 2 am in Albuquerque. I’ve given up any chance of sleeping for tonight. Every 5 to 15 minutes I get into a coughing attack, this for the second night in a row. Prior to this it was the sore throat that kept me awake all night. I’ve had very little sleep in the last week and it makes for a grouchy boy.

When this started yesterday I was easily able to cough up a large amount of mucus, a disgusting looking substance that sticks to everything. As I coughed it up it would stick to the sink and the very site of it would make me gag more. This morning I’m have very little success, it stays in my pipes and keeps me awake.

NyQuil, you are not my friend. You claim to be the “nighttime, sniffling, sneezing, coughing, aching, stuffy head, fever, sleep better to feel better medicine” with your 10% alcohol content. You have not had any effect on my coughs nor have you made me the slightest bit sleepy, despite my attempts to overdose, drinking nearly a quarter of the bottle tonight. I curse your name with every dry, unproductive cough.

I’ve never had an illness like this. I’ve completely lost my voice, the first time as far as I can recall. I’ve had no desire to eat. The internal mechanism that makes my body say it’s hungry have shut down. Not to mention that I’ve lost the ability to smell or taste. At first the sore throat made it completly undesirable to put anything down, now I at least drink water on a regular basis. I force myself to eat something but it’s not nearly as much as I would normally eat. I’ve lost 10 lbs.

Whatever evil has possessed me, please go away. 

Weather Data from Weather Underground

August 12th, 2004 Greg Smith 5 comments

I have been trying to find a way to get more accurate weather data from the internet. The main problem with WeatherMaxX is it pulls it’s data from the NOAA website. The NOAA only reports data every hour. So data can be out of data especially if you need current storm information. The other problem is I need to know how much rain has fallen for use with my irrigation script. Just knowing that it did rain isn’t enough, I need to know how much wand how long ago. The obvious answer is to get my own weather station. But they are expensive and can be problematic to wire up (at least for me).

WeatherUnderground offers data from “personal weather stations”! That’s almost like having my own weather station if there’s someone close to me. And they offer CSV (comma separated values) data from these weather stations. So let’s put Applescript to work here. The script isn’t complete, expect some updates as I continue to flush things out.

To get this running, put in the attachements folder of Indigo and reload attachments. Then create a startup trigger called that runs a script called getWUPWSdata(). This should start up the script and it should auto generate triggers.

[Updated 11/2/06] This script doesn’t work properly due to changes in the format of the PWS data (I think).

[Updated 8/30/04] I found that the script would occasionally error trying to get data from Weather Underground (not sure why yet) and would not adjust the time/date for the next update. I’ve fixed that so it will try again in 15 minutes.

[Updated 11/28/04] Made various changes to it here and there to make it more reliable. There’s an issue with the WU data not being complete and it will cause the script to fail. Need to fix it so it can fail gracefully and try again in 15 minutes or so. You will need to check on it from time to time to make sure it’s still scheduled.

You can download this script (and other scripts) here.