Tech Related

Of Casio and Smart Watches

Over the last five and a half years I have tracked every walk that I have been on, and I have tracked about five and a half million steps per year. That’s a lot of steps and a lot of going around in clrcles. Going around in clrcles makes tracking walks with smart watches/gps watches less interesting. That’s probably why I have been distracted by Casio watches. I haven’t been distracted by the 300-600 CHF watches.

Playing with Vim and Laravel

I love using Atom because it’s light and fast, even on a six year old machine like mine. Github is soon going to archive atom. I will lose my favourite editor. That’s why I played with VS Code, Sublime Text and other solutions. Vim is the winner for now. Vim is on every linux and mac machine, and can be installed on Windows. Out of the box Vim is a really simple, limited editor but if you invest the time, to find plugins, and learn how to use it then it becomes a great application.

PHP from the Command Line

Recently I learned that PHP has a built in server. You don’t need xampp or any of the other solutions. All you need is terminal open, have the current directory be the one with the PHP files you want to serve and type: “php -S localhost:8000” This might sound obvious to some but it took years for me to come across this. When you have to install xampp or other solutions you need to dedicate HD space, run the servers and more.

On the Pleasure of Small Machines/Laptops

For a while I had a mac book air and I used it for everything. I saw the mac book air as the machine to use for everything except for video editing. That’s what the mac book pro was for. Eventually I sold the Mac Book Air and then I took the MBP to an event and it was stolen and I found myself without a machine. I regretted selling the mac book air then, because if I had kept the mac book air then I would not have taken the MBP and it would not have been stolen.

Apollo Comms - A Series on YouTube

I have not studied electronics but I have studied the Google IT support course among others so I have some basics of how computers and tech work. This type of documentary series is interesting because it brings history to life, and explains how things work. It is not sensationalist, does not use too much music and more. It just guides you through how technology works. https://www.youtube.com/watch?v=v49ucdZcx9s I was surprised to hear that transmission was as low as 2 watts and as high as just 11 watts.

Initial Thoughts on the DJI Mini SE

Today I went for my first flight with the DJI Mini SE and it feels very familiar, after flying a spark so frequently, until I crashed that drone. I would have replaced the spark but I didn’t because it would either cost two thirds to replace the old one, or cost a lot to buy a new drone, with batteries and the rest of the gear. I waited. I didn’t wait for four weeks, four months, or four seasons.

On The Desire To Change Career

If I had been smart I would have changed career path around 2006-2007 when I was in London surrounded by entrepreneurs and web developers, rather than now during a pandemic. Normally I struggle to find new contracts because of two things. The first is that for camera and editing work there are very few opportunities per year, and the opportunities that do arise have hundreds, if not thousands of candidates so the probability of success is low.

Initial Thoughts on the Crosscall Core-S4

Not for FB or Twitter Today I started to play with the Crosscall Core-S4 and my impressions of it so far is that the Facebook and Twitter apps are not optimal for this device. They do not consider that with a small screen you should prioritise text over images. For those reasons I think that FB and Twitter are a reason to avoid this phone. This might actually encourage you to buy this phone.

An SVG clock

Sometimes we experiment and play with technology. The clock below is an SVG clock using SVG and Canvas technology to display local time. Doing it with these two technologies was easier than with JavaScript. The code doesn’t require calculating thousandths of a second like another clock I tried. The tutorial to make this clock is here: W3 Canvas Clock. var canvas = document.getElementById(“canvas”); var ctx = canvas.getContext(“2d”); var radius = canvas.

An Apple Break

A few weeks ago I bought some software via the Apple Store but changed my mind about wanting the software. I requested a refund, as I have in the past, and they asked for a justification so I gave them one, and they refused again. Out of principle I then cancelled all my app subscription renewals, as well as stopped looking at the Apple book store. One reason for using the Apple store, rather than buying apps direct from companies, is that reimbursements and more should be simpler.