-
Continue reading →: Git submodules and recreate repos with submodules and bad symlinks
OK, I had this problem with my personal repo where I had copied a bunch of courses that meant I was dragging around a lot of git lfs content. The solution was to recreate the repo as a new “richtong” repo, but this meant that all the organizations where I’m…
-
Continue reading →: The Strangeness that is Google Workspace Email Aliases (aka Google Groups)
OK, I have to say the strangest thing about Google Workspace (nee GSuite) is that they don’t have email aliases. Instead, the idea of a BBS (bulletin board system from the 1980s) is mashed up with a Newsletter and then get contorted into an internal email alias. Well, the need…
-
Continue reading →: OBS Open Broadcast System, Slack and Google Slides tips and tricks
OK, now that I’ve been using it for a bit here are some simple tips and tricks for OBS When you first install it. To get the virtual camera working you need to reboot the machine. Thanks @mcqueen for discovering that one! If you have a font you like, you…
-
Continue reading →: Docker on Apple M1 breaks on Jupyter Notebooks for AMD64/Intel so switch to Podman
Well with the licensing change that Docker is making everyone seems to be looking for an alternative, but this got real when @alex realized that the Docker Desktop for the Mac does not work with Jupyter Notebooks running on AMD64 that is 64-bit Intel at all after v4.0 and they…
-
Continue reading →: Now this is a real upgrade Neewer Studio Lights and OBS for a Home Zoom setup
Well, it is going to be another long dark winter of doing Zooms, so what are the best things for lighting. We have one setup that works well for podcasting with a single key light and a good Logitech BRIO camera plus a nice microphone (which are now down to…
-
Continue reading →: MagSafe 3, Magnetic Micro USB and MacBook Pro 2021 Accessories
Now that Apple has brought back the MagSafe 3 connector for the MacBook Pro 2021, it made me realize how much I miss this connector for two important reasons so off to look for magnetic connectors that fit USB C or Micro USB physical connectors. These connectors can be two…
-
Continue reading →: Where did shared Apple iCloud Tabs go? And What’s a Reading List
OK, this was a confusing one for me. In the past, on macOS, when you clock on the Show Tabs Overview at the upper right of the Safari tab bar, I normally expect to see all the shared tabs from other devices. At least this is how it worked MacOS.…
-
Continue reading →: Best Ad Blockers Reviewed Nov 2021
Well, every so often I review (Toms’ Guide) these things mainly because the online reviews are really not so helpful, so I installed the base and then tried a set of ad blockers again some test sites like: D3Ward. a pretty simple checker that is open checks the major ad…
-
Continue reading →: Zsh is pretty cool
Well, thanks to @alex, who mentioned that he uses zsh and not bash, so I spent or wasted two hours understanding it. It is definitely cool and the high points are: Bash scripts still work. Unlike other shells, the syntax is close to bash and as long as your scripts…
-
Continue reading →: The weirdness that is AMD64 on Apple M1 Silicon
OK, spent an hour with Alex working on this problem. He has some docker images which will not build on Apple AARCH64 (aka Arm64) architecture because they are so old. But Docker apparently allows you to run and build containers that are multiarchitecture. The problem is that the current Docker…