Skip to content

Instantly share code, notes, and snippets.

View scottstensland's full-sized avatar
💭
You learn more from a person at play than a year of conversation - Plato

Scott Stensland scottstensland

💭
You learn more from a person at play than a year of conversation - Plato
View GitHub Profile
lspci -vvnn
00:00.0 Host bridge [0600]: Intel Corporation 3rd Gen Core processor DRAM Controller [8086:0154] (rev 09)
Subsystem: Micro-Star International Co., Ltd. [MSI] 3rd Gen Core processor DRAM Controller [1462:10b8]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
Latency: 0
Capabilities: <access denied>
@scottstensland
scottstensland / docker running on google compute engine
Created February 2, 2016 20:02
gcloud compute instances create instancestenskubernginx-test-01
{
"kind": "compute#instance",
"id": "16436244407538813088",
"creationTimestamp": "2016-02-02T11:43:03.800-08:00",
"zone": "projects/kubernetesmeteor/zones/us-east1-b",
"status": "RUNNING",
"name": "instancestenskubernginx-test-01",
"tags": {
"fingerprint": "42WmSpB8rSM="
},
avconv -formats
avconv version 11-6:11-1, Copyright (c) 2000-2014 the Libav developers
built on Sep 26 2014 14:36:31 with gcc 4.9.1 (Ubuntu 4.9.1-15ubuntu1)
File formats:
D. = Demuxing supported
.E = Muxing supported
--
@scottstensland
scottstensland / _.md
Created November 26, 2014 16:25
link distance
@scottstensland
scottstensland / _.md
Created November 26, 2014 16:24
oaklandish VIBE
@scottstensland
scottstensland / _.md
Created November 26, 2014 16:23
anim test
@scottstensland
scottstensland / gist:f084a0c4feb1f0084e73
Created October 4, 2014 02:58
npm publish ERROR 503 backend read error - I am certain this is due to some space limitation
I am certain this is due to some space limitation
here is my npm tarball
-rw-rw-r-- 1 stens stens 139115523 Oct 3 22:27 /home/stens/.npm/websockets-streaming-audio/0.8.15/package.tgz
see its 139 meg
tomorrow I will resubmit after putting this module on a treadmill to reach < 100 meg
stens@kamchatka ~/Dropbox/Documents/code/github/websockets-streaming-audio $ npm publish --ddd
@scottstensland
scottstensland / gist:e001acd0bd996a54b6a5
Created October 4, 2014 01:21
npm publish - ERROR 503 backend read error ???
For me the weakest part of using node.js is the npm publish command
what gives ???
stens@kamchatka ~/Dropbox/Documents/code/github/websockets-streaming-audio $ npm publish --ddd
npm info it worked if it ends with ok
npm verb cli [ '/home/stens/bin_0_10_32/nodejs/bin/node',
@scottstensland
scottstensland / gist:e856adbfd1f94b416221
Created September 20, 2014 19:33
npm publish -ddd 502 Bad Gateway The proxy server received an invalid response from an upstream server
stens@kamchatka ~/Dropbox/Documents/code/github/websockets-streaming-audio $ npm publish -ddd
npm info it worked if it ends with ok
npm verb cli [ '/home/stens/bin_0_10_32/nodejs/bin/node',
npm verb cli '/home/stens/bin_0_10_32/nodejs/bin/npm',
npm verb cli 'publish',
npm verb cli '-ddd' ]
npm info using npm@1.4.28
npm info using node@v0.10.32
npm verb publish [ '.' ]
npm verb cache add [ '.', null ]
@scottstensland
scottstensland / gist:e1a02476c0fb06391110
Created September 20, 2014 03:29
npm publish util.js:35 var str = String(f).replace(formatRegExp, function(x) { RangeError: Maximum call stack size exceeded
scott@kamchatka ~/Dropbox/Documents/code/github/websockets-streaming-audio $ npm publish -ddd
npm info it worked if it ends with ok
npm verb cli [ '/home/scott/bin_0_10_32/nodejs/bin/node',
npm verb cli '/home/scott/bin_0_10_32/nodejs/bin/npm',
npm verb cli 'publish',
npm verb cli '-ddd' ]
npm info using npm@1.4.28
npm info using node@v0.10.32