blog.dasrecht.net

With a min of max the opt!

Angelesen #48 – Space, Post-Mortems and Loadtesting


Earlier this week I geeked out for the SpaceX landing. For starters, I planned the Dinner to be ready at T-5mins and then SpaceX pushed back the launch which meant my pizza finished nominal but the real launch got delayed. Well, that happens. If you missed the Falcon Heavy launch head over to youtube rewatch it..

But on with the links.

Exploiting modern microarchitectures (fosdem.org)

Recently disclosed vulnerabilities against modern high performance computer microarchitectures known as ‘Meltdown’ and ‘Spectre’ are among an emerging wave of hardware-focused attacks. These include cache side-channel exploits against underlying shared resources, which arise as a result of common industry-wide performance optimizations.

More broadly, attacks against hardware are entering a new phase of sophistication that will see more in the months ahead. This talk will describe several of these attacks, how they can be mitigated, and generally what we can do as an industry to bring performance without trading security.

I saw this talk live at FOSDEM18.
If you are into microarchitectures and want to know the details of Spectre and Meltdown, look no further: 45 Minutes – an in depth look at Spectre and Meltdown – Brace yourself it’s a lot of information!

KPTI/KAISER Meltdown Initial Performance Regressions (brendangregg.com)

Applications that have high syscall rates include proxies, databases, and others that do lots of tiny I/O. Also microbenchmarks, which often stress-test the system, will suffer the largest losses. Many services at Netflix are below 10k syscalls/sec per CPU, so this type of overhead is expected to be negligible for us (<0.5%).

An close look on the performance implications around the Meltdown mitigations.

Epic Games’ Fortnite (epicgames.com)

Fortnite hit a new peak of 3.4 million concurrent players last Sunday… and that didn’t come without issues! This blog post aims to share technical details about the challenges of rapidly scaling a game and its online services far beyond our wildest growth expectations.

I like to read post-mortems. It gives good advice on how I can improve when writing a post-mortem together with our team.

Online Security Guide for Journalists (protonmail.com)

Part of our mission at ProtonMail has always been to give journalists, dissidents, and others the tools and knowledge they need to do their jobs safely. Journalists are one of the largest groups in our user community, and over the years, we have given dozens of talks and workshops on email security in order to help journalists stay safe.

Good Advice on online security for journalists (but it’s applicable for many people dealing with sensitive information)

Questions after talks at conferences (ericholscher.com)

At my own conferences, Write the Docs, we have established the norm of not having full audience questions. After each talk we ask the speaker to come to the front of the stage, and then have a conversation with members of the audience with questions.

A few hints on handling Questions at conferences differently.

Year in Pixels (year-in-pixels.glitch.me)

This tool was made to keep track of your mood during the entire year, using pixels. You can load this page every day and select how you’re feeling. The tool will keep track of your mood and give you a visual for how you’ve felt during the year.

One thing that struck me when I put the daily pictures i take during a year on one page. A year which seems like soo much time looks short when you boil it down to 365 moments.

IPFS is the Distributed Web (ipfs.io)

A peer-to-peer hypermedia protocol to make the web faster, safer, and more open.

wg/wrk: Modern HTTP benchmarking tool (github.com)

wrk is a modern HTTP benchmarking tool capable of generating significant load when run on a single multi-core CPU. It combines a multithreaded design with scalable event notification systems such as epoll and kqueue.

Interesting tool as load generator for loadtests

10 open-source Kubernetes tools for highly effective SRE and Ops Teams (abhishek-tiwari.com)

If you run kubernetes you should give yourself a few minutes going trough those tools and check if some of them could help you in your daily work 🙂
I started looking at kube-ops-view which is already quite interesting.

A Love Letter to Plain Text (blog.afoolishmanifesto.com)

General Nerdery with plain text blogging systems 🙂

Basecamp doesn’t employ anyone in San Francisco, but now we pay everyone as though all did (m.signalvnoise.com)

We don’t actually have anyone who lives in San Francisco, but now everyone is being paid as though they did. Whatever an employee pockets in the difference in cost of living between where they are and the sky-high prices in San Francisco is theirs to keep.

Interesting take on salaries at Basecamp

,

One response to “Angelesen #48 – Space, Post-Mortems and Loadtesting”