DEVOPS! Hippest of buzzwords, earner of thousands! Learn to harness the immense power of devops for yourself, by coming to the Spring 2017 Computer Club Workshop/Talk Series. We will tell you the tricks that will allow you to transcend the annoyances of administration and offenses of operations, and return to the elegant, pure simplicity of raw code!

These talks will take place every Wednesday starting at 8:00 PM in Wean 5403 throughout the semester.

This schedule is also available as an iCalendar file which is compatible with all calendaring software.

Sponsored by Green Hills Software. Green Hills make the world's highest performing compilers, most secure real-time operating systems, revolutionary debuggers, and virtualization solutions for embedded systems.

Debugging with GDB

Tired of spending hours staring at your code while trying to diagnose mysterious segfaults? This talk will teach you how to use GDB, a powerful debugging tool with the ability to help you find out exactly what's wrong with your code.


sed & awk: '70s tools still hip today

Providing much of the meat and bones of shell scripting, sed and awk process line-based data into more useful information. This talk will convey how to use these classic tools from the early days of UNIX to do what you need, and how they have influenced other languages.


Using Windows at CMU

Microsoft Windows is a very common OS platform. However, computer science at CMU is taught almost entirely in UNIX. Learn about a few tools you can use to interface with Linux. Learn about ways to program for portability and their limitations. Also learn some Windows shortcuts.


Burroughs MCP (not the evil one from Tron)

The Burroughs large systems and their operating sytstem (MCP) pioneered many features that we take for granted including virtual memory, multitasking, the NX-bit, and an OS written in a higher level language ... all back in the 1960s! They also had many features which modern systems lack, such as hardware enforced type safety and immunity to buffer overflows. This talk will explain all the above and more.


Programming in Rust: Speed meets safety

Writing software is dangerous work. Race conditions, buffer overflows, and memory corruption can all compromise the functionality and security of programs that you write. Some languages eliminate these errors at the cost of performance, but is there a way to get the best of both worlds? Rust brings together the speed of C, the usability of Python, and the provable safety of Haskell, in one well-engineered programming language.


An introduction to LaTeX

LaTeX is a convenient, customizable, and Turing-complete (!) way to typeset technical documents, homework, and more. This talk is intended to be a basic primer on setting up and making use of the basic features of LaTeX.


Escaping reality: VR from sci-fi to practice

Virtual Reality was once a wild dream, existing only in science fiction novels. Now it has become more than real. From Ivan Sutherland's "Sword of Damocles" to the HTC Vive, this talk will cover a brief history of VR, some of the more fascinating aspects of the rendering pipeline involved, and an overview of the current trends in the industry.


Strange and quirky CPU architectures

Throughout history, engineers have explored a variety of novel CPU designs in a quest for better performance. This talk will explore some of the more interesting attempts at processor architecture.


Modern CPU architectures and instruction sets

Modern computing devices use a variety of CPU architectures, including x86, ARM, and MIPS. This talk explains the origins and differences in the design and instruction sets of the processors found in modern desktops, laptops, phones, and embedded systems.


Attack of the Clones: Apple II's many imitators

The massive popularity of the Apple II inspired scores of imitations abroad, from Australia to Brazil to the USSR. Apple did not take kindly to the knockoffs. This talk explores the most interesting of the clones, Apple's response, and what happened to manufacturers who made legally-questionable tributes to the famous machine.


NeXTStep: Mac OS X's CMU connection

In 1998, Apple Computer acquired NeXT, a near-bankrupt former workstation vendor. Why would they do this? Simple, Apple needed a better OS and NeXT had it. This talk explores the history of OS X and NeXTStep, and its basis in research developed at CMU.