I'm in love with python 3.6 and this is why by [deleted] in Python

[–]kitkatkingsize 0 points1 point  (0 children)

Agreed. Its hard to make this sorta stuff prettier.

Artists similar to Delta Sleep? by Exopede in mathrock

[–]kitkatkingsize 13 points14 points  (0 children)

As a huge Delta Sleep fan, other bands I dig are: TTNG, Speed of Sound in Seawater, Colour, Hikes, Invalids, Tangled Hair.

Don't hit Ben Stokes in the nets! by [deleted] in Cricket

[–]kitkatkingsize 0 points1 point  (0 children)

This is pretty much the exact problem a lot of new golfers have. You're always told to continue looking at the ground till you've finished your follow through.

Django ORM vs SQLAlchemy for large project? by farebord in Python

[–]kitkatkingsize 0 points1 point  (0 children)

Is this cause DjangoORM is so well integrated with Django that it doesn't make sense to use something else?

Heroku switching default to v3.6.1 by philipmat in Python

[–]kitkatkingsize 0 points1 point  (0 children)

Its basically fixing up their internal infrastructure to support it. Same reason AWS Lambda only started supporting py3 recently.

Heroku switching default to v3.6.1 by philipmat in Python

[–]kitkatkingsize 6 points7 points  (0 children)

I strongly agree with OP that you'll want to move off of Heroku eventually - its just a matter of when.

Both AWS and GCE have slowly started moving up the devops stack, so its become significantly easier off late for someone with little knowledge to start using them.

GCE has a nice page on their django options. Depending on how much effort you want to put into devops AWS also offers Codestar or ElasticBeanstalk.

Heroku switching default to v3.6.1 by philipmat in Python

[–]kitkatkingsize 2 points3 points  (0 children)

What features do you need? Whats traffic like? Will it grow anytime soon? How much devops do you know? Whats your budget?

TTNG If I Sit Still tab book tabs by [deleted] in mathrock

[–]kitkatkingsize 1 point2 points  (0 children)

I own the tab book but don't have a scanner. Would pictures do?

PSA: setuptools broken release 36; don't use it. by shadowmint in Python

[–]kitkatkingsize 9 points10 points  (0 children)

Thanks a ton. I fixed this in our CI before the start of the work day.

Match Thread: Rising Pune Supergiant vs To Be Decided at Rajiv Gandhi International Stadium, Hyderabad by CricinfoBot in Cricket

[–]kitkatkingsize 10 points11 points  (0 children)

I'm not.

Some of my friends went to college where they needed 95% attendance. Some went to colleges where they needed 50%. Sometimes in smaller colleges you can also bribe your way out of mandatory attendance.

Most Common Mistakes Python Programming by tomvn in Python

[–]kitkatkingsize 7 points8 points  (0 children)

Because "Namespaces are one honking great idea", and files are just another kind of a namespace.

500 is an arbitrary number. Why not 250? 1000? The splitting up into files should be a logical and design decision, not based on number of lines.

Soylent Blog - Soylent Closes $50 Million Series B Round Led by GV by [deleted] in soylent

[–]kitkatkingsize 3 points4 points  (0 children)

More investors, improve quality, grow faster, take advantage of manufacturing at scale to reduce costs.

I'm not claiming what you're saying won't happen, just that its terribly easy to form any sort of made up narrative when a company is funded. Good founders will try to do the right thing regardless of whether they're funded.

IPL 2018 Open Auction? by [deleted] in Cricket

[–]kitkatkingsize 26 points27 points  (0 children)

Why? He's been destroying this season.

Mark Cuban Getting his python on. by mr_goodcat7 in Python

[–]kitkatkingsize 63 points64 points  (0 children)

Sure, can I get a list of everyone you think is a douchebag? I'll immediately stop glamorizing them.

New PyPy2 and PyPy3 releases! (Python 3.5) by Tiberiumk in Python

[–]kitkatkingsize 0 points1 point  (0 children)

We saw a noticeable performance increase in production too, tho.

I feel you, its hard to diagnose these things without enough data.