"Errors using inadequate data are much less than those using no data at all"
|
—
Charles Babbage,
Mathematician
|
|
|
Best 7 links of week #33, 2018
|
|
|
This vulnerability takes advantage of the way Intel processors handle page tables (the maps that translate between physical and virtual memory resources). Like Spectre and Meltdown in early 2018, L1TF allows unauthorized users to access data from speculative operations. It is a serious threat to all Cloud environments, so take few minutes to understand how it might impact you and your apps.
|
|
|
|
GitHub serves tens of thousands of requests every second, operating on GitHub’s metal cloud. This article presents GLB, an open source scalable load balancing solution for bare metal datacenters, which powers the majority of GitHub’s public web and git traffic.
|
|
|
|
Zeit now finally supports serverless through docker. The offering is very interesting and supports Instant cold boots, predictable horizontal scalability, tunable resources and limits and much more.
|
|
|
|
Christian Krammer walks you through the basics of Flexbox, showing how you can use flexbox to lay out specific page elements, and also how flexbox can serve as a handy fallback method in browsers that don't yet support CSS Grids.
|
|
|
|
The process of a web browser turning HTML, CSS, and JavaScript into a finished visual representation is quite complex and involves a good bit of magic.
|
|
|
|
A very friendly introduction to OCaml, a general purpose programming language with an emphasis on expressiveness and safety that has been developed for more than 20 years.
|
|
|
|
On UNIX-like operating systems, userland processes invoke kernel procedures using the “syscall” feature. Each syscall is identified by a “syscall number” and has a short list of parameters, which both can vary betwen operating systems, hardware platforms, and configuration options.
|
|
|
|