Just a note that I’ll be a tad distracted as I job hunt. The big layoff at Microsoft included my position.
Will write or manage projects for food!
| |||||||||||||||||
Just a note that I’ll be a tad distracted as I job hunt. The big layoff at Microsoft included my position.
Will write or manage projects for food!
I picked up this great tip via Bob Garrett’s pointer to David Petherick’s The Next Web website .
If you are using Twitter’s browser UI, you can get the basic information on another user by typing whois UserName and clicking the Update button. You do need to be logged in to do this but you don’t need the typical ‘@’ symbol before the username.
Twitter will then display the basic information for that user!
Two related commands also available from Twitter’s Browser UI are:
If you decide to follow someone, you can type FOLLOW UserName.
If you want to stop following someone, you can type LEAVE UserName.
Great tip!
With all the resources we have at our fingertips, why does it seem that the first instinct of many people is to request help from other people instead of USING the readily available resources? There really seems to be a chasm between having the resources and actually using the resources.
Yes, I realize that people are also considered “resources,” but there’s a cost to using them that you don’t incur from a web search or a reference book. One cost is the potential for wrong or incomplete information. The other is that you will annoy them at some point if you ask for help too often.
But can you teach someone to be resourceful? When I was growing up, if I asked what a word meant or how to spell it, my parents would hand me the dictionary and tell me to look it up. They gave me a resource and made me always use it before they would give me an answer. Anymore I believe this is truly the first sign of my being a “resourceful” person. I actively look for non-people resources, know where and how to find them and how to use them. In these modern days of internet and search engines, a huge amount of information is right at my fingertips!
But what about those people who didn’t grow up this way? Can they be taught to be resourceful before asking questions? How many times do we think “read the manual” or “google it”? Short of being borderline nasty, it seems to be a losing proposition to remind people the information they seek is found more quickly and certainly more reliably by looking toward non-people resources.
Questions about resourcefulness will forever be a part of my interview process…because I’m not sure you can retroactively teach resourcefulness.
I’m ready to put my energy and talents to work for ME. With over 13 years of experience working for Microsoft, I really want to use all that knowledge and wisdom to educate and teach users that computers and software aren’t as mysterious as they are made out to be.
For the most part I’ve focused on writing for the industry as a part of my job but kept my passion for user education as a very un-paying hobby. But it’s time for a change!
If you are looking for professional and knowledgeable writing about technology and software that is easy to understand as well, feel free to contact me using my Contact Form on this site.
There’s a site/service called Grouply that is purported to help you manage all your Yahoo groups in a centralized place. Sounds good, right? Especially if you have a lot of group memberships.
But rumors abound about Grouply and how it operates. Some reports are that when you sign up for it, it changes all your membership emails to be username@grouply.com and then any mail in the groups you subscribe to are indexed and resourced by Grouply. This means that anyone else on those groups has, without their permission, had their assumed privacy removed.
Now, everyone should realize that there is no real privacy on the web. None. And the memory of the web is pretty darned infinite. But we’ll ignore the fact that illusions of privacy are just that.
But my most basic issue with Grouply is very simple – it requires you to disclose your Yahoo username and password to a third party service. At that point, you’ve lost all control. You have no idea what, how or when the third party will use that information. You certainly have no control over it.
So the basic security advice applies. Never give out your username and password.
So I’m now in possession of a Galaxy Black ASUS eee pc. This is a little baby notebook that’s solid state (no moving hard drive). It really is small enough to fit in my purse. The keys are about 3/4 normal size (as a guess) and we’ll see how well I do typing on them. It’s not a replacement for my laptop or desktop machines but rather something to carry around, make notes on and write quick tidbits on.
The first thing I found was that the WiFi doesn’t like the advanced encryption of my wireless network at home. It had no problem finding it, just could not get an IP. Oh well, I’m not willing to sacrifice my network security (nor reset all the machines) so I just won’t use that at home.
It boots really quickly and is running Xandros Linux. This gives it an almost Windows-like UI and it was easy to find applications like Open Office and such. After a quick tour of pushing buttons, I set is aside to charge while I read the information.
Hmm – I could install Windows XP on it, if so desired. I think for now I’ll stick with Xandros and see what happens.
The first real issues rears its head – I’m a dedicated Dvorak touch-typist. I don’t need the keyboard’s keycaps to be laid out in Dvorak but I want the keys mapped to a Dvorak layout. This is easy in Windows because I’ve done it so many times but it took me a small session with Google to find the command for Xandros. The command works but I’d have to enter it each time I start up the eee and that seems like a pita.
What would really be great is to have a shortcut to execute the command to set the keyboard map to US and one for Dvorak, then set the default to Dvorak.
Easier said than done. Guess I’ll poke at that later tonight and see if I can figure it all out.
When you install Vista on a computer that has a prior version of a Microsoft operating system on it, a lot of the information from the prior installation will be saved in a directory called Windows.old. If you have installed Vista multiple times, you may have more than one Windows.old directory.
Once your Vista install is up and seems stable, you may want to reclaim that space but will find you can’t merely delete the folder, even logged in as an administrator. There is a method provided to remove the directory but I didn’t know it until I stumbled upon it.
To remove the files from these old Windows installations, do the following.
Hope this is helpful.
In my last post I spoke about how you can free up disk space if your Vista operating system appears to be consuming your hard drive space. As promised, here is some information on how change the disk space used.
One way to prevent that from happening is to turn off the automated creation of system restore points entirely but if you want to still have that fallback without all your drive space disappearing, there is a way to see how much space the system shadow copy is allowed to use and to change that limit.
This is a little more complicated because you have to use an elevated command window to do it. To open the elevated command window, do the following:
Once you have this command window open, you should check to see what your system is currently set to use for its shadow copy. To do that, you type the following, then press Return:
vssadmin list shadowstorage
This command will display information on each drive for which you have shadowstorage enabled. The last line in each set is the maximum size limit for the shadow storage. It’s typically set to be 10% of the total drive size but, in the case of a laptop I had running Windows Home Premium, it had that dreaded word – UNBOUNDED. Ack. Definitely something to change. If you have a very large drive, 10% of the entire drive may be a vast amount of overkill as well and you may want to reduce the max size.
To reset the size, from the elevated command window, you type the following and then press Return:
vssadmin resize shadowstorage /for=c: /on=c: /maxsize=6GB
This sets 6GB as the max size for the shadow copy of my C: drive, stored on my C: drive. If you leave maxsize= blank, then the limit becomes unbounded.