Oct 30

Upgrade to Windows 8

I really need a new SSD (my current one is only 80GB!) but this will come in handy when I’m ready to upgrade.

http://www.winsupersite.com/article/windows8/clean-install-windows-8-upgrade-media-144648

I guess I won’t need a registry hack this time.

Sheldon

 

Oct 4

You win!

I don’t want to forget this so I’m posting it here.

 

Dec 20

Rewrite/redirect from one dynamic page to another.

URL rewriting always stumps me. I never remember the details and have to rely on search or looking at old .htaccess files I’ve done before to get what I need for a new project. I’m not sure it’ll ever be something I’ll “master” (in that I can write the code and not need to search for examples).

ANYWAY, the last time I was stumped was where I needed to redirect requests from /faculty/bio.php?id=45 to /people/bio.php?id=45. Seems simple enough. The problem is that regular redirects don’t work for items in the query string so something like this won’t work:

Redirect /faculty/bio.php?id=45 http://site.com/people/bio.php?id=45

Instead I needed to use a Rewrite instead of a Redirect which are far more complicated. I found a few great resources but I couldn’t get it to work. I decided that instead copy/paste I would type out what I read so that maybe I could master the syntax.

Anyway, here is what I came up with:

RewriteCond %{QUERY_STRING} ^id=([0-9]*)$
RewriteRule ^faculty/bio.php$ /people/bio.php?id=$1 [R=301,L]

Long story short that was ALL WRONG. Because of one reason. The problem was that I kept using $1 instead of %1. $1 is matches on the first RewiteRule pattern (of which I didn’t have any) and %1 matches to the first RewriteCond pattern (the pattern in parentheses or course).

Another problem was I kept trying this:

RewriteRule ^/faculty/bio.php$ /people/bio.php?id=$1 [R=301,L]

The problem with that rule is the slash at the beginning of the url match (plus the $1 instead of %1 . . . it’s always compounding errors that take the longest to fix). The “match” in the rule always starts from the current folder and you can’t tell it to start at the root from some other folder (which makes sense . . . imagine I had a /stuff folder and it it was some redirect rule that matched on /faculty . . . that would NEVER match since you are already in the /stuff folder).

Anyway, a few tough lessons I’ll probably forget soon. Maybe writing it out here will help with my memory issues.

Sheldon

Dec 8

Tekpub Value

I’m a big fan of Rob Conery. I like his honesty. I like that he’s a “rabble rouser” (I was going to link to a controversial post but there are so many!). And since Scott Hansleman considers him a friend I know he’s a good guy.

Two years ago I won a free year of Tekpub by answering a trivia question of Rob’s on twitter. It came at a GREAT time since I was recently out of work and trying to learn as much as I could. By the time my year had expired I had a new job and I didn’t think twice about handing over $200 during the two for one promotion in December.

Now it’s a year later and I blew $1000 on black Friday (mostly for a new TV . . our first flat screen!) and another $200 a few days later on a Lego train (which, so far, gave me way more joy than the TV . . it’s awesome!).

Needless to say I gotta watch the budget. Do I really want to spend the $200 for Tekpub this year? If I were to purchase every production from 2011 independently, here is how it would break down:

Mmmm, $171 . . . over the course of a year. Way less than I thought. This is an easy decision. For 2012 I’ll buy the ones I really want to see and save that $200 for another Lego set.

Sheldon

Oct 25

Taking half

Got this in an email from “Republican John” and this was my response.

====

What about taking half and giving it to disabled kids? Or taking half and using it as payment for cleaning the sidewalks? Or taking half and giving it to kids in neighborhoods where everyone is poor and hardly anyone hands out candy?

Oct 21

It’s probably all a hoax.

I wish I could give credit to someone for this but I got it in a random email. Mmm, maybe I’ll try Google Image search.

Sheldon

Jul 6

The infrasturcture is great . . . . except for this one thing.

I have almost nothing to complain about the IT infrastructure at ASU. Wireless works great (there are TWO wireless networks to jump on, the guest one and the one and the official one that works as if you are wired in . . no VPN needed). The servers we use are rarely down. There are wiki solutions and hosting solutions provided by UTO (instead of the “IT department” it’s the University Technology Office) for faculty and staff (and students but I’m staff). my.asu.edu the “portal to everything” (including payroll, hr, help desk as well access to class schedules, grades and other student info) is slow at times and kinda clunky but it works and it’s a big job so I get that it can’t be perfect and I’m happy with how much of my info I can manage online (seems like everything related to data at ASU is done online except for things where you need a signature). I can go on and on about the good and great but this is youfailed.us not youwin.us.

I’ll sum up my problems with a help ticket I’m about to submit.

=============

I like ASU gmail. I want all my ASU email to go to gmail. But since I need Outlook for testing html email I’ve kept it around and pop’d my messages from there to ASU gmail.

This presents 2 issues: a) in the GAL (global addressbook in Outlook) my email address is sheldon@mainex1.asu.edu and that’s the address other Outlook users (including my boss) see, and b) ASU Gmail will only pop exchange about once an hour and that’s not enough (which isn’t something UTO decides . . it’s a limitation of gmail itself and there to protect resources).

Since I can’t (and UTO won’t) change the GAL to my real address without deleting my exchange account I would like to delete my exchange account. I know I would loose access to public folders and the calendar but I don’t use the calendar and we’ll figure out a new way to handle the public folders email that I need to see.

Sheldon

Apr 14

Been a long time . . . and today is about Taxes!

Taxes suck. We pay them at every turn. Seems like everyone it taking a piece of us no matter what we do. Income tax, sales tax, property tax, and even a death tax! And when we look at it that way, sure, TAXES ARE EVIL.

But what are taxes for? Why do we tax in the first place if we have a government for the people by the people? Why not just get rid of taxes all together? Is it because of the evil greedy politicians?

Of course not. We tax because we all want a “common good”. The common good in the greater sense is that our country is protected. Our way of life is protected. It’s no accident military spending is such a large part of the federal budget. What does the “common good” include? That’s the debate and the fundamental difference between Republicans and Democrats.

The “common good” changes over time. The better things get, the more “common good” we want. It never goes the other way around. In that view, the government and taxes can only grow larger year after year until one day all income is taxed and the government takes care of everything. Democrats greatest fear is zero taxes and no “common good” and Republicans greatest fear 100% taxes and no freedom.

We need to be mindful of both extremes. BUT, can we really know if taxing income over $250k another 3% is too close the the Republicans greatest fear? Can we know if lowering taxes further will mean greater prosperity?

I have a problem with absolutes. There are no sure fire answers. We have to remember we’re starting from right now and not starting from scratch. We are not conducting scientific experiments where we can make this change or that change and expect an outcome. We lowered taxes 40 years ago and we were prosperous. That doesn’t mean it’ll work today. Sure, we can and should look back but anyone certain of the future is kidding themselves.

The highest income tax bracket took 92% at one point and we changed it. We are constantly fine tuning taxes to meet the balance between the common good and personal freedom and we will never be done. Can we come up with something better than “you can’t tax your way out of a deficit” and “tax the rich more, they can afford it!”?

Sheldon

Feb 12

Let’s Have a Ball

Here’s a stupid demo I made for my flash programming class.  It doesn’t do much.  Click around to spawn some balls.  That’s pretty much it. Oh and I’m sorry about the title of this post. It’s also pretty stupid. I was thinking of going for something like “man I’ve got a lot of balls” but that’s just crude.

Sep 13

Windows 7 Activation problems and how MS hung up on me

I get the 3 user family pack . . . in fact, I get two just in case I want to upgrade my HTPC boxes. I install Windows 7 on my two office computers and all is well. Then one of my HTPC boxes dies and the Core 2 Duo it had was faster than the one on my main machine so I decide to switch it. Windows 7 box wants to activate again. I go ahead and let it knowing I probably lost one of three activations for the first family pack and now I don’t have any left. As for the HTPC WinXP box, well, it didn’t try to activate after the processor change and it turned out to be the video card. Side note on PC Troubleshooting 101 for computers that previously worked fine: 1) new power supply, 2) hard drive?? 3) new video card, 4) motherboard is dead.

Fast forward 5 months and that same machine dies. Hard drive issues. A month or two before I decided it’s time for a new PC and already started ordering parts. The Win7 family pack is for upgrades only so officially I can’t use it on this new machine. I know one of my XP licenses are the full version while others are the OEM versions. I have no idea what computers have what licenses but the OEM version is tied to a motherboard (or other hardware) while the full versions allows you to move to a new computer if you wipe it off the old computer.

ANYWAY . . . I don’t have a full time job now and I can’t go and buy Windows 7 too even if technically I should. I mean, I already have it! I spent $300 when it first came out because the family pack was for a limited time! And my “upgrade” was an $88 Core i3, an $88 Gigabyte motherboard, $88 for 4GB of RAM (Fry’s was having a sale) and $180 for an X-25 80 GB drive from Newegg.

Wow, this is going way longer than I thought and I haven’t even gotten to the good part.

So I go to activate Win7 on my new machine and the online activation fails (I used my instructions from an earlier post about installing on a new computer). I knew it! So then I make the dreaded phone call and read in all those numbers. The automated lady kindly tells me I’m breaking the rules . . . and then she hangs up on me!!! I was furious and that’s why I started this post.

I called back. I didn’t read in any numbers and just tapped on 0 until the nice robot asked me if I needed help and gave me the option to talk to a real person. I get a real person, read her all the numbers and she tells me a new group to type in. No questions asked!!!! I couldn’t believe it. I still can’t believe it. I guess the pirates don’t have the persistence to keep calling in!

And, no, I’m not a pirate. I also bought an OEM Windows 7 Home that day for $88 too. I couldn’t pass it up. But I didn’t have to use it it this time. And next time I have an issue I’m going to use the Family Pack DVD to do the install but use the OEM number just to see if that works! I always hated that there was 50 versions of XP and you had to use the right install disk.

Managed WordPress Hosting