Last week I stumbled on some interesting videos from the recent StrangeLoop conference that was held in St Louis — before the conference proper, there was a separate ‘Future of Programming Workshop’. The ones that caught my eye were all dealing with various aspects of different live coding/reactive/dataflow ideas that I kick around in my head a lot.
Check them out (and the rest of the session videos from the conference that are available on YouTube).
and
Spot the Vulnerability: Loops and Terminating Conditions
Spot the Vulnerability: Loops and Terminating Conditions In memory-unsafe languages like C, special care must be taken when copying untrusted data, particularly when copying it to another buffer. In this post, we\'ll spot and mitigate a past vulnerability in Linux\'s...