About: A collection of links and short
commentary, published weekly. In theory the inclusion criteria
are for it to be something I read last week (duh) and was either
particularly interesting or something I might want to refer to
later.
Subscribe with RSS
or see my main blog for
long-form writing.
The fear of dart:mirrorsOn the reflection API in Dart, using JSON parsing as the motivating example. The interesting takeaway is that unlimited reflection is a huge problem for compiling Dart to JS, rather than executing it natively. (There's often value in more limited interfaces for doing dynamic operations, just since they're easier to analyze).
Experiments with prepledgeOn the difficulty of applying syscall level sandboxing (OpenBSD pledge, in this case) to arbitrary application binaries, rather than programs explicitly designed to be sandboxed.
Jenga: Sotware-Defined Cache HierarchiesReconfigurable L3/L4 caches. The suggestion is that applications have such different requirements for the types and sizes of lower level caches (or even having them at all). So partition a multicore system into several virtual systems, each having a static allocation of cores and sram/stacked dram cache. The OS will monitor the system behavior, and reconfigure the partitioning as needed.
Also. I've been playing way too much Dead Cells this weekend, it's pretty good. Not really a Metroidvania though,
despite what the title of this blog post says.