Stats


Stats is a free, open-source, native macOS application optimized for Apple Silicon macOS. It is designed to monitor system hardware performance in real time directly from the menu bar.

It offers comprehensive, localized tracking of CPU, GPU, battery, network, and disk metrics, providing a lightweight, customizable alternative to commercial monitoring tools.

https://mac-stats.com

Download Videos

yt-dlp

Are you a little techie? Know how to open a Linux or macOS terminal, or even a God-forsaken Windows command shell? Want to download online videos? Then yt-dlp to the rescue. First, follow one of these installation instructions for your operating system.

  • Linux uses this command to install yt-dlp: “sudo apt install yt-dlp (or replace apt with dnf, etc.)
  • macOS uses the Homebrew package manager (install Homebrew with instructions at the homebrew.sh website) with the command “brew install yt-dlp“,
  • Windows uses winget with the command: “winget install yt-dlp“

After installing yt-dlp, download a video with the command “yt-dlp “YOUR_VIDEO_URL“. Replace the ‘YOUR_VIDEO_URL’ with the video URL, but DON’T remove the double quotes.