The reason is that the adoption of any one innovation made adoption of certain others possible, which then, if useful, were more likely to spread. Bands and communities of bands with better combinations of cultural innovations became more productive and better equipped for competition and war. Wilson, Edward O. (2012-04-02). The Social Conquest of Earth (Kindle Locations 1496-1498). Norton. Kindle Edition
π·
Must-haves
- load offline
- map marker
- marker name
- current location
Would-be-nice-if
- customize marker by type (ie: food, coffee, retail)
- could share easily
- could callaborate easily
less commands
type capital G: go to end of file type small g: go to beginning of file type ?: enter reverse search type /: enter forward search
e.g.
g
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
// example using the raf module from npm. try changing some values! | |
var requestAnimationFrame = require("raf") | |
var canvas = document.createElement("canvas") | |
canvas.width = 500 | |
canvas.height = 500 | |
document.body.appendChild(canvas) | |
var context = canvas.getContext("2d") |
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
var langs = { | |
"ATS": { | |
"type": "programming", | |
"color": "#1ac620", | |
"lexer": "OCaml", | |
"aliases": [ | |
"ats2" | |
], | |
"extensions": [ | |
".dats", |
Hi, what a cool Gist!
Su | Mo | Tu | We | Th | Fr | Sa |
---|---|---|---|---|---|---|
30 π³ | 1 π³ | 2 π³ | 3 π³ | 4 π³ | 5 π³ | 6 π³ |
7 π | 8 π | 9 π | 10 π | 11:yellow_heart: | 12 π | 13 π |
14 π³ | 15 |
16 π | 17 π | 18 π | 19 π | 20 π |
21 π | 22 π | 23 π | 24 π | 25 π | 26 π | 27 |
28 β | 29 β | 30 β | 31 π | 1 π | 2 β | 3 β |
4 β | 5 :umbrella |
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
var doThis = require('file') | |
// I could also define callback here | |
// but I don't *have* to | |
exec('whatever', function(err, stdout, stdrr) { | |
doThis('file', callback) | |
}) | |
// I can define callback here |
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
for f in *.jpg; do | |
convert ./"$f" -gravity center -resize 1137 -extent 1137x640 -blur 0x4 ./finalcat/"new-$f" | |
convert ./finalcat/"new-$f" -page +248 ./"$f" -flatten ./finalcat/"new-$f" | |
done |
The three I'd take to a desert island with only enough bandwidth to load three sites a day:
- Design, art & more: Miss Moss
- Interiors, minimal & classic: Remodelista Great book also.
- Food, seasonal, vegetarian: 101 Cookbooks She lives in SF, and I have two of her cookbooks and love them.