Some links to point people to when they misinterpret PATENTS clause or spread false claims.
https://code.facebook.com/license-faq
https://wptavern.com/automattic-will-continue-to-use-react-js-in-calypso-despite-patent-clause
Some links to point people to when they misinterpret PATENTS clause or spread false claims.
https://code.facebook.com/license-faq
https://wptavern.com/automattic-will-continue-to-use-react-js-in-calypso-despite-patent-clause
Verifying that +dshaw is my blockchain ID. https://onename.com/dshaw |
#!/bin/sh | |
#------------------------------------------------------------------------------- | |
# download/unpack componentry for N|Solid into ~/nsolid | |
#------------------------------------------------------------------------------- | |
# directories | |
DIR_DOWN=~/Downloads | |
DIR_INST=~/nsolid |
After @mikeal and @lyle purchased Chromebooks for kids activities at NodeConf 2014, I was very impressed with the device and decided to explore this as a laptop and hacking device for my kids (7 & 8). I'd love to retain the simplicity of the web-focused ChromeOS experience while letting my kids hack on NodeBots and learn how to program.
It seems like the platforms that ChromeOS runs on are quite diverse. The Samsung 303C hit the right balance of being an aesthetically pleasing looking device, having respectable build quality and the amazing $250 price point. The 303C has an ARM processor. Not all Chromebooks do. I'm writing the below step-by-step very specifically for this system.
var jade = require('jade') | |
, data = require('./data.json') | |
; | |
var header = new Buffer('HTTP/1.1 200 OK\r\n\r\n'); | |
var server = require('net').createServer(function(conn) { | |
conn.write(header); | |
conn.close(); | |
}).listen(8000); |
alias fconflicted = find . -name '*(*conflicted copy*)*' | |
alias frmconflicted = find . -name '*(*conflicted copy*)*' | sed 's/.*/"&"/' | xargs rm |
var hash = require('crypto').createHash('sha1') | |
hash.setEncoding('hex') | |
process.stdin.pipe(hash).pipe(process.stdout) |
Dancing Banana
shadow broney
banana broney
History of Realtime - @metajack
IO Insights - @guille
https://speakerdeck.com/rauchg/io-insights
Making DISQUS Realtime - @NorthIsUp