• New Car - 2001 Chevrolet Corvette

    This post is a couple of years late now, but after selling my Camaro I purchased a 2001 Chevrolet Corvette to replace it. It's pretty much a stock Corvette, and had just over 30k miles when I purchased it.

  • Downsides/Gotchas of using Projections in Episerver Find

    Episerver Find is my preferred way to write searches for Episerver. It allows me to write search queries quickly using a LINQ like syntax I am familiar with, while leveraging Episerver's cloud servers to do the heavy lifting.

    While this does shift some of our server load to Episerver's servers, the standard implementation still relies on my servers to load model data, and build view models. Generally this isn't slow, but processing complex view models can hurt performance, and impact server load, especially as result sets increase in size, and complexity.

    Projections allow me to specify which fields Episerver Find should retrieve data for, for a given query. I try to use them wherever it makes sense, since it allows us to display results with very little server load. There are a few downsides/gotchas that I've had to work through though.

  • Debugging Episerver Find Queries

    Episerver Find is a powerful search platform for Episerver, but it can be somewhat difficult to debug issues with. There are many posts on Episerver World discussing debugging with Fiddler, but none that describe how to configure it. I recently forgot myself and had to look it up again.

    Add (or merge) the following to your development web.config:

    <system.net>
        <defaultProxy
          enabled = "true"
          useDefaultCredentials = "true">
          <proxy 
            autoDetect="false" 
            bypassonlocal="false" 
            proxyaddress="http://127.0.0.1:8888" 
            usesystemdefault="false" 
          />
        </defaultProxy>
        <settings>
          <servicePointManager
            checkCertificateName="false"
            checkCertificateRevocationList="false"
          />
        </settings>
      </system.net>
  • Another Vote on Net Neutrality

    There is going to be another vote on Net Neutrality. Unfortunately, it looks like as if it is only being used to influence the upcoming midterm elections. I don't see how it could pass, and that is pretty disappointing. I was going to write more about this topic, with some updates, but instead I will post my original thoughts I shared when the initial vote happened.

  • What Cars?

    Every car/project that I documented and/or wrote about is no longer in my possession.

    I junked my Integra in 2012 after the left rear lower control arm became disconnected and went into the trunk. It cut my brake line and would have been more work to fix than it was worth.

    I sold my e30 in 2013. There was nothing wrong with it, but I needed something a little more modern and dependable. It never became the track car I had hoped, but it was fun while it lasted.

    I parted ways with my Camaro in 2016. This one was a little bitter sweet since I had it for so many years, and had put so much work in to it. In the end I needed something different and found that in another car...