Tech is a very fluid and changing world, but one of the most lasting truths in technology is Conway’s Law. Any organization that designs a system will inevitably produce a design whose structure is a copy of the organization’s communication structure. “How do committees invent?“, Melvin Conway What does Conway’s
Continue readingCategory: Technology
A Shortcut to Continuous Delivery
“Continuous Delivery” is a concept in software development where updates to IT products are promoted to production on a rapid cadence. Each organisation and industry is different, but delivering changes at least once a day is a commonly accepted definition. While there are obvious risks to releasing code at such
Continue readingCan you make a Raspberry Pi Security Camera?
This weekend’s geeky challenge: Making a Raspberry Pi Security Camera. TL;DR – Here’s a basic, practically-ready-to-deploy, open-source Raspberry Pi security camera. Brief Mostly because I’m cheap (but partly to reduce the scope and therefore increase chance of success) I added a few constraints: Periodic still image capture is OK (streaming
Continue readingRunning an ASP.NET Core 2.0 app on Raspbian Stretch Linux on a Raspberry Pi with HTTPS
Today’s challenge: Serve a public API over HTTPS from a Raspberry Pi. I’ll follow up with an article about containerising the app and running it from docker on the Pi. This article is a fast-paced guide to getting started without stopping to dwell on the details. Some details will be
Continue readingThe Rise of the Blockchain
Within a few short years we could find our banking system is bankrupt. No, I’m not trying to predict another subprime mortgage collapse, and this isn’t another anti-Trump message of doom (although his lack of understanding of ‘the cyber’ and affinity with traditional business models will not help the United States
Continue readingWhy do people only read things that back up their way of thinking?
Remember when the internet was in its infancy? We all had to put up with little 468 x 90 banner ads everywhere you looked – and sometimes we clicked them because we didn’t know better. As time went on we grew smarter, we were able to tell the bad adverts
Continue readingGoogle Watch: Time to DuckDuckGo
Google do a lot of good things. They host free webfonts to make the web a nicer place to be. Their cloudy PaaSÂ service, Engine Yard, gets rave reviews. Their maps are better than anyone’s, their mobile OS is the most popular in the world, and their photo hosting offer is
Continue readingaspnetcore.dll failed to load. The data is the error
This morning, while trying to debug our big ol’ web project in Visual Studio 2015 I encountered a problem – it held me up for a while so I wanted to quickly blog about the solution in case it hits you too. When hitting F5 to start debugging, Chrome launched
Continue reading