The most beautiful computer science paper I have ever read

The most beautiful computer science paper I have ever read

A mathematical algorithm, greek politics and a bunch of priests…this is what you need for the most beautiful paper I have ever read. This week I am bringing you a paper about the Paxos distributed…

Read more of The most beautiful computer science paper I have ever read

Push is faster than pull, HTTP/2 server push

aruntt’apxsmawa munat kullaka, I am currently playing around with HTTP/2 and trying to figure out if and what performance benefits it brings. One interesting feature I found is the possibility to push data from the…

Read more of Push is faster than pull, HTTP/2 server push

Making WordPress faster the hardcore way: Optimizing Memcached with in-kernel caching

nyob zoo tus hlub, in my blog I am cheating a little for performance as I have heavy Cloudflare caching in front of it, but the default optimization for WordPress is using Memcached, a widely…

Read more of Making WordPress faster the hardcore way: Optimizing Memcached with in-kernel caching

How Cloudflare works…maybe

Using Cloudflare myself for my blog and my overall interest in DDoS protection draw me to this weeks paper. It discusses a design of an overlay network for DDoS protection. Quite interesting to learn about the considerations coming into play. Sure Cloudflare, Akamai, Google etc. evolved since then, but this paper gives quite nice fundamentals on how to design such a protection. Especially the computation powered puzzles is a nice concept (was programming one on the weekend actually)….most like Bitcoins proof of work 😉