Skip to content

Instantly share code, notes, and snippets.

View thomasdavis's full-sized avatar

Thomas Davis thomasdavis

View GitHub Profile

An h1 header

Paragraphs are separated by a blank line.

2nd paragraph. Italic, bold, and monospace. Itemized lists look like:

  • this one
  • that one

This is a blog post I wrote

Do you like it

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum

<html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Polymer Intelligence Engine</title><meta name="description" content="Carefully categorized and sorted, get the best advice for any need or stage."><meta name="msapplication-TileColor" content="#3fb777"><meta name="msapplication-config" content="assets/browserconfig.xml"><meta name="theme-color" content="#ff5122"><link href="https://fonts.googleapis.com/css?family=Lato:400,700,900" rel="stylesheet"><link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png"><link rel="manifest" href="assets/site.webmanifest"><link rel="mask-icon" href="assets/safari-pinned-tab.svg" color="#3fb777"><link rel="icon" href="assets/favicon.ico"><link rel="icon" type="image/png" sizes="32x32" href="assets/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="assets/favicon-16x16.png"><link href="assets/css/chunk-7e9586e4.61cc0

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

import { Component } from "react";
import styled from "styled-components";
const Layout = styled.div`
background: red;
width: 200px;
height: 200px;
`;
const Input = styled.input`
import { Component } from "react";
import styled from "styled-components";
const Layout = styled.div`
background: red;
width: 200px;
height: 200px;
`;
const Input = styled.input`
const key = "zzz";
const secret = "aaa";
const payload = {
orders: [
{ volume: "0.000001", orderType: "limit", price: "0.000001", side: "buy" }
],
market: "btctusd"
# -*- coding: utf-8 -*-
import os
import sys
# -----------------------------------------------------------------------------
this_folder = os.path.dirname(os.path.abspath(__file__))
root_folder = os.path.dirname(os.path.dirname(this_folder))
sys.path.append(root_folder + '/python')
openapi: '3.0.0'
info:
version: 1.0.0
title: BlockBid API Gateway
license:
name: MIT
servers:
- url: https://api.blockbid.io
paths:
/healthz:
openapi: '3.0.0'
info:
version: 1.0.0
title: BlockBid API Gateway
license:
name: MIT
servers:
- url: https://api.blockbid.io
paths:
/healthz: