Skip to content

Instantly share code, notes, and snippets.

@quantumproducer
quantumproducer / how-to-git.txt
Created March 23, 2018 15:18
how-to-git.txt
going to write here from DM
[6:28 PM] qp: So here's what I've found has worked for me, and worked for many teams I've worked with
[6:28 PM] qp: master is authorative, customer facing
[6:28 PM] qp: dev is the main development branch
[6:28 PM] qp: whenever you deploy to customer, push to app store, etc, you merge to master from your dev branch
[6:28 PM] qp: and then you do git tag MYVERSION.NUMBER like git tag 1.1
[6:29 PM] qp: then make sure to git push --tags
[6:29 PM] qp: so in the future, if your boss says "big problem, roll us back to version 4.2.0" you can say "ok, sure, git checkout 4.2.0 and deploy that
[6:29 PM] qp: so about that dev branch
[6:29 PM] qp: that should be your base of operations
d tunn~/d tunnel
~/tunnel/ls
Makefile deps erlang.mk rel src tunnel.d
_rel ebin oldh relx.config static
~/tunnel/gmake run
gmake[1]: Entering directory '/Users/quantum/tunnel/deps/cowboy'
gmake[2]: Entering directory '/Users/quantum/tunnel/deps/cowlib'
gmake[2]: Leaving directory '/Users/quantum/tunnel/deps/cowlib'
gmake[2]: Entering directory '/Users/quantum/tunnel/deps/ranch'
gmake[2]: Leaving directory '/Users/quantum/tunnel/deps/ranch'
~/tdep/gmake run
gmake[1]: Entering directory '/Users/quantum/tdep/deps/cowboy'
gmake[2]: Entering directory '/Users/quantum/tdep/deps/cowlib'
gmake[2]: Leaving directory '/Users/quantum/tdep/deps/cowlib'
gmake[2]: Entering directory '/Users/quantum/tdep/deps/ranch'
gmake[2]: Leaving directory '/Users/quantum/tdep/deps/ranch'
GEN rebar.config
gmake[1]: Leaving directory '/Users/quantum/tdep/deps/cowboy'
gmake[1]: Entering directory '/Users/quantum/tdep/deps/jiffy'
CC=gcc escript enc compile
~/cd tdep
~/tdep/gmake distclean
GEN clean-app
GEN coverdata-clean
GEN distclean-tmp
GEN distclean-deps
GEN distclean-ct
GEN distclean-plt
GEN distclean-edoc
GEN distclean-escript
Before the Earth Explodes
Playtesting Notes
Part 1: Rulebook
Understanding the order of Actions: It took us a couple reads of the rulebook to understand the Actions on Page 2 fit in with the Phase 1 and Phase 2.
Recommendations:
* The choice of A, B, C or D is the core of the game. Show the Action panel with the effects first.
@quantumproducer
quantumproducer / class Component
Created July 13, 2017 13:06
class Component
class Component {
constructor(o) {
this.components = {};
this.listeners = {};
}
init(o) {
}
Process: prototype [3087]
Path: /Volumes/VOLUME/*/rifter_prototype.app/Contents/MacOS/prototype
Identifier: com.yourcompany.identifier
Version: 1.0 (???)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: prototype [3087]
User ID: 501
Date/Time: 2017-05-18 10:30:47.380 -0400