Skip to content

Instantly share code, notes, and snippets.

@LEX8888
LEX8888 / claude-no-money-no-honey.md
Last active March 19, 2026 22:15
No Money, No Honey: Anthropic charges $200/month, delivers 84% uptime, compensates $0

No Money, No Honey: How Anthropic Takes Your $200/Month and Gives You 84% Uptime with Zero Compensation

While waiting yet again for Claude's servers to come back online, I decided to calculate exactly how much money I'm losing. The results were worse than I expected.


💸 The Math They Don't Want You To Do

I pay $200/month for Claude Max 20x. Here's what I actually get:

@yorickdowne
yorickdowne / friday.md
Last active August 7, 2026 18:42
Debian 13 trixie upgrade

Debian 13 "Trixie"

To start, read the official release notes.

If your system is "vanilla Debian plus maybe a handful of 3rd-party repos", then this guide for a simple upgrade to Debian 13 "trixie" from Debian 12 "bookworm" can be helpful. 3rd-party repos are handled with a find command.

If you are on a fork of Debian such as RasPI OS, use their instructions, not this gist.

Note upgrade is only supported from Debian 12 to Debian 13. If you are on Debian 11, upgrade to Debian 12 first. Then once on Debian 12, you can upgrade to Debian 13.

@christopher-hopper
christopher-hopper / README.md
Last active August 15, 2026 14:56
macOS Zscaler stop | disable Zscaler on mac

Disable macOS Zscaler

The following script can be used to disable Zscaler on macOS. Zscaler is corporate spyware and security software that controls access to Internet resources and spoofs TLS certificates to allow inspection of encrypted communications on centrally managed corporate computers.

This script will not uninstall the Zscaler software.

@lmarkus
lmarkus / README.MD
Last active June 30, 2026 16:02
Extracting / Exporting custom emoji from Slack

Extracting Emoji From Slack!

Slack doesn't provide an easy way to extract custom emoji from a team. (Especially teams with thousands of custom emoji) This Gist walks you through a relatively simple approach to get your emoji out.

If you're an admin of your own team, you can get the list of emoji directly using this API: https://api.slack.com/methods/emoji.list. Once you have it, skip to Step 3

HOWEVER! This gist is intended for people who don't have admin access, nor access tokens for using that list.

Follow along...

@humandb
humandb / request.json
Last active August 29, 2015 14:07
Delivery Service - S3 to Youtube API call
{
"items" : [
{
"source" : {
"uri" : "s3://path/to/file.mp4",
"metadata" : {}
},
"destination" : {
"uri" : "youtube://owner/channel-id",
"metadata" : {