Learning Quantum Computing
Matt McCorry, 10 months ago
Over the past few years, I have tried to learn quantum computing, and failed. But I get closer each time. Here are some of the bestā¦
Over the past few years, I have tried to learn quantum computing, and failed. But I get closer each time. Here are some of the bestā¦
I have had my solar panels running since the end of March, about 7 months. App Stats When I go away on holiday, I throttle the system downā¦
During covid, I spent time looking into dumb phones, as I wanted to avoid all the tracking nonsense. Qin was a brand that stuck out. Theyā¦
In the back of my mind, I wondered for years if it's possible to improve navigation directions vs what I see in Google Maps. The walkingā¦
There are now cheap eSIM deals for international travel, but old phones and even budget new models don't support eSIM, so it appears you areā¦
You've probably heard it's really difficult to book a driving test, the rumours are correct. Ā But, here is how I booked my wife's drivingā¦
I have had a gym membership with Freedom Leisure for years, they run the council gyms in Brighton and Hove. It's a bit expensive at Ā£5ā¦
You may have never noticed it, but the GPS on most mobile phones is slow. It only updates at 1hz, the same speed since the first smartā¦
There are many companies offering to install solar panels. DIY should be an option, as it is elsewhere, but how does it work in the UK? Inā¦
Over the years, I had many different employment contracts, with different pension implications. Let's compare them. PAYE The bog standardā¦
I've been working on a codebase at work. One of the standards we are tying to implement is removing usage of We had some old code where weā¦
Regular Savings Accounts In the UK, it is common for banks to offer loss leader regular savings accounts. Normally you can pay in a setā¦
Overview Recently, I had to re-fix the mortgage on my house. Ā As with most people, the rate went up. Ā Fine, I was expecting that. Ā Whatā¦
Program Overview My energy provider has a system where on particular days they offer refund for reducing energy below your averageā¦
Problem Train tickets to London from Brighton are expensive. There are annual season tickets, but are they really worth it? Back in the dayā¦
Optimising Tax as a Salaried Employee Problem The is much information as to how one can minimise tax due when working via a limited companyā¦
Fiddler Fiddler is a web debugger. You can use it to intercept web requests made by the browser, capture the data sent, replay etc. Thereā¦
FluentAssertions with Moq For many years we (my team) have used FluentAssertions to make assertions within unit tests. It allows you to makeā¦
Nominal Typing Problem Recently I have been working on a new proof of concept product. For speed, much of the API returns dictionaries, thenā¦
React Dates Working with dates in React causes problems. JSON has no date format, so the API will serve up strings with the dates in ISOā¦
SignalR SignalR is a Microsoft technology that allows push messages from the server to the client. Under the hood, it uses a variety ofā¦
Analysers Analysers are compiler plugins that allow checking of source code, or more specifically the AST generated from the source codeā¦
Impressions of Vue vs React Whilst the two are client side JavaScript frameworks there are some major differences in the usage. Componentā¦
