Added Security/Privacy talk details.

This commit is contained in:
Elana Hashman 2013-10-04 00:50:10 -04:00
parent c50242915d
commit af0d7ffe68
2 changed files with 138 additions and 28 deletions

View File

@ -4,17 +4,75 @@
<eventdefs>
<!-- Fall 2013 -->
<eventitem date="2013-10-08" time="TBD" room="TBD" title="CSC Security and
Privacy Lecture Series">
<eventitem date="2013-11-26" time="5:00PM" room="MC 2038" title="TBD">
<short><p>
A number of talks on security and privacy have been planned for this term.
Email <a href="mailto:progcom@csclub.uwaterloo.ca">progcom</a> if you are
interested in getting involved. Stay tuned for more information!
This talk's topic has not yet been determined!
</p></short>
<abstract><p>
A number of talks on security and privacy have been planned for this term.
Email <a href="mailto:progcom@csclub.uwaterloo.ca">progcom</a> if you are
interested in getting involved. Stay tuned for more information!
This talk's topic has not yet been determined!
</p></abstract>
</eventitem>
<eventitem date="2013-11-12" time="TBD" room="TBD" title="Practical Tor Usage">
<short><p>
The fifth lecture of our security and privacy series. By undergraduate
student Simon Gladstone.
</p></short>
<abstract><p>
The fifth lecture of our security and privacy series. By undergraduate
student Simon Gladstone.
</p></abstract>
</eventitem>
<eventitem date="2013-11-05" time="TBD" room="TBD" title="Hands On
Seminar on Public Key Cryptography">
<short><p>
The fourth event in our security and privacy series. By undergraduate
students Murphy Berzish and Nick Guenther.
</p></short>
<abstract><p>
The fourth event in our security and privacy series. By undergraduate
students Murphy Berzish and Nick Guenther.
</p></abstract>
</eventitem>
<eventitem date="2013-10-24" time="TBD" room="TBD" title="Disk Encryption">
<short><p>
The third lecture of our security and privacy series. By Masters student
Zak Blacher.
</p></short>
<abstract><p>
The third lecture of our security and privacy series. By Masters student
Zak Blacher.
</p></abstract>
</eventitem>
<eventitem date="2013-10-15" time="TBD" room="TBD" title="Tunnels and
Censorship">
<short><p>
The second lecture of our security and privacy series. By undergraduate student
Eric Dong.
</p></short>
<abstract><p>
The second lecture of our security and privacy series. By undergraduate student
Eric Dong.
</p></abstract>
</eventitem>
<eventitem date="2013-10-08" time="5:00PM" room="MC 4041" title="Why Should
You Care About Security and Privacy">
<short><p>
The first lecture of our security and privacy series. By PhD student Sarah
Harvey.
</p></short>
<abstract><p>
The first lecture of our security and privacy series. By PhD student Sarah
Harvey.
</p></abstract>
</eventitem>
@ -49,56 +107,100 @@ GoingNative Lectures">
</abstract>
</eventitem>
<eventitem date="2013-10-17" time="6:30PM" room="PHY 150" title="C++ Night 0x02 - Don't Help The Compiler">
<eventitem date="2013-10-17" time="6:30PM" room="PHY 150" title="C++ Night 0x02
- Don't Help The Compiler">
<short><p>
The second in a series of recorded talks from GoingNative 2013. Featuring Stephan T. Lavavej.
The second in a series of recorded talks from GoingNative 2013. Featuring
Stephan T. Lavavej.
</p></short>
<abstract><p>
The second in a series of recorded talks from GoingNative 2013. Featuring Stephan T. Lavavej.
The second in a series of recorded talks from GoingNative 2013. Featuring
Stephan T. Lavavej.
</p><p>
C++ has powerful rules for dealing with low-level program structure. Before a program is ever executed, the compiler determines valuable information about every expression in the source code. The compiler understands exactly how long each object's resources will be needed (lifetime), whether each expression refers to an object that the program has no other way of accessing (rvalueness), and what operations can be performed on each object (type). Using examples from C++98 through C++14, this presentation will demonstrate how to write code that works with the compiler's knowledge to increase robustness, efficiency, and clarity. This presentation will also demonstrate the horrible things that happen when programmers think they can do tasks that are better left to compilers.
C++ has powerful rules for dealing with low-level program structure.
Before a program is ever executed, the compiler determines valuable information
about every expression in the source code. The compiler understands exactly
how long each object's resources will be needed (lifetime), whether each
expression refers to an object that the program has no other way of accessing
(rvalueness), and what operations can be performed on each object (type).
Using examples from C++98 through C++14, this presentation will demonstrate how
to write code that works with the compiler's knowledge to increase robustness,
efficiency, and clarity. This presentation will also demonstrate the horrible
things that happen when programmers think they can do tasks that are better
left to compilers.
</p></abstract>
</eventitem>
<eventitem date="2013-10-31" time="6:30PM" room="PHY 150" title="C++ Night 0x03 - An Effective C++11/14 Sampler">
<eventitem date="2013-10-31" time="6:30PM" room="PHY 150" title="C++ Night 0x03
- An Effective C++11/14 Sampler">
<short><p>
The third in a series of recorded talks from GoingNative 2013. Featuring Scott Meyers.
The third in a series of recorded talks from GoingNative 2013. Featuring
Scott Meyers.
</p></short>
<abstract><p>
The third in a series of recorded talks from GoingNative 2013. Featuring Scott Meyers.
The third in a series of recorded talks from GoingNative 2013. Featuring
Scott Meyers.
</p><p>
After years of intensive study (first of C++0x, then of C++11, and most recently of C++14), Scott thinks he finally has a clue. About the effective use of C++11, that is (including C++14 revisions). At last years Going Native, Herb Sutter predicted that Scott would produce a new version of Effective C++ in the 2013-14 time frame, and Scotts working on proving him almost right. Rather than revise Effective C++, Scott decided to write a new book that focuses exclusively on C++11/14: on the things the experts almost always do (or almost always avoid doing) to produce clear, efficient, effective code. In this presentation, Scott will present a taste of the Items he expects to include in Effective C++11/14.
After years of intensive study (first of C++0x, then of C++11, and most
recently of C++14), Scott thinks he finally has a clue. About the effective use
of C++11, that is (including C++14 revisions). At last years Going Native,
Herb Sutter predicted that Scott would produce a new version of Effective C++
in the 2013-14 time frame, and Scotts working on proving him almost right.
Rather than revise Effective C++, Scott decided to write a new book that
focuses exclusively on C++11/14: on the things the experts almost always do (or
almost always avoid doing) to produce clear, efficient, effective code. In this
presentation, Scott will present a taste of the Items he expects to include in
Effective C++11/14.
</p></abstract>
</eventitem>
<eventitem date="2013-11-07" time="6:30PM" room="PHY 150" title="C++ Night 0x04 - Writing Quick Code in C++, Quickly">
<eventitem date="2013-11-07" time="6:30PM" room="PHY 150" title="C++ Night 0x04
- Writing Quick Code in C++, Quickly">
<short><p>
The fourth in a series of recorded talks from GoingNative 2013. Featuring Andrei Alexandrescu.
The fourth in a series of recorded talks from GoingNative 2013. Featuring
Andrei Alexandrescu.
</p></short>
<abstract><p>
The fourth in a series of recorded talks from GoingNative 2013. Featuring Andrei Alexandrescu.
The fourth in a series of recorded talks from GoingNative 2013. Featuring
Andrei Alexandrescu.
</p><p>
Contemporary computer architectures make it possible for slow code to work reasonably well. They also make it difficult to write really fast code that exploits the CPU amenities to their fullest. And the smart money is on fast code—were running out of cool things to do with slow code, and the battle will be on doing really interesting and challenging things at the envelope of what the computing fabric endures.
Contemporary computer architectures make it possible for slow code to work
reasonably well. They also make it difficult to write really fast code that
exploits the CPU amenities to their fullest. And the smart money is on fast
code—were running out of cool things to do with slow code, and the battle will
be on doing really interesting and challenging things at the envelope of what
the computing fabric endures.
</p><p>
So how to write quick code, quickly? Turns out its quite difficult because todays complex architectures defy simple rules to be applied everywhere. It is not uncommon that innocuous high-level artifacts have a surprisingly high impact on the bottom line of an applications run time (and power consumed).
So how to write quick code, quickly? Turns out its quite difficult because
todays complex architectures defy simple rules to be applied everywhere. It is
not uncommon that innocuous high-level artifacts have a surprisingly high
impact on the bottom line of an applications run time (and power consumed).
</p><p>
This talk is an attempt to set forth a few pieces of tactical advice for writing quick code in C++. Applying these is not guaranteed to produce optimal code, but is likely to put it reasonably within the ballpark.
</p><p>
These tips are based on practical experience but also motivated by the inner workings of modern CPUs.
This talk is an attempt to set forth a few pieces of tactical advice for
writing quick code in C++. Applying these is not guaranteed to produce optimal
code, but is likely to put it reasonably within the ballpark. </p><p>
These tips are based on practical experience but also motivated by the
inner workings of modern CPUs.
</p></abstract>
</eventitem>
<eventitem date="2013-11-21" time="6:30PM" room="PHY 150" title="C++ Night 0x05 - C++ Seasoning">
<eventitem date="2013-11-21" time="6:30PM" room="PHY 150" title="C++ Night 0x05
- C++ Seasoning">
<short><p>
The fifth in a series of recorded talks from GoingNative 2013. Featuring Sean Parent.
The fifth in a series of recorded talks from GoingNative 2013. Featuring
Sean Parent.
</p></short>
<abstract><p>
The fifth in a series of recorded talks from GoingNative 2013. Featuring Sean Parent.
The fifth in a series of recorded talks from GoingNative 2013. Featuring
Sean Parent.
</p><p>
A look at many of the new features in C++ and a couple of old features you may not have known about. With the goal of correctness in mind, well see how to utilize these features to create simple, clear, and beautiful code. Just a little pinch can really spice things up.
A look at many of the new features in C++ and a couple of old features you
may not have known about. With the goal of correctness in mind, well see how
to utilize these features to create simple, clear, and beautiful code. Just a
little pinch can really spice things up.
</p></abstract>
</eventitem>

View File

@ -2,6 +2,14 @@
<!DOCTYPE newdefs SYSTEM "csc.dtd" [<!ENTITY mdash "&#x2014;">]>
<newsdefs>
<newsitem author="ehashman" date="2013-10-08">
<p>
A number of talks on security and privacy have been planned for this term.
Email <a href="mailto:progcom@csclub.uwaterloo.ca">progcom</a> if you are
interested in getting involved. See individual events for more detail.
</p>
</newsitem>
<newsitem author="ehashman" date="2013-09-29">
<p>
Is there something that you're particularly passionate about and would like