-
Continue reading →: The Internal Craziness that is Git Submodules and LFS a reflection
Well, these are really powerful, but incredibly hard to understand. It’s taken me five years to get a sense of how to really use these is to first understand at an architectural level what is really happening inside Git, then it makes sense how this whole thing works. It’s taken…
-
Continue reading →: Writing Documents with Deepnote and bringing Jupyter Lab up to snuff with Extensions
Ok, the ideal thing is that if you are writing some up intellectual property (IP) documents for say patents or papers, you need a good base to do this. Right now, I’m trying to set up a workflow that is efficient and easy for a patent attorney for instance to…
-
Continue reading →: Unifi Diagnosis: the troubles with github threat protection and mysterious iOS incompatibilities
OK, I thought I had beat this one, but now it looks like there are more issues, but in tuning our Unifi network I was working on two issues: Apple devices sometimes will not connect. If you turn on all the goodies with Wifi, then iOS clients will suddenly report…
-
Continue reading →: Google Cloud Platform Strategies: Of Kubernetes, GKE, Helm, and locally on a Mac with Microk8s
Ok with those preliminaries out of the way how do you get a GPU instance up and running and have it work easily. There are a few steps. The main issue are when you are thinking about this that there are 3.5 different ways to do things these days and…
-
Continue reading →: Google Cloud Platform using GCloud CLI to create projects and billing
Well in the world of Infrastructure as Code, the idea is that you try not to use the graphical interface and instead use the command line. Put it in scripts and other tools. So here are the basics for doing this with Google Cloud Platform. The nice thing is that…
-
Continue reading →: The confusion that is Google Cloud Platform Billing
It does seem that GCP is somewhat simpler than AWS (but not as simple as Digital Ocean) for sure. We just got some GCP Credits through their startup program and it is a little confusing how to get it and use it, so some notes: A startup can sign up…
-
Continue reading →: What a pain no Dark Mode for Mac Safari
This is one of the more annoying problems. With iOS you can set dark mode for the browser, but not for Mac. Instead, there are two utilities that cost money to do this. Dark Eyes for instance only works for five sites. The only solution seems to be to pay…
-
Continue reading →: Netlify frustration. There is netlify.yaml and don’t change the dns too fast
Ok, I spent way too much time like hours on this bug. But I’ve gotten to the point where I can fork a repo and create a new website just by adding to new files with Unsplash. But I hit a really confusing problem that drove me crazy. The problem…
-
Continue reading →: Testing Lambdas easily and locally
Well, there are so many ways to use server less functions and AWS Lambdas are the biggest way. If you are deploying these, there are also literally a dozen ways to do that. The simplest thing to do is to upload the Lambda and then use the AWS console to…
-
Continue reading →: More Geek: What’s all this then about quotes in bash
Ok, this has to be so confusing, but there are times when you are in a bash script and you want some variables to be substituted and some that are not. The easy case if when you want double quote inside a double quote, this is used when you are…