Worm with Glasses

Coding • DevOps • Personal

Aug 24, 2017

🔗 Increase your Linux server Internet speed with TCP BBR congestion control

recently read that TCP BBR has significantly increased throughput and reduced latency for connections on Google’s internal backbone networks and google.com and YouTube Web servers throughput by 4 percent on average globally – and by more than 14 percent in some countries. The TCP BBR patch needs to be applied to the Linux kernel. The first public release of BBR was here, in September 2016. The patch is available to any one to download and install. Another option is using Google Cloud Platform (GCP). GCP by default turned on to use a cutting-edge new congestion control algorithm named TCP BBR.

Increase your Linux server Internet speed with TCP BBR congestion control

Aug 24, 2017

Aug 20, 2017

Aug 20, 2017

🔗 Get Started with Rust, WebAssembly, and Webpack

WebAssembly is a cool new binary format and compile target for the web. That means you can compile languages like C, C++, and Rust to .wasm files and execute that code in your browser. In most cases, the resulting code is significantly faster and smaller than Javascript.

This guide will walk you through setting up Rust, WebAssembly, and Webpack in a typical JS web app. The goal is to be able to execute low-level Rust code in the browser alongside the Javascript you know and love (or hate).

Get Started with Rust, WebAssembly, and Webpack

Aug 20, 2017