Domain: speakerdeck.com
Stories and comments across the archive that link to speakerdeck.com.
Comments · 6
-
Re:Loops, for one.
Because
Your post didn't work very well. There was no because.
C is for systems programmers who already need to be aware that they can't just make assumptions
Then why are there so many vulnerabilities in C applications? Seems like there are assumptions aplenty.
-
Re:Sigh
C is already safe
Is it? Let's have a look at a security analysis of applications written in C on FreeRTOS. It seems like they're riddled with flaws. Saying "just write better code" lacks real world perspective.
-
Re: This suggests a serious weakness.
It didn't click for me until slide #70. Here's the link to the slides.
-
Re:There's a clue shortage
I have no idea what a purple squirrel is supposed to be, but I don't even bother to apply for jobs any more unless I know someone. Which means I don't apply for many jobs. But the alternative is to waste time.
Purple Squirrel defined at length https://speakerdeck.com/dsalo/...
-
Re:There's a clue shortage
It's called the Purple Squirrel and it is not isolated to IT but IT makes it the most obvious. Here is an interesting speaker slide show I saw about it. https://speakerdeck.com/dsalo/...
-
Re:If you wanted us to believe your Op-Ed...
Python can actually be parallelized for certain tasks. And it can be done without even touching the GIL, and without affecting the performance of "regular" code. And it can really perform very, very well.