Blog

By admin, Mon, 08/10/2026 - 12:44

I recently signed up for Amazon One Medical, largely because I saw a $49 price for a video visit. It seemed like a reasonable, inexpensive alternative to going to my regular doctor.

My experience was very different.

After having what I thought was a $49 video visit, I received notice that One Medical had billed my insurance $335. Because I hadn't met my deductible, I was then responsible for $120 of that amount.

By admin, Wed, 02/18/2026 - 09:44

Chrome recently changed how it handles installing sites like Google Voice as standalone apps, which looked like the feature had disappeared. In earlier versions, you could use the “Install app” icon directly in the address bar, but that option may no longer appear even though the underlying capability is still there. Thankfully, Chrome has just moved it into a different part of the browser menu rather than removing it entirely.

By admin, Wed, 12/18/2024 - 07:40

Here is a random selection of useful things I've found on the macOS that make development easier.  Enjoy!

 

  1. memory clean
  2. activity monitor
  3. monosnap screen & vidcaps
  4. disk utilities - repair permissions.


Various
 

CMD + H to hide the current app

echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.bash_profile

multi-select in PHPStorm: cmd-Opt-Shift-A

option (or alt) click on the speaker icon top right to control sound source & dest
 

By admin, Sun, 04/07/2024 - 07:51

One of the most fun things you can do in Austin in Spring every year, is go to HonkTX.  This free music festival celebrating brass bands spans 4 days and a range of venues in Austin.  I always have a rip-roaring great time listening and shaking my booty to their amazing tunes. This year my son Noah and I attended the Saturday festivities at Mueller Lake park. 

 

Here are some of my photos from this year's event:

 

By admin, Wed, 02/28/2024 - 17:13

I'm pretty pleased with this find. It suits my need for low overhead, low learning curve, easy install, stable and predictable. I asked Bing Copilot to write a few things about it:

Pinta is a free and open-source program designed for drawing and image editing. Its primary goal is to provide users with a straightforward yet powerful way to create and manipulate images across various platforms, including *Linux, Mac, Windows, and BSD1. Let’s delve into some of its notable features:

By admin, Thu, 01/04/2024 - 21:36

I recently put this Drupal 10 version of my site up (December 2023) and I've been browsing through my content on the old Drupal 7 site.  I came across some information that seemed worth sharing.

 

Here are some tech products that I use frequently and have for many years:

By Selwyn Polit, Wed, 08/25/2021 - 08:05

I'm struggling with a peculiar little problem.  My old faithful windows 10 computer will never eject the USB thumb drive.  It doesn't ever show any errors.  Its quite puzzling.  I have several usb devices currently working including a 4TB usb hard drive, usb keyboard and mouse and a Fujitsu USB scanner.  When I plug in the usb thumb drive, Windows makes the familiar boing noise and I can view the contents of the drive, but when I click the bottom right icon to eject, all goes well but explorer still sees the drive.  I can manually remove the thumb drive from th

By Selwyn Polit, Wed, 08/25/2021 - 08:05

I have to often issue commands like: vagrant up, or vagrant reload and OSX wants to be sure that I know what I am doing so it cleverly asks for my password.  Thanks to the efforts of a very smart coworker, there is a workaround to this problem.

 

First do:
which sed


and replace the /usr/bin/sed below with your path to sed)

These go under cmd alias specification section

Use this command to edit /etc/sudoers (don't do it directly):
sudo visudo