I have tried to find a CDN provider which would offer access control similar to Cloudfront's signed cookies but failed to find something that would match it.
This is a major drawback with these providers offering S3 style bucket storage because most of time you would want to serve the content from a CDN and offloading access control to CDN via cookies makes life so much easier. You only need to set the cookies for the user's session once and they are automatically sent (by the web browser) to the CDN with no additional work needed
This! One day laptop manufactures (excluding Apple) will understand that a vibrant colorful display is much desired by customers than a 1080p matt finish display.
Reading this breaks my heart. I have been a Firefox user for almost a decade now and I have good and bad memories with it. Since Quantum release my experience with FF has been nothing but exceptional. On a general day I have around ~15 pinned tabs and more than 50 other tabs open and FF handles it like a breeze. The memory usage is good given the fact that my workload is heavy. On a dual-core machine, I am able to restart FF under ~3 seconds.
I have read comments in this thread suggesting that FF's performance is not that snappy but I cannot seem to notice any difference. Maybe my dev senses are not that strong ... maybe the benchmarks do show a difference but I have never felt FF to be any less performant than Chrome.
I am tired of listening to people screaming their lungs out about privacy when their actions don't reflect their opinions.
Process spawning is cheap in Erlang so you can spawn a new process for each incoming request. Cowboy does something similar to this. If you don't want to spwan a process for each request then you can have a worker pool (like poolboy) to respond to the requests.
I have been learning and using Erlang for quite sometime and it's syntax was one of the attractive part for me, short and concise. But it has always confused me why people keep praising Elixir for the break through they made with its syntax !
Grapherl is realtime scalable stats gathering daemon which can handle high amount of incoming data points (~1 million data points per minute per socket). It also provides a web dashboard that allows the users to visualize graphs for gathered stats.