This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 100 Product Development Hats | |
| @johncutlefish | |
| +------------------------+-------------------------+---------------------+ | |
| | Accountant | Enabler | Researcher | | |
| | Administrator | Entrepreneur | Safety Monitor | | |
| | Aligner | Experiment Designer | Salesperson | | |
| | Analyst | Facilitator | Scientist | | |
| | Architect | Fixer | Scribe | | |
| | Business Advocate | Forecaster | Secretary | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| | When we want to .... | Try to ... | | |
| |----------------------------------|-------------------------------| | |
| | Restrict the flow of information | Open up the conversation | | |
| | Protect and guard | Remove barriers | | |
| | Exclude and conform | Include and accept | | |
| | Assume incompetence | Lead with trust and respect | | |
| | Speed up and do more | Slow down and do less | | |
| | Plan, align, and execute | Explore and promote diversity | | |
| | Intervene and fix | Observe and listen | | |
| | Protect against failure | Make failure safe | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| +-------------+---------------+-------------+ | |
| | Accelerate | Design | Monitor | | |
| +-------------+---------------+-------------+ | |
| | Accept | Detail | Motivate | | |
| +-------------+---------------+-------------+ | |
| | Advocate | Diagnose | Negotiate | | |
| +-------------+---------------+-------------+ | |
| | Aggregate | Differentiate | Network | | |
| +-------------+---------------+-------------+ | |
| | Align | Diffuse | Nudge | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <button type="button" onclick=" ">Click Me!</button> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| amplitude.getInstance().logEvent('Button clicked') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'milk type': document.getElementById('milk_types').value |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import numpy as np | |
| import pandas as pd | |
| from sklearn.decomposition import PCA | |
| from sklearn.manifold import TSNE | |
| from sklearn.cluster import KMeans | |
| import matplotlib.pyplot as plt | |
| from matplotlib.colors import ListedColormap | |
| from transformers import BertTokenizer, BertModel | |
| import torch | |
| from adjustText import adjust_text |