Hacker Newsnew | past | comments | ask | show | jobs | submit | wqwh's commentslogin

Until the day 100% of browsers support 100% of features with 100% correct implementations, or we have only one browser, it will keep working like this.


They could just use feature detection instead and will see that the browser actually supports all the features they're using! ️


Then they'll benefit for a few years. Having low prices for 3 years is better than having low prices for 0 years.


What about the drivers being paid peanuts? They are users too.


It should not be a FIFO. They probably want diversity of countries, ISPs, devices, etc. According to your profile you're located in China so they're surely not short of Chinese test subjects for a VPN ;)


It's either a FIFO or the message you are #xxxxx on the waiting list is bullshit.


In Spain you're forced to attend if they call you (supposedly they choose people at random), but they pay well.


When you write Python you already know you're throwing the performance out of the window. In fact based on my experience those numbers are pretty good.


It's trivial to get 1kr/s with the simplest of wsgi flask behind nginx without touching anything. But these "comparisons" are meaningless without asking what "serving the request" is about.


as much as i love the python ecosystem and django in particular, the parent is definitely correct.

Don't ever choose python for performance. Its definitely fast enough for most things, but its just not the tool to leverage if you actually need performance.

Its wonderful if you just want to get shit done though, there are just so many good libraries around that you can use to get your project finished without committing several times the effort it takes in other languages


You can get excellent performance in Python, but at the cost of dev effort – a very deep understanding of the interpreter (and replacing some loops with Cython) would do wonders.


Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: