no respect for IIS

I never liked IIS, internet information services... Already the name sounds quite wrong. Coming from a Java/*nix background, these are the things I'm missing the most: - A web UI Seriously, every application/web server I ever used had one, from the very basic and almost useless of the early versions of tomcat (didn't check it for quite a while now) to the super complex and unusable of websfear (Google says: Did you mean: websphere?). I hate the fact that I've to remote desktop onto the machine, and the rich client UI seems a bit simplistic, it doesn't look geek/professional enough, it seems just yet another silly tool from Microsoft like regedit or notepad, it's ridiculous and also quite hard to use (all those "Advanced settings" and "Basic settings" menus). My impression is that at Microsoft they don't have any idea on how to write something that looks enterprise, they always try to make happy the people that don't know how to use a computer... - Efficient/Proper/Decent Logging Last week we were trying some rules on Netscaler, in order to balance traffic depending on user agents and other parameters: the IIS log sucks. After some googleing I've found out that I had to download and install the "Advanced Logging Module for IIS" in order to have decent, real-time logging, as they call it. What? Logging has to be real-time always! And it is on any other server! I believe that the "standard" installation of IIS doesn't have "the advanced logging" feature just because the windows filesystem sucks but if you know any better reason to take off such an extremely basic feature off from IIS please let me know. I had to install on all our cluster instances cygwin to get a proper tail, but I can't blame IIS for this, it's off topic. - Rewrite module Well, apparently it's another "advanced module", I kind of see that they wanted to have something like a plugin architecture (unfortunately you can't just drop all these modules somewhere, you have to go through a bloody wizard!) but this module... It's again something very basic, I don't understand what is advanced in it. - Configuration In all the other application servers I know you setup/change once and then you are done with all the others: the configuration is on a readable format (and if you're a cool dude you are not using the UI anyway!), you can copy it across all your servers, done. Some .net folk may argue that you can do the same cloning the whole machine, good point. Unfortunately we went in some unknown and crazy IIS errors cloning one machine from one domain (QA) to another one (LIVE). I've no respect for IIS, and it's a shame, .net 3.5 and 4.0 are quite nice languages that are evolving not being stuck as Java. Other modules that you can get from the IIS site and I haven't tried yet: - http://www.iis.net/expand/webdeploy : web deployment... another basic one totally missing - http://www.iis.net/expand/ApplicationRequestRouting ... application based routing, quite basic and needed - http://www.iis.net/expand/ApplicationWarmUp ... application warm up? what? yeah, right, apps in IIS take ages to start... how sad! - http://www.iis.net/expand/IISManager ... remote management... No Web UI unfortunately... - http://www.iis.net/expand/PowerShell#mce_temp_url# ... scripting... like bash? not really, but scripting... Other findings on IIS in my last 9 months: - Application pools "recycle" every 20 minutes by default! It's like saying, you are such a shitty developer, I bet you got plenty of memory leaks, let's restart your stuff every twenty minutes! Since starting an application in IIS is not really fast and since you'll have probably to reconnect to the DB, reinitialize your application/NHibernate cache, your IOC container you may get some troubles here! - Applications tends to take ages to start up, as mentioned above, I really don't know why, the WarmUP Module may help (sad lol) No respect, not for Microsoft tools not for IIS, end of the story.

This site will NOT harm your computer

I had few problems with Google in the last months. Java2me.org wordpress instance has been hacked by an hacker inserting some iframes on my blog posts, I had to remove them all (btw, if you had the same problem, it's easy to identify them with a "SELECT * FROM `wp_posts` WHERE `post_content` like '%iframe%'", I thought also to add a cron job on the server, just to monitor the situation...) and then I had to submit the site to google few times, since I was marked as a bad boy. It took me ages to be reviewed again and Java2Me.Org is still considered bad, then I moved here and I put on the old website a permanent redirect. Surprise, now google says that this site is related to that one and it's dangerous too. Fantastic. Once a upon a time the web was a free place, where you can put any s*t on, now you need the Big G approval. Great, thanks for the service but I didn't asked for it. We all just rely on Google as we used to rely on Microsoft years ago, now it's just worse. Not related to this post, but just to make me feel less angry with this situation few tools to distract the big G-brother:
TrackMeNot is a lightweight browser extension that helps protect web searchers from surveillance and data-profiling by search engines. It does so not by means of concealment or encryption (i.e. covering one's tracks), but instead, paradoxically, by the opposite strategy: noise and obfuscation. With TrackMeNot, actual web searches, lost in a cloud of false leads, are essentially hidden in plain view. User-installed TrackMeNot works with the Firefox Browser and popular search engines (AOL, Yahoo!, Google, and MSN) and requires no 3rd-party servers or services.
Did you know that every Google search you make is recorded and archived by the company? Privacy-minded folks point out that as Google has become part of our everyday lives, our tastes and preferences on the net give away a lot more than we'd normally share with a stranger, let alone a corporation with nearly 14,000 employees worldwide. While Google keeps your search terms until 2038, the folks at Scroogle delete the logs after 48 hours and vow to keep no cookies. What's better is the search uses Google's own technology. In technospeak, it randomly generates an IP number (the thing that allows your computer to be ID'd) and sends your request off to Google. When Google responds, it shows you the search results. Hence the name, as it “scrapes” the search engine giant to get results.
Privoxy is a non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data, managing HTTP cookies, controlling access, and removing ads, banners, pop-ups and other obnoxious Internet junk. Privoxy has a flexible configuration and can be customized to suit individual needs and tastes. Privoxy has application for both stand-alone systems and multi-user networks.