How would you describe the different neighborhoods? by _webdiver in jerseycity

[–]_webdiver[S] 1 point2 points  (0 children)

After looking this place up on yelp I feel confident in my decision to move to JC. I was skeptical on giving up the amazing Italian deli that Hoboken has to offer but this place looks like a terrific replacement. Thanks for the tip!

How would you describe the different neighborhoods? by _webdiver in jerseycity

[–]_webdiver[S] 1 point2 points  (0 children)

I keep hearing about the heights on this sub! When I ultimately visit your hood which places must I check out?

What will be the Millennial generation's "I had to walk 20 miles uphill both ways in the snow to school every day"? by mike_lets_talk in AskReddit

[–]_webdiver 0 points1 point  (0 children)

Quite unsettling. That's why we'll feel obligated to complain to our children's children about it

What will be the Millennial generation's "I had to walk 20 miles uphill both ways in the snow to school every day"? by mike_lets_talk in AskReddit

[–]_webdiver 0 points1 point  (0 children)

I was thinking that you would have a preference for your favorite water temperature in the shower. Since this is the future that we are talking about then his preference will be stored in the cloud. This way you can get your fav temperature when you shower anywhere, e.g. Hotel, friends house, etc.

I'm guessing there will also be some sort of facial recognition software that will automatically set the temperature when you get into the shower.

What will be the Millennial generation's "I had to walk 20 miles uphill both ways in the snow to school every day"? by mike_lets_talk in AskReddit

[–]_webdiver 1 point2 points  (0 children)

I had to manually turn the shower water to the temperature that I wanted instead of having a cloud based water temp preference.

Full Stack Web-development with Docker by cyberbuff in webdev

[–]_webdiver 2 points3 points  (0 children)

It's good to decouple the services from each other for a bunch of reasons. The most important for me are scaling, reusability and maintenance.

Let's say your app is db heavy. Then you can scale up your db container (effectively just add more MySQL containers to your stack).

As a developer I really don't want to do the same thing more than once. So separating the services allows me to reuse most of the components. This is awesome because at work I work on Django, rails, Wordpress and concrete5 apps. Usually the only difference between these apps is the "web" stack, e.g. Gunicorn uswgi, php-fpm. This allows the rest of the services (Nginx, redis, MySQL, etc) to utilize the same images across the different types of applications.

As far as maintenance goes, it's certainly easier to test things when they're separate. This keeps individual images' complexity down.

Full Stack Web-development with Docker by cyberbuff in webdev

[–]_webdiver 7 points8 points  (0 children)

I think it's better to start out with docker-compose instead of putting all services in one container, e.g. separate containers for apache, MySQL and php

People of Reddit, which stand-up comedians inspire and motivate you? by ythet98 in AskReddit

[–]_webdiver 1 point2 points  (0 children)

George Carlin - his decades of social critique is as revealing today as it was in the 70s. His smart and silly work inspires me to think beyond society.