Careers 2.0 by Stack Overflow
Gravatar
profile updated
on Nov 29, 2011

Jacob Stanley

Perth, Australia

jacob.stanley.io

Currently Senior Software Engineer at Fugro Survey Pty Ltd.

I absolutely love programming and in particular functional programming. I have been addicted to programming ever since I discovered QBasic as an 8 year old and I spend countless hours of my personal time writing Haskell programs.

I have a keen interest in concurrency and parallelism and I am becoming increasingly interested in techniques which offer a more rigorous approach to software verification than that of unit testing, such as design-by-contract and proof assistants. That said, I also appreciate great user interface design and I like learning about how things like typography and UI layout affect the user experience.

My professional experience is with Microsoft tools and hardware accelerated graphics. I am very experienced in developing software for the .NET platform and an expert in the C# language. A personal project of mine is building a C# parser which will hopefully form the basis for some interesting tools like C# omni-complete support in vim.

My largest contribution to open source is the work I did on Git Extensions improving UI responsiveness and building a WiX installer for the project. I also maintain the unix-compat Haskell package and I contributed Windows support to the Snap Framework.

Ideally I would like to be working with Haskell, OCaml or F#, but at the moment C# pays the bills :)

Technologies

Experience

Senior Software Engineer

Fugro Survey Pty Ltd

January 2010 - Current

  • Built a system to deliver automatic software updates from our build server to our users through the company intranet
  • Built a lightweight peer-to-peer message broker on top of our existing messaging infrastructure and enabled our next generation real-time acquisition software to be run on multiple computers on the network
  • Drove the adoption of a distributed version control system (git)
  • Built a tool for synchronizing Fortress repositories with git repositories in real-time to allow for a smooth transition to git, a few developers at a time
  • Responsible for interviewing and hiring new staff

Software Engineer

Fugro Survey Pty Ltd

March 2004 - January 2010

  • Built a high performance terrain rendering engine (based on Hugues Hoppe's geometry clipmaps) for displaying gigabytes of collected bathymetry data
  • Built a virtual earth (ala Google Earth) for displaying electronic navigation charts
  • Built a vessel simulator for testing our real-time data acquisition software
  • Built codecs for integrating our software with third party equipment such as the Seatex MRU and the Reson Seabat 7125
  • Built a tool for analysing the dependencies of our 100+ COM libraries and building their corresponding .NET interop assemblies
  • Automated our build/test process using rake to allow developers to run the same steps locally as the build server
  • Drove the adoption of unit testing (NUnit) and continuous integration (TeamCity)
  • Drove the adoption of an inversion of control container (Castle IoC) to help decouple components
  • Drove the adoption of ReSharper to improve developer productivity

Education

Bachelor of Computer Science

Edith Cowan University

2003 - 2006

Stack Exchange Last seen today

Open Source

gitextensions

GitExtensions is a shell extension, a Visual Studio 2008 plugin and a standalone Git repository tool.

Jan 2010 - Current; followed by 2 people


snap-server

An iteratee-based HTTP server library, which runs Snap web handlers.

May 2010


unix-compat

Haskell portable POSIX-compatibility layer

Oct 2010 - Current; followed by 4 people; forked 4 times


patch-iat

Provides the ability to patch/hook functions imported by a dll or executable

May 2010; followed by 2 people


language-csharp

C# parser & pretty printer for Haskell

Mar 2011; followed by 2 people


mothership

Git Smart HTTP Server

Oct 2010 - Current; followed by 2 people


network-info

Get information about local network adapters such as name, IP address, MAC address

Aug 2010 - Current; followed by 2 people; forked 2 times


snap-core

Core type definitions (Snap monad, HTTP types, etc) and utilities for web handlers.

May 2010


lambdasim

Simple vessel simulator

Nov 2009 - Current


hlibgit2

Haskell bindings to libgit2

Mar 2011; followed by 3 people


snap-auth

Authentication infrastructure for the Snap Framework

Jun 2011


system-stats

Cross platform access to stats like CPU, RAM & Disk usage

Jun 2011


display 9 more…

Writing

The Skyline Problem

One of my friends recently had a job interview where he was asked to complete The Skyline Problem. It sounded interesting so I thought I’d see if my Haskell skills were up to the task.


What’s with NullReferenceExceptions anyway?

Tony Hoare recently gave a talk at QCon about what he calls his billion dollar mistake, null references. It certainly rings true for me – not knowing whether a value can be null or not has been quite a major source of frustration for me.


Linq as a replacement for foreach

The area of my code that has changed the most with the introduction of linq and extension methods has to be the way that I treat standard collections.


Design mode ViewModels with RhinoMocks

I’ve been having quite a lot of success lately with WPF thanks to an awesome technique that allows the injection of a dummy ViewModel at design time. This allows you to tweak the view in Visual Studio or Blend and see changes right away!


Reading

StackOverflow.Models.CVBook

Real World Haskell

Bryan O'Sullivan, John Goerzen, Don Stewart


StackOverflow.Models.CVBook

Programming Erlang

Software for a Concurrent World

Joe Armstrong


Tools

Commodore 128

vim