ASP.NET has changed dramatically in the past five years. I’ve had the privilege to work on some projects using the newer web stacks, as well as modernize an old project. I’d been away from the Microsoft ecosystem from around 2006 until 2011, and after working in dynamic languages (javascript, python, lisp), it took me some […]
Category Archives: windows
Deploying .NET COM objects with MSBuild
At work I’ve been working with a very old classic ASP website, running on a very old hardware. After a few weeks of hacking vbscript, I’m sorely missing C#, and especially unit tests. I feel so exposed when there’s no tests proving my code does what I think it does. For reasons I’ll not go […]
working with R, postgresql + SSL, and MSSQL
I’ve been able to take a break from my regularly scheduled duties and spend some time working with R. This is a short log of what I did to get it working. The main things I’m looking to do is regression modelling from a large dataset I have in postgresql and various stats calculations on […]
Setting up a computer for Flash development
There are several tutorials out there on how to do this, but they all differed a little, and figured I might as well note mine. I’m replicating the setup I have at work onto a home computer, so this is my second time around. Download and install Eclipse, the java version should be just fine […]
Migrate PuTTY saved sessions
PuTTY stores its session information in the registry, and there’s no function in PuTTY itself to import/export sessions. This makes moving to a new computer a little sticky. I did some googling and whittled down the documentation for storing configuration in a file into a few steps: On the old computer, open up a command […]