Skip to content

Instantly share code, notes, and snippets.

View SamirMishra27's full-sized avatar
πŸ˜€
Working on HandCricket!

Samir SamirMishra27

πŸ˜€
Working on HandCricket!
View GitHub Profile

[This portion of call begins at 25:47]

Me: I could make it really easy on you, if you think Apollo is costing you $20 million per year, cut me a check for $10 million and we can both skip off into the sunset. Six months of use. We're good. That's mostly a joke.

Reddit: Six months of use? What do you mean? I know you said that was mostly a joke, but I want to take everything you're saying seriously just to make sure I'm not - what are you referring to?

Me: Okay, if Apollo's opportunity cost currently is $20 million dollars. At the 7 billion requests and API volume. If that's your yearly opportunity cost for Apollo, cut that in half, say for 6 months. Bob's your uncle.

Reddit: You cut out right at the end. I'm not asking you to repeat yourself for a third time, but you legit cut out right at the end. "If your opportunity cost is $10 million" and then I lost you.

@SamirMishra27
SamirMishra27 / shortguide.md
Last active July 17, 2022 03:26
Short guide on how to use the HandCricket bot.

This is a Short Documentation to guide your way on how to play and organise matches on HandCricket.

1. Setting up your HandCricket Bot!

Before diving into depth we need to setup the bot in our Discord server so the bot has proper set-up going forward.

-> Permissions:

The Bot needs the following permissions in order to function fully:

Type of permission Nature
@mindplace
mindplace / git_and_github_instructions.md
Last active August 10, 2025 23:01
Pushing your first project to github

1. Make sure git is tracking your project locally

Do you need a refresher on git? Go through Codecademy's git course.

  1. Using your terminal/command line, get inside the folder where your project files are kept: cd /path/to/my/codebase. β†’ You cannot do this simply by opening the folder normally, you must do this with the command line/terminal.
    β†’ Do you need a refresher on using your command line/terminal? I've compiled my favorite resources here.

  2. Check if git is already initialized: git status