Best of MacNovember 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    nektos/act: Run your GitHub Actions locally 🚀

    You can use the GitHub Actions defined in your GitHub Actions to run your actions locally. The environment variables and filesystem are all configured to match what GitHub provides. If you are using Windows, please follow the steps outlined in Docker Docs for how to install Docker Desktop on Windows.

  2. 2
    Article
    Avatar of communityCommunity Picks·4y

    Rust Easy! Modern Cross-platform Command Line Tools to Supercharge Your Terminal

    Alacritty is a cross-platform modern terminal emulator with sensible defaults. It is GPU accelerated, super fast, and highly configurable. Starship is fast, highly customizable, and has a great default theme and settings. Exa is a bit faster than LSD for tree views and can show the Git status of files and folders. I prefer exa due to the Git support and faster tree views.

  3. 3
    Article
    Avatar of omgubomg! ubuntu!·4y

    ‘Search Light’ is Like macOS Spotlight for GNOME Shell

    'Search Light' is a Gnome Shell extension that takes the apps search widget out of Overview. It can show any/all results the regular GNOME Shell search can as it’s the same widget, floating above all windows. The default keybinding is ctrl + super + space.

  4. 4
    Article
    Avatar of pointerPointer·4y

    monkeyWie/gopeed: High speed downloader that supports all platforms.

    Gopeed is a high-speed downloader developed by +, which supports (HTTP, BitTorrent, Magnet) protocol downloads and supports all platforms. This project is divided into two parts, the front end uses, the back end uses. and the two sides communicate through the protocol.

  5. 5
    Article
    Avatar of hnHacker News·3y

    Tales of the M1 GPU

    Alyssa Rosenzweig started working on reverse engineering the M1 GPU in April. She started writing an M1 driver for Mesa, the Linux userspace graphics stack, and just a few months later she was already passing 75% of the GL2 conformance 2 conformance. Earlier this year, her work was so far ahead.