Diagnosing runaway/high CPU in production .Net apps has always been a dark art reserved for the true master debuggers.
No longer.
Diagnosing runaway/high CPU in production .Net apps has always been a dark art reserved for the true master debuggers.
No longer.
5 months ago
5 months ago
7 months ago
I love rspec , and wanted to see what happens if you bring it to .Net, here is a tiny step by step guide to writing your own rspec tests for a C# project.
8 months ago
After a lot of thought and research I have decided to see if we can make a business out of Media Browser.
9 months ago
Media Browser / Video Browser has always been free as-in-beer and free as-in-speech.
Will it remain free?
10 months ago
10 months ago
11 months ago
We just changed the way our source code is licensed, this post covers the reasons and details of the changes.
12 months ago
I am going to try to post a little bit about my adventures refactoring Media Browser. In this post I am covering a some aspects of entity resolution.
about 1 year ago
In this post I offer a streamlined mechanism for debugging Vista Media Center plugins in Visual Studio.
about 1 year ago
For the last few weeks I have been forced to use a very slow website. This has left me feeling very demoralized. This is why.
about 1 year ago
Earlier this week I lost my old trusty server which hosts www.samsaffron.com and www.mediabrowser.tv died.
I decided to migrate all the data to a new VPS (virtual private server), here is a sketchy account of how this all happened.
over 1 year ago
In SQL Server a SELECT statement can deadlock against an UPDATE statement without being in a transaction. Why does this happens? What is a good approach to SQL Server deadlocks?
over 1 year ago
Recently, I had to support a rails server which is deep behind a firewall. Here I offer a somewhat sketchy account of how I am able to support it.
almost 2 years ago
almost 2 years ago
almost 2 years ago
In general when generating rss feed in Rails you will be using the builder library, it can be fairly slow unless you take special care.
almost 2 years ago
Watch out when you use ActiveRecord eager loading, it has the potential to wreak havoc if you are not careful.
about 2 years ago
about 2 years ago
I just posted a new version of Video Browser that support “by genre” and “by runtime” sort options for movies.
about 2 years ago
Yet another way to enumerate through Enumerables if you are using the prototype javascript library.
about 2 years ago
On Rails, I find myself quite often fixing up an old migration early in my projects, at this point I already have a bunch of data in my database and I would like to keep it.
So I created a Rake task that takes care of this.
about 2 years ago
about 2 years ago
In this post I would like to give you all the information you need to get started with Ruby On Rails, on Windows. I will cover the tools you need, the resources you need and some tips.
about 2 years ago
Writing your own blog software is an ideal first exercise when faced with learning a new web platform.
about 2 years ago
At last, after months of procrastination, I decided to re-write my blog.
This post contains a list of software that made this blog happen.
over 2 years ago
Video browser, is a little plugin for Vista MCE that let’s you browse your videos the way they were meant to be browsed.
over 2 years ago
over 2 years ago
over 2 years ago
An example implementation of the IDisposable pattern in the Ruby language.
It looks much nicer in Ruby.
almost 3 years ago
Implementing the UPSERT (insert or update) pattern in MS SQL Server can be tricky. In this post I explore the various advantages and disadvantages of various implementations.
about 3 years ago