Web Design. Development. Optimization. RSS 2.0
 Sunday, December 05, 2004

I'm going to start doing some research on how to “digitize” the various entertainment systems I have here in my home. Ideally, I'd like to:

  • Be able to record television directly to hard-drive (PVR)
  • Be able to instruct my computer to record a show over the Internet
  • Play shows on my living-room TV, from the computer in another room
  • Listen to music stored on the computer on my stereo system

There may be some more cool things I could do, but I'd be interested in reading about what other people are doing in this field.

 

Sunday, December 05, 2004 3:00:37 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0] -
Technology
Del.icio.us Digg Technorati Blinklist Furl reddit
 Friday, December 03, 2004

I recently wrote about how Jack Whittaker, the largest lottery winner in U.S. history, has been involved in some interesting crimes, both as the victim and the perpetrator.

Well, add one to the perpetrator column. Whittaker has been charged again for drunk driving. Not only that, but this new charge violates his bail conditions for a previous charge. Mr. Whittaker can spend up to 10 days in jail for the bail violation. But it looks like prosecutors are more interested in revoking his driver's license, which is a good idea given his propensity to drink and drive.

 

Friday, December 03, 2004 6:06:10 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0] -
The Blogging Life
Del.icio.us Digg Technorati Blinklist Furl reddit
 Sunday, November 21, 2004

The old ABC Wide World of Sports tagline used to say, “The Thrill of Victory and the Agony of Defeat.” Then they used to show a skiier tumbling down a steep hill, no doubt breaking half the bones of his body in the process.

A parallel can be drawn between the sports world and the I.T. world in this regard. The thrill of a successful deployment, the agony of an unsuccessful one.

Here I sit, Sunday afternoon, polishing up my latest application. I am testing it, tweaking it, testing it again. Basically, going through the final paranoid-like steps before it is deployed into production tomorrow.

On the one hand, I am a bit of a nervous wreck. More so than usual with deployments. This isn't my first one, not by a long shot. But it feels like a lot more is on the line this time, and so here I sit in my office on a sunny Sunday afternoon. Running more and more tests.

My application consists of three pieces: two applications and one ASP.NET web service. The applications I have nicknamed CLAP and CRAP and I call the web service WUSS. My employer hopes I am much better at writing applications than naming them.

WUSS (Web Update Service) has been pretty much done and ready to go for a month now. It is not a complex program logically, in that it provides an external vendor access to one of our databases. There are about a dozen methods, so there are several points where it can fail. I wrote set of NUnit automated unit tests for it (almost 100), which revealed a small number of bugs, but made me much much more confident in the code. There should be no problems with this component.

The CLAP (Call List Process) has been mostly done for the two weeks or so, but really solidified on Thursday. It is designed to run once per day, generate a file and send it to a secure FTP site. For the deployment tomorrow, I am planning to run this program manually for the first time just in case something happens. But I have run it dozens of times on my own PC, and so I know it will not crash.

But...

“Not crashing” is not the same as working correctly. The output of my CLAP program is a list of phone calls to be made, divided between several call centres. What if my call list doesn't catch all the calls that need to be made? Or assigns the same call twice? Or assigns them in an uneven fashion between call centres? Those are the big risks with this program. This program needs to run at around 11:30am tomorrow, and I am fairly confident nothing will go wrong with it. I've run this enough times.

The third component, CRAP (Call Resolution Process), runs more regularly (every 10 minutes I expect). After the calls have been completed, it takes the results of those calls and updates our database accordingly. This is the most complicated component logically speaking, because there are dozens of things that come out from this. Depending on what data is updated, different UPDATE/DELETE statements are run.

I still have some “polish” left to do on this program. I want to run through it several dozen more times. I have to do a code-walkthrough (with myself) to ensure that nothing has been missed. I am somewhat lucky with this program, however, in that my CRAP is replacing an existing FoxPro application. Even though there are tons of stuff in the FoxPro app that are irrelevant, I can compare the two programs side-by-side to ensure that at the very least my application performs the same tasks as the FoxPro app.

I would probably like to run this manually too the first few times, before letting the scheduler take over. This program will run in production for the first time at around 4:30 pm, when the after the first calls are complete.

Like I said, I have never been this nervous before a deployment. Usually, my users are complete strangers. Usually, I do not see that much on the line with a failure. Usually, I have easy access to production so I can fix any bugs as they occur, so that few people are affected. But this time, I have a more at stake personally -- I know the people who's lives will be much easier or harder based on my program's success. I see more on the line. And parts of this application are out of my control. For instance, at this company I do not have any access to the production servers or database. I expect to be able to ask for access tomorrow to get it running, but I won't be able to change things on the fly as much as at other companies.

Scary stuff.

 

Sunday, November 21, 2004 1:50:34 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0] -
Technology | The Blogging Life
Del.icio.us Digg Technorati Blinklist Furl reddit
 Thursday, November 18, 2004

The U.S Senate just passed a bill that would raise the Federal Debt Limit by $800 billion to $8.2 trillion. Who wants to take bets on how long that $800 billion is going to last? How much of that money has already been spent since the government has been shuffling money around for 3-4 months already?

And how about a $8.2 trillion debt... Wow. This is mind-boggling. What does $8 trillion look like? There are approximately 6 billion people in this world, most of them living in poor countries (China, Russia, India, Indonesia, etc.) $8 trillion is $1,300 U.S. dollars for every single person alive on this planet. I bet that equals or exceeds the median net worth of every person in the entire world. I wouldn't be surprised.

 

Thursday, November 18, 2004 5:20:52 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0] -
Politics
Del.icio.us Digg Technorati Blinklist Furl reddit
 Monday, November 15, 2004

War sucks.

There's no way around it. There is no such thing as a perfect war. Every war, ever, in the history of mankind, has contained incidents most would consider to be atrocities.

That's not to justify terrible acts. It's actually one reason why war should generally be avoided whenever possible. Every few years, it seems mankind needs a reminder why not to go to war.

So the next time some President tells you that this war will be easy or different, don't believe them. War sucks. Big time.

 

Monday, November 15, 2004 9:48:39 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0] -
Politics
Del.icio.us Digg Technorati Blinklist Furl reddit
 Wednesday, November 10, 2004

Last night I witnessed someone giving a demo of Visual Studio Team System.

Much to my relief, they got the exact same error on Portfolio Creation that I am getting. And I noticed their application threw the occasional error at certain places in the tool.

So it's not just me. This product is partly broken. Whew!

 

Wednesday, November 10, 2004 7:43:44 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0] -
Visual Studio 2005
Del.icio.us Digg Technorati Blinklist Furl reddit
 Sunday, November 07, 2004

Korby Parnell recently stated on his blog that a second beta release of Team System is due out this month. Considering the problems I have been having installing this, I can't wait.

Last night, I blew away the application server completely and reinstalled it from scratch. This is the third complete reinstall (including a fresh Windows OS). I can't count the number of times I've reinstalled pieces of it.

The application server is now working properly. The SharePoint portal web site is back up and running. Earlier, I was getting an error “Cannot connect to configuration database”. I think I know what caused it - I had moved the primary domain server from the application tier to the database tier, without uninstalling Sharepoint Services.

I didn't realize this, but installing SharePoint Services also installs a version of SQL Server. Inside SQL Server is a configuration database STS_Config. Inside STS_Config is a number of database tables that have the name of the server hard-coded inside. I must have inadvertantly changed the name of the server when I moved the primary domain from the application tier to the database tier, because the configuration database has some wrong server names in it.

Once I blew everything away and reinstalled, it is now working better.

I am still having problems with the client tier. I might just blow that away and reinstall as well, since I finally have a working middle and database tier.

 

Sunday, November 07, 2004 1:47:18 PM (Eastern Standard Time, UTC-05:00)  #    Comments [1] -
Visual Studio 2005
Del.icio.us Digg Technorati Blinklist Furl reddit
Archive
<December 2004>
SunMonTueWedThuFriSat
2829301234
567891011
12131415161718
19202122232425
2627282930311
2345678
About the author/Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

© Copyright 2008
Scott Duffy
Sign In
Statistics
Total Posts: 470
This Year: 30
This Month: 0
This Week: 0
Comments: 73
Themes
Pick a theme:
All Content © 2008, Scott Duffy
DasBlog theme 'Business' created by Christoph De Baene (delarou)