Archive for category School
Quick and Dirty Shoestring Startup Infra
Posted by Kyle Lexmond in School, Sysadmin on May 31, 2016
At the University of Waterloo, we have a Final Year Design Project/Capstone project. My group is working on a conference management suite called Calligre. We’ve been approaching it as kind of a startup – we presented a pitch at a competition and won! While sorting out admin details with the judges after, they were oddly […]
OMG C WHY
Posted by Kyle Lexmond in Programming, School on December 16, 2012
The bulk of this was written on Nov 16th before I finished CS137 at UW. Most of this stuff still stands. === (Also, why I’m glad I’m using Git, why I love Stack overflow, and frak yes Valgrind)
More CS137 setup… stuff
Posted by Kyle Lexmond in Linux, School, Sysadmin on November 11, 2012
Because I am feeling accomplished, and because I also want to avoid my physics homework. I think I’ve got a pretty good system working for CS137 (and the UW CS servers) now. I’ve got: sshag working, so I don’t have to eval `ssh-agent` && ssh-add each time I open a new screen session a modified […]
My Git for CS137 setup
Posted by Kyle Lexmond in Programming, School on October 22, 2012
I’ve been using Git and GitHub for all of my CS137 assignments, in part to keep the files in sync between my desktop and laptop, as well as the UW server that I use for testing. The keeping everything in source control is a bonus, but one that comes in handy, especially branching when I […]