Software is layered.
Documentation is not. If your documentation states
Run
npm install footo install this module
It is really saying
| # You don't need Fog in Ruby or some other library to upload to S3 -- shell works perfectly fine | |
| # This is how I upload my new Sol Trader builds (http://soltrader.net) | |
| # Based on a modified script from here: http://tmont.com/blargh/2014/1/uploading-to-s3-in-bash | |
| S3KEY="my aws key" | |
| S3SECRET="my aws secret" # pass these in | |
| function putS3 | |
| { | |
| path=$1 |
| * { | |
| font-size: 12pt; | |
| font-family: monospace; | |
| font-weight: normal; | |
| font-style: normal; | |
| text-decoration: none; | |
| color: black; | |
| cursor: default; | |
| } |
This is a collection of information on PostgreSQL and PostGIS for what I tend to use most often.
Abridged History of Tech & Related Reads
Way back in the day devseed did Drupal. We saw two main problems with it:
We couldn't respond to #2 because it was the 'essential quality' of Drupal being built on PHP/MySQL and having 'make everything dynamic' as an essential property.
We responded to #1 with the 'smallcore idea': http://developmentseed.org/blog/2009/oct/28/smallcore-manifesto-help-us-build-better-teddy-bear/ This was semi-successful but was a hard sell because Drupal's module infrastructure was brittle and had the impossible goal of making programming-like tasks available as configuration.
| license: gpl-3.0 |
| license: gpl-3.0 |
This is a non-technical reading list for technical people.
This is a list of software you should read like a novel.
| <div id="chart"> | |
| <h4>Percent of adults over 25 with at least a bachelor's degree:</h4> | |
| <p><strong>Median:</strong> <span class="median"></span></p> | |
| <small>Source: <cite><a href="http://census.gov">U.S. Census Bureau</a></cite>, via <cite><a href="http://beta.censusreporter.org/compare/01000US/040/table/?release=acs2011_1yr&table=B15003">Census Reporter</a></cite></small> | |
| </div> |
| license: gpl-3.0 | |
| redirect: https://observablehq.com/@d3/vector-tiles |