Phillip Trelford's Array

POKE 36879,255

Developer Conferences

Developer conferences are a great way to learn about new and existing technologies. Almost as important are the conversations in the corridors between talks and bars after to find out what your peers from other companies are up to. Without them your company may run the risk of becoming like a small island cut off from the mainland, perpetuating a monoculture.

fraggle-rock-movie

But there are a bewildering array of conferences to choose from, and for most of us only a limited time and budget to work with. Here’s a few tips.

Talks

The most common format is a few days of talks, usually spread across a number of themed tracks with each talk lasting somewhere between half an hour and an hour.

I try to get to a handful of conferences a year, which is in part made possible by speaking at some of the them. If you’re speaking typically the entrance fee is waived and if the conference is remote then often the organizer will contribute towards your travel and accommodation. Don’t expect too much though, unless you’re giving a keynote you shouldn’t expect to get paid, so for the most part speakers are giving their time freely.

A talk lets the speaker really emphasise what they think is important when introducing a subject, something that is much harder to portray in an article. I recommend choosing a few talks out of your normal area/comfort zone, often you’ll learn something new and interesting and sometimes even applicable. Don’t expect to become an expert after listening to a one hour talk, at best you might get two or three key concepts which you can build on in your own time.

Training

Many of the large conferences tag half day training sessions at the start of the conferences. This can be a good way to deep dive in to a particular topic and get some hands on experience with the help and support of an expert. Some conferences specialize in this kind of training like Skills Matter’s Progressive .Net Tutorials and Progressive F# Tutorials which are comprised almost entirely of half day hands on sessions.

Hackathons

One or two day hacking events are another popular event style. They are often free and typically run over the weekend so those no need to use up your precious holiday days. As an example the Data Science London meetup recently organized a Big Data Hackathon and next weekend Skills Matter are hosting the London GameCraft game jam.

Big Conferences

For me more interesting things happen at the edges between disciplines, so here I’m going to call out mostly multi-disciplinary conferences:

220px-St_Louis_night_expblend_cropped

Strangeloop, if I had to recommend one conference, this would be it, this year your can see the author of Godel, Escher, Bach: an Eternal Golden Braid, Douglas Hoftadter speaking.

QCon/GOTO/Yow! conferences organized by Trifork, the team behind InfoQ, with events in San Francisco, New York, London, Aarhus, Amsterdam, Melbourne and Brisbane. I’ve attended in QCon London and a GOTO in Denmark, both were well organized with some great speakers

NDC Oslo attracted 1,600 developers this year. This conference is on my must see list, maybe next year. NDC London launches in December.

ØREDEV is based in Malmö Sweden, and attracts around 1,200 developers, this year the theme is the Arts and I’ll be giving not just one but two talks.

Build Stuff is organized by Greg Young, and based in Lithuania, it has a fantastic line-up.

MonkeySpace – there seems to be a real buzz around these conferences which focus on open source multi-platform development with .Net

If you can I’d recommend trying at least one new conference each year, this way you’ll be more likely to get exposure to new people and ideas.

Functional Conferences

Each programming language has their own conferences, for example Scala has Scala Days and the Scala eXchange (which I’ll be speaking at in December), Clojure has Euro Clojure and ClojureWest and F# has the Progressive F# Tutorials in London and New York (I’ll be there too).  There are also a number of cross-language events if you’re looking to broaden your horizons:

chicago

Lambda Jam ran in July in Chicago with a really strong line up organized by the team behind Strangeloop,

TechMesh, now CodeMesh, was a big hit in London last December, expect it to be even bigger this year.

FP Days is in its 3rd year, based in Cambridge (England), it’s a friendly intimate event.

FP eXchange is organized by Rob Pickering and brings together the London FP community.

flatMap is based in Oslo and has been running for 2 years now.

Other Conferences

Fancy trying something a little different:

indoor_water_park-image

That Conference is a conference and a summer camp.

CodeMash at the same location as that conference, for winter it boasts an indoor waterpark.

DDD – referencing Steve Balmer’s Developers Developers Developers chant, these free UK conferences are organized by the developer community.

Bacon is a conference on things developers love with sessions on topics including rocketry, Go, infinity, data visualisation, and continuous deployment.

GDC (Game Developers Conference) has tracks for design, production, programming and visual arts.

NIPS (Neural Information Processing Systems) you’ll learn about some really interesting machine learning projects, both research based and applied.

Conference Planner

four_seasons_by_nalmes

Spring Summer Autumn Winter
QCon London NDC Oslo Strangeloop Build Stuff
FP eXchange MonkeySpace ØREDEV NDC London
GOTO Copenhagen Lambda Jam QCon San Francisco CodeMesh
GDC GOTO Amsterdam GOTO Aarhus CodeMash
Bacon QCon New York FP Days NIPS
flatMap That Conference    

I’d love to hear your event ideas and suggestions too.

rev-progfsharpnyc-800x300px

GameCraft NYC

gamecraftSkills Matter are excited to host the first ever New York GameCraft event on Friday 20th September at the DUMBO Loft! Following the phenomenal success and excitement around Dublin GameCraft, the event is now going global with a event also planned in London! GameCraft is a games jam event designed around building the gaming community. We aim to create events which allow game-makers to meet, share ideas, have fun, compete for prizes and most importantly make games. The events will be facilitated by Games experts (and enthusiasts!) Andrea Magnorsky and Phil Trelford.

 

This is a free event on the same week at the same venue as the Progressive F# Tutorials NYC, so why not come and join us for both. F# + MonoGame makes a pretty awesome combination, as does Lua + Love or Python + PyGame. Take a peek at the excellent GameCraft resources page for some great links to game engines and tools.

Check out the recent article on GameCraft in the Irish Times. I popped over to Dublin for the first event back in February 2012 and it was really well organized and great fun. I managed to knock up a simple game in under 6 hours. The London event on Saturday August 10th will be 12 hours which may be enough to create a releasable game. Currently my hope is to take a simple game concept to completion and release it on an app store on the same day!

Hope to see you there.

Tools

Last weekend I set about mining all the links from Alvin Ashcraft's Morning Dew excellent link blog site which has been documenting .Net goings on since 2007.

In the back of my mind was the idea of applying some machine learning techniques to automatically generate blog article recommendations using the labelled links as training data. Each link in Alvin's site has a date, category, title and author.

I took 2 passes:

  • programmatically find all the post urls
  • parse the HTML posts using the HTML Agility pack to extract labelled links

I now have a CSV file with over 80K links – that’s a lot of reading from Alvin.

This week I've been manually running queries over the dataset like top N authors in a category by volume of posts. One of the most historically prolific bloggers I found was Davy Brion who has some really interesting material. One article I particularly enjoyed was the Advantages Of Being A Polyglot Programmer from 2011 which describes part of his journey from a C# developer focused on one platform/language and dependent on Visual Studio and Resharper, to learning new languages like Ruby, JavaScript and Haskell and using strong text-editors like TextMate and Sublime Text 2.

It struck accord with me and quite a lot of the people I shared it with on Twitter:

I also posted some quotes from the article including:

This is one of the responses:

It reminded me of a recent vociferous exchange I'd seen on Twitter:

Judging by those comments as I’m not using Resharper when writing C# I must be "silly", "stupid" and "retarded".

Seriously though, this is not the first heated discussion around Resharper, and name calling doesn't feel like a grown up way to have a discussion, wouldn't it be better if we could just agree to disagree and live and let live.

So why am I not using Resharper?

The short answer is that I want to like Resharper and I've tried it a number of times, but each time I've found it overly intrusive in my workflows and ended up uninstalling it after a few days. If Resharper works for you though, honestly I'm happy for you. Even though I don't use Resharper, it doesn't mean I don't use or like tools, I use TestDriven.Net to run my unit tests, REPLs for getting quick feedback and I've been happily using the built-in basic refactoring tools in Visual Studio since they were introduced way back in 2005.

Longer answer

C# is not the only language I program in, you can also find me happily coding in C++, JavaScript, Python, Erlang and F#. Because of this I tend to favour simple workflows that work across languages, for example as Davy Brion describes I find "Find in Files" searches work pretty well, along with Visual Studio 2012's new search in solution explorer.

Home

Code smells

Back in 1999 Martin Fowler wrote about the idea of code smells in his Refactoring book. I consider finding myself typing the same thing over and over or jumping back and forth through the source code frequently, both as good forms of discovery of code smell. The former of code duplication, the later of high coupling. From bitter experience, instead of making code duplication easier through code generation, and code coupling easier through navigation tools, I want to get strong early signals of the problem and tackle it head-on before it gets out-of-control. That said there are times when both code generation and navigation tools can be handy too, and yet others when they feel more like I'm taping over gaping wounds with temporary bandages.

Step away from the tools

Sometimes when I’m stuck in the debugger for a while, I begin to feel like a gambler who’s trying to gamble his way out by doubling down instead of cutting their losses and walking away. Sometimes the best way to solve a problem is to step back from it and take some time to think about it (picture via Edwin Brady):

planning

And sometimes the solution isn't easily found in the code or the tool, but rather from stepping back and taking time to discuss it with your co-workers.