Skip to content

Instantly share code, notes, and snippets.

View mfb2's full-sized avatar

Manny Batule mfb2

  • Rochester, NY
  • 22:02 (UTC -04:00)
View GitHub Profile
@mfb2
mfb2 / pairup.sh
Last active October 25, 2019 01:14
Pair-up script
#!/bin/bash
#############################
# ./pairup
# tmux pairing setup script
#############################
# Prerequisites:
# tmux
# ngrok
@yossorion
yossorion / what-i-wish-id-known-about-equity-before-joining-a-unicorn.md
Last active July 12, 2025 14:53
What I Wish I'd Known About Equity Before Joining A Unicorn

What I Wish I'd Known About Equity Before Joining A Unicorn

Disclaimer: This piece is written anonymously. The names of a few particular companies are mentioned, but as common examples only.

This is a short write-up on things that I wish I'd known and considered before joining a private company (aka startup, aka unicorn in some cases). I'm not trying to make the case that you should never join a private company, but the power imbalance between founder and employee is extreme, and that potential candidates would

@Bekbolatov
Bekbolatov / tmux.md
Last active July 8, 2025 17:59
Clean tmux cheat-sheet

Clean tmux cheat-sheet

By resources

sessions

list-sessions        ls         -- List sessions managed by server
new-session          new        -- Create a new session
@octocat
octocat / .gitignore
Created February 27, 2014 19:38
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #