my tumblr
nick peelman
Where I go when I overrun the 140 characters of Twitter, or when I was to talk about Apple/iPhone related stuff... Systems Admin. Developer. Network Geek. Mac Geek.…
Motivated and passionate about technology, I bring a wide range of knowledge and experience to whatever opportunity presents itself. I have experience in network engineering, systems administration, application design and development, website design and administration, digital communications, and user support. I crave variety in my work and thrive on the ever-changing ecosystem that Information Technology creates.
February 2012 - Current
October 2010 - December 2011
Focused primarily on the webRDP product, extending functionality by utilizing more of Microsoft's RDP specification. Developed primarily in Java, but used other languages (including C, C#, Objective-C, and others) as needed in order to build test cases and proofs of concept.
I spent most of my time working on clipboard integration, sound forwarding, and disk forwarding. Mixed among those three projects were various bugs and enhancements as found and asked for by our customers.
December 2008 - October 2010
August 2008 - December 2008
I was a Teaching Assistant in the Department of Computer & Information Technology. My responsibilities included presiding over two separate Systems Administration labs and an Enterprise Network Management lab, as well as a share of the infrastructure maintenance for the Network Engineering Technology's sizable network. Also during this time I served on the College of Technology Grade Appeals Committee.
June 2008 - August 2008
Duties included troubleshooting and performing software maintenance on the few thousand lab computers on Purdue's West Lafayette campus. Specialized in problems with the campus Macs.
Was an extension of my prior position with ITaP as a Student Network Software Technician.
Helped rewrite and refactor various login/logout scripts for the campus Macs, using a mix of Perl and Bash.
Helped work out kinks with the recently deployed SCCM deployment by testing freshly packaged software and offering advice and debugging to the systems administrators.
May 2008 - June 2008
Worked on refining the Accounts system implemented by a coworker and I in the summer of 2007. Added several requested features, including new search tools and filters.
I also made major overhauls to the Javascript being used, modularizing some of the code in an attempt to make it easier to update later. There were also updates to some database interactions.
My primary role was intended to be putting a system in place to facilitate a single point of data entry. The two systems in use, one for billing and one for everything else, required extra effort on the part of the billing and support staff to maintain congruency between databases. Due to rising fuel costs and the extended commute, I was forced to abandon this role.
January 2008 - April 2008
August 2006 - December 2007
The AgCommunications Department is a Macintosh Island in a PC-filled ecosystem. With extensive publication, graphics- and movie-editing requirements, and the majority of the editors and artists preferring Apple's platform, they choose to keep a part time (student) IT Geek with Mac-specific skills. For about a year and a half, I filled the position, maintaining between 35 and 55 macs during my tenure, building an employing an extensive knowledge of Apple's OS X operating system to make my job easier and efficient, and make the lives of my users as fluid and interruption-free as possible. I did my best to go above and beyond my job requirements and give them the best experience possible.
May 2007 - August 2007
Co-designed and was the lead programmer for a ground-up brand new Intranet Account Database for tracking customer information about the various services the company provided. After just under 4 months of development, we were able to track Phone, DSL, FTTP, Email, and other accounts as managed by the company.
The system ended up being close to 10,000 lines of code with almost 30,000 records spread across 62 tables, was written using PHP, AJAX (including the Prototype and Scriptaculous Frameworks) and used MySQL as its Database. Extensive use of AJAX-powered, client-side validation was used due to reports and observations that ill-formatted data was prevalent throughout the system.
As of October 2011, it was still in use by the company, with minimal maintenance over the course of 4 years.
January 2006 - August 2006
Worked as part of a team to troubleshoot and perform software maintenance on the few thousand lab computers on campus. We were the roaming fixers, dispatched by automated reports or at the request of the sysadmins (who I would later be one of) to check on unresponsive or troublesome machines. Our duties included diagnosing any problems, and performing repairs if possible. If we couldn't manage a repair, we would fetch a replacement machine and make a swap.
In the summer months, our duties also included imaging new machines across campus, and deploying small labs not serviced by the roving deployment crew handing the larger labs.
I specialized in working with the campus Macs, replacing power supplies in iMac G5 machines and helping with the rollout and troubleshooting of first generation of Intel iMacs deployed by ITaP on Purdue's campus.
2002 - 2007
Specialization in Network Engineering Technology
GPA: 3.19
Minor in History of Science and Technology
During my last semester, did and independent study course along with my roommate at the time, comparing the performance of varying IPv6 network states (single stack, dual stack) and IPv6 translation types
Spent a semester in Graduate school (Fall 2008) pursuing an advanced degree in Computer Forensics and Information Security
Helped design and teach an introductory class on Macs for Law Enforcement personnel
SourceForge
CoRD is a Mac OS X remote desktop client for Windows servers running Microsoft Remote Desktop or Terminal Services.
After resurrecting the project, I spent a year working with Dorian Johnson, adding features, fixing bugs, and making releases. Life and my full time job took over again and forced the project to the back burner. I'm still very proud of what we accomplished in that year. CoRD has a huge following and though not every feature is quite as stable as we'd like it to be, it is still held in high regard.
GitHub, Jun 2010 - Aug 2010; followed by 4 people
PassengerPane rewritten in native Cocoa
Lead Developer / Modifier
The original PassengerPane was a RubyCocoa app that didn't function as well as I felt it could have, so I took to rewriting it myself in Obj-C.
After my interests (and job) shifted and forced me away from Rails development, I stopped working on the project. It is roughly 80-90% complete.
GitHub, Jul 2010 - Aug 2011; followed by 9 people; forked 2 times
Departments Plugin for Redmine
I wrote this for the instance of Redmine I was trying to get my group to use when I worked with ITaP.
It allows for the addition of Departments, which is another way to categorize issues in a many-to-many fashion. You can define a list of departments, then assign issues to one or more departments.
In our instance, an Issue might represent a Software Install for a specific professor, so we'd categorize it under that department in the event we needed to contact the group regarding problems or changes to the install. Given that professors can come and go without us being made aware, it was essential that software be given a department as a point of contact, rather than a single professor. In the event of a piece of software being requested by multiple departments/professors, it was essential that we kept track of that as well, in the event we needed to remove said software, so that proper notifications could be made.
GitHub, Jul 2010 - Aug 2011; followed by 16 people; forked 9 times
CC Address Plugin for Redmine...
I wrote this for the instance of Redmine I was trying to get my group to use when I worked with ITaP.
We needed to be able to loop people into tickets, who may not be part of our ticketing system. This proved problematic as Redmine only allows you to include people already in the system. My solution was to use their plugin architecture to allow the addition of traditional email addresses to an issue, via the CC_addresses plugin. This allowed us to add students, professors, or even mailing lists to our issues, without forcing us to modify Redmine itself, or result to some other shady workaround.
In the time since I wrote this, Eric Davis has written a succeeding plugin that uses slightly different conventions to achieve the same result, and given Eric's core presence in the Redmine & ChiliProject teams, I'm more inclined to suggest his solution over my own at this point in time.
GitHub, Jul 2011 - Feb 2013
ChiliProject is a web based project management system built on Ruby on Rails
Contributor, or at least trying to be.
Bitbucket, May 2010 - Nov 2011
a small color utility I’ve been re-sourcing since WWDC2006. Now 10.7 ONLY!
I'm GebraColor's lead developer. I began writing it in 2006, but didn't get very serious about it until I found myself using Obj-C regularly when working on the CoRD project. I had an algebra professor in college who once said that the world Algebra was derived from the words Al-Gebra, which he interpreted as meaning "The Unknown." It turns out that most likely isn't true, but the tidbit stuck with me, so in my convoluted way, GebraColor means Unknown Color, since its purpose was being able to use OS X's built-in color well to identify any color on the screen, and sort out its individual components easily and quickly.
Its mostly survived by being a small project I retreat to when nothing else is working for me but I want to remain focused on code and the process of development. Much like a novelist or journalist, there are days when I faced writers block (or code block, if you will allow), and I once heard the best way to work through it was to write anything and everything, particularly if there was a passion project available.
As it is, it has been rewritten a dozen times before it ever saw daylight. Eventually it became the first of my side projects that made it to a state where I felt comfortable putting it out for the world to see.
GitHub, Apr 2012 - Jan 2013; followed by 6 people; forked 2 times
A collection of Rake tasks for managing and distributing iOS ad-hoc builds
nick peelman
Where I go when I overrun the 140 characters of Twitter, or when I was to talk about Apple/iPhone related stuff... Systems Admin. Developer. Network Geek. Mac Geek.…

A Business-Oriented Approach, 3rd Edition
James E. Goldman, Phillip T. Rawles
One of our texts from college, this book is held in high regard among my Purdue peers and I. Though becoming slightly dated now, it covers the principles of network architecture in a way that is useful when learning, but remains relevant as a reference tool, almost like a medical textbook. In the event a 5th edition were to ever come out, I would probably be inclined to pick it up.

Aaron Hillegass
I own both the second and third editions of this book, and I'm tempted to pick up the 4th edition.
This book kickstarted a lot of people in Cocoa, including myself. Lessons learned here were finally applied when I started working on the CoRD project, and continue to be evident in projects I work on today.

Principles, Technologies and Protocols for Network Design
Natalia Olifer, Victor Olifer
This book is often what I turn to when I need a concise paper reference of some really nerdy aspect of networking. From packet structure to practical examples, this is a great tool. The internet is a great reference too, but dead trees still win for a lot of people.

Ernest E. Rothman, Brian Jepson, Rich Rosen
I actually have the Tiger version of this, but could no longer find it in order to add it.
I picked this book up shortly after getting my first Powerbook. The examples and information within became the foundation for my ever-growing love of a shell interface. For some time now, using a machine without a basic UNIX toolset has felt not only alien, but wrong.

"Internals" is the proper word. Seeing Mac OS X completely exposed is educational, albeit often boring, journey. Everything from the kernel to the file system is exposed and explained in great detail. 1600 pages of detail. Load up on caffeine if you're going to dive into this one.

Robert W. Lucke
This book had some particularly good coverage of areas that usually go undiscussed, like cabling, cooling, room layout, etc. A good read for any network nerd, regardless of whether they actually plan to build a Linux Cluster.

Eric Sink
Still on my desk, read the first 15 pages or so. Deeper review forthcoming...
Packard Bell Pentium 200, 32MB RAM, 3.2GB HD
Textmate
Developer: http://cord.sf.net
Developer: http://github.com/peelman/PassengerPaneCocoa