-
- Checked with Rebecca Balayan, my SpaceX HR coordinator, if I had any outstanding mission patches.
- Opened the exercise request for my shares. I have 3 days to make the check payment. I’ll send it with Allie or Briley on Monday. Called home and asked for the 30k transfer. BOA has limitations so we may have to wire.
- There was an $86 charge from 24hr fitness on feb 8. I’ll dispute this back in Hermosa next chance I get.
- Instead of just instantiating a flask app, having a function return the app is called the “application factory pattern” for future reference.
- Docker-compose is often used to orchestrate two containers: one for the service and one for the database.
- Changed my default editor with sudo update-alternatives –config editor.
- When rebasing, the bottom section of the <<<< ==== >>>> is the newer commit. It will show the hash. The top says head. It’s the older one.
- When rebasing, “us” is the branch you’re rebasing on (master, usually). “Theirs” is the current branch.
- HN:
- Supercontest
- Deleted branches #2 and #7, they were folded into #3. Rebased #3 and merged. There was some nasty conflicting history. Closed the ticket!
- Started ticket #4, picks.
- Created a stripe account to process payments (https://dashboard.stripe.com/test/dashboard). Created a ticket to finish this work later (https://github.com/brianmahlstedt/supercontest/issues/29).