Skip to content

Instantly share code, notes, and snippets.

@LEX8888
LEX8888 / claude-no-money-no-honey.md
Last active February 25, 2026 21:00
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:

@lmarkus
lmarkus / README.MD
Last active February 25, 2026 02:36
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" : {