<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Macos on myByways</title><link>https://myByways.com/tags/macos/</link><description>Recent content in Macos on myByways</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 15 Feb 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://myByways.com/tags/macos/index.xml" rel="self" type="application/rss+xml"/><item><title>Creating an audiobook (.m4b) with FFmpeg</title><link>https://myByways.com/post/creating-an-audiobook-m4b-with-ffmpeg/</link><pubDate>Sun, 15 Feb 2026 00:00:00 +0000</pubDate><guid>https://myByways.com/post/creating-an-audiobook-m4b-with-ffmpeg/</guid><description>&lt;p&gt;Following on from my previous TTS post using &lt;a href="https://myByways.com/post/chatterbox-turbo-tts-with-mlx-audio"&gt;Chatterbox Turbo&lt;/a&gt; (or any other TTS like &lt;a href="https://myByways.com/post/running-kokoro-tts-via-macos-containerisation-framework"&gt;Kokoro&lt;/a&gt; or &lt;a href="https://myByways.com/post/qwen3-tts-with-mlx-audio-on-macos"&gt;Qwen3-TTT&lt;/a&gt;), here is code to combine audio files in a single &lt;code&gt;.m4b&lt;/code&gt; audiobook retaining author and title metadata, chapter markers, and a cover image. Mostly this is a Python wrapper to &lt;a href="https://www.ffmpeg.org" rel="external"&gt;FFmpeg&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Chatterbox Turbo TTS with MLX-Audio</title><link>https://myByways.com/post/chatterbox-turbo-tts-with-mlx-audio/</link><pubDate>Tue, 10 Feb 2026 00:00:00 +0000</pubDate><guid>https://myByways.com/post/chatterbox-turbo-tts-with-mlx-audio/</guid><description>&lt;p&gt;In my last post, I tried &lt;a href="https://myByways.com/post/qwen3-tts-with-mlx-audio-on-macos"&gt;Qwen3-TTS&lt;/a&gt;&amp;hellip; This time, I test &lt;a href="https://www.resemble.ai/chatterbox-turbo/" rel="external"&gt;Chatterbox Turbo by Resemble.ai&lt;/a&gt;, which is an open-source, MIT licensed, text-to-speech model with zero-shot cloning.&lt;/p&gt;</description></item><item><title>Qwen3-TTS with MLX-Audio on macOS</title><link>https://myByways.com/post/qwen3-tts-with-mlx-audio-on-macos/</link><pubDate>Mon, 02 Feb 2026 00:00:00 +0000</pubDate><guid>https://myByways.com/post/qwen3-tts-with-mlx-audio-on-macos/</guid><description>&lt;p&gt;Alibaba’s &lt;a href="https://github.com/QwenLM/Qwen3-TTS" rel="external"&gt;Qwen3-TTS&lt;/a&gt; for &lt;strong&gt;Speech Synthesis&lt;/strong&gt; (text-to-speech) was open-sourced (Apache-2.0) on 22 Jan 2026. And within the last couple of weeks, we now have Apple Silicon optimization via &lt;a href="https://github.com/Blaizzy/mlx-audio" rel="external"&gt;MLX-Audio&lt;/a&gt;. Here is code to create an audiobook from an ePub.&lt;/p&gt;</description></item><item><title>Updating CrossOver to GamePorting Toolkit 3.0</title><link>https://myByways.com/post/updating-crossover-to-gameporting-toolkit-3-0/</link><pubDate>Sun, 14 Dec 2025 00:00:00 +0000</pubDate><guid>https://myByways.com/post/updating-crossover-to-gameporting-toolkit-3-0/</guid><description>&lt;p&gt;The current version of &lt;a href="https://www.codeweavers.com/crossover" rel="external"&gt;CrossOver 25.1.1&lt;/a&gt; utilizes with Apple’s &lt;a href="https://developer.apple.com/games/game-porting-toolkit/" rel="external"&gt;Game Porting Toolkit 2.1&lt;/a&gt;. Here is how to update it to use Game Porting Toolkit 3.0 (GPTK), released (updated) on 5 December 2025, which emulates &lt;a href="https://developer.nvidia.com/rtx/dlss" rel="external"&gt;NVIDIA DLSS&lt;/a&gt; with &lt;a href="https://developer.apple.com/documentation/metalfx" rel="external"&gt;MetalFX&lt;/a&gt;!&lt;/p&gt;</description></item><item><title>Running Kokoro TTS via macOS Containerisation Framework</title><link>https://myByways.com/post/running-kokoro-tts-via-macos-containerisation-framework/</link><pubDate>Sun, 17 Aug 2025 00:00:00 +0000</pubDate><guid>https://myByways.com/post/running-kokoro-tts-via-macos-containerisation-framework/</guid><description>&lt;p&gt;A short 2-in-1 post of two things I’ve been meaning to try out on macOS - first, to try the new &lt;a href="https://apple.github.io/container/documentation/" rel="external"&gt;macOS Container framework&lt;/a&gt; on macOS 15.5&amp;hellip; and second, to spin up &lt;a href="https://huggingface.co/hexgrad/Kokoro-82M" rel="external"&gt;Kokoro Text-to-Speech (TTS)&lt;/a&gt; in a container.&lt;/p&gt;</description></item><item><title>Using Flux.1 in GGUF format on macOS</title><link>https://myByways.com/post/using-flux1-in-gguf-format-on-macos/</link><pubDate>Tue, 20 Aug 2024 00:00:00 +0000</pubDate><guid>https://myByways.com/post/using-flux1-in-gguf-format-on-macos/</guid><description>&lt;p&gt;&lt;a href="https://github.com/city96" rel="external"&gt;city96&lt;/a&gt; has published &lt;a href="https://github.com/ggerganov/ggml/blob/master/docs/gguf.md" rel="external"&gt;GGUF&lt;/a&gt; versions of the Flux1.Dev model and T5 XXL text encoder, along with custom nodes to use them in &lt;a href="https://github.com/comfyanonymous/ComfyUI" rel="external"&gt;ComfyUI&lt;/a&gt; - thought I’d try them on my &lt;strong&gt;M2 Mac mini&lt;/strong&gt;, hoping for faster inference!&lt;/p&gt;</description></item><item><title>Fun with Llama 3 (8B) in Ollama</title><link>https://myByways.com/post/fun-with-llama-3-8b-in-ollama/</link><pubDate>Sun, 21 Apr 2024 00:00:00 +0000</pubDate><guid>https://myByways.com/post/fun-with-llama-3-8b-in-ollama/</guid><description>&lt;p&gt;I saw a post on Reddit, entitled &lt;a href="https://www.reddit.com/r/LocalLLaMA/comments/1c90gl8/llama_3_rocks_with_taking_on_a_personality/" rel="external"&gt;“Llama 3 rocks with taking on a personality!”&lt;/a&gt;. A fun experiment! I thought to replicate it, blatantly copying the puzzle presented. &lt;a href="https://ai.meta.com/blog/meta-llama-3/" rel="external"&gt;Llama 3, released by Meta&lt;/a&gt; just before the weekend, is impressive.&lt;/p&gt;</description></item><item><title>A game with Mistral 7B using Ollama</title><link>https://myByways.com/post/a-game-with-mistral-7b-using-ollama/</link><pubDate>Wed, 20 Mar 2024 00:00:00 +0000</pubDate><guid>https://myByways.com/post/a-game-with-mistral-7b-using-ollama/</guid><description>&lt;p&gt;I keep posting about Stable Diffusion, but I do experiment with &lt;strong&gt;Large Language Models&lt;/strong&gt; too! I do not have much to contribute in this regard, instead, here is the transcript of a game I played with the open source &lt;a href="https://mistral.ai/news/announcing-mistral-7b/" rel="external"&gt;Mistral 7B model&lt;/a&gt; via &lt;a href="https://ollama.com/" rel="external"&gt;Ollama&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Extracting images from PDF files</title><link>https://myByways.com/post/extracting-images-from-pdf-files/</link><pubDate>Sat, 06 Jan 2024 00:00:00 +0000</pubDate><guid>https://myByways.com/post/extracting-images-from-pdf-files/</guid><description>&lt;p&gt;Happy new year!&lt;/p&gt;
&lt;p&gt;Ever needed to extract images from PDFs and found both on-line and off-line tools lacking? Well, I certainly have, and here I present my Python code to extract JPGs/PNGs from PDFs, using &lt;a href="https://github.com/pymupdf/PyMuPDF" rel="external"&gt;PyMuPDF&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Go even faster with SDXL-Turbo!</title><link>https://myByways.com/post/go-even-faster-with-sdxl-turbo/</link><pubDate>Wed, 29 Nov 2023 00:00:00 +0000</pubDate><guid>https://myByways.com/post/go-even-faster-with-sdxl-turbo/</guid><description>&lt;p&gt;In the span of a couple of weeks, we got &lt;a href="https://myByways.com/post/crazy-fast-image-generation-with-lcm-lora-for-sdxl"&gt;Crazy fast image generation with LCM LoRA for SDXL&lt;/a&gt;, which led me to ask if I could get &lt;a href="https://myByways.com/post/faster-stable-diffusion-on-mseries-macs"&gt;Faster Stable Diffusion on M-series macs?&lt;/a&gt;. A few hours ago, &lt;strong&gt;Stability.ai&lt;/strong&gt; gave us their response in the form of &lt;a href="https://huggingface.co/stabilityai/sdxl-turbo" rel="external"&gt;SDXL-Turbo&lt;/a&gt;&amp;hellip; and now we go even faster!&lt;/p&gt;</description></item><item><title>Faster Stable Diffusion on M-series macs?</title><link>https://myByways.com/post/faster-stable-diffusion-on-mseries-macs/</link><pubDate>Mon, 27 Nov 2023 00:00:00 +0000</pubDate><guid>https://myByways.com/post/faster-stable-diffusion-on-mseries-macs/</guid><description>&lt;p&gt;All my recent &lt;a href="https://stability.ai/stable-diffusion" rel="external"&gt;Stable Diffusion XL&lt;/a&gt; experiments have been on my Windows PC instead of my M2 mac, because it has a faster Nvidia 2060 GPU with more memory. But today, I’m curious to see how much faster diffusion has gotten on a M-series mac (M2 specifically).&lt;/p&gt;</description></item><item><title>Scale and Composite Latents with SDXL</title><link>https://myByways.com/post/scale-and-composite-latents-with-sdxl/</link><pubDate>Sat, 05 Aug 2023 00:00:00 +0000</pubDate><guid>https://myByways.com/post/scale-and-composite-latents-with-sdxl/</guid><description>&lt;p&gt;In this post, I experiment with &lt;strong&gt;latent scaling&lt;/strong&gt; and &lt;strong&gt;latent compositing&lt;/strong&gt; with &lt;a href="https://stability.ai/blog/stable-diffusion-sdxl-1-announcement" rel="external"&gt;SDXL 1.0&lt;/a&gt; using &lt;a href="https://github.com/comfyanonymous/ComfyUI" rel="external"&gt;ComfyUI&lt;/a&gt;. That is to say, increasing / decreasing the size of the image, and combining multiple images into one à la green screen (chroma key) compositing.&lt;/p&gt;</description></item><item><title>CLIPSeg with SDXL in ComfyUI</title><link>https://myByways.com/post/clipseg-with-sdxl-in-comfyui/</link><pubDate>Mon, 31 Jul 2023 00:00:00 +0000</pubDate><guid>https://myByways.com/post/clipseg-with-sdxl-in-comfyui/</guid><description>&lt;p&gt;Onward with &lt;a href="https://stability.ai/blog/stable-diffusion-sdxl-1-announcement" rel="external"&gt;SDXL&lt;/a&gt; and &lt;a href="https://github.com/comfyanonymous/ComfyUI" rel="external"&gt;ComfyUI&lt;/a&gt;! Sometimes I want to tweak generated images by replacing selected parts that don’t look good while retaining the rest of the image that does look good. Rather than manually creating a mask, I’d like to leverage &lt;a href="https://github.com/timojl/clipseg" rel="external"&gt;CLIPSeg&lt;/a&gt; to generate a masks from a text prompt.&lt;/p&gt;</description></item><item><title>SDXL with Offset Example LoRA in ComfyUI for Windows</title><link>https://myByways.com/post/sdxl-with-offset-example-lora-in-comfyui-for-windows/</link><pubDate>Sun, 30 Jul 2023 00:00:00 +0000</pubDate><guid>https://myByways.com/post/sdxl-with-offset-example-lora-in-comfyui-for-windows/</guid><description>&lt;p&gt;Yesterday I mentioned in passing that my &lt;a href="https://myByways.com/post/stable-diffusion-sdxl-1-0-with-comfyui"&gt;Nvidia RTX 2060 with 12GB could not run both SDXL 1.0 Base and Refiner models&lt;/a&gt; in a single &lt;a href="https://github.com/comfyanonymous/ComfyUI" rel="external"&gt;ComfyUI&lt;/a&gt; workflow. Today, I show you my workaround and also experiment with adding the &lt;a href="https://stability.ai/blog/stable-diffusion-sdxl-1-announcement" rel="external"&gt;SDXL 1.0&lt;/a&gt; &lt;strong&gt;Official Offset Example LoRA&lt;/strong&gt; to the workflow.&lt;/p&gt;</description></item><item><title>Stable Diffusion SDXL 1.0 with ComfyUI</title><link>https://myByways.com/post/stable-diffusion-sdxl-1-0-with-comfyui/</link><pubDate>Sat, 29 Jul 2023 00:00:00 +0000</pubDate><guid>https://myByways.com/post/stable-diffusion-sdxl-1-0-with-comfyui/</guid><description>&lt;p&gt;&lt;strong&gt;Stability.ai&lt;/strong&gt; has released &lt;a href="https://stability.ai/blog/stable-diffusion-sdxl-1-announcement" rel="external"&gt;Stable Diffusion XL (SDXL) 1.0&lt;/a&gt; (26 July 2023)! Time to test it out using a no-code GUI called &lt;a href="https://github.com/comfyanonymous/ComfyUI" rel="external"&gt;ComfyUI&lt;/a&gt;!&lt;/p&gt;</description></item><item><title>Configure a mouse for macOS trackpad-like gestures</title><link>https://myByways.com/post/configure-a-mouse-for-macos-trackpad-like-gestures/</link><pubDate>Sun, 16 Jul 2023 00:00:00 +0000</pubDate><guid>https://myByways.com/post/configure-a-mouse-for-macos-trackpad-like-gestures/</guid><description>&lt;p&gt;A short post about setting up a mouse on macOS to mimic trackpad gestures.&lt;/p&gt;</description></item><item><title>Running Steam in Game Porting Toolkit</title><link>https://myByways.com/post/running-steam-in-game-porting-toolkit/</link><pubDate>Wed, 14 Jun 2023 00:00:00 +0000</pubDate><guid>https://myByways.com/post/running-steam-in-game-porting-toolkit/</guid><description>&lt;p&gt;In &lt;a href="https://myByways.com/post/apple-game-porting-toolkit-with-whisky"&gt;my previous post&lt;/a&gt;, I managed to get &lt;a href="https://github.com/IsaacMarovitz/Whisky" rel="external"&gt;Whisky&lt;/a&gt;, with Apple’s &lt;strong&gt;Game Porting Toolkit&lt;/strong&gt;, working on macOS Ventura without Homebrew. Here I manage to get &lt;a href="https://store.steampowered.com/about/" rel="external"&gt;Steam&lt;/a&gt; running after jumping through hoops.&lt;/p&gt;</description></item><item><title>Apple Game Porting Toolkit with Whisky</title><link>https://myByways.com/post/apple-game-porting-toolkit-with-whisky/</link><pubDate>Mon, 12 Jun 2023 00:00:00 +0000</pubDate><guid>https://myByways.com/post/apple-game-porting-toolkit-with-whisky/</guid><description>&lt;p&gt;A long time ago, I compiled &lt;strong&gt;Wine&lt;/strong&gt; from scratch on 32-bit macOS Sierra. I lost interest because I never used it. Now after WWDC 2023, everyone is talking about the happy side effect of Apple’s &lt;strong&gt;Game Porting Toolkit&lt;/strong&gt; (GPTK) which uses Wine under the hood to run &lt;strong&gt;Windows 10&lt;/strong&gt; &lt;strong&gt;DirectX 12&lt;/strong&gt; games on macOS!&lt;/p&gt;</description></item><item><title>Run code in a macOS Sandbox</title><link>https://myByways.com/post/run-code-in-a-macos-sandbox/</link><pubDate>Sun, 11 Jun 2023 00:00:00 +0000</pubDate><guid>https://myByways.com/post/run-code-in-a-macos-sandbox/</guid><description>&lt;p&gt;I sometimes test randomly downloaded code on macOS in a &lt;strong&gt;Sandbox&lt;/strong&gt; that has limited and network access. I posted about this way back in Jan 2017, &lt;a href="https://myByways.com/post/creating-a-macos-sandbox-to-run-kodi"&gt;Creating a macOS Sandbox to run Kodi&lt;/a&gt;, and this is a short refresher for me&amp;hellip;&lt;/p&gt;</description></item><item><title>Prevent macs from sleeping</title><link>https://myByways.com/post/prevent-macs-from-sleeping/</link><pubDate>Sat, 10 Jun 2023 00:00:00 +0000</pubDate><guid>https://myByways.com/post/prevent-macs-from-sleeping/</guid><description>&lt;p&gt;The current macOS “System Settings” continues to confound me. Did you know you can prevent your mac from sleeping with a setting? I previously thought &lt;code&gt;caffeinate&lt;/code&gt; was the only way to achieve this.&lt;/p&gt;</description></item><item><title>File Date Created = Photo / video metadata</title><link>https://myByways.com/post/file-date-created-to-photo-video-metadata/</link><pubDate>Sun, 04 Jun 2023 00:00:00 +0000</pubDate><guid>https://myByways.com/post/file-date-created-to-photo-video-metadata/</guid><description>&lt;p&gt;When I export photos or videos from &lt;strong&gt;Photos.app&lt;/strong&gt;, I want the file’s &lt;strong&gt;Created Date&lt;/strong&gt; (&lt;strong&gt;Created Date&lt;/strong&gt; in Finder) to be the time the photo or video was taken. Alas, this is not the way Photos works, and setting the date turned out to be more challenging than expected.&lt;/p&gt;</description></item><item><title>Bluetooth keyboard and trackpad battery level</title><link>https://myByways.com/post/bluetooth-keyboard-and-trackpad-battery-level/</link><pubDate>Sun, 30 Apr 2023 00:00:00 +0000</pubDate><guid>https://myByways.com/post/bluetooth-keyboard-and-trackpad-battery-level/</guid><description>&lt;p&gt;Want to check your connected bluetooth device battery level on a mac? Here is one way: using &lt;a href="https://xbarapp.com/" rel="external"&gt;xbar&lt;/a&gt; (I am aware there are a bunch of other xbar plugins to do something similar, but I’ve been using my own script before I ever used xbar).&lt;/p&gt;</description></item><item><title>Enabling the macOS Metal Performance HUD</title><link>https://myByways.com/post/enabling-the-macos-metal-performance-hud/</link><pubDate>Fri, 28 Apr 2023 00:00:00 +0000</pubDate><guid>https://myByways.com/post/enabling-the-macos-metal-performance-hud/</guid><description>&lt;p&gt;Did you know that macOS has a built-in game performance HUD with a frames per second (FPS) counter, similar using &lt;a href="https://myByways.com/post/cpu-and-gpu-monitoring-overlay-for-gaming"&gt;RivaTuner Statistics Server (RTSS)&lt;/a&gt; to display a GPU performance overlay in Windows? Here’s how to enable the &lt;a href="https://developer.apple.com/metal/" rel="external"&gt;Metal Performance HUD&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>skhd RunAtLoad launch agent</title><link>https://myByways.com/post/skhd-runatload-launch-agent/</link><pubDate>Sat, 18 Mar 2023 00:00:00 +0000</pubDate><guid>https://myByways.com/post/skhd-runatload-launch-agent/</guid><description>&lt;p&gt;Some time ago, I explained how I setup &lt;a href="https://myByways.com/post/global-hotkeys-for-macos-with-skhd"&gt;“Global hotkeys for macOS with skhd”&lt;/a&gt;. I mentioned running it automatically upon login via the macOS &lt;strong&gt;Launch Daemon&lt;/strong&gt; but did not detail the steps. So here they are&amp;hellip;&lt;/p&gt;</description></item><item><title>Using Rosetta in a UTM Linux VM with Docker on Apple Silicon</title><link>https://myByways.com/post/using-rosetta-in-a-utm-linux-vm-with-docker-on-apple-silicon/</link><pubDate>Sun, 12 Mar 2023 00:00:00 +0000</pubDate><guid>https://myByways.com/post/using-rosetta-in-a-utm-linux-vm-with-docker-on-apple-silicon/</guid><description>&lt;p&gt;I have been using &lt;a href="https://getutm.app/" rel="external"&gt;UTM on M1/M2 macs&lt;/a&gt; for all my virtualization needs for a while, but never posted much because it practically works out of the box. Since around October 2022, &lt;strong&gt;UTM v4.0.9 on macOS Ventura&lt;/strong&gt; allows &lt;strong&gt;Apple Hypervisor Virtualization&lt;/strong&gt; Virtual Machines to use &lt;a href="https://developer.apple.com/documentation/apple-silicon/about-the-rosetta-translation-environment" rel="external"&gt;Rosetta 2&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Fast external storage for M1/M2 Macs</title><link>https://myByways.com/post/fast-external-storage-for-m1-m2-macs/</link><pubDate>Sun, 05 Mar 2023 00:00:00 +0000</pubDate><guid>https://myByways.com/post/fast-external-storage-for-m1-m2-macs/</guid><description>&lt;p&gt;I was recently researching external storage for my Mac, looking for the “fastest” and most “reliable”. There are so many options, and of course, so many different price points! It’s all very confusing: NGFF M.2? NVMe M.2? USB 3.1 Gen 1 (5 Mbps)? USB 3.1 Gen 2 (10 Gbps)? USB 3.1 Gen 2x2 (20 Gbps)? Thunderbolt 3? Thunderbolt 4? USB 4.0?&lt;/p&gt;</description></item><item><title>myByways Simple-SD v1.1 Python script using Safetensors</title><link>https://myByways.com/post/mybyways-simple-sd-v1-1-python-script-using-safetensors/</link><pubDate>Tue, 24 Jan 2023 00:00:00 +0000</pubDate><guid>https://myByways.com/post/mybyways-simple-sd-v1-1-python-script-using-safetensors/</guid><description>&lt;p&gt;&lt;strong&gt;&lt;a href="https://huggingface.co/johnslegers/epic-diffusion" rel="external"&gt;Epic Diffusion&lt;/a&gt;&lt;/strong&gt; recently came to my attention, a high-quality merge of various models by John Slegers: “Epîc Diffusion is a general purpose model based on Stable Diffusion 1.x intended to replace the official SD releases as your default model. It is focused on providing high quality output in a wide range of different styles&amp;hellip;” Figured I’d give it a spin.&lt;/p&gt;</description></item><item><title>Lite XL text editor on MacOS</title><link>https://myByways.com/post/lite-xl-text-editor-on-macos/</link><pubDate>Sat, 31 Dec 2022 00:00:00 +0000</pubDate><guid>https://myByways.com/post/lite-xl-text-editor-on-macos/</guid><description>&lt;p&gt;I recently tried &lt;a href="https://lite-xl.com/" rel="external"&gt;Lite XL v2.1.0&lt;/a&gt;, a forked and updated version of the original &lt;code&gt;rxi/lite&lt;/code&gt;, “A lightweight text editor written in Lua”, on MacOS ARM. Here are some findings.&lt;/p&gt;</description></item><item><title>Fast Stable Diffusion using Core ML on M1</title><link>https://myByways.com/post/fast-stable-diffusion-using-core-ml-on-m1/</link><pubDate>Sun, 18 Dec 2022 00:00:00 +0000</pubDate><guid>https://myByways.com/post/fast-stable-diffusion-using-core-ml-on-m1/</guid><description>&lt;p&gt;Recently (around 14 December 2022), Apple’s &lt;strong&gt;Machine Learning Research&lt;/strong&gt; team published &lt;a href="https://machinelearning.apple.com/research/stable-diffusion-coreml-apple-silicon" rel="external"&gt;“Stable Diffusion with Core ML on Apple Silicon”&lt;/a&gt; with Python and Swift source code optimized for Apple Silicon (M1/M2) on Github &lt;a href="https://github.com/apple/ml-stable-diffusion" rel="external"&gt;apple/ml-stable-diffusion&lt;/a&gt;. Here I’m trying it out on a MacBook (though the code also works on iPhones and iPads)&amp;hellip;&lt;/p&gt;</description></item><item><title>Disabling macOS Print Job History Files</title><link>https://myByways.com/post/disabling-macos-print-job-history-files/</link><pubDate>Fri, 11 Nov 2022 00:00:00 +0000</pubDate><guid>https://myByways.com/post/disabling-macos-print-job-history-files/</guid><description>&lt;p&gt;Did you know the macOS Printer service (Common UNIX Printing System, or &lt;strong&gt;CUPS&lt;/strong&gt;) keeps a copy of every single print job ever? Here’s how to change this default behaviour.&lt;/p&gt;</description></item><item><title>myByways Simple-SD v1.0 Python script</title><link>https://myByways.com/post/mybyways-simple-sd-python-script/</link><pubDate>Sun, 09 Oct 2022 00:00:00 +0000</pubDate><guid>https://myByways.com/post/mybyways-simple-sd-python-script/</guid><description>&lt;p&gt;I refactored my &lt;a href="https://myByways.com/post/adding-clipseg-automatic-masking-to-stable-diffusion"&gt;previous &lt;strong&gt;Stable Diffusion&lt;/strong&gt; code&lt;/a&gt;, to clean up, OO it a little, and add new features like tiling, upscaling, PNG metadata. As I mentioned before, I don’t understand AI/ML&amp;hellip; but I do understand programming! So here is my new, more elegant &lt;strong&gt;Simple-SD v1.0&lt;/strong&gt; Python script.&lt;/p&gt;</description></item><item><title>Adding CLIPSeg automatic masking to Stable Diffusion</title><link>https://myByways.com/post/adding-clipseg-automatic-masking-to-stable-diffusion/</link><pubDate>Wed, 28 Sep 2022 00:00:00 +0000</pubDate><guid>https://myByways.com/post/adding-clipseg-automatic-masking-to-stable-diffusion/</guid><description>&lt;p&gt;I have more ideas for &lt;strong&gt;Stable Diffusion&lt;/strong&gt;. My nights and weekends are consumed! This time: For inpainting, why create a mask image manually, when A.I. can automatically build a mask from a text prompt? Someone much smarter has already &lt;a href="https://arxiv.org/abs/2112.10003" rel="external"&gt;published a paper (arXiv:2112.10003 [cs.CV])&lt;/a&gt;, with source code, to do just this!&lt;/p&gt;</description></item><item><title>Stable Diffusion script with inpainting mask</title><link>https://myByways.com/post/stable-diffusion-script-with-in-painting-mask/</link><pubDate>Mon, 26 Sep 2022 00:00:00 +0000</pubDate><guid>https://myByways.com/post/stable-diffusion-script-with-in-painting-mask/</guid><description>&lt;p&gt;More &lt;strong&gt;Stable Diffusion!&lt;/strong&gt; This time &lt;em&gt;attempting&lt;/em&gt; to add inpainting / masking based on my previous code, to merge both &lt;code&gt;txt2img.py&lt;/code&gt; and &lt;code&gt;img2img.py&lt;/code&gt; capabilities, disregarding the out-of-box &lt;code&gt;inpainting.py&lt;/code&gt; code, which does not have parameters for positive or negative prompts. Keyword being &lt;em&gt;attempting&lt;/em&gt;&amp;hellip;&lt;/p&gt;</description></item><item><title>My simplified Stable Diffusion Python script</title><link>https://myByways.com/post/my-simplified-stable-diffusion-python-script/</link><pubDate>Wed, 21 Sep 2022 00:00:00 +0000</pubDate><guid>https://myByways.com/post/my-simplified-stable-diffusion-python-script/</guid><description>&lt;p&gt;I’ve been playing around with the &lt;a href="https://github.com/CompVis/stable-diffusion" rel="external"&gt;Stable Diffusion&lt;/a&gt; scripts a little (to be exact, &lt;a href="https://github.com/bfirsh/stable-diffusion" rel="external"&gt;Ben Firshman’s version&lt;/a&gt;). To help me understand the script, I decided to re-write it the way I prefer to use it&amp;hellip; either breaking or optimizing it in the process :P&lt;/p&gt;</description></item><item><title>Stable Diffusion image-to-image mode</title><link>https://myByways.com/post/stable-diffusion-image-to-image-mode/</link><pubDate>Sat, 17 Sep 2022 00:00:00 +0000</pubDate><guid>https://myByways.com/post/stable-diffusion-image-to-image-mode/</guid><description>&lt;p&gt;Following from my previous post, &lt;a href="https://myByways.com/post/ai-generated-images-with-stable-diffusion-on-an-m1-mac"&gt;AI-generated images with Stable Diffusion on an M1 mac&lt;/a&gt;: This time, using the image-to-image script, which takes an input “seed” image, in addition to the text prompt as inputs. In this case the model will use the shapes and colors in the input image as a base for the output AI-generated image.&lt;/p&gt;</description></item><item><title>AI-generated images with Stable Diffusion on an M1 mac</title><link>https://myByways.com/post/ai-generated-images-with-stable-diffusion-on-an-m1-mac/</link><pubDate>Fri, 16 Sep 2022 00:00:00 +0000</pubDate><guid>https://myByways.com/post/ai-generated-images-with-stable-diffusion-on-an-m1-mac/</guid><description>&lt;p&gt;There has been a lot of buzz about &lt;strong&gt;Stable Diffusion&lt;/strong&gt; for text-to-image synthesis, which saw its Public Release around 22 Aug 22. You can read more on the &lt;a href="https://stability.ai/blog/stable-diffusion-public-release" rel="external"&gt;Stability.AI blog&lt;/a&gt; and try it at &lt;a href="https://huggingface.co/spaces/stabilityai/stable-diffusion" rel="external"&gt;Hugging Face&lt;/a&gt;. What’s groundbreaking is is that is open source, with a pre-trained downloadable model and modest system requirements, so anyone can try it on their own computer&amp;hellip; anyone&amp;hellip; like me!&lt;/p&gt;</description></item><item><title>macOS Automator PDF Actions</title><link>https://myByways.com/post/macos-automator-pdf-actions/</link><pubDate>Wed, 31 Aug 2022 00:00:00 +0000</pubDate><guid>https://myByways.com/post/macos-automator-pdf-actions/</guid><description>&lt;p&gt;Here is a &lt;strong&gt;macOS Automator&lt;/strong&gt; script to watermark a PDF, and also set metadata like author and title. Followed by a more advanced script to do all that an also set an &lt;strong&gt;owner password&lt;/strong&gt; and access permissions&amp;hellip; auto-magically.&lt;/p&gt;</description></item><item><title>Global hotkeys for macOS with skhd</title><link>https://myByways.com/post/global-hotkeys-for-macos-with-skhd/</link><pubDate>Fri, 26 Aug 2022 00:00:00 +0000</pubDate><guid>https://myByways.com/post/global-hotkeys-for-macos-with-skhd/</guid><description>&lt;p&gt;I’m never quite satisfied with the various methods of creating keyboard shortcuts (hotkeys) on macOS&amp;hellip; Here I go again, this time using a small open source utility called &lt;a href="https://github.com/koekeishiya/skhd" rel="external"&gt;skhd - a simple hotkey daemon for macOS&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Browser support for HTTP/3 QUIC</title><link>https://myByways.com/post/browser-support-for-http3-quic/</link><pubDate>Sun, 31 Jul 2022 00:00:00 +0000</pubDate><guid>https://myByways.com/post/browser-support-for-http3-quic/</guid><description>&lt;p&gt;It’s been over a year (or two) since &lt;a href="https://en.wikipedia.org/wiki/HTTP/3" rel="external"&gt;three major browsers enabled HTTP/3 using the QUIC protocol over UDP&lt;/a&gt;. Chrome and Edge enabled HTTP/3 by default in April 2020 and Firefox followed “shortly after” in April 2021. I am not sure - does &lt;strong&gt;Safari in macOS Monterey 12.5&lt;/strong&gt;, released July 2022, enable HTTP/3 by default?&lt;/p&gt;</description></item><item><title>Script to re-map MacBook Pro function keys</title><link>https://myByways.com/post/script-to-re-map-macbook-pro-function-keys/</link><pubDate>Sun, 19 Jun 2022 00:00:00 +0000</pubDate><guid>https://myByways.com/post/script-to-re-map-macbook-pro-function-keys/</guid><description>&lt;p&gt;In &lt;a href="https://myByways.com/post/remapping-physical-function-keys-on-macbook-pros"&gt;my last post, “Re-mapping physical function keys on MacBook Pros”&lt;/a&gt; I used the &lt;code&gt;hidutil&lt;/code&gt; tool to re-map the function keys on a Mac without a touchbar. I’ve since created a script to more easily apply changes.&lt;/p&gt;</description></item><item><title>Re-mapping physical function keys on MacBook Pros</title><link>https://myByways.com/post/remapping-physical-function-keys-on-macbook-pros/</link><pubDate>Wed, 15 Jun 2022 00:00:00 +0000</pubDate><guid>https://myByways.com/post/remapping-physical-function-keys-on-macbook-pros/</guid><description>&lt;p&gt;One common ask from &lt;strong&gt;M1&lt;/strong&gt; (Apple Silicon / ARM) &lt;strong&gt;MacBook Pro&lt;/strong&gt; users is to be able to re-define what the top row of physical function keys do, for example, to change the &lt;kbd&gt;Dictation (F5)&lt;/kbd&gt; key to decrease the keyboard backlight brightness and &lt;kbd&gt;DND (F6)&lt;/kbd&gt; to increase it, similar to other Macs. Here’s how to do that&amp;hellip; and more!&lt;/p&gt;</description></item><item><title>Simple fun: tty-solitaire</title><link>https://myByways.com/post/simple-fun-tty-solitaire/</link><pubDate>Sun, 12 Jun 2022 00:00:00 +0000</pubDate><guid>https://myByways.com/post/simple-fun-tty-solitaire/</guid><description>&lt;p&gt;I’ve not posted anything in a long time, so I thought I’d dig up something from a long time ago. Once boring day, many moons ago, I stumbled upon a simple console-based Solitaire game, &lt;a href="https://github.com/mpereira/tty-solitaire/" rel="external"&gt;tty-solitaire&lt;/a&gt; by Murilo Pereira.&lt;/p&gt;</description></item><item><title>macOS PowerPoint custom font and colour theme</title><link>https://myByways.com/post/macos-powerpoint-custom-font-and-colour-theme/</link><pubDate>Sun, 20 Mar 2022 00:00:00 +0000</pubDate><guid>https://myByways.com/post/macos-powerpoint-custom-font-and-colour-theme/</guid><description>&lt;p&gt;Ever wonder how to create a custom &lt;strong&gt;theme&lt;/strong&gt; for both fonts and colours (a.k.a. designs) in PowerPoint on macOS? In PowerPoint for Windows, is a GUI to do this, but this is lacking in the macOS version. However, it is still possible via custom XML configuration files.&lt;/p&gt;</description></item><item><title>Multipass for Docker containers on macOS</title><link>https://myByways.com/post/multipass-for-docker-containers-on-macos/</link><pubDate>Thu, 17 Mar 2022 00:00:00 +0000</pubDate><guid>https://myByways.com/post/multipass-for-docker-containers-on-macos/</guid><description>&lt;p&gt;I previously setup &lt;a href="https://myByways.com/post/minuscule-lima-setup-to-replace-docker-on-macos"&gt;Lima as a replacement for Docker Desktop&lt;/a&gt; on macOS. A while ago I tried &lt;a href="https://multipass.run/" rel="external"&gt;Multipass&lt;/a&gt; by Canonical, which makes it really easy to spin up a Ubuntu VM (using Hyperkit) without all the setup and installation typically required with Virtual Box or QEMU.&lt;/p&gt;</description></item><item><title>Remove words from macOS spell check dictionary</title><link>https://myByways.com/post/remove-words-from-macos-spell-check-dictionary/</link><pubDate>Sun, 20 Feb 2022 00:00:00 +0000</pubDate><guid>https://myByways.com/post/remove-words-from-macos-spell-check-dictionary/</guid><description>&lt;p&gt;I accidentally added an incorrectly spelt word to the macOS spelling dictionary via an &lt;kbd&gt;Add to Dictionary&lt;/kbd&gt; menu item. Surprisingly, there was no inverse “remove from dictionary” option to undo this! Additionally, I realized there is no &lt;strong&gt;System Preferences&lt;/strong&gt; page to to edit the custom dictionary. There are two ways to fix this with macOS (but none for iOS).&lt;/p&gt;</description></item><item><title>Shortcut to convert image format and paste - redux</title><link>https://myByways.com/post/shortcut-to-convert-image-format-and-paste-redux/</link><pubDate>Fri, 11 Feb 2022 00:00:00 +0000</pubDate><guid>https://myByways.com/post/shortcut-to-convert-image-format-and-paste-redux/</guid><description>&lt;p&gt;I was not satisfied with my last &lt;a href="https://myByways.com/post/shortcut-to-convert-image-format-and-paste"&gt;macOS Shortcut to convert image format and paste&lt;/a&gt;. The simple version forced me to choose between PNG and JPEG, and the complex version was too slow - specifically, the &lt;kbd&gt;Find All Windows&lt;/kbd&gt; action. So here we go again&amp;hellip;&lt;/p&gt;</description></item><item><title>Compiling emf2svg</title><link>https://myByways.com/post/compiling-emf2svg/</link><pubDate>Fri, 04 Feb 2022 00:00:00 +0000</pubDate><guid>https://myByways.com/post/compiling-emf2svg/</guid><description>&lt;p&gt;I recently wanted to convert an &lt;a href="https://en.wikipedia.org/wiki/Windows_Metafile" rel="external"&gt;Windows Enhanced Metafile (EMF)&lt;/a&gt; to &lt;a href="https://en.wikipedia.org/wiki/Scalable_Vector_Graphics" rel="external"&gt;SVG&lt;/a&gt;. I used an open source conversion library called &lt;a href="https://github.com/kakwa/libemf2svg" rel="external"&gt;libemf2svg by Carpentier Pierre-Francois (Kakwa)&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>My macOS Shortcut to Tile Windows</title><link>https://myByways.com/post/my-macos-shortcut-to-tile-windows/</link><pubDate>Fri, 19 Nov 2021 00:00:00 +0000</pubDate><guid>https://myByways.com/post/my-macos-shortcut-to-tile-windows/</guid><description>&lt;p&gt;In the macOS Monterey &lt;strong&gt;Shortcuts&lt;/strong&gt; Gallery, there are Shortcuts to “Tile Last 2 Windows”, “Tile Last 3 Windows” and “Tile Last 4 Windows”. This is my single combined version for any window (not just the last &lt;em&gt;x&lt;/em&gt;).&lt;/p&gt;</description></item><item><title>AirPlay Receiver on an unsupported mac with Monterey</title><link>https://myByways.com/post/airplay-receiver-on-an-unsupported-mac-with-monterey/</link><pubDate>Wed, 17 Nov 2021 00:00:00 +0000</pubDate><guid>https://myByways.com/post/airplay-receiver-on-an-unsupported-mac-with-monterey/</guid><description>&lt;p&gt;While waiting for macOS Universal Control, I wanted to try &lt;strong&gt;AirPlay Receiver&lt;/strong&gt;. Unfortunately, it is not supported (“locked”) on my older macBook. But recently I stumbled upon &lt;a href="https://www.youtube.com/watch?v=sO0yc3_hOE8" rel="external"&gt;Mr. Macintosh’s “Airplay BLOCKED on Monterey? How to unlock it!” video on YouTube&lt;/a&gt;!&lt;/p&gt;</description></item><item><title>Shortcut to convert image format and paste</title><link>https://myByways.com/post/shortcut-to-convert-image-format-and-paste/</link><pubDate>Sat, 13 Nov 2021 00:00:00 +0000</pubDate><guid>https://myByways.com/post/shortcut-to-convert-image-format-and-paste/</guid><description>&lt;p&gt;I have a hangup about &lt;strong&gt;Microsoft Office&lt;/strong&gt; on macOS - it often elects to paste images from the clipboard in &lt;a href="https://en.wikipedia.org/wiki/Image_file_formats" rel="external"&gt;TIFF format, instead of PNG or JPG&lt;/a&gt;, which results in massive files, be it PowerPoint .PPTX presentations, Word .DOCX documents or Excel .XLSX spreadsheets. Enter: A new &lt;strong&gt;macOS Shortcut&lt;/strong&gt; to convert clipboard images to (lossless) PNG or (lossy) JPG.&lt;/p&gt;</description></item><item><title>Shortcuts on macOS: A review</title><link>https://myByways.com/post/shortcuts-on-macos-a-review/</link><pubDate>Sat, 06 Nov 2021 00:00:00 +0000</pubDate><guid>https://myByways.com/post/shortcuts-on-macos-a-review/</guid><description>&lt;p&gt;This is an opinion piece on &lt;strong&gt;Shortcuts v5.0 (1144.2) for macOS Monterey v12.0.1&lt;/strong&gt;. Readers of my blog know I use Automator, AppleScripts, and shell scripts to get stuff done. So I was curious to see if I could replace all these with just &lt;strong&gt;Shortcuts&lt;/strong&gt;. &lt;em&gt;TL;DR:&lt;/em&gt; no, no I can’t.&lt;/p&gt;</description></item><item><title>Extract Text from a Screenshot with Shortcuts</title><link>https://myByways.com/post/extract-text-from-a-screenshot-with-shortcuts/</link><pubDate>Tue, 02 Nov 2021 00:00:00 +0000</pubDate><guid>https://myByways.com/post/extract-text-from-a-screenshot-with-shortcuts/</guid><description>&lt;p&gt;Here is a &lt;strong&gt;macOS Shortcut&lt;/strong&gt; to take a screenshot and extract text from it using Optical Character Recognition (OCR). I find this useful to copy text from e.g. a presentation or video during a virtual call, etc.&lt;/p&gt;</description></item><item><title>Sending keystrokes to an application using Shortcuts for macOS Monterey</title><link>https://myByways.com/post/sending-keystrokes-to-an-application-using-shortcuts-for-macos-monterey/</link><pubDate>Fri, 29 Oct 2021 00:00:00 +0000</pubDate><guid>https://myByways.com/post/sending-keystrokes-to-an-application-using-shortcuts-for-macos-monterey/</guid><description>&lt;p&gt;I’ve been trying out &lt;a href="https://developer.apple.com/videos/play/wwdc2021/10232/" rel="external"&gt;Shortcuts on macOS 12 Monterey&lt;/a&gt;! I have written about &lt;strong&gt;Shortcuts on iOS/iPadOS&lt;/strong&gt; in the past, so was keen to migrate my automation scripts from &lt;strong&gt;Automator&lt;/strong&gt; or &lt;code&gt;osascript&lt;/code&gt; to Shortcuts. Here is the first one: A Shortcut plus global hotkey to an application, leveraging AppleScript/JXA.&lt;/p&gt;</description></item><item><title>Minuscule Lima setup to replace Docker on macOS</title><link>https://myByways.com/post/minuscule-lima-setup-to-replace-docker-on-macos/</link><pubDate>Thu, 07 Oct 2021 00:00:00 +0000</pubDate><guid>https://myByways.com/post/minuscule-lima-setup-to-replace-docker-on-macos/</guid><description>&lt;p&gt;Today’s post will be a long one - recently, &lt;a href="https://www.docker.com/blog/updating-product-subscriptions/" rel="external"&gt;Docker announced some changes to the Docker Desktop license,&lt;/a&gt; so I figured I’d check out the &lt;a href="https://github.com/lima-vm/lima" rel="external"&gt;Lima&lt;/a&gt; for macOS instead. As always, I end up complicating things by doing everything my way&amp;hellip;&lt;/p&gt;</description></item><item><title>New SF Symbols for VS Code Touch Bar</title><link>https://myByways.com/post/new-sf-symbols-for-vscode-touch-bar/</link><pubDate>Fri, 24 Sep 2021 00:00:00 +0000</pubDate><guid>https://myByways.com/post/new-sf-symbols-for-vscode-touch-bar/</guid><description>&lt;p&gt;A few posts back, I described &lt;a href="https://myByways.com/post/a-zero-code-vs-code-touch-bar-extension-for-markdown"&gt;my no-code approach to customizing my MacBook touch bar in Visual Studio Code&lt;/a&gt;, where I used &lt;a href="https://developer.apple.com/design/resources/#sf-symbols" rel="external"&gt;Apple’s SF Symbols 3 Beta&lt;/a&gt; icon library. Now, Apple has release a new beta of &lt;strong&gt;SF Symbols&lt;/strong&gt; that makes the process easier!&lt;/p&gt;</description></item><item><title>Viewing man pages in Preview or VS Code</title><link>https://myByways.com/post/viewing-man-pages-in-preview-or-vs-code/</link><pubDate>Mon, 06 Sep 2021 00:00:00 +0000</pubDate><guid>https://myByways.com/post/viewing-man-pages-in-preview-or-vs-code/</guid><description>&lt;p&gt;I stumbled upon a post entitled &lt;a href="https://ericasadun.com/2021/08/19/piping-stdout-and-stderr-to-preview/" rel="external"&gt;“Piping stdout and stderr to Preview” by Erica Sadun&lt;/a&gt; - the cool bit that caught my attention was about redirecting &lt;code&gt;man&lt;/code&gt; pages (UNIX help) to Preview on macOS. But this got me thinking&amp;hellip; to redirect the output to &lt;a href="https://code.visualstudio.com/" rel="external"&gt;Visual Studio Code&lt;/a&gt; instead!&lt;/p&gt;</description></item><item><title>Extracting embedded ZIPs from Office documents</title><link>https://myByways.com/post/extracting-embedded-zips-from-office-documents/</link><pubDate>Tue, 10 Aug 2021 00:00:00 +0000</pubDate><guid>https://myByways.com/post/extracting-embedded-zips-from-office-documents/</guid><description>&lt;p&gt;I have a plethora of &lt;strong&gt;Bash&lt;/strong&gt; scripts littered throughout my filesystem, many written for one specific purpose and promptly forgotten about (often, just named &lt;code&gt;go.sh&lt;/code&gt;!) I thought I share one today - a script to extract embedded ZIP files from Microsoft Office documents created in Windows.&lt;/p&gt;</description></item><item><title>Padding VS Code Touch Bar Extension Icons</title><link>https://myByways.com/post/padding-vs-code-touch-bar-extension-icons/</link><pubDate>Sat, 07 Aug 2021 00:00:00 +0000</pubDate><guid>https://myByways.com/post/padding-vs-code-touch-bar-extension-icons/</guid><description>&lt;p&gt;A couple of posts ago, in my (rather unique, if I may say so myself) &lt;a href="https://myByways.com/post/a-zero-code-vs-code-touch-bar-extension-for-markdown"&gt;zero-code VS Code Touch Bar Extension for Markdown&lt;/a&gt;, I used the standard Apple icons in the &lt;a href="https://developer.apple.com/design/resources/#sf-symbols" rel="external"&gt;SF Symbols set&lt;/a&gt;. I found them a bit too large for the touchbar, and wated to shirink them slightly by padding them with extra pixels around the image.&lt;/p&gt;</description></item><item><title>The correct way to create a VS Code Touch Bar Extension</title><link>https://myByways.com/post/the-correct-way-to-create-a-vs-code-touch-bar-extension/</link><pubDate>Sat, 24 Jul 2021 00:00:00 +0000</pubDate><guid>https://myByways.com/post/the-correct-way-to-create-a-vs-code-touch-bar-extension/</guid><description>&lt;p&gt;This is part two, deploying a &lt;a href="https://code.visualstudio.com/" rel="external"&gt;Visual Studio Code&lt;/a&gt; touchbar extension for Markdown notes, using the normal “correct” development method. I’d suggest referring to &lt;a href="https://myByways.com/post/creating-a-vs-code-touch-bar-extension-for-markdown"&gt;part one, for my much simpler, zero-code method&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>A zero-code VS Code Touch Bar Extension for Markdown</title><link>https://myByways.com/post/a-zero-code-vs-code-touch-bar-extension-for-markdown/</link><pubDate>Fri, 23 Jul 2021 00:00:00 +0000</pubDate><guid>https://myByways.com/post/a-zero-code-vs-code-touch-bar-extension-for-markdown/</guid><description>&lt;p&gt;This is the first part of a two part series on deploying your own touchbar extension for &lt;a href="https://code.visualstudio.com/" rel="external"&gt;Visual Studio Code&lt;/a&gt;, designed mainly to work with Markdown notes. This post gives you a shortcut method with &lt;strong&gt;zero code&lt;/strong&gt;! The next post will details a more “correct” method. If you don’t already realize - this applies to MacBooks with Touch bars running macOS only.&lt;/p&gt;</description></item><item><title>Shell script to move duplicate files</title><link>https://myByways.com/post/shell-script-to-move-duplicate-files/</link><pubDate>Fri, 09 Jul 2021 00:00:00 +0000</pubDate><guid>https://myByways.com/post/shell-script-to-move-duplicate-files/</guid><description>&lt;p&gt;I setup &lt;strong&gt;Firefox&lt;/strong&gt; on macOS to automatically download files to my “Downloads” folder without prompting (under &lt;kbd&gt;Preferences&amp;hellip;&lt;/kbd&gt; &amp;gt; &lt;kbd&gt;Downloads&lt;/kbd&gt;, and select &lt;strong&gt;Save files to&amp;hellip;&lt;/strong&gt; instead of &lt;strong&gt;Always ask you where to save files&lt;/strong&gt;). If there is an existing file with the same name, Firefox appends &lt;code&gt;(1)&lt;/code&gt; to the filename (then &lt;code&gt;(2)&lt;/code&gt;, &lt;code&gt;(3)&lt;/code&gt; and so on). Over time, I land up with files with similar file names, which may or may not be identical. This shell script finds and moves duplicate files to a different folder&amp;hellip; for subsequent manual deletion.&lt;/p&gt;</description></item><item><title>CoreSimulator Crash Loop</title><link>https://myByways.com/post/coresimulator-crash-loop/</link><pubDate>Sat, 19 Jun 2021 00:00:00 +0000</pubDate><guid>https://myByways.com/post/coresimulator-crash-loop/</guid><description>&lt;p&gt;Last month, one morning, my MacBook (still running &lt;strong&gt;Catalina&lt;/strong&gt;) started behaving strangely - though I was not running anything, it was sluggish as the CPU was too busy and the fans were on high. I traced it to the iOS Simulator service that comes with &lt;strong&gt;XCode&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>AppleScript to change clipboard image format</title><link>https://myByways.com/post/applescript-to-change-clipboard-image-format/</link><pubDate>Sat, 24 Apr 2021 00:00:00 +0000</pubDate><guid>https://myByways.com/post/applescript-to-change-clipboard-image-format/</guid><description>&lt;p&gt;For the longest time, I’ve struggled to get the macOS version of &lt;strong&gt;Microsoft Office&lt;/strong&gt; (Word, PowerPoint, Excel) to paste images as &lt;strong&gt;PNG&lt;/strong&gt; or &lt;strong&gt;JPEG&lt;/strong&gt;, instead of the default &lt;strong&gt;TIFF&lt;/strong&gt;. TIFFs make the files far larger than they need to be! I’ve resorted to macros, shell scripts, Quick Actions&amp;hellip; all paste PNGs (lossless) into MS Office! But I just found another method with &lt;a href="https://developer.apple.com/library/archive/documentation/AppleScript/Conceptual/AppleScriptLangGuide/introduction/ASLR_intro.html" rel="external"&gt;AppleScript&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Monitoring MacBook temperature</title><link>https://myByways.com/post/monitoring-macbook-temperature/</link><pubDate>Sat, 06 Feb 2021 00:00:00 +0000</pubDate><guid>https://myByways.com/post/monitoring-macbook-temperature/</guid><description>&lt;p&gt;I have been having issues with my Intel Core i7 MacBook Pro - as the notebook heats up, the LCD display starts to die. Initially the display would glitch - black bars or lines of dead pixels would appear at the bottom of the display,. Then these dead portions start to “jump” causing the display to flicker. The glitches progressively affect a larger and larger portion of display, until the display gives up and just just goes blank! Perhaps the &lt;strong&gt;flexgate design flaw&lt;/strong&gt; with the ribbon cable between the motherboard and display&amp;hellip;&lt;/p&gt;</description></item><item><title>Creating Windows and macOS VMs</title><link>https://myByways.com/post/creating-windows-and-macos-vms/</link><pubDate>Sun, 29 Nov 2020 00:00:00 +0000</pubDate><guid>https://myByways.com/post/creating-windows-and-macos-vms/</guid><description>&lt;p&gt;Just a bunch of un-related findings that may help when creating Windows and macOS VMs using &lt;a href="https://www.virtualbox.org/" rel="external"&gt;VirtualBox&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Hide Firefox Toolbar and Tabs in Fullscreen</title><link>https://myByways.com/post/hide-firefox-toolbar-and-tabs-in-fullscreen/</link><pubDate>Thu, 15 Oct 2020 00:00:00 +0000</pubDate><guid>https://myByways.com/post/hide-firefox-toolbar-and-tabs-in-fullscreen/</guid><description>&lt;p&gt;I use macOS spaces (virtual desktops) to arrange the various apps I frequently use. I have one space setup with two Firefox windows, in &lt;strong&gt;fullscreen Split View&lt;/strong&gt; mode. But by default, Firefox windows are not really “full screen” for me, in that the tabs, toolbar and bookmarks bar will still be displayed. Here is my workaround to force the browser to full screen.&lt;/p&gt;</description></item><item><title>Local Grav PHP ZIP Extension workaround on macOS Catalina</title><link>https://myByways.com/post/local-grav-php-zip-extension-workaround-on-macos-catalina/</link><pubDate>Tue, 28 Jul 2020 00:00:00 +0000</pubDate><guid>https://myByways.com/post/local-grav-php-zip-extension-workaround-on-macos-catalina/</guid><description>&lt;p&gt;The Apache and PHP bundled with macOS Catalina 10.15 does not include the PHP ZIP extension. &lt;a href="https://getgrav.org/" rel="external"&gt;Grav&lt;/a&gt; (specifically, the &lt;a href="https://github.com/getgrav/grav-plugin-problems" rel="external"&gt;Problems Plugin&lt;/a&gt;) detects this issue, and Grav will not run! Here is a workaround.&lt;/p&gt;</description></item><item><title>How to download videos from YouTube</title><link>https://myByways.com/post/how-to-download-videos-from-youtube/</link><pubDate>Sat, 30 May 2020 00:00:00 +0000</pubDate><guid>https://myByways.com/post/how-to-download-videos-from-youtube/</guid><description>&lt;p&gt;Wondering how to download a video from &lt;strong&gt;YouTube&lt;/strong&gt;, with audio and subtitles intact? Here are a couple of methods I’m documenting in case I ever need to use them.&lt;/p&gt;</description></item><item><title>Fixing high-DPI (retina) screenshot metadata</title><link>https://myByways.com/post/fixing-high-dpi-retina-screenshot-metadata/</link><pubDate>Sun, 10 May 2020 00:00:00 +0000</pubDate><guid>https://myByways.com/post/fixing-high-dpi-retina-screenshot-metadata/</guid><description>&lt;p&gt;On my MacBook Pro with retina display, when I take a screenshot, the image is saved with a DPI of 144. But, using &lt;a href="https://imageoptim.com/mac" rel="external"&gt;ImageOptim&lt;/a&gt; to compress the image with &lt;strong&gt;Strip JPEG/PNG Metadata&lt;/strong&gt; enabled will remove (or reset) the DPI setting to 72 DPI - resulting in a double sized image when displayed in Preview and Quick Look. Here is how I correct this.&lt;/p&gt;</description></item><item><title>macOS zsh configuration</title><link>https://myByways.com/post/macos-zsh-configuration/</link><pubDate>Thu, 07 May 2020 00:00:00 +0000</pubDate><guid>https://myByways.com/post/macos-zsh-configuration/</guid><description>&lt;p&gt;From &lt;strong&gt;macOS Catalina 10.5&lt;/strong&gt; onwards, &lt;code&gt;zsh&lt;/code&gt; is the default shell, instead of &lt;code&gt;bash&lt;/code&gt;. I have a lot to learn about this shell, and so far, this is how I configured &lt;a href="http://zsh.sourceforge.net/" rel="external"&gt;zsh&lt;/a&gt;&amp;hellip; There is an overload of snippets on-line, but I’ve not seen a post doing what I do, so hopefully this helps someone!&lt;/p&gt;</description></item><item><title>De-bounce butterfly keyboard double keypress with Karabiner-Elements</title><link>https://myByways.com/post/de-bounce-butterfly-keyboard-double-keypress-with-karabiner-elements/</link><pubDate>Fri, 24 Apr 2020 00:00:00 +0000</pubDate><guid>https://myByways.com/post/de-bounce-butterfly-keyboard-double-keypress-with-karabiner-elements/</guid><description>&lt;p&gt;Grrr, to no one’s surprise, my MacBook Pro with butterfly keyboard is experiencing keyboard issues. In my case, a keypress on “j” is often triggered twice, resulting in “jj”. And with the lockdowns, I don’t want to risk a repair! So, here is a quick workaround using &lt;a href="https://karabiner-elements.pqrs.org" rel="external"&gt;Karabiner-Elements v12.9.0&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>RIP Grab.app in macOS Catalina 10.15</title><link>https://myByways.com/post/rip-grab-app-in-macos-catalina-10-15/</link><pubDate>Mon, 04 Nov 2019 00:00:00 +0000</pubDate><guid>https://myByways.com/post/rip-grab-app-in-macos-catalina-10-15/</guid><description>&lt;p&gt;I previously kept &lt;strong&gt;Grab.app&lt;/strong&gt; on Mojave 10.14 by simply &lt;a href="https://myByways.com/post/mojaves-screenshot-app-and-the-previous-dark-menu-bar-and-dock-feature"&gt;copying it over from High Sierra 10.13&lt;/a&gt;. I prefer the simplicity of Grab over the new &lt;strong&gt;Screenshot.app&lt;/strong&gt;, and I hate that Screenshot adds a drop shadow.&lt;/p&gt;</description></item><item><title>Touch Bar Quick Action Scripts</title><link>https://myByways.com/post/touch-bar-quick-action-scripts/</link><pubDate>Wed, 18 Sep 2019 00:00:00 +0000</pubDate><guid>https://myByways.com/post/touch-bar-quick-action-scripts/</guid><description>&lt;p&gt;Just sharing some &lt;strong&gt;Automator&lt;/strong&gt; scripts I use for &lt;strong&gt;Touch Bar Quick Actions&lt;/strong&gt; showcasing three different methods - using pre-defined &lt;strong&gt;Actions&lt;/strong&gt;, using &lt;strong&gt;AppleScripts&lt;/strong&gt; and using &lt;strong&gt;Shell&lt;/strong&gt; scripts.&lt;/p&gt;</description></item><item><title>Useful (but less well-known) Mac Keyboard Shortcuts</title><link>https://myByways.com/post/useful-but-less-known-mac-keyboard-shortcuts/</link><pubDate>Tue, 20 Aug 2019 00:00:00 +0000</pubDate><guid>https://myByways.com/post/useful-but-less-known-mac-keyboard-shortcuts/</guid><description>&lt;p&gt;Most Mac users would use at least a few keyboard shortcuts (if not, check out &lt;a href="https://support.apple.com/en-us/HT201236" rel="external"&gt;Apple’s Mac Keyboard Shortcuts list&lt;/a&gt;), but here are a few additional key combinations that I find useful. These are less well-known and many are not in Apple’s list.&lt;/p&gt;</description></item><item><title>Three Ways to Quickly Toggle Dark Mode</title><link>https://myByways.com/post/three-ways-to-quickly-toggle-dark-mode/</link><pubDate>Sun, 04 Aug 2019 00:00:00 +0000</pubDate><guid>https://myByways.com/post/three-ways-to-quickly-toggle-dark-mode/</guid><description>&lt;p&gt;Here’s are a few short tips - to toggle &lt;strong&gt;Dark Mode&lt;/strong&gt; on macOS without opening &lt;strong&gt;System Preferences&lt;/strong&gt;. Useful when designing your &lt;a href="https://myByways.com/post/dark-mode-with-prefers-color-sheme-media-query"&gt;Dark Mode enabled web site using &lt;code&gt;prefers-color-sheme&lt;/code&gt; &lt;strong&gt;Media Query&lt;/strong&gt;, like I did&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Building and packaging Wine 4.12.1 (32-bit and 64-bit) automatically</title><link>https://myByways.com/post/building-and-packaging-wine-4-12-1-32-bit-and-64-bit-automatically/</link><pubDate>Wed, 31 Jul 2019 00:00:00 +0000</pubDate><guid>https://myByways.com/post/building-and-packaging-wine-4-12-1-32-bit-and-64-bit-automatically/</guid><description>&lt;p&gt;For a while now, I’ve been posting about compiling &lt;a href="https://www.winehq.org/" rel="external"&gt;Wine&lt;/a&gt; on macOS, starting with &lt;a href="https://myByways.com/post/compiling-wine-from-scratch-on-macos-with-retina-mode"&gt;Wine 1.9 in October 2016&lt;/a&gt;, then automating the compile for &lt;a href="https://myByways.com/post/automated-script-to-compile-wine-2-9-from-scratch"&gt;Wine 2.9 32-bit in May 2017&lt;/a&gt;. Now it’s July 2019, and this is probably my last post on the subject - a fully automated script to download and compile Wine 4.12.1 (released 7 July 2019) 32-bit and 64-bit on macOS.&lt;/p&gt;</description></item><item><title>Do NOT update Parallels Desktop Lite - it's no longer free</title><link>https://myByways.com/post/do-not-update-parallels-desktop-lite/</link><pubDate>Tue, 22 Jan 2019 00:00:00 +0000</pubDate><guid>https://myByways.com/post/do-not-update-parallels-desktop-lite/</guid><description>&lt;p&gt;If, like me, you use &lt;strong&gt;Parallels Desktop Lite&lt;/strong&gt;, then I have bad news for you. It&amp;rsquo;s no longer free to run macOS or Linux, so DON&amp;rsquo;T update it if you still want to use it!&lt;/p&gt;</description></item><item><title>How to remove a background service in macOS</title><link>https://myByways.com/post/how-to-remove-a-background-service-in-macos/</link><pubDate>Fri, 11 Jan 2019 00:00:00 +0000</pubDate><guid>https://myByways.com/post/how-to-remove-a-background-service-in-macos/</guid><description>&lt;p&gt;Want to remove macOS services (a.k.a. daemons)?&lt;/p&gt;</description></item><item><title>Launch an application from a keyboard shortcut</title><link>https://myByways.com/post/launch-an-application-from-a-keyboard-shortcut/</link><pubDate>Wed, 09 Jan 2019 00:00:00 +0000</pubDate><guid>https://myByways.com/post/launch-an-application-from-a-keyboard-shortcut/</guid><description>&lt;p&gt;Recently, I posted about my &lt;a href="https://pqrs.org/osx/karabiner" rel="external"&gt;Karabiner-Elements&lt;/a&gt; &lt;strong&gt;Complex Modification&lt;/strong&gt; Rule to map a key to &lt;strong&gt;Escape&lt;/strong&gt;. Here, I make a small tweak to use it to launch an application too!&lt;/p&gt;</description></item><item><title>Enabling Apache and PHP7 on macOS Mojave 10.14</title><link>https://myByways.com/post/enabling-apache-and-php7-on-macos-mojave-10-14/</link><pubDate>Wed, 19 Dec 2018 00:00:00 +0000</pubDate><guid>https://myByways.com/post/enabling-apache-and-php7-on-macos-mojave-10-14/</guid><description>&lt;p&gt;As in my previous guides for &lt;a href="https://myByways.com/post/reenable-apache-and-php-after-macos-sierra-update"&gt;enabling Apache and PHP on Sierra 10.12&lt;/a&gt; and &lt;a href="https://myByways.com/post/enabling-apache-and-php-on-osx-1011"&gt;El Capitan 10.11 before that&lt;/a&gt;, this post will update the instructions for &lt;strong&gt;macOS Mojave 10.14.2&lt;/strong&gt; which comes with &lt;strong&gt;Apache 2.4.34&lt;/strong&gt; and &lt;strong&gt;PHP 7.1.19&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>Mapping a Physical Escape Key on a MacBook Pro with Touch Bar</title><link>https://myByways.com/post/mapping-a-physical-escape-key-on-a-macbook-pro-with-touch-bar/</link><pubDate>Tue, 18 Dec 2018 00:00:00 +0000</pubDate><guid>https://myByways.com/post/mapping-a-physical-escape-key-on-a-macbook-pro-with-touch-bar/</guid><description>&lt;p&gt;So you miss the physical &lt;strong&gt;Escape&lt;/strong&gt; key on your brand new &lt;strong&gt;MacBook Pro with Touch Bar&lt;/strong&gt;? Here&amp;rsquo;s my fix to re-map a seldom used key to &lt;strong&gt;Escape&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>Mojave's Screenshot.App and the previous "Dark Menu Bar and Dock" feature</title><link>https://myByways.com/post/mojaves-screenshot-app-and-the-previous-dark-menu-bar-and-dock-feature/</link><pubDate>Mon, 19 Nov 2018 00:00:00 +0000</pubDate><guid>https://myByways.com/post/mojaves-screenshot-app-and-the-previous-dark-menu-bar-and-dock-feature/</guid><description>&lt;p&gt;I know this is very late, but I wanted to post two things I noticed with macOS Mojave regarding the new &lt;strong&gt;Screenshot.App&lt;/strong&gt; tool and &lt;strong&gt;Dark Mode&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>Installing Mojave in Parallels, and UI glitches running Electron Apps</title><link>https://myByways.com/post/mojave-in-parallels-and-electron-apps-with-ui-glitches/</link><pubDate>Sun, 18 Nov 2018 00:00:00 +0000</pubDate><guid>https://myByways.com/post/mojave-in-parallels-and-electron-apps-with-ui-glitches/</guid><description>&lt;p&gt;I got macOS Mojave 10.14 / 10.14.1 installed in &lt;strong&gt;Parallels&lt;/strong&gt; very easily! But encountered some graphics issues with certain apps&amp;hellip; and managed to find a workaround.&lt;/p&gt;</description></item><item><title>Compressing PDF Images with macOS</title><link>https://myByways.com/post/compressing-pdf-images-with-macos/</link><pubDate>Mon, 17 Sep 2018 00:00:00 +0000</pubDate><guid>https://myByways.com/post/compressing-pdf-images-with-macos/</guid><description>&lt;p&gt;Did you know you can (sometimes) shrink the size PDF files by apply &lt;strong&gt;lossy compression&lt;/strong&gt; to images? This is a built-in capability with macOS - no third party tools required. Read on&amp;hellip;&lt;/p&gt;</description></item><item><title>A bash script to search a CSV file</title><link>https://myByways.com/post/bash_script_to_search_csv_file/</link><pubDate>Sat, 19 May 2018 00:00:00 +0000</pubDate><guid>https://myByways.com/post/bash_script_to_search_csv_file/</guid><description>&lt;p&gt;I sometimes need to search a huge CSV file (13 MB), containing 21,000 rows and roundabout 40 columns, which &lt;strong&gt;Numbers&lt;/strong&gt; takes half a minute to open. All I need to do is search and display the results of a few columns only&amp;hellip; so I wrote a &lt;strong&gt;bash&lt;/strong&gt; script to do this for me - and I was quite specific in that I wanted the results in &lt;strong&gt;color!&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Crunch PNG optimization</title><link>https://myByways.com/post/crunch-png-optimization/</link><pubDate>Sat, 19 May 2018 00:00:00 +0000</pubDate><guid>https://myByways.com/post/crunch-png-optimization/</guid><description>&lt;p&gt;I recently tried &lt;a href="https://github.com/chrissimpkins/Crunch" rel="external"&gt;Crunch&lt;/a&gt;, an open-source tool for PNG image file optimization, currently on version 2.0.2 at the time of writing.&lt;/p&gt;</description></item><item><title>Using an exFAT drive for Time Machine backups</title><link>https://myByways.com/post/using-an-exfat-drive-for-time-machine-backups/</link><pubDate>Thu, 22 Mar 2018 00:00:00 +0000</pubDate><guid>https://myByways.com/post/using-an-exfat-drive-for-time-machine-backups/</guid><description>&lt;p&gt;I got a new 2 TB external disk - &lt;em&gt;&amp;ldquo;yay&amp;rdquo;&lt;/em&gt; - and wanted to use it for both on my Windows desktop and for &lt;strong&gt;Time Machine&lt;/strong&gt; backups. Immediately thought to format it as &lt;a href="https://en.wikipedia.org/wiki/ExFAT" rel="external"&gt;exFAT&lt;/a&gt; but quickly came to realize Time Machine does not support exFAT! Fortunately, there is a workaround&amp;hellip;&lt;/p&gt;</description></item><item><title>Fixing PowerPoint Slide Show on External Monitor</title><link>https://myByways.com/post/fixing-powerpoint-slide-show-on-external-monitor/</link><pubDate>Sat, 27 Jan 2018 00:00:00 +0000</pubDate><guid>https://myByways.com/post/fixing-powerpoint-slide-show-on-external-monitor/</guid><description>&lt;p&gt;I&amp;rsquo;ve been experiencing this problem for a while - when presenting using &lt;strong&gt;Microsoft PowerPoint for Mac 2016&lt;/strong&gt; (version 15) on an external monitor (or LCD projector), PowerPoint used to both the presentation slide show &lt;em&gt;and&lt;/em&gt; the &lt;strong&gt;Presenter View&lt;/strong&gt; on my notebook display, instead of &lt;strong&gt;Presenter View&lt;/strong&gt; on the notebook and the full-screen slide show on the external monitor. Recently, I found the solution!&lt;/p&gt;</description></item><item><title>Installing High Sierra in a Parallels VM</title><link>https://myByways.com/post/installing-high-sierra-in-a-parallels-vm/</link><pubDate>Fri, 20 Oct 2017 00:00:00 +0000</pubDate><guid>https://myByways.com/post/installing-high-sierra-in-a-parallels-vm/</guid><description>&lt;p&gt;When &lt;strong&gt;macOS High Sierra&lt;/strong&gt; was released around 25&lt;sup&gt;th&lt;/sup&gt; September, I tried to install it in &lt;a href="https://itunes.apple.com/app/parallels-desktop-lite/id1085114709" rel="external"&gt;Parallels Desktop Lite&lt;/a&gt;. However, both a clean install in a Parallels Virtual Machine (VM), nor an in-place update did not work (the High Sierra VM would refuse to boot). I discovered the High Sierra installer converts the VM file system to &lt;a href="https://en.wikipedia.org/wiki/Apple_File_System" rel="external"&gt;Apple File System (APFS)&lt;/a&gt;. However, Parallels does not support APFS, so here&amp;rsquo;s how to disable the conversion and get High Sierra running in a Parallels.&lt;/p&gt;</description></item><item><title>Fixing PowerPoint TIFF images and fonts</title><link>https://myByways.com/post/fixing-powerpoint-tiff-images-and-fonts/</link><pubDate>Fri, 25 Aug 2017 00:00:00 +0000</pubDate><guid>https://myByways.com/post/fixing-powerpoint-tiff-images-and-fonts/</guid><description>&lt;p&gt;&lt;strong&gt;Microsoft PowerPoint 2016 for Mac&lt;/strong&gt; (aka version 15) has a strange quirk - when I copy and paste images from &lt;strong&gt;Preview&lt;/strong&gt; or most other applications, the image gets copied in &lt;a href="https://en.wikipedia.org/wiki/TIFF" rel="external"&gt;Tagged Image File Format (TIFF)&lt;/a&gt;. The image is practically uncompressed (or possibly minimally compressed), resulting in very, very huge PPTX files! &lt;strong&gt;Plus:&lt;/strong&gt; Removing unwanted font references.&lt;/p&gt;</description></item><item><title>Text Manipulation Cheat Sheet</title><link>https://myByways.com/post/text-manipulation-cheat-sheet/</link><pubDate>Mon, 26 Jun 2017 00:00:00 +0000</pubDate><guid>https://myByways.com/post/text-manipulation-cheat-sheet/</guid><description>&lt;p&gt;I recently had the &amp;ldquo;opportunity&amp;rdquo; to perform some text manipulation to get data from a huge log file into a spreadsheet. I had done this sort of work a long time ago as a developer, but had forgotten over the years. So I decided to compile a &lt;strong&gt;text manipulation cheat-sheet&lt;/strong&gt; for macOS.&lt;/p&gt;</description></item><item><title>Installing MySQL on macOS</title><link>https://myByways.com/post/installing-mysql-on-macos/</link><pubDate>Sun, 18 Jun 2017 00:00:00 +0000</pubDate><guid>https://myByways.com/post/installing-mysql-on-macos/</guid><description>&lt;p&gt;There are many open source packages that require the &lt;a href="https://en.wikipedia.org/wiki/List_of_Apache%e2%80%93MySQL%e2%80%93PHP_packages" rel="external"&gt;&amp;ldquo;AMP&amp;rdquo; stack&lt;/a&gt; comprising Apache, MySQL and PHP (hence &amp;ldquo;WAMP&amp;rdquo; for Windows-Apache-MySQL-PHP and &amp;ldquo;MAMP&amp;rdquo; for macOS-Apache-MySQL-PHP). Since macOS 10.12 Sierra already includes &lt;strong&gt;Apache&lt;/strong&gt; 2.4 and &lt;strong&gt;PHP&lt;/strong&gt; 5.6, here&amp;rsquo;s how to add &lt;strong&gt;MySQL 5.7&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>macOS launchd Service Management</title><link>https://myByways.com/post/macos-launchd-service-management/</link><pubDate>Thu, 15 Jun 2017 00:00:00 +0000</pubDate><guid>https://myByways.com/post/macos-launchd-service-management/</guid><description>&lt;p&gt;Some time ago, I posted about &lt;a href="https://myByways.com/post/reenable-apache-and-php-after-macos-sierra-update"&gt;starting Apache automatically when macOS 10.12 Sierra starts&lt;/a&gt;, using the &lt;code&gt;launchctl&lt;/code&gt; command to add Apache to the &lt;code&gt;launchd&lt;/code&gt; &lt;strong&gt;Launch Daemon/Agent Manager&lt;/strong&gt;. For those familiar with Windows, this is akin to managing &lt;strong&gt;Windows Services&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>Automated script to compile Wine 2.9 from scratch</title><link>https://myByways.com/post/automated-script-to-compile-wine-2-9-from-scratch/</link><pubDate>Sun, 28 May 2017 00:00:00 +0000</pubDate><guid>https://myByways.com/post/automated-script-to-compile-wine-2-9-from-scratch/</guid><description>&lt;p&gt;Following up on my posts, &lt;a href="https://myByways.com/post/compiling-wine-from-scratch-on-macos-with-retina-mode"&gt;Compiling Wine 1.9 from scratch on macOS with Retina mode&lt;/a&gt; and &lt;a href="https://myByways.com/post/creating-a-wine-app-bundle-manually"&gt;Creating a wine.app bundle manually&lt;/a&gt;, here&amp;rsquo;s my script to automatically download and compile pre-requisite libraries, then download and compile &lt;strong&gt;Wine 2.9 32-bit&lt;/strong&gt;, build the &lt;strong&gt;.app&lt;/strong&gt; bundle, and even include a registry tweak to enable &lt;strong&gt;Retina Mode&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>Further ways to lockdown apps like Kodi and VLC</title><link>https://myByways.com/post/further-ways-to-lockdown-apps-like-kodi-and-vlc/</link><pubDate>Fri, 26 May 2017 00:00:00 +0000</pubDate><guid>https://myByways.com/post/further-ways-to-lockdown-apps-like-kodi-and-vlc/</guid><description>&lt;p&gt;You have have read that &lt;a href="http://blog.checkpoint.com/2017/05/23/hacked-in-translation/" rel="external"&gt;CheckPoint&lt;/a&gt;, a cyber security research company, has identified vulnerabilities that may allow an attacker to compromise your computer using malicious subtitle files downloaded by popular media players including Kodi and VLC. It&amp;rsquo;s not clear if this affects macOS too, but in light of this threat, here is a summary of how I further &lt;em&gt;&amp;ldquo;lockdown&amp;rdquo;&lt;/em&gt; any apps I&amp;rsquo;m unsure of&amp;hellip;&lt;/p&gt;</description></item><item><title>Verifying downloads with a SHA-256 checksum</title><link>https://myByways.com/post/verifying-downloads-with-a-sha-256-checksum/</link><pubDate>Wed, 24 May 2017 00:00:00 +0000</pubDate><guid>https://myByways.com/post/verifying-downloads-with-a-sha-256-checksum/</guid><description>&lt;p&gt;I recently downloaded an update to &lt;a href="http://www.videolan.org/" rel="external"&gt;VLC&lt;/a&gt;, an open-source media player. The VLC download page, displayed it&amp;rsquo;s &lt;strong&gt;SHA-256&lt;/strong&gt; checksum - here&amp;rsquo;s how to quickly validate your download by comparing the checksum using the built-in macOS tools.&lt;/p&gt;</description></item><item><title>Setting printer defaults in macOS CUPS</title><link>https://myByways.com/post/setting-printer-defaults-in-macos-cups/</link><pubDate>Tue, 23 May 2017 00:00:00 +0000</pubDate><guid>https://myByways.com/post/setting-printer-defaults-in-macos-cups/</guid><description>&lt;p&gt;I have experienced a couple of issues printing with the Ricoh printer drivers for macOS - at one location, I &lt;a href="https://myByways.com/post/ricoh-aficio-mp-driver-does-not-work-on-os-x"&gt;simply couldn&amp;rsquo;t print&lt;/a&gt;, and at another, I couldn&amp;rsquo;t get it to print &amp;ldquo;two-sided&amp;rdquo; (despite the correct duplex settings). In both cases, I reverted to the standard macOS driver, i.e. &lt;strong&gt;&amp;ldquo;Generic PostScript Printer&amp;rdquo;&lt;/strong&gt; or &lt;strong&gt;&amp;ldquo;Generic PCL Laser Printer&amp;rdquo;&lt;/strong&gt;. This post details the steps to set printer defaults like duplex via CUPS.&lt;/p&gt;</description></item><item><title>Setup a virtual macOS with Parallels Desktop Lite</title><link>https://myByways.com/post/setup-a-virtual-macos-with-parallels-desktop-lite/</link><pubDate>Mon, 24 Apr 2017 00:00:00 +0000</pubDate><guid>https://myByways.com/post/setup-a-virtual-macos-with-parallels-desktop-lite/</guid><description>&lt;p&gt;If you are a developer or someone who likes to try lots of software, head over to the App Store and get &lt;a href="https://itunes.apple.com/app/parallels-desktop-lite/id1085114709" rel="external"&gt;Parallels Desktop Lite&lt;/a&gt;. It&amp;rsquo;s free for &lt;strong&gt;macOS&lt;/strong&gt; and &lt;strong&gt;Linux&lt;/strong&gt; guests! (Windows support is an IAP)&lt;/p&gt;</description></item><item><title>macOS FileVault and Sierra Update get stuck when running concurrently</title><link>https://myByways.com/post/macos-filevault-and-sierra-update-get-stuck-when-running-concurrently/</link><pubDate>Sat, 22 Apr 2017 00:00:00 +0000</pubDate><guid>https://myByways.com/post/macos-filevault-and-sierra-update-get-stuck-when-running-concurrently/</guid><description>&lt;p&gt;So I got a new MacBook for work and I didn&amp;rsquo;t realize upon next reboot, the enterprise profile had mandated &lt;strong&gt;FileVault&lt;/strong&gt; encrypt the start up disk, and Apple had recommended an upgrade to macOS Sierra at the same time! You can imagine triggering both simultaneously upon reboot didn&amp;rsquo;t go well at all!&lt;/p&gt;</description></item><item><title>Numbers has a new STOCK trick</title><link>https://myByways.com/post/numbers-has-a-new-stock-trick/</link><pubDate>Tue, 28 Mar 2017 00:00:00 +0000</pubDate><guid>https://myByways.com/post/numbers-has-a-new-stock-trick/</guid><description>&lt;p&gt;Remember the time I waxed lyrical about using &lt;a href="https://myByways.com/post/stock-portfolio-tracking-with-google-sheets"&gt;Google Sheets to track my stock portfolio&lt;/a&gt;? Well, it&amp;rsquo;s going to be a &amp;ldquo;standard feature&amp;rdquo; of spreadsheets soon, with the introduction of the capability to retrieve stock data with today&amp;rsquo;s update of &lt;strong&gt;Numbers&lt;/strong&gt; on iOS (3.1) and macOS (4.1).&lt;/p&gt;</description></item><item><title>Creating a macOS Sandbox to run Kodi</title><link>https://myByways.com/post/creating-a-macos-sandbox-to-run-kodi/</link><pubDate>Mon, 30 Jan 2017 00:00:00 +0000</pubDate><guid>https://myByways.com/post/creating-a-macos-sandbox-to-run-kodi/</guid><description>&lt;p&gt;Since 2012, all apps on the Mac App Store must run in an &lt;a href="https://developer.apple.com/app-sandboxing/" rel="external"&gt;app sandbox&lt;/a&gt;, which restricts access to system resources unless &lt;strong&gt;explicitly&lt;/strong&gt; required. The secure sandbox isolates the app and defines access controls, protecting users from malicious code with undesired behaviour.&lt;/p&gt;
&lt;p&gt;Here&amp;rsquo;s how to setup a sandbox for an app downloaded from outside the Mac App Store.&lt;/p&gt;</description></item><item><title>Extract files from a macOS installer .pkg</title><link>https://myByways.com/post/extract-files-from-a-macos-installer-pkg/</link><pubDate>Sun, 06 Nov 2016 00:00:00 +0000</pubDate><guid>https://myByways.com/post/extract-files-from-a-macos-installer-pkg/</guid><description>&lt;p&gt;Want to extract files from a macOS installer package with a &lt;code&gt;.pkg&lt;/code&gt; extension?&lt;/p&gt;</description></item><item><title>Problem compiling Wine second time around</title><link>https://myByways.com/post/problem-compiling-wine-second-time-around/</link><pubDate>Sun, 30 Oct 2016 00:00:00 +0000</pubDate><guid>https://myByways.com/post/problem-compiling-wine-second-time-around/</guid><description>&lt;p&gt;&lt;strong&gt;Wine 1.9.22 development&lt;/strong&gt; (dated Oct 28, 2016) has been released! See the &lt;a href="https://www.winehq.org/announce/1.9.22" rel="external"&gt;release notes&lt;/a&gt; for changes. Alas, I encountered errors trying to compile it &amp;ldquo;on top&amp;rdquo; of the Wine 1.9.21 installation, following the steps from my post &lt;a href="https://myByways.com/post/compiling-wine-from-scratch-on-macos-with-retina-mode"&gt;Compiling Wine from scratch&lt;/a&gt;. I spent a whole day searching for the problem, and resolved it as below.&lt;/p&gt;</description></item><item><title>Creating a wine.app bundle manually</title><link>https://myByways.com/post/creating-a-wine-app-bundle-manually/</link><pubDate>Wed, 26 Oct 2016 00:00:00 +0000</pubDate><guid>https://myByways.com/post/creating-a-wine-app-bundle-manually/</guid><description>&lt;p&gt;So a couple of days ago, I documented how I &lt;a href="https://myByways.com/post/compiling-wine-from-scratch-on-macos-with-retina-mode"&gt;compiled Wine 1.9.21 with Retina Mode from scratch on macOS Sierra&lt;/a&gt;. After that I though I might as well figure out how to bundle all these files into a &lt;code&gt;.app&lt;/code&gt; &lt;a href="https://developer.apple.com/library/content/documentation/CoreFoundation/Conceptual/CFBundles/AboutBundles/AboutBundles.html" rel="external"&gt;bundle&lt;/a&gt;, which &lt;strong&gt;Finder&lt;/strong&gt; presents as if it were a single file.&lt;/p&gt;</description></item><item><title>Compiling Wine 1.9 from scratch on macOS with Retina mode</title><link>https://myByways.com/post/compiling-wine-from-scratch-on-macos-with-retina-mode/</link><pubDate>Fri, 21 Oct 2016 00:00:00 +0000</pubDate><guid>https://myByways.com/post/compiling-wine-from-scratch-on-macos-with-retina-mode/</guid><description>&lt;p&gt;I have been using &lt;a href="http://winebottler.kronenberg.org" rel="external"&gt;WineBottler&lt;/a&gt; to run my favorite &lt;strong&gt;Windows&lt;/strong&gt; applications in &lt;strong&gt;macOS&lt;/strong&gt;. Here, I describe how I compiled &lt;a href="http://winehq.org" rel="external"&gt;Wine&lt;/a&gt; from scratch and configure for my MacBook Pro&amp;rsquo;s &lt;strong&gt;Retina Display&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>My list of great free apps for macOS</title><link>https://myByways.com/post/my-list-of-great-free-apps-for-macos/</link><pubDate>Sat, 15 Oct 2016 00:00:00 +0000</pubDate><guid>https://myByways.com/post/my-list-of-great-free-apps-for-macos/</guid><description>&lt;p&gt;Here is my list of &lt;strong&gt;free&lt;/strong&gt;, macOS apps that I have installed and use often. Many are also &lt;strong&gt;open source&lt;/strong&gt;! When I first got my Mac I searched the internet for lists of useful apps but found most outdated. I decided to compile this list as part of a cleanup and &amp;ldquo;audit&amp;rdquo; of what&amp;rsquo;s useful IMHO.&lt;/p&gt;</description></item><item><title>Exclude folders to speed up Time Machine backup</title><link>https://myByways.com/post/exclude-folders-to-speed-up-time-machine-backup/</link><pubDate>Wed, 12 Oct 2016 00:00:00 +0000</pubDate><guid>https://myByways.com/post/exclude-folders-to-speed-up-time-machine-backup/</guid><description>&lt;p&gt;My &lt;strong&gt;Time Machine&lt;/strong&gt; backups have started to take longer and longer to process and complete. I realized that excluding folders containing temporary, frequently changing and large files would quite dramatically speed it up.&lt;/p&gt;</description></item><item><title>Re-enable Apache and PHP after macOS Sierra update</title><link>https://myByways.com/post/reenable-apache-and-php-after-macos-sierra-update/</link><pubDate>Wed, 12 Oct 2016 00:00:00 +0000</pubDate><guid>https://myByways.com/post/reenable-apache-and-php-after-macos-sierra-update/</guid><description>&lt;p&gt;Recently I realized that the latest &lt;strong&gt;macOS Sierra 10.12&lt;/strong&gt; upgrade also updated Apache and PHP to newer revisions (2.4.23 and 5.6.24 respectively), but reverted to the default configurations. My previous post on &lt;a href="https://myByways.com/post/enabling-apache-and-php-on-osx-1011"&gt;Enabling Apache and PHP on OS X 10.11&lt;/a&gt; needed a slight change too.&lt;/p&gt;</description></item><item><title>Trying out KeeWeb and MiniKeePass password manager</title><link>https://myByways.com/post/trying-out-keeweb-and-minikeepass-password-manager/</link><pubDate>Mon, 10 Oct 2016 00:00:00 +0000</pubDate><guid>https://myByways.com/post/trying-out-keeweb-and-minikeepass-password-manager/</guid><description>&lt;p&gt;I&amp;rsquo;ve been a long time iOS &lt;strong&gt;1Password&lt;/strong&gt; user, but recently started looking at alternatives. I discovered &lt;strong&gt;KeePass&lt;/strong&gt;, &lt;strong&gt;KeeWeb&lt;/strong&gt; and &lt;strong&gt;MiniKeePass&lt;/strong&gt;, all open source.&lt;/p&gt;</description></item><item><title>Streaming from desktop with NVIDIA GameStream to iOS and macOS</title><link>https://myByways.com/post/streaming-from-desktop-with-nvidia-gamestream-to-ios-and-macos/</link><pubDate>Fri, 07 Oct 2016 00:00:00 +0000</pubDate><guid>https://myByways.com/post/streaming-from-desktop-with-nvidia-gamestream-to-ios-and-macos/</guid><description>&lt;p&gt;I recently discovered an alternative to remote control my Windows 7/10 desktop PC, instead of using Microsoft Remote Desktop. This method requires a computer with a modern NVIDIA graphics card with &lt;strong&gt;GameStream&lt;/strong&gt; and works with iOS and macOS using a client called &lt;strong&gt;Moonlight&lt;/strong&gt;!&lt;/p&gt;</description></item><item><title>Disable JavaScript to enable Picture-in-Picture on macOS Safari</title><link>https://myByways.com/post/disable_javascript_to_enable_picture-in-picture_on_macos_safari/</link><pubDate>Tue, 04 Oct 2016 00:00:00 +0000</pubDate><guid>https://myByways.com/post/disable_javascript_to_enable_picture-in-picture_on_macos_safari/</guid><description>&lt;p&gt;Safari 10 on macOS Sierra has a useful &lt;strong&gt;Picture-in-Picture&lt;/strong&gt; (PiP) feature to playback HTML5 videos in a small &amp;ldquo;always-on-top&amp;rdquo; window, just like on iPads with iOS 9+. To activate, just right-click a playing video and select &lt;strong&gt;Enter Picture-in-Picture&lt;/strong&gt;. However, not all web videos seem to allow this, as they pop up their own menus without the PiP option. Here are two ways to try to enable PiP.&lt;/p&gt;</description></item><item><title>macOS Sierra - a half-hearted update</title><link>https://myByways.com/post/macos-sierra-a-half-hearted-update/</link><pubDate>Wed, 21 Sep 2016 00:00:00 +0000</pubDate><guid>https://myByways.com/post/macos-sierra-a-half-hearted-update/</guid><description>&lt;p&gt;I&amp;rsquo;ve updated my &lt;strong&gt;MacBook&lt;/strong&gt; to &lt;strong&gt;macOS Sierra&lt;/strong&gt;, and it&amp;rsquo;s rather underwhelming and half-hearted IMHO. And yes, dear eagle-eyed reader, Apple capitalizes the &lt;em&gt;Mac&lt;/em&gt; in &lt;strong&gt;Mac&lt;/strong&gt;Book but not the &lt;em&gt;Mac&lt;/em&gt; in &lt;strong&gt;mac&lt;/strong&gt;OS - what a confusing naming (lack-of-)convention. Still, macOS is a better name than OS X (can you say OS 10 10.X instead?)&lt;/p&gt;</description></item><item><title>Enable Mac Full Keyboard Access, but beware!</title><link>https://myByways.com/post/enable-mac-full-keyboard-access-but-beware/</link><pubDate>Wed, 24 Aug 2016 00:00:00 +0000</pubDate><guid>https://myByways.com/post/enable-mac-full-keyboard-access-but-beware/</guid><description>&lt;p&gt;On my Mac, by default, the keyboard cannot be used to navigate and trigger dialog box buttons. To &lt;em&gt;“fix”&lt;/em&gt; this shortcoming - enable &lt;strong&gt;Full Keyboard Access&lt;/strong&gt; to use the &lt;kbd&gt;tab&lt;/kbd&gt; key to navigate controls! But beware of downsides too&amp;hellip;&lt;/p&gt;</description></item><item><title>Ricoh Aficio MP driver does not work on OS X</title><link>https://myByways.com/post/ricoh-aficio-mp-driver-does-not-work-on-os-x/</link><pubDate>Mon, 25 Jul 2016 00:00:00 +0000</pubDate><guid>https://myByways.com/post/ricoh-aficio-mp-driver-does-not-work-on-os-x/</guid><description>&lt;p&gt;I was recently at an office using a Ricoh Aficio multi-function printer. I downloaded the PPD Installer version 2.2.0.0 (dated 17/09/2014) for OS X 10.11 from the &lt;a href="http://support.ricoh.com/bb/html/dr_ut_e/ra/model/mp25/mp25en.htm" rel="external"&gt;Ricoh Aficio MP 2510/3010/2590/3090 driver page&lt;/a&gt;. But no matter what I tried, the printer either could not be found or would print blank or garbled pages&amp;hellip;&lt;/p&gt;</description></item><item><title>Finding application files in OS X</title><link>https://myByways.com/post/finding-application-files-in-osx/</link><pubDate>Wed, 15 Jun 2016 00:00:00 +0000</pubDate><guid>https://myByways.com/post/finding-application-files-in-osx/</guid><description>&lt;p&gt;Apps, even after being removed from the &lt;strong&gt;Launchpad&lt;/strong&gt; or &lt;strong&gt;Applications&lt;/strong&gt; sidebar in &lt;strong&gt;Finder&lt;/strong&gt;, do leave preferences and other files scattered around. Where are they, typically, and how does one find them?&lt;/p&gt;</description></item><item><title>OS X Terminal color prompt</title><link>https://myByways.com/post/os-x-terminal-color-prompt/</link><pubDate>Thu, 28 Apr 2016 00:00:00 +0000</pubDate><guid>https://myByways.com/post/os-x-terminal-color-prompt/</guid><description>&lt;p&gt;My previous &lt;a href="http://mybyways.com/blog/osx-terminal-tweaks" rel="external"&gt;Terminal Tweaks post&lt;/a&gt; had an incorrect prompt (PS1) setting, that caused lines to wrap on themselves! This is now corrected, with more details on the color options&amp;hellip;&lt;/p&gt;</description></item><item><title>Where is Xcode's FileMerge?</title><link>https://myByways.com/post/where-is-xcodes-filemerge/</link><pubDate>Fri, 01 Apr 2016 00:00:00 +0000</pubDate><guid>https://myByways.com/post/where-is-xcodes-filemerge/</guid><description>&lt;p&gt;I discovered that Xcode includes a &lt;strong&gt;diff&lt;/strong&gt; tool called &lt;strong&gt;FileMerge&lt;/strong&gt;. Where is it and how do you launch it?&lt;/p&gt;</description></item><item><title>Macs are so Expensive (Relatively Speaking)</title><link>https://myByways.com/post/macs-are-so-expensive-relatively-speaking/</link><pubDate>Fri, 11 Dec 2015 00:00:00 +0000</pubDate><guid>https://myByways.com/post/macs-are-so-expensive-relatively-speaking/</guid><description>&lt;p&gt;I just bought a MacBook Pro! Prior to this, I&amp;rsquo;ve only been exposed to Windows and a smattering of UNIX/Linux&amp;hellip; until now. What really struck me was the price! Total &lt;strong&gt;sticker shock&lt;/strong&gt;, and that was before Apple raised prices on 14 Oct 2015!&lt;/p&gt;</description></item><item><title>Free tools for OS X developers</title><link>https://myByways.com/post/free-tools-for-osx-developers/</link><pubDate>Mon, 19 Oct 2015 00:00:00 +0000</pubDate><guid>https://myByways.com/post/free-tools-for-osx-developers/</guid><description>&lt;p&gt;A short list of free tools I find useful for blogging and web development! Includes Microsoft &lt;strong&gt;Visual Studio Code&lt;/strong&gt;, &lt;strong&gt;ImageOptim&lt;/strong&gt;, &lt;strong&gt;ForkLift 2&lt;/strong&gt; and &lt;strong&gt;Commander One&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>Screen capture script for retina display with PNG optimization</title><link>https://myByways.com/post/screen-capture-script-for-retina-display-with-png-optimization/</link><pubDate>Mon, 19 Oct 2015 00:00:00 +0000</pubDate><guid>https://myByways.com/post/screen-capture-script-for-retina-display-with-png-optimization/</guid><description>&lt;p&gt;Forget the complex or manual steps, or costly tools to get screen shots scaled down from a retina display. I have a &lt;strong&gt;shell script&lt;/strong&gt; that triggers an interactive window screen capture, saves the screen shot (assumed to be 2x retina display), re-sizes it to 1x and compresses the PNG further! Best of all, it does not require paid software or Automator.&lt;/p&gt;</description></item><item><title>OS X Terminal Tweaks</title><link>https://myByways.com/post/osx-terminal-tweaks/</link><pubDate>Fri, 16 Oct 2015 00:00:00 +0000</pubDate><guid>https://myByways.com/post/osx-terminal-tweaks/</guid><description>&lt;p&gt;Some tweaks to my OS X shell (&lt;kbd&gt;Terminal&lt;/kbd&gt;.app) that I&amp;rsquo;ve found useful.&lt;/p&gt;</description></item><item><title>Enabling Apache and PHP on OS X 10.11</title><link>https://myByways.com/post/enabling-apache-and-php-on-osx-1011/</link><pubDate>Thu, 15 Oct 2015 00:00:00 +0000</pubDate><guid>https://myByways.com/post/enabling-apache-and-php-on-osx-1011/</guid><description>&lt;p&gt;Apache and PHP 5.5.27 are installed already in OS X 10.11 El Capitan, so just a little enabling is required.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Updated 12 Oct 2016:&lt;/strong&gt; See the &lt;a href="https://myByways.com/post/reenable-apache-and-php-after-macos-sierra-update"&gt;slightly updated guide for macOS 10.12 Sierra&lt;/a&gt;, which has been updated to Apache 2.4.23 and PHP 5.6.24.&lt;/p&gt;</description></item></channel></rss>