• York Boulevard Centre-aligned Bike Track posted on 22 Feb 2017

    The city has told us that the York and Dundurn bike lanes may need to be removed as York and Dundurn must carry westbound automotive traffic that will no longer fit on LRT-equipped King Street.

    Since everyone else has thrown a design out there for saving the York bike track, I thought I'd do the same.

    There are a handful of cities that have implemented centre-aligned bike lanes. There are some advantages to this flow: Drivers expect to see oncoming traffic on the left. In one-way traffic like Cannon, this means putting the cycle track on the left side (south for Cannon). In a two-way street, this means using the centre - it's on the left for both directions of traffic. This allows us to unify the two bike lanes into a single protected bidirectional cycle track without having oncoming traffic on the right.

    Also, a feature very particular to York and Cannon; Cannon merges with York Boulevard at Queen to form a single road. The Cannon lanes, if continued, would end in the centre of this road. So let's see what that looks like: The Cannon lanes continue right to Queen, and only have to deal with left-turning traffic turning across the bike lane.

    picture of straight-through bike-lane at York/Queen/Cannon

    Read more...

  • XmlCommentMarkDownGenerator Updated posted on 13 Oct 2016

    I'm an idiot. Always commit everything. Always. And only push your build artifacts, not straight from the project.

    I omitted the crucial line of the .nuspec that makes the .targets thing work, and so the cool build-generates-your-markdown wasn't actually available for users since version 0.1.5977.1837.
    The latest version 0.2.6130.564 fixes the issue.

    A lesson learned, but I wonder how many people I infuriated in the meantime?

    Read more...

  • XmlCommentMarkDownGenerator posted on 12 Sep 2016

    I've released version 0.2 of XmlCommentMarkDownGenerator. If you're running a C#-based project on GitHub, it could be useful to you - it takes your Xml comments and converts them into GitHub-flavoured markdown. This gives you a nice document page right in your repo that you can link to. I've set it up as a NuGet package, so in your C# project all you have to do is add the NuGet package to your project and it will add a post-build step to your project to automatically run the tool and generate the markdown file. I was surprised that NuGet makes that a thing - apparently it's called custom .targets. See https://github.com/Pxtl/XmlCommentMarkDownGenerator/blob/master/PxtlCa.XmlCommentMarkDownGenerator.targets to see how that kind of "custom post-build-step as a nuget package" thing is implemented.

    It was forked from https://gist.github.com/lontivero/593fc51f1208555112e0, but I'd like to think I've polished it up a fair bit. This was really just a side-project while I worked on BigVariant and Nustache, but it's the one with the most stars and downloads so I thought I should give it a little TLC. Pull requests are always welcome.

    Read more...

  • First Post posted on 02 Apr 2016

    Hello, World.

    This site is intended to be a place to put news related to my hobby projects.

    Read more...