Wednesday, June 4, 2008

What's Written on Bill Gates' Face? Positive 73%, Negative 27%

If it's true that the eyes are windows into the soul, then the face is a map to a person's mindset. At this point in time, facial coding is no more of a science than palm reading, but it has the potential of developing into a new area of expertise that could end up being used on a scale just as large as the polygraph. Facial coding, or the practice of interpreting the minute details, shifts and movements of the hundreds of muscles on a person's face, is essentially designed as a system of reading emotions and correlating them with the subject's actions, or words. Suppressed emotions might be an indication of frustration, of an attempt to lie, while at the opposite pole, positive expressions come to enforce a certain statement as being honest and true.

Facial coding expert Dan Hill analyzed a dozen of business leaders and Chief Executive Officers from major American companies for USA Today, in an effort to translate facial expressions during interviews into personality traits. Among the top executives examined there is also Microsoft Chairman Bill Gates. The co-founder of Microsoft managed to score no less than positive 73% and negative 27% in terms of facial expressions. This means that: "He was at ease, affable and low key, but displayed small, weak social smiles, and touches of contempt," Hill stated.

In terms of positive expressions, Gates bested Apple Chief Executive Officer Steve Jobs, whose facial coding ended up revealing a positive score of just 48%, with a negative of 52%. But according to Hill, Steve Jobs failed to hide his emotions in the least. "Lots of emoting, enjoyment mingled with frustration," Hill stated. Berkshire Hathaway CEO Buffett and a close friend of Bill Gates has the largest positive score, no less than 69% after Microsoft's Chairman being "affable, assured and low-key" but also slightly ironic, which scored him a negative 31%.

Source: news.softpedia.com

Bill Gates' New Work at Microsoft Will Begin in July 2008

Bill Gates' new work at Microsoft will debut come July 2008. Yes, July is also the month synonymous with the end of Gates' day-to-day role in the company he helped found. On June 15, 2006, Microsoft announced that Gates will enter a two-year transition period at the end of which the Chairman will shift his focus mainly on the global health and education work at the Bill & Melinda Gates Foundation. Gates will not completely divorce from Microsoft, but he has already unloaded the vast majority of his daily responsibilities on his successors.

But believe it or not, Gates will continue working at Microsoft, not only as chairman and advisor, but on specific projects. The Microsoft Chairman participated at the U.K. Server and Tools partner pre-launch event on January 30, 2008, and addressed the subject of his new responsibilities with Microsoft following July 2008.

"I had the pleasure of attending this event today. The last item was Q&A with Bill Gates and there were a number of questions that you will be able to watch and listen too in the future. However, the one that I thought was most interesting was this one: 'what will Bill be doing in his part time capacity with Microsoft and what will the Bill and Melinda Foundation focus on?' His reply was roughly (I made a few scribbled notes, so I hopefully have the gist, if not the words): Ray Ozzie and Craig Mundie will take care of the 'one Microsoft and R&D function'," revealed David Overton, ISV Partner Account Manager at Microsoft.

Back in mid 2006, Chief Technical Officer Ray Ozzie assumed the title of Chief Software Architect, and took over the technical architecture and product oversight. At the same time, Chief Technical Officer Craig Mundie was given the new title of Chief Research and Strategy Officer and took control over Microsoft's research and incubation efforts. In this manner, Gates' responsibilities passed to Ozzie and Mundie. After July 2008, the Chairman will focus on three key areas.

"Search - still have lots to deliver from the various teams - we have just started to see the beginning of this - in both Internet and enterprise areas. Office - Bill has always had a keen interest in this area and it will continue. Things to be included are Modelling and declarative rules. Natural User Interfaces - more voice, touch, gesture and general non-keyboard interaction with technology," Overton added.

Source: news.softpedia.com

Bill Gates: Office Is a Platform too, Not Just Windows

In an effort to underline the relevance of the Office System as a platform for developers and not just an application, Microsoft Chairman Bill Gates introduced during his keynote address at the Office System Developers Conference 2008, in San Jose, new software, services and tools designed to make Office an equivalent of Windows. At least from a development platform perspective. But unlike Windows, Gates emphasized the opportunity for developers to leverage Office, in order to build business applications. And to prove his point, the Microsoft Chairman also showcased a number of Microsoft Office Business Applications (OBAs) from various producers, including FedEx and Dell.

"I wanted to talk a little bit about some of the development platform directions, and why I see Office as continuing to innovate at a very rapid pace. The opportunity to make workers more productive is really a phenomenal opportunity, and I believe we're just at the beginning of that, and a key element is the broad set of software we use to empower those workers. And there's no more important piece of software for that than Office, and making this a platform is very important for us. In fact, if you look at the success of our software or any software, this emphasis on it being a platform, reaching out to developers, having great tools has been the key to its success," Gates stated.

Gates brought to the attention of the public no less than seven developer resources and tools tailored to the Office System. OBA Sample Application Kit enabled the creation of solutions connected with Office, while the Financial Services Reference Application Pack brings to the table over 75 OBA components that use Open XML and other Office system technologies for products aimed at the financial sector.

Via the OBA Composition Toolkit developers can put together Office and SharePoint Server 2007 mash-ups, and the BizTalk Adapter Pack and BizTalk Adapter Pack: Office Developer Program offer new opportunities in terms of line-of-business systems connectivity. The Visual Studio extensions for Windows SharePoint Services 3.0, v1.1 simplify the development process for SharePoint Server 2007, while the Metro for Unified Communications permits leveraging Microsoft Office Communications Server 2007 and Microsoft Exchange Server 2007 for the integration of unified communications capabilities into third-party products.

"Almost half of ISVs and IT developers worldwide are using the Microsoft Office system to build business applications because Microsoft Office is such an effective way to unlock business data stored in back-end systems," Gates added. "With applications and services built on the Microsoft Office system, developers can make it easier for employees to connect to information and business processes."

Source: news.softpedia.com

Tuesday, June 3, 2008

NTFS vs FAT

To NTFS or not to NTFS - that is the question. But unlike the deeper questions of life, this one isn't really all that hard to answer. For most users running Windows XP, NTFS is the obvious choice. It's more powerful and offers security advantages not found in the other file systems. But let's go over the differences among the files systems so we're all clear about the choice. There are essentially three different file systems available in Windows XP: FAT16, short for File Allocation Table, FAT32, and NTFS, short for NT File System.

FAT16
The FAT16 file system was introduced way back with MS–DOS in 1981, and it's showing its age. It was designed originally to handle files on a floppy drive, and has had minor modifications over the years so it can handle hard disks, and even file names longer than the original limitation of 8.3 characters, but it's still the lowest common denominator. The biggest advantage of FAT16 is that it is compatible across a wide variety of operating systems, including Windows 95/98/Me, OS/2, Linux, and some versions of UNIX. The biggest problem of FAT16 is that it has a fixed maximum number of clusters per partition, so as hard disks get bigger and bigger, the size of each cluster has to get larger. In a 2–GB partition, each cluster is 32 kilobytes, meaning that even the smallest file on the partition will take up 32 KB of space. FAT16 also doesn't support compression, encryption, or advanced security using access control lists.

FAT32
The FAT32 file system, originally introduced in Windows 95 Service Pack 2, is really just an extension of the original FAT16 file system that provides for a much larger number of clusters per partition. As such, it greatly improves the overall disk utilization when compared to a FAT16 file system. However, FAT32 shares all of the other limitations of FAT16, and adds an important additional limitation—many operating systems that can recognize FAT16 will not work with FAT32—most notably Windows NT, but also Linux and UNIX as well. Now this isn't a problem if you're running FAT32 on a Windows XP computer and sharing your drive out to other computers on your network—they don't need to know (and generally don't really care) what your underlying file system is.

The Advantages of NTFS
The NTFS file system, introduced with first version of Windows NT, is a completely different file system from FAT. It provides for greatly increased security, file–by–file compression, quotas, and even encryption. It is the default file system for new installations of Windows XP, and if you're doing an upgrade from a previous version of Windows, you'll be asked if you want to convert your existing file systems to NTFS. Don't worry. If you've already upgraded to Windows XP and didn't do the conversion then, it's not a problem. You can convert FAT16 or FAT32 volumes to NTFS at any point. Just remember that you can't easily go back to FAT or FAT32 (without reformatting the drive or partition), not that I think you'll want to.

The NTFS file system is generally not compatible with other operating systems installed on the same computer, nor is it available when you've booted a computer from a floppy disk. For this reason, many system administrators, myself included, used to recommend that users format at least a small partition at the beginning of their main hard disk as FAT. This partition provided a place to store emergency recovery tools or special drivers needed for reinstallation, and was a mechanism for digging yourself out of the hole you'd just dug into. But with the enhanced recovery abilities built into Windows XP (more on that in a future column), I don't think it's necessary or desirable to create that initial FAT partition.

When to Use FAT or FAT32
If you're running more than one operating system on a single computer, you will definitely need to format some of your volumes as FAT. Any programs or data that need to be accessed by more than one operating system on that computer should be stored on a FAT16 or possibly FAT32 volume. But keep in mind that you have no security for data on a FAT16 or FAT32 volume—any one with access to the computer can read, change, or even delete any file that is stored on a FAT16 or FAT32 partition. In many cases, this is even possible over a network. So do not store sensitive files on drives or partitions formatted with FAT file systems.

From Many Source

20 things you didn't know about Windows XP

You've read the reviews and digested the key feature enhancements and operational changes. Now it's time to delve a bit deeper and uncover some of Windows XP's secrets.

1. It boasts how long it can stay up. Whereas previous versions of Windows were coy about how long they went between boots, XP is positively proud of its stamina. Go to the Command Prompt in the Accessories menu from the All Programs start button option, and then type 'systeminfo'. The computer will produce a lot of useful info, including the uptime. If you want to keep these, type 'systeminfo > info.txt'. This creates a file called info.txt you can look at later with Notepad. (Professional Edition only).

2. You can delete files immediately, without having them move to the Recycle Bin first. Go to the Start menu, select Run... and type 'gpedit.msc'; then select User Configuration, Administrative Templates, Windows Components, Windows Explorer and find the Do not move deleted files to the Recycle Bin setting. Set it. Poking around in gpedit will reveal a great many interface and system options, but take care -- some may stop your computer behaving as you wish. (Professional Edition only).

3. You can lock your XP workstation with two clicks of the mouse. Create a new shortcut on your desktop using a right mouse click, and enter 'rundll32.exe user32.dll,LockWorkStation' in the location field. Give the shortcut a name you like. That's it -- just double click on it and your computer will be locked. And if that's not easy enough, Windows key + L will do the same.

4. XP hides some system software you might want to remove, such as Windows Messenger, but you can tickle it and make it disgorge everything. Using Notepad or Edit, edit the text file /windows/inf/sysoc.inf, search for the word 'hide' and remove it. You can then go to the Add or Remove Programs in the Control Panel, select Add/Remove Windows Components and there will be your prey, exposed and vulnerable.

5. For those skilled in the art of DOS batch files, XP has a number of interesting new commands. These include 'eventcreate' and 'eventtriggers' for creating and watching system events, 'typeperf' for monitoring performance of various subsystems, and 'schtasks' for handling scheduled tasks. As usual, typing the command name followed by /? will give a list of options -- they're all far too baroque to go into here.

6. XP has IP version 6 support -- the next generation of IP. Unfortunately this is more than your ISP has, so you can only experiment with this on your LAN. Type 'ipv6 install' into Run... (it's OK, it won't ruin your existing network setup) and then 'ipv6 /?' at the command line to find out more. If you don't know what IPv6 is, don't worry and don't bother.

7. You can at last get rid of tasks on the computer from the command line by using 'taskkill /pid' and the task number, or just 'tskill' and the process number. Find that out by typing 'tasklist', which will also tell you a lot about what's going on in your system.

8. XP will treat Zip files like folders, which is nice if you've got a fast machine. On slower machines, you can make XP leave zip files well alone by typing 'regsvr32 /u zipfldr.dll' at the command line. If you change your mind later, you can put things back as they were by typing 'regsvr32 zipfldr.dll'.

9. XP has ClearType -- Microsoft's anti-aliasing font display technology -- but doesn't have it enabled by default. It's well worth trying, especially if you were there for DOS and all those years of staring at a screen have given you the eyes of an astigmatic bat. To enable ClearType, right click on the desktop, select Properties, Appearance, Effects, select ClearType from the second drop-down menu and enable the selection. Expect best results on laptop displays. If you want to use ClearType on the Welcome login screen as well, set the registry entry HKEY_USERS/.DEFAULT/Control Panel/Desktop/FontSmoothingType to 2.

10. You can use Remote Assistance to help a friend who's using network address translation (NAT) on a home network, but not automatically. Get your pal to email you a Remote Assistance invitation and edit the file. Under the RCTICKET attribute will be a NAT IP address, like 192.168.1.10. Replace this with your chum's real IP address -- they can find this out by going to www.whatismyip.com -- and get them to make sure that they've got port 3389 open on their firewall and forwarded to the errant computer.

11. You can run a program as a different user without logging out and back in again. Right click the icon, select Run As... and enter the user name and password you want to use. This only applies for that run. The trick is particularly useful if you need to have administrative permissions to install a program, which many require. Note that you can have some fun by running programs multiple times on the same system as different users, but this can have unforeseen effects.

12. Windows XP can be very insistent about you checking for auto updates, registering a Passport, using Windows Messenger and so on. After a while, the nagging goes away, but if you feel you might slip the bonds of sanity before that point, run Regedit, go to HKEY_CURRENT_USER/Software/Microsoft/Windows/Current Version/Explorer/Advanced and create a DWORD value called EnableBalloonTips with a value of 0.

13. You can start up without needing to enter a user name or password. Select Run... from the start menu and type 'control userpasswords2', which will open the user accounts application. On the Users tab, clear the box for Users Must Enter A User Name And Password To Use This Computer, and click on OK. An Automatically Log On dialog box will appear; enter the user name and password for the account you want to use.

14. Internet Explorer 6 will automatically delete temporary files, but only if you tell it to. Start the browser, select Tools / Internet Options... and Advanced, go down to the Security area and check the box to Empty Temporary Internet Files folder when browser is closed.

15. XP comes with a free Network Activity Light, just in case you can't see the LEDs twinkle on your network card. Right click on My Network Places on the desktop, then select Properties. Right click on the description for your LAN or dial-up connection, select Properties, then check the Show icon in notification area when connected box. You'll now see a tiny network icon on the right of your task bar that glimmers nicely during network traffic.

16. The Start Menu can be leisurely when it decides to appear, but you can speed things along by changing the registry entry HKEY_CURRENT_USER/Control Panel/Desktop/MenuShowDelay from the default 400 to something a little snappier. Like 0.

17. You can rename loads of files at once in Windows Explorer. Highlight a set of files in a window, then right click on one and rename it. All the other files will be renamed to that name, with individual numbers in brackets to distinguish them. Also, in a folder you can arrange icons in alphabetised groups by View, Arrange Icon By... Show In Groups.

18. Windows Media Player will display the cover art for albums as it plays the tracks -- if it found the picture on the Internet when you copied the tracks from the CD. If it didn't, or if you have lots of pre-WMP music files, you can put your own copy of the cover art in the same directory as the tracks. Just call it folder.jpg and Windows Media Player will pick it up and display it.

19. Windows key + Break brings up the System Properties dialogue box; Windows key + D brings up the desktop; Windows key + Tab moves through the taskbar buttons.

20. The next release of Windows XP, codenamed Longhorn, is due out late next year or early 2003 and won't be much to write home about. The next big release is codenamed Blackcomb and will be out in 2003/2004.

From Many Source

Ping

In a previous tip, it was revealed how to continuously ping a host until stopped. Here are all of the ping options:
example .. In DOS .. c:>ping 192.168.0.1 -t
-t Ping the specifed host until interrupted

-a Resolve addresses to hostnames

-n count Number of echo requests to send

-l size Send buffer size

-f Set Don't Fragment flag in packet

-i TTL Time To Live

-v TOS Type Of Service

-r count Record route for count hops

-s count Timestamp for count hops

-j host-list Loose source route along host-list

-k host-list Strict source route along host-list

-w timeout Timeout in milliseconds to wait for each reply

Experiment to see how helpful these can be!