Slashdot Mirror


User: jonkalb

jonkalb's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Re:Yawn -- Another Closed Source Problem on Facebook Awards Researchers $100k For Detecting Emerging Class of C++ Bugs · · Score: 1

    Thankfully, I only use FOSS software which is not vulnerable to this problem. Many eyes are sure to catch anything like this in the rigorous peer reviews that happen on every commit.

    In case any readers are not seeing this statement as sarcasm, this award was given because the group found eleven previously unknown security vulnerabilities in open source code. Although "many eyes" are better than few eyes, is is naive to believe that open source code is flawless just because it is open source.

  2. Eudlid's Elements on Interviews: Ask Alexander Stepanov and Daniel E. Rose a Question · · Score: 1

    In your book you mention Euclid's Elements. It is the oldest continuously use textbook in history, but is it really relevant to a computer science education?

  3. Hardware evolution on Interviews: Ask Alexander Stepanov and Daniel E. Rose a Question · · Score: 1

    The STL is about three decades old. In that time, we've seen both OS and hardware evolution. What is the impact of these changes on how the STL should be used? How would the STL be different if it where implemented targeting modern environments?