Neil Chintomby's Blog http://neil.chintomby.com/ Neil Chintomby's Blog en-US Fri, 29 Sep 2023 15:20:36 +0000 Fri, 29 Sep 2023 15:20:36 +0000 Copyright 2013 Neil Chintomby 3600 nchintomby+rss@gmail.com (Neil Chintomby) Deciding When to Build or When to Buy http://neil.chintomby.com/2020/build-or-buy/ <p>As an engineer or engineering leader building new solutions – this happens very frequently at startups – you often have to answer whether is it better to build a solution from scratch or buy (or rent) an existing and off-the-shelf solution. You may want to build something new, but it may not... Tue, 14 Jul 2020 00:00:00 +0000 http://neil.chintomby.com/2020/build-or-buy/ nchintomby+rss@gmail.com (Neil Chintomby) QuickChat and WebRTC http://neil.chintomby.com/2013/quickchat-and-webrtc/ <p>I have been working on a personal project called QuickChat for the last 3 weeks. A large part of the project uses <a href="https://en.wikipedia.org/wiki/WebRTC" title="WebRTC">WebRTC</a>. It has been a lot of fun and I have learned a lot during this process.</p> <h3... Tue, 12 Nov 2013 00:00:00 +0000 http://neil.chintomby.com/2013/quickchat-and-webrtc/ nchintomby+rss@gmail.com (Neil Chintomby) Learning and using Erlang http://neil.chintomby.com/2013/learning-elang/ <p>Recently, I built an <a href="http://erlang.org" title="Erlang">Erlang</a>-based realtime messaging platform at <a href="http://blog.path.com/post/44744024724/a-brand-new-language-introducing-path-3-with-private" title="Path Messaging">work</a>. This post goes into detail about... Wed, 15 May 2013 00:00:00 +0000 http://neil.chintomby.com/2013/learning-elang/ nchintomby+rss@gmail.com (Neil Chintomby) Building a Realtime Messaging Platform with Erlang http://neil.chintomby.com/2013/building-realtime-messaging-erlang/ <p>Recently at <a href="http://path.com/" title="Path">work</a>, we launched a realtime <a href="http://blog.path.com/post/44744024724/a-brand-new-language-introducing-path-3-with-private" title="Path Messaging">messaging</a> feature. We used <a href="http://erlang.org"... Sun, 21 Apr 2013 00:00:00 +0000 http://neil.chintomby.com/2013/building-realtime-messaging-erlang/ nchintomby+rss@gmail.com (Neil Chintomby) A New Blog! http://neil.chintomby.com/2012/a-new-blog/ <p>Recently, I decided to move a new blogging setup. Previously, I used a self-hosted Wordpress install, then a custom Django app, and briefly Posterous.</p> <p>I wanted a setup that:</p> <ul> <li>does not require a database</li> <li>generated static html pages</li> <li>allowed me to use... Mon, 03 Dec 2012 00:00:00 +0000 http://neil.chintomby.com/2012/a-new-blog/ nchintomby+rss@gmail.com (Neil Chintomby) Using Cython for Great Speedups http://neil.chintomby.com/2012/using-cython-for-great-speedups/ <h3 id="about-cython">About Cython</h3> <p><a href="http://python.org/" title="Python">Python</a> is a great dynamic language; it provides layers of abstractions (dynamic typing and memory management to name two) over the underlying hardware and makes it easier and faster to write productive... Thu, 03 May 2012 00:00:00 +0000 http://neil.chintomby.com/2012/using-cython-for-great-speedups/ nchintomby+rss@gmail.com (Neil Chintomby) Building a Django Session Backend using Riak http://neil.chintomby.com/2011/django-session-riak/ <h4 id="introduction">Introduction</h4> <p>At <a href="http://www.mochimedia.com" title="Mochimedia">MochiMedia</a> we use 'Django in non-standard ways'. One of the non-standard things we do is use a <a href="http://www.djangoproject.com" title="Django">Django</a> custom session backend for <a... Sun, 03 Jul 2011 00:00:00 +0000 http://neil.chintomby.com/2011/django-session-riak/