Thursday, April 15, 2004 - Posts

Books about Windows Server 2003

Free books and white paper ready to download from Microsoft:

These are big download but are really interesting... I think it's a good idea from MS to release these resources to the community.

I recommend it!!

Again about Spamming...

Curious thing that shows how spammers have no limits...

This is an email that has escaped to the Thunderbird filter:

Dear Citi Cardholder,  
This letteer was sennt by_the_ Citibank_ server to verify your _mail adress. 
You must complete this process by clicking on_the_link beloow and entering in the small _window 
your Citi-Card Atm_ full_card_nummber and Pin that _you_use in local_Atm_Machine. 
That_is done for_your protection becaurse some of our memebrs memebrs have access to their 
email_ addres_ and we must verify it.  
http://www........ 
To verify your _EMAIL_ address_ and acces your_ Citi-Bank account, clic on_the_link beloww. 


If you read quickly this mail, you clearly understand the contents... but if you read it accurately, you could see a lot of grammar errors on it and some words that starts or ends with an underscore. Why this?

This is a way to escape the Bayes filter of a lot of email programs. Wrong words are not recognized as spam, so the mail passed the filter (it's not marked as bad).

This is really curious and funny, but this shows only an other thing: we read only for pattern matching!!

 

2 little function on Whidbey...

Whidbey has 2 new little features that I like a lot (and I was waiting for it for a long time)...

1) If you try to add a Textbox on a Form, the default name is TextBox1. Then write something like TextBox1.Text="Hi, I'm Stefano". In the Object Properties Window rename TextBox1 to txtProva. All your code will be magically renamed on something like txtProva.Text="Hi, I'm Stefano". The same thing appens with the Form name or similar. Refactoring is wonderful!

2) The first thing I do when I insert a TextBox on a form, is to remove the orrible TextBox1 text (placed as default on the Text property). With Whidbey this feature is an option available to the user. He can choose to have the default Text property or not. Good...

Maybe 2 little features on the "giant" Whidbey, but really useful for the programmers I think...

Microsoft Update site with problems...

Yesterday I've tryed to download the latest patches from Microsoft Update, but some problems during the download phases occurs me. I was disappointed...

Today I've discovered on ZDNet that in these days traffic to Microsoft's Windows Update site spiked higher than seen during any previous update, reaching an incredible download rate of more then 50GB per second. Past patches have resulted in 2 million people visiting Microsoft's Windows Update site every hour to download fixes. This time, between 3 million and 4 million users came to the site. As a result, many customers found that the scan didn't work properly and they were not able to download the latest patches.

It's really a big amount of traffic. I think it's the first time that MS Servers have this type of problems. Maybe a signal to improve the system?

The patches mania has started...