The Richter Scale®


Wednesday, January 20, 2010

Not So Smart Advice On What Not to Buy in 2010 From SmartMoney

Posted on January 20, 2010 at 1:29pm AST (GMT-04:00)

I just came across an article on the MSN SmartMoney web site about “10 Things Not to Buy in 2010”, and while some of the items discussed are ones I would agree with in principal, I think the authors at SmartMoney suffer from a very narrow “weltanschauung” (world view). Some might even call their views elitist, or perhaps on the other extreme, clueless.

Two of the ten items on the “don’t buy” list I vehemently disagree with are external hard drives and compact digital cameras.

With respect to external hard drives the author suggests that because of the convenience and cost of online backup services like Carbonite and Mozy, there’s no reason to spend money on external hard disks, which the article points out can crash (which is true, but rare).

But herein lie a number of serious flaws in reasoning.

First, Internet connection speeds are a real problem. Only a fraction of Americans, and an even smaller percentage of those outside the U.S. have high speed connections sufficient to upload the many gigabytes or even terabytes of data stored on their computer systems. For myself, I have multiple terabytes of data - that’s trillions and trillions of bytes of data - and if I were to try to upload all that data to a remote site for backup it would take me years, literally. Even with “only” 20-30 gigabytes of data, the average residential user would be looking at weeks for back-up initially.

Second, and perhaps an even bigger issue for most people, is that once you have actually gone and committed to backing up data to an on-line service, you have no guarantee that such services will remain in business. I have personally seen this happen with a number of photo sharing web sites that people had uploaded thousands or even millions of photos to, only find the sites shutting down with no real recourse to keep their photos stored remotely. What happens if the remote on-line backup provider packs it up suddenly, with all of your data now inaccessible to you?

A third issue is data privacy. While on-line backup providers may have certain mechanisms in place to prevent most hacking attempts, it’s difficult to protect from all possible attacks as Google and a number of Silicon Valley software companies discovered over the last few weeks at the hands of apparently well funded and coordinated Chinese hackers. So, if your on-line backups include sensitive material, like banking information, that data could be at risk if it is stored in the “cloud”. Of course, should the government get interested in you, then they can subpoena the on-line backup service directly, without getting your permission, since you are not in charge of your data – the on-line backup provider is. While you can try and work around this with encrypted storage and the such, that becomes a bigger hassle to work with too.

All three of the above issues are better addressed by external hard drives. With an external hard drive you’re in full control of your data. You can put it in a safety deposit box, or perhaps a safe, or in your sock drawer. Plus, over time, an external hard drive will be cheaper than the recurring subscription fees you have to pay an on-line provider. I just bought it a number of ultra portable one terabyte hard drives for photo backup for approximately $180 each. And to account for the unlikely possibility that the hard drive crashes, I have extras. Plus, with an external hard drive, a lot more storage is immediately accessible. You don’t need a fast Internet connection to access your files either – it’s all there, under your control, any time you need it.

The other thing I disagreed with was the suggestion that one should not buy compact digital cameras. SmartMoney suggests that since DSLRs (Digital Single Lens Reflex) cameras – you know, the big honking cameras with big honking lenses – are dropping in price, that it’s just better to buy one of those instead. That argument, however, ignores that a major selling point of compact digital cameras is that they are compact! I don’t know about you, but we have several compact digital cameras around our house, tucked away, but ready for use at any time. And I always carry a compact camera with me when I travel, even when I also have my DSLR with me. All because the compact digital camera is compact. Granted, a DSLR takes better pictures, but it’s just not as convenient.

The other recommendations for things not to buy in 2010 include DVDs and CDs (partially right), but until all media is available electronically and everyone has fast Internet connections, physical media will stick around. And while the suggestion of Netflix is a nice one, it doesn’t work outside the U.S., as I know first hand. SmartMoney also comments on gas guzzling cars, home telephone service, also-ran smart phones (anything other than iPhone or Blackberry, apparently), newspaper subscriptions, and a couple of other items I won’t bother going into.

Ultimately, this list of the “Ten Things Not to Buy in 2010” is much like any other advice from pundits – full of opinion and pontification, but rarely with any in depth thinking about the ramifications of following such advise. All in all, take such advice in consideration, but assume it’s probably flawed unless you personally discover otherwise.

Posted by Jake Richter in • Tech ToysJournalism
(0) Comments | Permalink

Monday, January 11, 2010

Windows 7 Security and Mapped or Network Drives

Posted on January 11, 2010 at 3:06pm AST (GMT-04:00)

I’ve been running Windows 7 for a couple of months now, and while I am quite happy with this version of Windows (in contrast to Vista, which I found to be agony). However, I have had one repeated annoyance - namely not having applications recognize my mapped network drives. For most folks that might not be an issue, but I have “My Documents” mapped to one of my network drives as well, and many applications just assume they should use My Documents as a repository for their files. But I have solved the problem, finally.

The issue is that the default “protect the user from his own stupidity” settings for Windows 7 result in default network drive mappings being done in a non-Administrator mode. What that means is that any application being run as an administrator, such as pretty much any installation program, will not see those drive mappings and then spit back a cryptic error when it tries to access the My Documents area mapped to the network drive (which the application can’t see).

The solution is pretty simple - you need to run CMD.EXE as an administrator and manually map the network volumes. For example, if you map your N: to the network volume \\server\shared, you would do the following to map it in administrative mode:

1) Click the Windows “Start” button.
2) In the “Search” box, type “CMD”
3) Either hit Ctrl+Shift+Enter or right click on the CMD option and select the “Run as Administrator” option.
4) After agreeing to run CMD as an Administrator and let it make changes to your system, type the following line at the command prompt (modifying the drive letter and server volume appropriate to your needs):

net use n: \\server\shared

You should get a confirmation that this worked. Now, for the rest of your current OS use cycle (until you reboot), programs run in Administrator mode will see your mapped network drive too.

If you want that to be default behavior, put the list of “net use” commands in a DOS .BAT file, and then create a desktop shortcut pointing to the .BAT file. Then do the following:

1) Right-click on the icon for the .BAT file on your desktop.
2) Click “Properties”
3) Select the “Shortcut” tab
4) Click on the “Advanced” button on the lower part of the dialog box.
5) Put an “x” in the box which says “Run as Administrator”.
6) Click “OK”

Unfortunately, putting this .BAT file in your Start Up folder will not execute the commands, so you will manually need to run the file at start-up every time. If anyone has a better solution, please advise.

However, assuming you run this .BAT after booting Windows 7, you should not have any more problems with Administrator-level programs not recognizing your network drive mappings. Of course, if Microsoft had set network drive mappings to be Administrator-level by default, this workaround would not be necessary.

Posted by Jake Richter in • Potpourri
(0) Comments | Permalink
Page 1 of 1 pages