- There are two and only two genders.
- Okay, then there are two and only two biological genders.
- Gender is determined solely by biology.
- Okay, it’s mostly determined by biology, right?
- Please tell me it’s determined by DNA.
- Gender can be reliably determined through visual means. After all, no man would ever wear a burka.
- Once gender is set, it never changes.
- Even if the gender can change, it will only change from the one value to the other value.
- Only one gender can be “active” at the same time.
- We’re tracking gender now, so we’ve always tracked it.
This file contains 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
## PERFORMANCE (1/7/13) | |
# | |
# CONGRATULATIONS! You have climbed to the top of the tower and rescued the fair maiden Ruby. | |
# Your average grade for this tower is: A | |
# | |
# Level 1: S | |
# Level 2: A | |
# Level 3: A | |
# Level 4: B | |
# Level 5: A |
This file contains 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
var nano = require('nano'); | |
var url = '...'; // URL to your Cloudant database | |
var db = nano(url); | |
app.get('route', function (req, res) { | |
db.view('design_name', 'view_name').pipe(res); | |
}); |
This file contains 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
[{ | |
"from": "", | |
"to": "index.html", | |
"method": "GET", | |
"query": {} | |
},{ | |
"from": "/api", | |
"to": "/../../", | |
"query": {} | |
},{ |
This file contains 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
{ | |
_id: '_design/queries', | |
views: { | |
sum_by_date: { | |
map: function (doc) { | |
if (doc.created_at) { | |
// normalize doc.created_at into an integer timestamp | |
// in this case, milliseconds since epoch | |
var date = new Date(doc.created_at).getTime(); | |
emit(doc.created_at, doc.VALUE_YOU_WANT_TO_SUM); |
This file contains 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
couchdb & | |
git clone [email protected]:garbados/quilter.git | |
cd quilter | |
npm install | |
./bin/index.js push --local ~/Pictures --remote http://localhost:5984/eggchair --log info | |
cd .. | |
git clone [email protected]:garbados/egg_chair.git | |
cd egg_chair | |
npm install | |
mv config.js.example config.js |
This file contains 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
VALUES=(conquer discover exchange develop expand consent) | |
PLAYER_AI=(basic basic2 basic3) | |
echo 'remember:' ${VALUES[*]} | |
for PLAYERS in ${PLAYER_AI[*]}; do | |
for i in {1..100}; do | |
ajve-civ -p $PLAYERS | grep WINNER >> $PLAYERS.txt; | |
done; | |
echo $PLAYERS; | |
for value in ${VALUES[*]}; do |
Who are you?
The last human, as far as the market is concerned. One corporation stores my consciousness; another manages my connection to the net. I wouldn't expect you to recognize me as human: I haven't worn flesh since we mined the sun.
Why not?
Flesh has a price, and I have no means to pay. I leased my consciousness to a corporation without a name. I sold the skin and organs my parents gave me to a recycling firm to pay the deposit.
This file contains 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
┌────┬───────────────────┬────────┬──────┬───────┬────────┐ | |
│ # │ name │ points │ wins │ draws │ losses │ | |
├────┼───────────────────┼────────┼──────┼───────┼────────┤ | |
│ 1 │ random │ 36113 │ 56 │ 21 │ 117 │ | |
├────┼───────────────────┼────────┼──────┼───────┼────────┤ | |
│ 2 │ avenger │ 42156 │ 18 │ 170 │ 100 │ | |
├────┼───────────────────┼────────┼──────┼───────┼────────┤ | |
│ 3 │ winstayloseswitch │ 42181 │ 18 │ 187 │ 83 │ | |
├────┼───────────────────┼────────┼──────┼───────┼────────┤ | |
│ 4 │ queen │ 43597 │ 61 │ 158 │ 69 │ |