Problem: Find the sum of all the even numbers in the Fibonacci sequence whose values do not exceed 4 million. Q: What is the minimum section of the sequence that…
Problem: Find the sum of all numbers below 1000 which are a multiple of 3 or 5. Solution: Given the numbers involved, we can simply brute-force the answer by simply…
Invoice Ninja is a self-hosted and open source invoicing solution written using a PHP framework called Laravel. I wanted to give it a try as a replacement for my existing…
My distribution of choice for all my non-server machines is Xubuntu, due to its stripped down and low resource usage desktop environment. One thing that has irked me for ages…
One of the servers which I login to on a regular basis has the annoying habit of dropping any SSH connections where there has been no activity for more than…
Posted by
By PaulFebruary 6, 2019Posted inBusiness
One of the most important things about running your own business is deciding on the terms under which you will supply goods and services to clients. These are often contained…
If you move around between different branches a lot in Git, you might find that you accidentally make some changes on the wrong branch and only realise this when it…
Posted by
By PaulJanuary 11, 2019Posted inBusiness
One of the biggest changes when you become self-employed is the fact that your tax isn't deducted at source; instead you have to file a tax return each year and…
For some time it's been possible to automatically update the core of WordPress, ensuring that you get the latest security and bug fixes promptly. However, this functionality hasn't been extended…