RSS

Category Archives: technology

RockScroll

The ultimate developer tool guy, Scott Hanselman,
hasn’t been a Microsoft employee very long, but has already liberated an internal
utility.  Very
shiny
.

I really hope this gets put on CodePlex.  It doesn’t work well with regions. 
I’d love the flexibility to dock it to the left of the code pane (since I already
have ReSharper on the right).  It would be cool if it respected my custom color
scheme.  I’m a dark background guy when it comes to coding and navigating with
a black on white display is a little disconcerting.

But overall, it’s a very cool idea with a lot of promise.  Keep up the good work
- I know it is probably a very big pain to cut through the red tape to get something
like that released.  It is very much appreciated!

 
Comments Off

Posted by in technology

 

xUnit Love

I’m starting to grok xUnit – and I like it.  I only have two wishes at this point – a plug-in for Resharper 4 and the ability to execute a single test (or a subset of the tests- take your pick) from the UI.

 
Comments Off

Posted by in technology

 

Microsoft Health Common User Interface.

I don’t know how I missed mscui.net, being in the
healthcare field and all.  Huge thanks to Sam for linking to
the Patient Demonstrator.

 
Comments Off

Posted by in technology

 

Daily Digest

I’m thinking about starting up a daily or weekly digest of links that are of interest to me.  It would be part World of Warcraft, a lot of .NET development, with a sprinking of randomness that would in all liklihood be only of interest to me.  All I need is a name…

I kindof like “FrameworkDuJour”.

Update: I’m now leaning towards “Dalaran .Net”

 
Comments Off

Posted by in blog, technology

 

Code Coverage for C#

I’m looking for a code coverage tool for C#.  Anybody have a recommendation?

 
Comments Off

Posted by in technology

 

I can’t wait for ReSharper 4

I have been using ReSharper since around the 2.0 timeframe.  I am completely dependent on it for my daily work, but I am very frustrated that they still haven’t come out the 4.0 version.  I’ve been running the nightly builds for a few months, but that is hit-or-miss.  I really want a stable version that has full support for the newest language features.  I flirted with the idea of going with CodeRush, but my fingers already are fluent in ReSharper and I’ve already invested in ReSharper.  I can get 4.0 for an upgrade price vs. $250 for CodeRush.  Do the math.

 
Comments Off

Posted by in technology

 

TiVo Update

I haven’t blogged an update about the TiVo saga in over a month.  Crap.

Right now, I am up and running wth the original hard drive (40 hours (really 15 or
so if you don’t want it to look like crap)).  I haven’t seen any lockups since
switching.  I haven’t had time to install the busted HD into a box and run diagnostics
on it to see if its time for an RMA.

I am seeing some of the problems that other users of the 7.x software are seeing,
including VERY slow menu transitions and VERY long pauses when switching channels. 
It makes you wonder just how well they screened their beta testers.  TiVoToGo
has also been very flaky.  The desktop software gets very confused if a transfer
gets interrupted.  I have had to manually delete temp files and kill processes
on several occasions to get it’s brain unscrambled.

 
Comments Off

Posted by in personal, technology

 

RIP TiVo?

It was dead again this morning.  It locked up while recording a show.  After
rebooting once again, I could tell that it had only recorded 3 minutes of video before
crapping out.  This weekend I will try and revert to the factory hard drive and
see if that resolves the problem.  If it does, this will be the 3rd drive that
has gone bad in this box in less than a year.

Another issue I found is that the Tivo desktop software is completely unstable when
the target Tivo is having stability problems.  When the DVR is locked, the desktop
software completely falls apart.  It locks up and has to be killed with task
manager.  It doesn’t repaint the gui and overall is a very unprofessional job. 
Someone needs to read a book on multithreaded programming.  In my opinion, assuming
a reliable network connection as a prerequisite for your GUI not sucking is a poor
design choice.

 
Comments Off

Posted by in personal, technology

 

TiVo 2 Go

I finally got the update.  It’s installing now.  I was beginning to believe
that it was never going to happen.

Ok, this sucks.  One of the things they don’t tell you when you sign up for the
priority list is that you have to go into your account settings on tivo.com and enable
your DVR for transfers.  Mine was set to not allow transfers.  I changed
the setting, but it will take up to 24 hours to take effect, AND my tivo needs to
connect to the service AGAIN to get that command.  If they would have said something
when I signed up, I would have had over 2 weeks to make the setting change on Tivo.com. 
I’m not impressed.

After 3 forced refreshes, I finally can connect.  I’m transferring my first show
now.  Initial estimate is 35 minutes for a 30 minute show at best high
quality over 802.11b.

Here’s another complaint:  Don’t even think about rebooting while you’re transferring
a file.  That’s right, there is no download resume capability.  I was about
90% done transferring a program.  The Sonic MyDVD trial software required a reboot. 
Not thinking, I let it happen immediately.  When I got back up and running, my
transfer had automatically started from the beginning.  Crap.

Update:

I think version 7.1 may have signalled the death of my Tivo.  I’ve had to power
cycle it 6 times this evening.  I can’t keep it running for more than 10 minutes
at a time without it locking up.  Time to look for alternatives.

 
Comments Off

Posted by in personal, technology

 

.NET Advice

Brad Wilson has expanded his dotnetdevs site
to include a new advice section.  His first entry is
something that every developer should IMMEDIATELY read and internalize.

 
Comments Off

Posted by in technology