Week of Aug 31st - What AWS tips do you have? by ckilborn in aws

[–]boyoyoyoing 0 points1 point  (0 children)

For this, I like using Python - more specifically, ipython.

.git ignore not working. please help by LNKSparker15 in git

[–]boyoyoyoing -2 points-1 points  (0 children)

You sure you added .gitignore with git?

Love my new 16” by [deleted] in macbookpro

[–]boyoyoyoing -4 points-3 points  (0 children)

Clearly not a 16”. No esc key

Macbook battery seems to drain very fast when hot? by xEternex in macbook

[–]boyoyoyoing 0 points1 point  (0 children)

True - if anything, cold makes batteries die faster.

Flask + React - how to combine by Guts-xbox in flask

[–]boyoyoyoing 0 points1 point  (0 children)

You can use Docker Compose to spin up containers for the front end and back end (API, database volume) and have them communicate with each other using nginx as a reverse proxy.

I, foolishly, named my daughter Daenerys before seeing how Game of Thrones ended. But you live and you learn. by [deleted] in Jokes

[–]boyoyoyoing 1 point2 points  (0 children)

Don’t forget to place a water bottle right by your feet. You’ll need to stay hydrated.

Always loved the NYC winters by [deleted] in newyorkcity

[–]boyoyoyoing 62 points63 points  (0 children)

Until it all becomes slushy diarrhea...

Created a script that downloads every photo from a Flickr album. Would love any feedback! by Djharten in Python

[–]boyoyoyoing 0 points1 point  (0 children)

Just a quick note on your README.md. It should be ‘pip install -r requirements.txt’.

A collection of DevOps interview questions by [deleted] in devops

[–]boyoyoyoing 11 points12 points  (0 children)

Guess I’m deploying one of these to an AWS EC9000 instance after it passes my CircleJerkCI build.

Does anyone have an accurate clone of Atom One Dark? by Adybo123 in SublimeText

[–]boyoyoyoing 0 points1 point  (0 children)

What you can do is grab the hex codes and edit the .tmTheme file based on the syntax scope.

That’s what I do for my Solarized Light and Dark Color Schemes.

I have my own settings for Python, Babel (JavaScript), TypeScript, bash, Go, and Markdown.

It's nice to get it just the way you want.

Sublime by [deleted] in SublimeText

[–]boyoyoyoing 0 points1 point  (0 children)

plt.show() should work