-
Continue reading →: Dealing with external repos: submodules or what
Well if you have a project, you are inevitably going to have some external software. Whereas most folks just say, copy in a file into your own project, this works and is easy, but it means that if there is an update you won’t get it. The other option is…
-
Continue reading →: Sony Imaging Edge Mobile weirdnesses
Wow what a strange application SONY has written. I’m not sure why they did it this way but it is sure confusing. First of all setup is really confusing: You first download the Imaging Edge application from the AppStore You then must connect via WiFi. This requires you navigating to…
-
Continue reading →: Vim pathogen updates and switching to vim-plug
I had not realized it, but while pathogen is pretty awesome for managing bundles, it doesn’t have any update mechanism, so you have to recurl the ~/vim/autoload/plug.vim and also do a git pull for all your ~/vim/bundles which is kind of a pain. Maybe time to switch vim bundlers and folks like vim-plug…
-
Continue reading →: Running Octave for Coursera CS 223
Well trying to get (finally!) through the CS223 class on Coursera and actually do the homework, etc. One of the nice things is that Coursera let’s you run the entire course offline on your phone. But one of the big issues is that they only let you run a version…
-
Continue reading →: Digital Camera Workflow 2019
Well time once again to update how to process photos and videos. Life is a little more complicated when the inputs are: iPhone X. For most daily shots and really it is the easiest way to shoot panoramas and they come out pretty good looking at least for casual sharing.…
-
Continue reading →: Beware your Amazon Prime billing is handled differently than your regular orders
I didn’t realize this and the wrong card got charged for the annual Amazon Prime membership. Make sure you have the right one at Amazon Prime page, this is not the same as your regular orders page. You also want to turn on renewal reminders as well so you can…
-
Continue reading →: Changes to Gsuite Group Management
It is such a pain to create email alias with Gsuite. They have tried to fix this with some simplified things, but here is what you need to know: There is now a simplified UI to create an internal “Group”, this is what they call an email alias. They actually…
-
Continue reading →: Annoying but strange difference between Excel and google Sheets
With Excel when you want to concatenate strings you just use the overloaded plus sign, so =A3 + ” Hello” whould add the string hello to whatever is in cell A3. With Google Sheets, this doesn’t work, you need the use the ampersand, so =A3 & ” Hello” makes sense given the…
-
Continue reading →: Changing your primary domain as a startup with Gsuite domain aliases
When you are a startup, your name and your website are going to change quite a bit. Here’s a way to make it all easier. First of all if you use Gsuite, it will be easier since it supports the idea of multiple domains. You can actually have the same…
-
Continue reading →: Using Adobe Lightroom and PTGui Tips and Tricks
Doing panoramas with dSLRs seems to be basically a lost art. I have been using Hugin and then finally paid for PTGui, but there seems to be very little help for how to do this. I think the panorama modes in camera phones have really superseded all the copy and…