Earlier quoted context omitted.
node.js is sexier when it doesn't serve stacktraces in production. Plus async files reads still happen in an internal threadpool (one thread per core, hardcoded, IIRC) so it's pretty easy to saturate that anyway, you should be caching static assets.
you are right but I'll still use async over sync anytime... :)
First Bitcoin ATM
31–40 of 46 posts
Re: First Bitcoin ATM
#32Why is this machine always asking for the users fingerprints? Doesn't that break the anonymity of bitcoin?
Not to mention that that is associated with a government ID and a photo. Why not just use a bank account...?
Re: First Bitcoin ATM
#33Looks like they've since updated and now have one that accepts notes from over 200 countries: https://lamassu.is/
Re: First Bitcoin ATM
#34Earlier quoted context omitted.
node.js is sexier when it doesn't serve stacktraces in production. Plus async files reads still happen in an internal threadpool (one thread per core, hardcoded, IIRC) so it's pretty easy to saturate that anyway, you should be caching static assets.
The express framework activates the view cache by default when configured for production, so both problems are actually the same.
Re: First Bitcoin ATM
#35I live a block away from this machine and won't be using it because of nonsense biometric data harvesting. Why do I need to scan my ID, picture and fingerprints to trade a small amount of bitcoins? I will continue to use the Russian guy who hangs out at a Robson St cafe and doesn't want my biometric data.
Wait, are you saying that there are now street bitcoin traders? This reminds of communist times when the government limited foreign currency trading. There was a specific coffee house where you could go and illicitly trade foreign currency.
Re: First Bitcoin ATM
#36 Error: EMFILE, too many open files '/home/ubuntu/robocoin/robocoin-website/views/index.html'
at Object.fs.openSync (fs.js:427:18)
at fs.readFileSync (fs.js:284:15)
at View.exports.renderFile [as engine] (/home/ubuntu/robocoin/robocoin-website/node_modules/ejs/lib/ejs.js:312:9)
at View.render (/home/ubuntu/robocoin/robocoin-website/node_modules/express/lib/view.js:75:8)
at Function.app.render (/home/ubuntu/robocoin/robocoin-website/node_modules/express/lib/application.js:504:10)
at ServerResponse.res.render (/home/ubuntu/robocoin/robocoin-website/node_modules/express/lib/response.js:753:7)
at exports.index (/home/ubuntu/robocoin/robocoin-website/routes/index.js:8:9)
at callbacks (/home/ubuntu/robocoin/robocoin-website/node_modules/express/lib/router/index.js:161:37)
at param (/home/ubuntu/robocoin/robocoin-website/node_modules/express/lib/router/index.js:135:11)
at pass (/home/ubuntu/robocoin/robocoin-website/node_modules/express/lib/router/index.js:142:5)Re: First Bitcoin ATM
#37Re: First Bitcoin ATM
#38Re: First Bitcoin ATM
#39Just got this error when hitting the site. I guess node isn't the end-all-be-all magic bullet for scalability everyone thinks it is? Error: EMFILE, too many open files '/home/ubuntu/robocoin/robocoin-website/views/index.html' at Object.fs.openSync (fs.js:427:18) at fs.readFileSync (fs.js:284:15) at View.exports.renderFile [as engine] (/home/ubuntu/robocoin/robocoin-website/node_modules/ejs/lib/ejs.js:312:9) at View.r…
Re: First Bitcoin ATM
#40While I'm happy to see the world's first anything happen in my hometown of Vancouver, I do question why Vancouver was chosen over San Fran, Portland or New York. Those cities seem more fit for World's First. Even if its a Canadian market they are targeting, Toronto is our financial centre and would make a better choice for this currency.
tl;dr: Less regulatory burden in Canada.
(Source: http://www.pcworld.com/article/2039347/canadian-regulator-ta...)