You are here |
v8.dev | ||
| | | |
addyosmani.com
|
|
| | | | A deep dive into how browser cache partitioning has fundamentally changed web performance optimization, examining the trade-offs between privacy and performa... | |
| | | |
blog.pyston.org
|
|
| | | | In this blog post I want to briefly describe a new feature which landed recently inside Pyston and which also touches one of the most often mentioned feedback we receive:A lot of people are under the impression that LLVM is not ready to be used as a JIT because of the main focus as a... | |
| | | |
bibwild.wordpress.com
|
|
| | | | I'm not totally sure what happened, but the tldr is that at the end of last week, our video.js-played HLS videos served from an S3 bucket - via CloudFront - appears to have started requiring us to list "HEAD" in the "AllowedMethods" for CORS configuraton, in addition to pre-existing "GET". I'm curious if anyone else... | |
| | | |
snarky.ca
|
|
| | There are a couple of things I always want to be true when I install Python packages for a project: 1. I have a virtual environment 2. Pip is up-to-date For virtual environments, you would like them to be created as fast as possible and (usually) with the newest version |