Howard Abrams's favorites
Open Source Bridge 2013
Favorite sessions for this user
* Cool Features of the Z Shell (zsh)
Z Shell is a UNIX shell with a bunch of cool features. Learn about installing and configuring zsh with some of my favorite features.
|
Cooking |
Michael Pigg | |
* FiveUI: Open-source UX tests for the common good
Testing User Interfaces is hard! FiveUI [1] is here to help. While FiveUI happens to provide a handy framework for doing headless and interactive UI testing; it is really intended for sharing tests and sharing a framework for executing them.
FiveUI consists of a browser extension (for Firefox and Google Chrome), a headless batch system, and a set of UI consistency guidelines. The guidelines are written in JSON and Javascript such that they remain readable and understandable to human developers, without being tied to a specific application. The guidelines can be checked on an individual web page by hand using the browser extensions, or on an entire website using the headless system.
[1] http://galoisinc.github.com/FiveUI/
|
Cooking |
Benjamin Jones, Rogan Creswick | |
* How My Kids Are Learning to Program By Talking
My children have patiently tolerated a number of teach-STEM-quick schemes their dad has brought home. They've taught robots to dance, created simple animations using Scratch, and, quite frankly, made a lot of poop jokes.
What's missing from these programming tools was storytelling. The ones we tried focused either on easy interactivity or expressive power. If only there were a way to combine the two... oh, wait, there was—46 years ago!
|
Culture |
Ian Dees | |
* Literate Programming for the 21st Century
Knuth advocated writing programs for people, not computers. How does crafting code with literate programming play with quick iterative development? Example heavy session using org-mode's Babel project and progrmming languages with succinct syntax, like Scala and Clojure.
|
Cooking |
Howard Abrams | |
* Metrics - What's your code actually doing?
Metrics tell us what our code and our systems are doing and how well they are performing. Proper instrumentation of our systems allows developers and sysadmins to have a better understanding of how code works in production settings.
|
Cooking |
James Burkhart | |
* More Code, More Problems
Some people will tell you that you need a large, full-stack framework to do web development The Right Way. These people are wrong.
|
Cooking |
Edward Finkler | |
* Remote Pair Programming
Remote Pair Programming: my setup, some advice, and a live demo^H^H stress test
|
Cooking |
Sam Livingston-Gray | |
* Study Design: the best model for a cat is... a cat!
With good study design you can state how confident you are that you have a cat. You can hypothesis test your cat--is my cat like other cats or is it a dog? You can even design an experiment to determine the correct feeding time for your cat.
|
Chemistry |
Mary Anne Thygesen | |
* Teaching Robots to See With Javascript
Computer Vision, Javascript, and Flying Drones.
|
Hacks |
Peter Braden | |
* Terraformer - Open Source Geometry for Javascript
Learn about Terraformer, an open source Geometry toolkit for Javascript
|
Hacks |
Jerry Sievert | |
* Test Driven Development with AngularJS
Learn how to practice test driven development in JavaScript using AngularJS
|
Cooking |
Joe Eames | |
* What Is Async, How Does It Work, And When Should I Use It?
"Asynchronous" or "non-blocking" frameworks like Tornado and Node.js are in fashion, but most programmers still don't have a rigorous understanding of what's meant by asynchronous, how these frameworks function, and when they're appropriate to use. I'll give a detailed tour of Tornado's event loop and show exactly how it works, and under what circumstances it's superior to a traditional multithreaded web server. You'll learn how to write the most efficient servers for modern apps with very large numbers of concurrent connections.
|
Chemistry |
A. Jesse Jiryu Davis |
Open Source Bridge 2009
Favorite sessions for this user
* Agile JavaScript Testing
With the recent surge in JavaScript popularity, and the advances in JavaScript virtual machines, serious applications can and are being built in JavaScript. As the sophistication of these apps grow, so grows the need for verifying that our code continues to work as we expect. We'll briefly cover the advantages of test driven development, the reasons for pushing it all the way to the browser level, and then explore the options for testing JavaScript, look at some examples, and then integrate the tests into our existing development workflow.
|
Cooking |
Scott Becker | |
* New Ways for Teaching Children Software Programming
Software programming has come a long way for students and younger children since the days of Logo. Syntax has been replaced with connecting blocks and the triangle turtle has been replaced with custom artwork children create themselves. Now, multi-threading and event processing are easier to teach children than functions, and this session discusses these ideas as well as so the edge of kid code.
|
Culture |
Howard Abrams | |
* Web Testing with Windmill
This talk will discuss different web testing strategies, tools, and getting you up and writing windmill tests.
|
Cooking |
Mikeal Rogers |