Posts
Try Hugo!
· ☕ 1 min read
It’s been a while (and another child) since my last post. The couple of times I went to post something I seemed to run into problems with running jekyll (previous blog site generator) on my local PC. I’ve been using Hugo / docdock at work for documentation generation and decided to make the switch on the blog as well. Haven’t had anywhere near the same number of issues/quirks and installation just requires a single binary (or choco install hugo-extended in reality).

App store not friends with IPv6
· ☕ 1 min read
I recently had some issues trying to download a game Shadows Of War from the Microsoft Store. Despite a number of google searches including reddit threads, official forums etc, there didn’t seem to be any recommended solution/s (Some places suggested re-installing windows but I wasn’t quite up for that). I tried looking into task manager and then resource monitor and noticed that store application was making some IPv6 connections but no data was being transferred. I disabled IPv6 and downloading started flawlessly. This may have just been co-incidence but maybe this post can help someone. Windows 10 / Version 1709 / OS Build 16299.19 *

Normal programming resumes...
· ☕ 2 min read
Normal programming… Despite my best intentions I haven’t posted recently. What I did do was test the ‘Reset this PC’ functionality built into windows 10. I used to re-install windows as a matter of course every six months or so but haven’t done so since free time became so limited. I started to have issues with my browser (and http traffic in general) where it would just stop working. SSH and other TCP services were fine. I removed anti-virus/firewalls and still nothing. So the ‘Reset this PC’ function in windows 10 works well. What I didn’t count on was the fact that I’d installed/tweaked things for quite a while getting Jekyll to play nice on windows. In the end I decided to try the new Bash on Ubuntu (on Windows).

Restarting Tentacle
· ☕ 1 min read
Short post this time. I was reviewing the newsletter for Ocotopus Deploy and came across an article on automatically restarting Octopus Tentacle services. I liked the idea but as part of my automate all the things preference at the moment I thought it should be possible to do this without getting an GUI involved. Fortunately this is easily possible. Start a console/cmd session with suitable Administrator rights and type the following: sc failure "OctopusDeploy Tentacle" reset=0 actions= restart/0/restart/0/restart/0 This happily set the first / second / subsequent failure actions. sc config "OctopusDeploy Tentacle" start= delayed-auto To set the startup to ‘Automatic (Delayed Start)’ Hopefully this helps someone and/or makes me internet famous if it hits the Octopus Deploy newsletter!

You have chosen...
· ☕ 2 min read
It’s been an interesting year at work. I’ve been hard at work on creating a cloud based offering of our application. This wasn’t something on the roadmap as the application was a thick client built on .NET in WinForms. Recently cloud providers have been trying to ensure that they’re able to migrate any and all software and so we ended up investigating a Azure RemoteApp. RemoteApp allowed us to take an application built for LAN/WAN deployment and without needing to make huge changes provide a service with very low initial costs (no expensive servers, no windows licensing & no SQL licensing). Having a Mac OS X, iOS and Android applications proved very popular. The multiple options to accessing data (including the preview of the HTML5 client) was great and it’s quite incredible seeing an application originally written in .

DDD Brisbane 0x5
· ☕ 1 min read
Another year another DDD. The 2015 event was great and lives up to the by developers for developers mantra. This year was just as relaxed and amusing as last year. Two sessions stood for me and I suspect I’ll investigate a bit further: Parsing Text: the Programming Superpower You Need at Your Fingertips ( Nicholas Blumhardt | [@nblumhardt][2] | ) After reading the Aggregate Queries in Seq series of blog posts I was definitely intrigued to see how deep this session would go into the Sprache library. A great talk though there was only soo much that could be covered in the hour. Introduction to Akka.Net ( Jaime | [@jaimefebres][5] ) This talk mainly covered quite introductory concepts for Akka.

Reading >> Listening
· ☕ 4 min read
#Excuses I haven’t had nearly as much free time recently due to the feature creep of son 1.0 Time well spent however I haven’t been spending much time doing which was my main goal for the year. I’ve kept up with the usual blogs and tech news ( and decided I should really find a way to make the crazy amount of cash required to purchase a Surface Book). #Doing For quite a while I’ve been hoping to do some experiments/side projects exploring Akka.NET. There was an interview with one of the creators on Hansel Minutes 472. I don’t have headphones for the train (the one reliable block of free time I have) so I’ve been patiently waiting for the transcription to be made available.

VPS Hosting
· ☕ 2 min read
Before hosting here on the awesome GitHub Pages, I contemplated setting up a VPS server. One of my first choices, Digital Ocean recently sent me an offer for a free T-shirt if I set up a droplet and answered some survey questions. I haven’t gotten a free T-shirt since my initial take on Xamarin, so I decided to see how hard it would be to setup Jekyll on a clean VPS. Initial seutp was easy and the VPS control panel was clean and simple. Getting the current blog up just required running a few commands: (and I didn’t even need to look them up) apt-get install jekyll apt-get install git git clone https://github.com/tmpreston/tmpreston.github.com Running jekyll using the inbuilt server (jekyll server –host=0.

Life on the bleeding edge... bleeding
· ☕ 3 min read
The start Exciting times at the moment with the release of the RC for Visual Studio 2015 Community (& Enterprise Editions). Since I’m normally technically curious I thought I’d download and have a look. Obviously the first step I took was to run vs_community.exe /layout via the commandline to allow downloading the complete installer (in case I want to re-install it later). A few hours later in the morning before work I decided to kick off the install only to find out I did not have the required 25GB free space on my aging 120GB SSD. The unnecessary but totally justifiable shopping trip… My free space problem was easily solved by a short trip to Umart to purchase a shiny new Crucial MX100 256GB SSD

Brisbane .Net Meetup April 2015
· ☕ 2 min read
This month’s .Net Meetup was all the new things to see in Visual Studio 2015 and ALM 2015 - Adam Cogan The talk covered a brief walk down memory lane including screenshots of each of the versions of Visual Studio since 2002. Quite amazing to see exactly how much has changed. No real discussion on how stability has greatly improved but some highly amusing discussions regarding the dreaded ALL CAPS MENUS. There was a brief look at the impressive App Insights which sadly doesn’t have an easy binding for WinForms meaning it may be some time before I’ll get to use it. Great relaxed atmosphere as usual and while the talk pointed out a few things that aren’t quite going to make it into the initial release we only covered half the topics.

Hello World!
· ☕ 1 min read
So in my ongoing quest to become a better developer I’ve decided I should be reading less and doing more. Reading blogs has helped improved both my code and general development practices but ultimately I’m going to learn more by trying things out for myself. In the past my participation in side projects could be easily explained…. This isn’t likely to change but I’ll be taking the time to upload some of these experiments/side projects to github (learning more git along the way) and hope that someone else can benefit from them too. I’ll also be posting the odd troubleshooting tip when I come across particularly annoying or hard to track down issues. Progress is likely to be slow initially due the arrival of son 1.