Warning, Conferences ahead!

Update 24/08/2015 : some helpful people pointed out that I’ve missed a couple of other notable conferences here, including: Leetspeak (10th Oct Stockholm) Distributed Matters Berlin (19th Sep) and Barcelona (21st Nov) CodeMotion Berlin (2nd-3rd Nov), Milan (20th-21st Nov) and Madrid (27th-28th Nov) Lambda World (24th Oct Cadiz)   It’s almost that time of the year again, that last …

Warning, Conferences ahead! Read More »

More fun with APL

Note: see the rest of the series so far.   I stumbled across this post the other day and problem 2 seems like something I can easily do in APL since it essentially requires you to interleave two arrays. The problem is: Write a function that combines two lists by alternatingly taking elements. For example: given the …

More fun with APL Read More »

My picks from OSCON keynotes

So OSCON came and went, and whilst I haven’t seen the recording for any of the sessions, the keynotes (and a bunch of interviews) are available on YouTube. Unlike most conferences, the OSCON keynotes are really short (average 10-15 mins each) and having watched all the published keynote sessions here are my top picks.   Simon Wardley – …

My picks from OSCON keynotes Read More »

Tokyo Experience Report

Quite a few people have asked me about my trip to Tokyo recently and to see some pictures, so here’s a completely non-technical post about my experience there! Hopefully this will help your planning if you’re looking to visit Japan in the near future.   Airports There are two international airports for Tokyo – Narita …

Tokyo Experience Report Read More »

Slides for “F# at Gamesys”

I recently gave a talk on the various use cases we have for F# at Gamesys Social at the Tokyo F# User Group during my trip there. The slides are available on Slideshare and I’ll share links to recording once they become available. F# at GameSys from Yan Cui

Smallest .Net ref type is 12 bytes (or why you should consider using value types)

(Update 2015/07/21 : read the next post in this series to learn about the places where implicit boxing happens with value types and how you can prevent them)   I chanced upon Sasha Goldshtein’s excellent book, Pro .Net Performance : Optimize Your C# Application, a few years back and I thoroughly enjoyed it. Even though …

Smallest .Net ref type is 12 bytes (or why you should consider using value types) Read More »

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close