grack.com

Twice this week I’ve seen a situation where a popular blogger has been pestered by his readers to change the content of his blogs.

Last week, Chris Sells (of MSDN fame) posted an article entitled “Bush: Get Your Own Dream!” with his views on space exploration and foreign oil dependence.  There were two particularly asinine comments made:

Unsubscribed. Just lost a ton of respect for Sells. “nuff said”

and

… I just ask that you please post all longhorn stuff on MSDN, so I can remain informed without having to swallow your political views.

It’s amazing that someone could have so much difficulty seeing through a blogger’s political views to the tech content that they’d give up such a valuable source of information.  Losing any one of my RSS feeds could be closing so many doors in the future.  How many interesting links would I miss?

On Asa Dotzler’s Mozilla blog, he’s been covering the Mars exploration with near up-to-the-second updates from NASA.  He’s had some trouble with people complaining about too much NASA and too little Mozilla.  Last I checked, wasn’t it Asa’s spoutlet?

Thankfully the blog authors are sticking to their guns.  Asa sums the situation up nicely:

There have been a number of comments here at adot’s notblog (and even more in email) suggesting, and even demanding, that I stop blogging about Mars and the Mars rovers. To the folks making demands, piss off. To those who have politely asked that I either blog more about Mozilla, less about Mars, or implement categories to keep the two separate, I appreciate the feedback and here’s my plan:

I’m going to continue to post about whats on my mind and what I feel like writing about at that particular moment. This is my personal weblog and I don’t feel any obligation to keep it focused on topics related to my “professional” (Mozilla) responsibilities.

Chris Sells also put it well:

Just so folks know, I feel no responsibility whatsoever to keep my postings on sellsbrothers.com to a specific topic. If I want to post my political views, I’ll do so. If that bothers you, I suggest you unsubscribe now as complaints about the subject matter for my posts will fall on deaf ears.

My hat goes off to Chris and Asa.

Read full post

The nprof 0.8b alpha release is now available. This release should fix the ASP.NET profiling problems that have come up during the 0.8 release cycle.

Read full post

The nprof 0.8a alpha release is now available. This fixes two bugs in the 0.8 release:

  • nprof wouldn’t close completely when clicking on the close box
  • ASP.NET profiling wouldn’t work if you didn’t have an Environment key for your W3SVC or IISADMIN services

NOTE: I recommend setting up ASP.NET to run under the SYSTEM account for profiling only. Once you’ve finished profiling, you should set it back to use the “machine” user. As before, these XML attributes are available in your machine.config file.

Read full post

The nprof 0.8 alpha release is now available. Changes in this version are:

  • Basic ASP.NET profiling - note: ASP.NET must be running as SYSTEM!
  • Profile run message display
  • Detection and graceful handling of failed profiling runs
  • New icons for application and successful project run
  • Drag-and-drop of executables to the project tree (Josh)

To profile your ASP.NET application:

  1. Ensure that ASP.NET is configured to run as the SYSTEM account in machine.config
  2. Create a new project, select ASP.NET as the project type
  3. Select “Start project run” from the project menu
  4. Load your site’s page from a browser
  5. Ensure that the profiler has connected to aspnet_wp.exe in the messages list
  6. Perform your tasks to profile
  7. Click the “Stop Run” button in nprof

Screenshots:

Read full post