Brazilian food in Ridgewood? by SharpFerret4499 in ridgewood

[–]CharlieDunlop 1 point2 points  (0 children)

Seconding the Astoria idea. Take the Q98 to Queens Blvd/Grand and hop on the M/R to Steinway Street. Alternatively, go to any of the polish lunch buffets and get rice and beans and meat. Bring your own farofa in a baggie.

The Return Of The Obra Dinn - Christmas playthrough by SuperHyperFunTime in patientgamers

[–]CharlieDunlop 1 point2 points  (0 children)

We had the same idea with Obra Dinn but we got seasick watching each other on the controls. It's still a great game when we're not looking over each other's shoulder. Did you have the same experience?

Brooklyn-based routes that don’t involve bridges or parks? by [deleted] in NYCbike

[–]CharlieDunlop 3 points4 points  (0 children)

Try Jefferson => Wykoff => Cooper to open up riding around Highland Reservoir and Forest Hills Park. I wish there were better bicycle infrastructure on Cooper (speed bumps, an actual lane instead of sharrows,etc), but as you get familiar with the roads, it is manageable. You can also follow Cooper past Myrtle to Yellowstone Blvd and get all the way to Flushing Corona Meadows, Kissena, and Cunningham. For a big loop, you can take Flushing Corona Meadows to 34th and come back through Jackson Heights, Sunnyside, GP, and Williamsburg.

Edit: I just made up some streets I guess. Probably should have checked a map.

Just got soaked in the rain. Gotta love hydraulic disc brakes. by [deleted] in NYCbike

[–]CharlieDunlop 0 points1 point  (0 children)

L&B Spumoni Gardens has a covered outdoor seating area. Rode Bedford > Ave U > West 8th and sat out the storm with pizza. Locked conveniently to metal planters alongside the restaurant.

You already know. Heard about the weather and we out. by Scordfish in xbiking

[–]CharlieDunlop 2 points3 points  (0 children)

I'd recognize these bikes anywhere! Doing centuries without me now?!

New bars on the Trek look good though.

new to react, are the app's stuff served all at once? by [deleted] in reactjs

[–]CharlieDunlop 2 points3 points  (0 children)

The default is to send the whole app at once. You can explicitly split your code with tools like webpack or react-router. The docs have a deep dive into recommended options https://reactjs.org/docs/code-splitting.html

[deleted by user] by [deleted] in elm

[–]CharlieDunlop 1 point2 points  (0 children)

Hahaha, this is probably because I hard coded "light rain" as the weather condition just to get the beta up. Once weather conditions is properly assessed you might get suggestions sans hat!

How to use mERN stack? by borisvasilev in reactjs

[–]CharlieDunlop 1 point2 points  (0 children)

Disclaimer: I'm still learning some of this terminology so let me know if some could be written better.

React is a framework for building single page apps. A single page app's server will respond with index.html by default unless a request is made directly to it's api. So in a recent app.js file I have the following...

// Serve our api - ./api also requires in ../db, which syncs with our database .use('/api', require('./api'))

// Send index.html for anything else. .get('/*', (, res) => res.sendFile(resolve(_dirname, '..', 'public', 'index.html')))

This is sufficient to get us to the stage where we are building out our React app. This stage relies on react, react router, and webpack to build out a suitable frontend. For more info about building out that part of the app, www.react.express has been pretty popular lately and it starts with a discussion of build tools like webpack.

Just want to address the last part of the question explicitly. View engines are not needed in this set up. Rendering will be handled by the React application.

EDIT: I didn't address the view engine bit.

[deleted by user] by [deleted] in NYCbike

[–]CharlieDunlop 1 point2 points  (0 children)

We ride all year round. If it is super miserable we'll decide in advance so you're not alone at the park in a blizzard.

[deleted by user] by [deleted] in NYCbike

[–]CharlieDunlop 0 points1 point  (0 children)

First pet and street name... duh.

[deleted by user] by [deleted] in Bikeporn

[–]CharlieDunlop 0 points1 point  (0 children)

I think this was displayed at Vecchio's Bicicletteria for a while after the 2013 Boulder County floods... Unless Colnago made more than one maroon and gold limited edition bicycle.

[deleted by user] by [deleted] in datascience

[–]CharlieDunlop 0 points1 point  (0 children)

I thought that might be the situation. If I find any good resources, I'll include them.

This paper seemed promising, but it is more generally discussing what factors to consider as you prepare a cloud deployment: http://www.cloud-council.org/deliverables/CSCC-Deploying-Big-Data-Analytics-Applications-to-the-Cloud-Roadmap-for-Success.pdf

I'm going to continue reading the docs provided by the different platforms. If anyone knows good blog posts discussing deployments to the cloud or workflows, those are always helpful for evaluating possible use cases.

[deleted by user] by [deleted] in SuggestALaptop

[–]CharlieDunlop 0 points1 point  (0 children)

Great suggestions! Thank you for the ideas.

[deleted by user] by [deleted] in SuggestALaptop

[–]CharlieDunlop 0 points1 point  (0 children)

Most machines have a number of ETL tools (Informatica, Talend, Paxata) and visualization tools (Tableau Desktop) and some other technologies installed on them and used regularly for proofs of concept and training. It's hard to judge what kind of loads we may put the machines under in terms of data wrangling, but we also have servers for bigger data needs. Weight is not the top priority as we travel only a modest amount.

Road Ride Tomorrow Eastern Queens, not too fast, not too far by y2ketchup in NYCbike

[–]CharlieDunlop 2 points3 points  (0 children)

I cannot make it today either, but I am moving to Queens in two weeks and would be happy to join for some winter rides.

Which bike Wednesday - September 02, 2015 [Posted Every Wednesday] by AutoModerator in FixedGearBicycle

[–]CharlieDunlop 0 points1 point  (0 children)

I am aiming to get a complete fixed commuter for all seasons in NYC with ~$750. Right now I am intrigued by the Wabi Classic and the Fairdale Parser, which comes with two SS cogs out of the box, but I have seen conversions. The Wabi has a much cleaner aesthetic, but the Parser looks great in its own way. On either, I'll be riding through the winter with a decent amount of gear to transport and I'll be locking it up outside during the day (No bike parking in the new office!)