April 2026 TLDR setup for Ollama + Gemma 4 on a Mac mini (Apple Silicon) — auto-start, preload, and keep-alive
- Mac mini with Apple Silicon (M1/M2/M3/M4/M5)
- At least 16GB unified memory for Gemma 4 (default 8B)
- macOS with Homebrew installed
April 2026 TLDR setup for Ollama + Gemma 4 on a Mac mini (Apple Silicon) — auto-start, preload, and keep-alive
| // | |
| // Not to be used in any serious manner | |
| // | |
| #include <Windows.h> | |
| #include <iostream> | |
| #define NT_SUCCESS(Status) (((NTSTATUS)(Status)) >= 0) | |
| typedef struct _WNF_STATE_NAME | |
| { |
Note
This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.
How to use this script:
Console tabAnthropic's Claude Code CLI source code leaked onto GitHub recently. All of it. About 1,900 files and a lot of TypeScript.
I read through the key modules. What follows is a breakdown of the surprising parts: how the system actually works, where Anthropic made clever engineering choices, and where their approach diverges from OpenAI's Codex in ways you wouldn't guess from using either tool.
Here's what happens when you type a message into Claude Code:
Docker provides download links in release note. They promised that
(we) will also include download links in release notes for future releases.
Note:
Note: I have moved this list to a proper repository. I'll leave this gist up, but it won't be updated. To submit an idea, open a PR on the repo.
Note that I have not tried all of these personally, and cannot and do not vouch for all of the tools listed here. In most cases, the descriptions here are copied directly from their code repos. Some may have been abandoned. Investigate before installing/using.
The ones I use regularly include: bat, dust, fd, fend, hyperfine, miniserve, ripgrep, just, cargo-audit and cargo-wipe.
| #requires -modules "PnP.PowerShell" | |
| # This script requires the following Azure AD App Principal application permissions: | |
| # - SharePoint > Sites.ReadWrite.All | |
| # - Microsoft Graph > Group.Read.All | |
| $clientId = $env:O365_CLIENTID | |
| $thumbprint = $env:O365_THUMBPRINT | |
| $tenantName = $env:O365_TENANT |