QA Graphic
September 25, 2020

Download Church Bulletin

Using Keyboard Maestro to automatically download the latest church bulletin

Churches in Massachusetts have limited attendance because of COVID-19. I decided to create a new Keyboard Maestro Macro to download the latest church bulletin - that way I know what's going on at mu local parish.

My parish uses e-churchbulletins.com, which generates a PDF file every week. When a new bulletin gets created it overites the file on the server.

So I created the following Macro:

Bash Church

What this does:

Every day at 4 am, it runs a Bash script, using curl and downloads the latest bulletin and saves it to my local computer using the current day. (This way it doesn't wright over any previous downloads. )

Copy of the BASH script:

#! /bin/bash
cd ~/Dropbox/Coronavirus/church
curl --output `date +%Y-%m-%d`.pdf https://www.e-churchbulletins.com/bulletins/

I have this running every day because I never know when the latest bulletin will be released.

The nice thing is that I just set it and forget it. Now I have a copy of all the church bulletins whenever I need to refer back to them.

Permalink
September 18, 2020

iCloud Drive

Better manage your storage

This week I have been busy cleaning up the storage on my MacBook computer. The "easy" way I have found to backup files is to use iCloud. I create backup folders in my iCloud Drive and move files into that directory. On my iMac, I then move the files to an external drive.

The reason that I am doing this method, instead of just connecting the external drive to the computer, is that I want to make sure that I backup files that are worth keeping. I don't want to just throw everything on an external drive without knowing what it is.

icloud Drive

Things I Learned About iCloud

When you move files to the iCloud drive on your computer it doesn't delete them from the computer. It basically moved it to the cloud services but you don't save space.

In order to "save space" you need to move the files of the iCloud service. This concept is the same as DropBox and other cloud services.

Make sure to check the "Optimize Mac Storage" checkbox in the iCloud settings. This will force iCloud to only download files that it needs.

You can add/remove space as needed. For example, you can upgrade to the 2TB plan for a couple of months for storage backups and then downgrade the service.

This is a great service if you are trying to clean up a couple of external drives. In addition, you can backup all your photos and videos taken on a vacation to the iCloud drive and not worry about losing them.

iCloud Icons

Often you may see strange icons next to the iCloud folder name. Here's what the icons mean:

Cloud Uploading to Cloud
Cloud with Arrow Backed up to Cloud. Not stored locally. Tap on the folder
Circle with Progress Copying locally

Permalink
September 11, 2020

multcloud.com

Manage Your Cloud Storage

Everyone has multiple cloud accounts. Whether is't Amazon, Google or Drive, things are stored everywhere. The problem comes when you want to manage them.

Multcloud.com makes it super easy to view all your files in one simple interface. No worry about switching browsers or windows. You can move from server to server with a simple click.

The nice thing about Multcloud.com is that you can move files between cloud services. This is awesome when you're running low on space on a particular server.

You can even sync data between cloud services, ensuring that your data is always available.

The Free Plan gives you 30GB Data Traffic/Month. The next step up is $9.90 a month which gives you 150GB Data Traffic/Month.

Five Ways to get the most out of MultiCloud.com

  1. Snapshot Of Your Cloud Accounts - At a glance you can see how much space is available in your cloud accounts.??

  2. Move Evernote Files - You can backup your Evernote files to a different cloud service. I was able to move images from Evernote to Google Photos.

  3. Automate Database Backups - Perform full MySQL database backups to a cloud to Amazon, Google, Drop Box. You can even schedule the transfers so you don't have to think about doing it every week.

  4. Clean up an old Cloud Account - I setup my Mega account back in 2015 and didn???t do anything with it. I basically had a lot of videos and photos. I used Multcloud.com to move these to Google Photos to free up space on Mega.

  5. Know What You Have and Where - Multcloud.com is a great way to audit your cloud services. You can easily find files and move things around. This helps get the most out of each cloud service.

Permalink
September 4, 2020

LaunchBar Image Actions

Latest Update to LaunchBar has cool Image actions.

This week LaunchBar did it's yearly update (Version 6/13). The update include many changes to various features of the application. You can read all about the latest changes in the LaunchBar Release Note.

One of the changes that I wanted to check out is this Action Change:

Updated and improved image conversion actions (rotate, flip, resize, compress, etc.). They are now better chainable with subsequent actions ??? the resulting images can be immediately sent to another action.

Launchbar Index

These actions are best using "Instant Send." To use Instant Send, simply select an image and then click on the shift key twice. Now you have the power of LaunchBar in your hands.

Image Conversion Actions

Let's say that you need to flip an image:

  • Select an Image.
  • Click on the Shift Key twice.
  • Type in Flip
  • Select Flip Image Horizontal or Flip Image Vertical
  • Click Return
  • Now You can perform another action, such as Resize or Recompress an Image.

To perform a compression, type in "Recompress." To Resize the image, type in "Resize." You can perform various actions to the same image.

The last task can be to airdrop the file to someone. Simply type in "air" and then

Just keep in mind when you perform these actions, the original image will be modified. If you want to do a comparison of the image, make a copy of the image.

Permalink
August 28, 2020

New iPhones Coming Soon

Will the new iPhones have more than just 5g?

Apple will be making some product announcements in late September. In the past, the announcements are related to new iPhone's products and accessories.

These are perfectly timed for the Christmas Season and the "Back to School" shopping.

This year the announcements are a bit late perhaps because of quality control issues.

Best Time To Buy Apple Products

If you are thinking of getting a new iPhone your better off waiting for a couple of weeks - maybe a month. Even if you don't get the latest and greatest, some of the older models may have deep discounts.

To find out when to buy a Macintosh computer, I highly recommend the Mac Rumor's Buyers Guide. They are the best resource on when the best time to get a new Apple device.

This year the rumor is that the new iPhones will be using the 5G standard. There's very limited support worldwide for 5G, so it will be interesting to see how sales go.

In Boston, Verizon has 5G Ultra Wideband coverage in some parts of the Fenway area, including Fenway Park, Foxborough, Boston Marathon Finish Line, and the Boston Garden. It appears that the 5g network is best for the sports venue. Outside of these areas, you're getting the usual 4G LTE.

Permalink
August 21, 2020

Macintosh HFS Disk Format

MacOS Sierra no longer supports HFS disk format

When macOS Catalina was introduced, Apple quietly made a change to how it supports old file system formats.

Apple dropped support for formatting or writing HFS disks and images, which remain supported as read-only volumes. Starting with macOS 10.15, **HFS disks can no longer be read**.

This means that if you have CDs or DVDs using this format you will start seeing this error:

Could not mount ???X". (com.apple.DiskManagement.disenter error 49153.)

Disk Management Error 49153 Desktop
Disk Management Error 49153 Mobile

Now what?

There is no way around reading these disk media files in macOS Catalina and beyond. You will need to "rollback" to the previous MacOS or use an older iMac.

Remember this doesn't happen to all media. Only media files that used HFS disk format.

Note: This also applies to USB Thumb drives. If you have some old drives that suddenly stopped working, it could be this reason.

Tech Notes

There is a difference between HFS formats:

  • HFS - Mac OS Standard, Introduced with System 2.1 in September, 1985.
  • HFS+ - Mac OS Extended, Introduced as part of Mac OS 8.1 in January, 1998.

Apple stopped supporting HFS since macOS Sierra - which was released 3 years ago. Apple Still supports HFS+ format. Apple currently favors the Apple File System (APFS)

Netscape CD

Netscape Disk Utility

Using Disk Utility, I highlighted the file system being used my Netscape 6 CD. As you can see it was formatted for Max OS Standard. So now, if I want to get files off this CD, I have to use an old Mac. (Netscape had some cool space images on these CDs.)

Permalink
August 14, 2020

Path Finder 9 Productivity

Top 4 Things that Make Path Finder 9 Awesome

Here are four Ways that Path Finder makes you more productive using your Macintosh Computer. Path Finder 9 is a powerful Finder replacement with lots of tools and utilities that make using the computer a lot of fun. (See my blog overview on Path Finder)

Menu Bar Application Access

Path Finder Menu

Quickly access many applications and documents right from the menu bar. No need to remember shortcuts or navigate the LaunchPad. Just click on the icon in the menu bar from any application and quickly go wherever you want.

There's a "Launch Application" feature where you can quickly go to your application with a quick search. The nice thing about this is that it contains more applications than what's available in the LaunchPad. Basically another way to get to your apps.

Size Browser

Path F Inder Size Browser

The Size Browser is a cool way to view your hard drive by file size. Simply click on each folder and start narrowing your way through your computer.

This isn't as pretty as DaisyDisk, but its just as practical. Path Finder's Size Browser fast and helps me navigate to the biggest files on my drive.

A cool feature of Size Browser is that is digs into Apple's Photo Library collections, so you can discover large files in there. Useful when you backup the Photo Library, and now you want to look into it.

Font Reports

Path Finder Font Report

This is a great way to get a snapshot of all the fonts that you have currently installed on your computer. You can print this out and have it handy for when you are looking for that perfect font for your headline.

Path Finder creates a new Rich Text Document, so you have the flexibility to increase the font size.

This is very useful when you manage multiple computers. The report can tell you a lot about what fonts are available.

Ratings Are Back!

Path Finder Rating

Remember when you could rate images in iPhoto? That was taken away with the new Photos app.

With Path FInder, you can now use ratings again! You don't need the alternative solution.

The nice thing is that you now can define ratings for any object. So you can rate photos, Word Documents, Folders and even Applications.

So, Why do this? Well you can use Smart Folders and only show the 5-Star applications you use every day.

The nice thing is that this carries over to the Finder, so you can use Spotlight and Search for 5-Star photos, folders, movies???etc.

Permalink
August 7, 2020

Inkscape Spray Tool

Create cool effects with the spray tool in Inkscape

Have you wondered how to get this done?

BBEdit Icons Spray
Lots of BBEdit Icons!

Here's a neat way to empathize wearing a mask:

Face Mask Spray
"Wonder if we should wear a mask?"

On the Macintosh, the only application that I found to get this effect is Inkscape. You can't do this in Photoshop Elements or Affinity Photo. The nice thing is that Inkscape is free, so you don't have to worry about paying for an application just to use this tool.

Inkscape Spray

The spray tool in Inkscape basically sprays whatever the selected object is. Simply select an object, click on the spray tool and then start spreading the image the way you would like. Each spray creates a new image on the current selected layer.

You can get tricky by creating different sizes on different layers. In addition, there's a lot of configurations that may make your image unique.

Spray Options

There are several options that impact what happens when you click the mouse button:

Width - How big of a spray area do you want. That is, how big of a spray nozzle do you want.

Amount - How often should a image be placed as you move the mouse.

Rotation - Set if you want the image to rotate as you spray.

Scale - Each image sprayed will randomly change in size. Don’t want this? Then use 0.

Scatter - Do you want the scatter the images around?

Focus - Where should the image appear relative to where you are spraying? A large number means that the image will not appear directly where you click.

Cool Effect

This is a really cool effect to use for blog post or category headers. You can combine the images, change color and so much more.

So if your out of a clue for a blog post graphic, why not try the Spray Option in Inkscape.

Permalink
July 31, 2020

Reset Preview Icons

How to reset Macintosh Preview Icons

Every so often I find that my preview thumbnails through my Mac finder disappear. They don???t disappear entirely, they just stop displaying the preview of the file and show only the generic jpeg icon. It???s a fairly cumbersome problem, especially when the icon previews help determine which files I may want to use.

Fortunately, there???s an easy fix for this and it???s basically nondestructive.

  • Open to the Preferences folder of your home directory
  • (your home > library > preferences)
  • Delete com.apple.finder.plist
  • Right click on Finder icon in the dock and select Relaunch.

Note: This may not fix all icons. I find that it works best with EPS files and AI files.

Permalink
July 24, 2020

Apple Notes

Some Things I have learned why playing with the app

This week I have decided to go "all in" with using various note-taking tools. I have made the decision of moving away from the Evernote subscription service. One of the reasons that I have decided to move on was that that I haven't been using Evernote much and couldn't justify paying for the services.

On of my note-taking apps is Apple Notes. It's great because it's available on my iMac and iPhone. I don't use my Samsung Galaxy Tab E as much because of working from home due to COVID-19.

I have been playing around with Apple Notes and I like it. It does take some time to get used to using the applications. (I had to promote it to my iPhone Homepage so that I would use it more frequently.)

Three Things I have Learned

Here are some things that I have discovered.

Limited AppleScript Support

Works With Apple Script - No surprise, but it works with AppleScript. At this time it's not possible to create a new Note using AppleScript. I checked the dictionary and it doesn't support it. (Weird that EverNote has better AppleScript support) Right now you can basically show an Apple Note file.

This is my AppleScript that I was trying to run:

tell application "BBEdit"
	set docname to name of text window 1
	set doctext to contents of window 1
end tell
tell application "Notes"
	create note name docname with body doctext
end tell

No Text Services

There's No Text Services Actions - In the Keyboard preference panel, there's a service section. This is where you can enable services such as "Search in Google" or "Send Message." There's no ability to send selected text to Apple Notes.

Checklist

You can create a checklist and when things are done, the item gets moved to the bottom of the list. When starting a note, to get to the checklist format simply type in Shift-Command-L.

You can also add list levels by typing a Tab next to an item to make it a sub list. So if you're putting together a Saturday morning shopping list, you can have the top-level be the stores to visit and the sub-items be the things to pick up in the store.

Permalink

About

A Mac veteran since 1989, I'm here to share my experience with tips and tricks every Friday. Witnessing the evolution of Mac software and hardware firsthand, I've gained a deep understanding of how these machines work and can help you troubleshoot any issues that may come up.

Check out all the blog posts.

Schedule

FridayMacintosh
SaturdayInternet Tools
SundayOpen Topic
MondayMedia Monday
TuesdayQA
WednesdayNew England
ThursdayGluten Free