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
hi, i'm daniel. i'm a 15-year-old with some programming experience and i do a little bug hunting in my free time. here's the insane story of how I found a single bug that affected over half of all Fortune 500 companies:
If you've spent some time online, you’ve probably come across Zendesk.
Zendesk is a customer service tool used by some of the world’s top companies. It’s easy to set up: you link it to your company’s support email (like support@company.com), and Zendesk starts managing incoming emails and creating tickets. You can handle these tickets yourself or have a support team do it for you. Zendesk is a billion-dollar company, trusted by big names like Cloudflare.
Personally, I’ve always found it surprising that these massive companies, worth billions, rely on third-party tools like Zendesk instead of building their own in-house ticketing systems.
This is a collection of all the information I came across while setting up my own Xenforo forum (migrating from Reddit subs). I'll keep it updated as I learn more.
🚚 The bookmarklet has moved to https://github.com/bramus/mastodon-profile-redirect/
| /** | |
| * @author mrdoob / http://mrdoob.com/ | |
| */ | |
| function WebAudio( context ) { | |
| if ( context === undefined ) { | |
| context = WebAudio.context; |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>UnifiedBar</key> | |
| <dict> | |
| <key>DisclosureRequired</key> | |
| <string>ace440ac-b4f6-4b43-aade-02bba1589aef</string> | |
| <key>Enabled</key> | |
| <false/> |
| html { | |
| scroll-behavior: smooth; | |
| } | |
| @media (prefers-reduced-motion: reduce) { | |
| html { | |
| scroll-behavior: auto; | |
| } | |
| } |
| [toplevel] | |
| # Put this in ~/.aws/cli/alias | |
| # and you'll have an "aws upgrade" | |
| # and an "aws check-upgrade" command. | |
| # | |
| # Only works on macOS and installs using | |
| # the .pkg installer. | |
| # | |
| upgrade = !f() { | |
| curl -s "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "/tmp/AWSCLIV2.pkg" |
| # Script to download all the WWDC 2020 session videos in the highest 4K video and audio | |
| # You may have to update ffmpeg before using this script. I needed version 4.3 or higher to successfully download the videos. | |
| # | |
| # If you want the lower bitrate audio, do a find/replace of "audio_english_192" with "audio_english_64" | |
| # If you want lower bitrate or lower resolution video, do a find/replace of "hvc_2160p_16800" with any of the following: | |
| # "hvc_2160p_11600" | |
| # "hvc_1440p_8100" | |
| # "hvc_1080p_5800" | |
| # "hvc_1080p_4500" | |
| # "hvc_720p_3400" |