Kevin’s Blog

Things are only impossible until they’re not.

Archive for the ‘Microsoft’ tag

Microsoft offered to buy Yahoo! today.

without comments

Even if the deal goes through, I don’t see them overtaking Google. The Microsoftization of popular Web 2.0 properties such as Flickr and Delicious might even cause a mass exodus to Google’s corresponding services, such as Picasaweb.

Update: Yahoo rejected the offer. A collective sigh of relief was felt across the Internet.

Written by Kevin Chiu

February 2nd, 2008 at 12:23 am

Tagged with ,

Microsoft and Facebook Hook Up

without comments

Microsoft just invested $240 million in Facebook for rights to be the sole advertiser on the social networking site. Microsoft’s 1.6 percent stake would put Facebook’s valuation at $15 billion, ignoring Microsoft’s expected profits from advertising, which I am sure must have been really high, or such a huge investment would not have been approved.

Via Business Week

Facebook is visiting Columbia tomorrow!

Update: And now they have my pizza-stained resume.

Written by Kevin Chiu

October 25th, 2007 at 12:02 am

Tagged with , ,

Short Names

without comments

Short names were originally implemented to maintain compatibility with programs that could only handle filenames in 8.3 format, meaning 8 characters, a dot, and a 3 character extension. This short name compatibility really bogs down the NTFS file system.

To disable the generation of short names, go to regedit and set


HKEYLOCALMACHINE/SYSTEM/CurrentControlSet/Control/FileSystem/NtfsDisable8dot3NameCreation

to 1.

This and similar registry keys are found in Windows XP, Vista, 2003, and perhaps other versions of Windows that use NTFS.

Setting the key doesn’t eliminate existing short names, but it does stop new ones from being created.

You’ll have to reboot for the changes to take effect.

Written by Kevin Chiu

May 23rd, 2007 at 12:13 pm

Tagged with

Windows Executables

without comments

In every DOS executable, there are the initials MZ. Mark Zbikowski - one of my Operating Systems teachers.

Written by Kevin Chiu

May 21st, 2007 at 2:00 pm

Tagged with ,

Windows NT

without comments

What does the NT stand for?
Officially(?): New Technology
Unofficially: No Tabs

Since the devs were all using different text editors, tabs in the source code were not interpreted identically. What would look like cleanly aligned code to one programmer might look like an exploded spaghetti bomb to another.

Therefore, tabs were forbidden in source code, hence the name, “No Tabs.”

Written by Kevin Chiu

May 21st, 2007 at 12:27 pm

Tagged with