Skip to content

Instantly share code, notes, and snippets.

View rvagg's full-sized avatar

Rod Vagg rvagg

View GitHub Profile
@rvagg
rvagg / results.txt
Last active October 23, 2015 02:14
Node.js Interactive Scrabble Score Game
RANK TITLE SPEAKER SCRABBLESCORE
1 V8 Engine of Node.js on IA: JavaScript-JITTED x86 Chunyang Dai, Intel 195
Machine Code Mapping Profiling Support and X87
Quark Processor Enabling
2 FrontendFS: Creating a Filesystem for Web Clay Smith, New Relic 100
Development Using Node.js
3 Lessons Learned Extending Node.js with Another Arunesh Chandra, Microsoft 98
JavaScript Engine
4 Building and Engaging High Performance Teams in Chanda Dharap, StrongLoop Inc, an IBM Company 94
the Node Ecosystem
@rvagg
rvagg / nodejs.org_404.txt
Created September 15, 2015 05:49
Top 404's on nodejs.org since server move
8235 /dist/v4.0.0/SHASUMS.txt
8212 /dist/v4.0.0/ivy.xml
6813 /static/images/icons-interior.png
6810 /static/images/platform-icons.png
5945 /dist/v4.0.0/x64/node.lib
5921 /dist/v4.0.0/node.lib
5802 /static/images/twitter-bird.png
4738 /dist/staging
3395 /static/images/footer-logo-alt.png
2283 /dist/v3.3.0/node-v3.3.0.tar.gz
@rvagg
rvagg / v8 4.5 changelog.md
Created September 7, 2015 03:52
V8 4.5 ChangeLog

4.5.107 (2015-07-09)

  • [arm] Don't call branch_offset within CheckConstPool (issue 4292).
  • [arm] Fix missing CheckBuffer for branches (issue 4292).

4.5.105 (2015-07-09)

  • Guard @@isConcatSpreadable behind a flag (Chromium issue 507553).

4.5.104 (2015-07-08)

@rvagg
rvagg / counts.txt
Last active September 1, 2015 06:59
~1 month hit counts from nodejs.org server logs
145261189 /dist/
45612252 /dist
2125514 /
1472447 /pipe.css
1465446 /sh_vim-dark.css
1462978 /lfcollab.css
1424636 /sh_javascript.min.js
1379418 /favicon.ico
1257826 /sh_main.js
1117199 /images/logo.svg
@rvagg
rvagg / check-blog.js
Last active September 1, 2015 02:48
blog.nodejs.org -> nodejs.org/en/blog reidrects
const hyperquest = require('hyperquest')
, map = require('map-async')
, bl = require('bl')
, once = require('once')
, fs = require('fs')
, path = require('path')
, url = require('url')
, urls = unique(fs.readFileSync(process.argv[2], 'utf8').split('\n').filter(Boolean))
, newslugs = unique(fs.readFileSync(process.argv[3], 'utf8').split('\n').filter(Boolean))
@rvagg
rvagg / tree
Created August 31, 2015 12:58
old nodejs.org contents
.
├── 0001-Fixes-71.-src-and-include-directories.patch
├── 6E95372490767F1203DBAF9DAF9FB6F6.txt
├── about
│   ├── advisory-board
│   │   ├── index.html
│   │   └── members
│   │   └── index.html
│   ├── index.html
│   ├── organization

4.4.65 (2015-05-13)

  • Deprecate Isolate::New.
  • Factor out core of Array.forEach and .every, for use in TypedArrays (issue 3578).

4.4.63 (2015-05-11)

  • Let Runtime_GrowArrayElements accept non-Smi numbers as |key| (Chromium issue 485410).
@rvagg
rvagg / commits.md
Created July 3, 2015 11:34
io.js commits in master and not in v1.x @ July 3rd 2015
@rvagg
rvagg / v8-changelog-4.3+4.4.md
Created June 29, 2015 06:38
v8-changelog --trim --range '>=4.3 <4.5'

4.4.65 (2015-05-13)

  • Deprecate Isolate::New.
  • Factor out core of Array.forEach and .every, for use in TypedArrays (issue 3578).

4.4.63 (2015-05-11)

  • Let Runtime_GrowArrayElements accept non-Smi numbers as |key| (Chromium issue 485410).
v0.7.0 -------------------------------------------
node@v0.12.4 : FAIL wrote output to /tmp/nan-dnt-v0.12.4.out
node@v0.12.3 : FAIL wrote output to /tmp/nan-dnt-v0.12.3.out
node@v0.12.2 : FAIL wrote output to /tmp/nan-dnt-v0.12.2.out
node@v0.12.1 : FAIL wrote output to /tmp/nan-dnt-v0.12.1.out
node@v0.12.0 : FAIL wrote output to /tmp/nan-dnt-v0.12.0.out
node@v0.10.38: FAIL wrote output to /tmp/nan-dnt-v0.10.38.out
node@v0.10.37: FAIL wrote output to /tmp/nan-dnt-v0.10.37.out
node@v0.10.36: FAIL wrote output to /tmp/nan-dnt-v0.10.36.out
node@v0.10.35: PASS wrote output to /tmp/nan-dnt-v0.10.35.out[2