Hi, a few suggestions. Your benchmarks github repo requirements.txt shows uvloop is not been installed. In addition, the bash script calling uvicorn doesn't have uvloop set for the loop parameter. For example, serve-uvicorn-starlette.sh should be:
One man writes a novel. One man writes a symphony. One man can write a $1MM ARR SaaS.
One man million dollar software business is very doable if your focus has commercial intent. What marketplace services do people crave, but don’t have ?
Important myths from around the world which have survived for thousands of years all share a fundamental structure, e.g. "The Hero with a Thousand Faces"
The general narrative of "entrepreneur" is singular, not plural.
Entrepreneur folklore is the individual (hero) fighting against the collective (culture).
"The hero starts in the ordinary world, and receives a call to enter an unusual world of strange powers and events (a call to adventure). If the hero accepts the call to enter this strange world, the hero must face tasks and trials (a road of trials), and may have to face these trials alone, or may have assistance. At its most intense, the hero must survive a severe challenge, often with help earned along the journey. If the hero survives, the hero may achieve a great gift (the goal or "boon"), which often results in the discovery of important self-knowledge. The hero must then decide whether to return with this boon (the return to the ordinary world), often facing challenges on the return journey. If the hero is successful in returning, the boon or gift may be used to improve the world (the application of the boon)."
Use Googles Adwords Keyword Planner to research search query stats, aka the number of people per month searching for "making beats" & other similar keywords.
I would suggest that current trust laws, where legal fictions like companies can be trustees, could be a foundation for creating a programmatic trust deed for cars been trustees.
The trustee (car) is given legal title to the trust property (car, software, service contracts), by the settlor (manufacturer company), but is obligated to act for the good of the beneficiaries, humans.
Interesting update. I never linked ng-repeat to the initial render lag with my app (one page, 1200 - 3000 bindings), otherwise the performance is great.
I've assumed it was a server side issue I could tune before pushing to production. Thanks, now I know where to look.
You don't have to wait for Angular 2.0, the author of the article just didn't know the "track by" feature of ng-repeat can be used to optimize performance of rendering big arrays (and to be fair, the docs don't mention the trick explicitly).
Here is the same demo, as in the article, with just 'track by $index" added to ng-repeat. As you can see, to the human eye, its just as responsive as the reactjs example.
Uniswap v2 factory contract returns 55,319 trading pairs.
On the etherscan readContract page for the uniswap factory, the allPairsLength method returns index size.
https://etherscan.io/address/0x5c69bee701ef814a2b6a3edd4b165...