If you're a seasoned server administrator then this post will boring beyond oblivion to you; the ingredients: a headless server (no screen, keyboard)years of personal backups on a linux software RAIDa botched system upgradehappy ending The pretext Several years ago I bought an HP Proliant microserver on discount and set up a NAS with Ubuntu … Continue reading A crazy server recovery
Month: Sep 2019
AWS diaries: serving HTML from lambda
AWS lambda is a neat feature that runs code in response to requests and transforms the code's output into some response. Requests can be an event occurring in the AWS platform such as an S3 modification or an HTTP request. The response is an MVC-style model which needs to pass through some network component, like … Continue reading AWS diaries: serving HTML from lambda
Goodhart’s law
Any observed statistical regularity will tend to collapse once pressure is placed upon it for control purposes. Goodhart's law (source Wikipedia) Or, in other words, once you tell people "improve that KPI or else", that KPI will be abused to the point of becoming useless: the KPI will improve, but the overall quality/speed/cost (pick a … Continue reading Goodhart’s law
How to improve conversion rates
I watched Kevin Hale's presentation [1] "how to improve conversion rates" (with your UI) and liked his get-to-the-point style. I highly recommend watching the video and am summarizing the content here. I omitted a few parts of Hale's talk (eg. knowledge point and one push button) which, while encyclopedic and interesting, imho didn't advance the … Continue reading How to improve conversion rates