A Blog by Scott Isaacs

Tag: Professional Page 16 of 25

My Blogging Habits

Since I’m approaching my one-year anniversary of my return to blogging, I thought I’d compile a few stats about my blogging habits.  These numbers do not include this current post, and dates and times have been adjusted to Central time (the server is in the Pacific time zone).

Since I started blogging on this site on February 7, 2005, it has been 332 days, and I have written 110 posts.  For those posts, I have calculated totals based on month, day of week, and hour of day.

Posts per Month

Month# Posts
Feb. 20059
Mar. 200514
Apr. 200511
May 200515
Jun. 200513
Jul. 200514
Aug. 200511
Sep. 20056
Oct. 20056
Nov. 20054
Dec. 20055
Jan. 20062

Posts per Day of Week

Day# Posts
Sunday4
Monday26
Tuesday17
Wednesday13
Thursday18
Friday27
Saturday5

Posts per Hour of Day

Hour# Posts
12:00 AM3
6:00 AM2
7:00 AM1
8:00 AM2
9:00 AM3
10:00 AM8
11:00 AM6
12:00 PM10
1:00 PM8
2:00 PM3
3:00 PM9
4:00 PM6
5:00 PM4
6:00 PM6
7:00 PM4
8:00 PM8
9:00 PM6
10:00 PM14
11:00 PM7

I’m sure this information is completely riveting to absolutely all of my readers, right?  🙂

My Environmental Concerns

I don’t know your stance on environment preservation.  Overall, I’m not a big environmentalist.  I believe that we need to take care of what we have, be smart, do what we can, etc., but I have never really been of the mindset that I need to worry and take seriously life-changing action. 

Until now, that is.

No, I’m not going to tell you that we need to save the trees, the rain forest, the whales, the rivers, the oceans, the air, or even the Argali.  No, I’m talking about something much more serious.  Something has recently been brought to my attention, and after a little research I’ve come to the alarming conclusion that we all, as a society, need to take immediate action: write your congressman, put a sign in your yard, picket offending companies, and organize other peaceful demostrations that will be broadcast on local and national news media.

What is it that has got Scott so concerned?”, you ask.  (Go ahead, I’ll wait while you ask…)

It’s the GUIDs.  Globally Unique IDentifiers.  You know, those 128 bit, hexadecimal strings that are, well, globally unique.  They typically look something like this:
   270E3782-AA0B-4FAE-B605-2CB99F0F1F9D

There are only (approximately) 340,282,366,920,938,000,000,000,000,000,000,000,000.  In ordinary English, that is just over 340 trillion trillion trillion – roughly 10^38 GUIDs total.

Sure, that sounds like a lot, but think about it.  There are already over 6 billion people on earth.  At current population growth rates (2.15% in 2004), the earth’s population will double in about 30 years and will square itself in just over 2^10 years, and we will have over 40 million trillion people.  Given that there are only approximately 10^80 particles in the known universe, and that each person is made up of a bunch of those (10^7 red corpuscles alone, not counting the other color corpuscles, or things like intestines and hair follicles), and that in such a short time, the earth’s population will square itself, I think we have serious cause to worry.

When you think about it, we already don’t have enough GUIDs to truly globally uniquely identify every particle.  As it is, if we tried to identify every particle, each GUID would be “responsible” for ~10^40 particles.  That’s 10,000,000,000,000,000,000,000,000,000,000,000,000,000, or 10,000 trillion trillion trillion.

That’s GUID abuse, if you ask me!!  We HAVE to stop the madness!

What do we do?”, you ask.  I’m not sure, to be honest.  I’ll have to leave that up to people much more intelligent than myself.  I do have a few ideas, though.  Please excuse my naivety if you are a GUID expert.  I’m just trying to do what I can to save the poor little guys things. (I have been informed that GUIDs are asexual entities.)  My ideas:

  • Institute a mandatory GUID recycling program.  If it works for Pepsi cans and newspapers, it can help the GUIDs.  But we can’t wait until it’s too late — there would be none left to recycle.
  • Make each particle complete a GUID Request Application (GRA) and a Verification of Uniqueness Addendum (VUA).  The problem with this idea is that each application itself contains particles, thus requiring and endless cycle of GRAs and VUAs.  Maybe someone can take this idea and re-work it a little so it wouldn’t be so immediately catastrophic.
  • We could invent a Super GUID, or SGUID (SQUID in some Anglo-based languages) consisting of 1024 bits.  Similar to GUID-breeding (which is too deep of a concept to cover in the scope of this post), I think this is the most immediate solution, but is akin to throwing more money at a problem, or more RAM at an underpowered server running a poorly written application.

At the end of the day, I can only hope that this post generates some interest, some concern, some thought, some discussion, and some action.  Please, people, let’s save the GUIDs from abuse and extinction.  Together, we can find a way!!

Note: All GUIDs presented in this post are recycled, reclaimed, or reconditioned GUIDs.  No GUIDs were harmed in the writing of this post.

😉  

Reading List

It’s not really a New Year’s resolution, but I’ve decided to try to read more.  Here is a list of books that Auren Hoffman — a friend, and former boss — has read in 2005.  He has highlighted his highest recommendations in orange.  Unfortunately for me, I am color blind and can’t seem to see the color difference on my latpop screen.  So I picked through the HTML, found the most recommended ones, and have listed them here.

Since I don’t have a list of my own, I’ll probably use Auren’s list as a starting point.  I’ve already read the Feynman book, and I have recently purchased Blink (audiobook) and Freakonomics (hardback), so I should be busy for a while.

Let me know if you have any other suggestions.

Merry Christmas

Merry Christmas everyone!  OS couldn’t have said it better:

“I’m Christian and celebrate Christmas, so Merry Christmas and Happy New Year.  Happy Holidays to those who celebrate other holidays.”

Whatever you’re doing, I hope you’re having a great day with family and friends.

Geek Fashion

Martin Fowler is talking about a different set of patterns.  (Sorry, couldn’t resist…)  🙂

Couldn’t Debug ASP.NET 1.1

I am setting up a computer, and I installed VS 2003 and VS 2005.  I opened 2003 today and found myself unable to debug any web apps.  I went through the help file, and every setting was as it should be, but I still couldn’t debug.

Well, I finally found the problem/solution, and since Gerry always tells me to blog everything, you get to read it.  Basically, when I installed VS 2005 it set my IIS (5.1, WinXP Pro) to use the 2.0 framework instead of the 1.1 framework.  (I don’t know why it did that.  I don’t remember that happening last time I installed 2005.)  Since I always use VS 2005’s built-in web server when developing ASP.NET 2.0, I just changed the setting back to 1.1 at the default level.

All is well again.

I Need Your Help

I need to come up with a name for a computer.  I’ve never been a fan of names like “BobsXP” or “DownstairsComputer”.  Descriptive names are overrated.

In the past I’ve used a wide variety of names for different computers I’ve setup and/or used.  Kelly has even taken up this practice.  Her desktop computer is named LOUISVUITTON and her work computer is GUCCI.  Personally, I like the names to be less meaningful that even that, though.  Here are some examples of names I’ve used:

  • PAERDEGAT
  • EYES
  • ZEEK
  • PRICKLYWHEAT
  • PARABOLOID
  • DEERPOOP (The network admin made me change it.  He wouldn’t allow BUNNYPOOP or MONGOOSEPOOP either…)
  • BRATS (as in Bratwurst, not naughty children)
  • BANDITO (my iPod)

We’ve even taken it as far as naming our cars.  Kelly’s Saab is “The Snaab” and my truck is “The Black Pearl” (if you’ve seen it you know…).

At my last job, my computer was named RTL-2849-007199.  I think.  I don’t remember exactly, but I know it was something very similar to that.  Maybe it’s not in other languages, but in US English “RTL-2849-007122” is a stupid name.

Anyway, here’s your chance, but I need you to act quickly.  Send me your ideas soon, today if possible.

Thanks.

I Got a New Phone

OK.  I don’t need a new phone anymore.  I got one today.  I got the Motorola V266 from US Cellular.  There’s nothing special about the phone (no Windows Mobile, Palm OS, QWERTY, etc.), but it does have one important feature:

  1. It works

Plus, it has a camera and voice commands, but I don’t know how often I’ll use those.  It was free (after rebate), and a friend works at US Cellular, so it made the decision easier — she even sent in the rebate form for me so I wouldn’t forget.

So now if I don’t answer your calls I’m either in a meeting or ignoring you.  😉

I Need a New Cell Phone and Plan

I’m using Verizon right now, but my plan expires in a few weeks.  Plus, my phone is just about shot.

Is anyone happy with their mobile provider?  Who do you like or not like?  I need to do something here pretty quick.  My phone “works”, but the screen does not.

E-mail me or leave a comment here.

Ready Launch Tour 2005

There is a lot going on locally in the MS community over the next couple weeks.  For starters, on November 7, Microsoft will be launching a new series of development packages: Visual Studio 2005, SQL Server 2005, and Biztalk 2006.  The official launch will be happening in San Francisco, CA.

The WI .NET Users Group is having a Community Launch (aka, Ready Launch Tour 2005) on November 8.  It is a joint meeting with the WI SQL Server Users Group.  Because of the combined meeting, we will actually get started at 4:30.  You can register for either or both of the sessions (VS and SQL) on the UG site.  If you typically receive an e-mail newsletter, you can expect it today or tomorrow.

Then, just a few days later, Microsoft will be having a “local” launch in Chicago.  That will be at the McCormick Place on November 10.  Then in November in Madison and December in Milwaukee, MSDN and TechNet will be having “Best of the Launch”.  You can find links to those events on the UG site as well.

Not many of us in this area are going to be able to make it to the “official” launch in CA on November 7.  So make sure you get to at least one of these other events.  Our Community Launch will be filling up fast because we only have a limited number of seats (although we are meeting in a bigger facility than the Microsoft office where we normally meet). 

So pick one or more of these events and sign up today!!

Page 16 of 25

Powered by WordPress & Theme by Anders Norén