Careers 2.0 by Stack Overflow
gravatar
profile updated
on Jan 23

Jeremy Cutler

Brooklyn, NY, United States

jeremy.cutler.is

Currently Software Engineer at Etsy, and Browser Extension Developer at Missing e.

In the years since studying Computer Engineering at the University of Toronto at both the Bachelor's and Master's level, I have gained a wide range of experience, from assembly programming and compiler development all the way over to web-based application design and browser extension creation.

I am passionate about developing software and web applications for high-level functionality and low-level performance with a strong focus on usability. My professional and personal endeavours are often marked by a great attention to detail that complements cohesive integration of larger scale projects.

I love opportunities to take advantage of my experience with coding at the lowest levels of computer technology and developing front-end interfaces. My thirst for knowledge and new skills will, no doubt, enable me to make quite a difference wherever my career takes me!

Technologies

Dislikes:

Experience show all

Software Engineer, Etsy

December 2012 - Current

Java Just-In-Time Compiler Developer, IBM

March 2009 - January 2012

Worked on a wide variety of functional and performance defects in a dynamic compiler with self-modifying code targeting multiprocessor runtime environments.

Developed performance enhancements for low-level PowerPC code generation on existing and new processors

Implemented new and improved compiler optimizations for Java applications, with a special focus on thread-concurrent and atomic classes

Led cross-team group on exploitation of Transactional Memory on future hardware platforms

Browser Extension Developer, Missing e

March 2011 - Current

Created open-source browser extensions for Apple Safari, Google Chrome, Mozilla Firefox and Opera (in development) to add functionality, automated features and improve user experience on the Tumblr social network.

Provided timely updates and improvements in a JavaScript environment on multiple platforms.

Directly engaged large userbase (via website and blog) to provide technical support, product education and solicit new feature suggestions.

Achieved prolific installation rates (over 900,000 estimated downloads) and received media exposure.

Owner & Database Application Designer, Cutler Infraware

April 2007 - December 2012

Dealt directly with client to determine needs for industrial data tracking systems.

Provided solutions as web-based LAMP applications, in addition to Microsoft Access databases with extensive interface scripting.

Designed unique trailer yard management system to significantly reduce retention costs and improve efficiency of a manufacturing plant shipping and receiving departments.

Implemented intuitive interface designs for users with basic computer skills, combining ease of use with protection of data integrity.

Provided on-going phone and on-site client support.

Education

B.A.Sc. Computer Engineering, University of Toronto

2001 - 2006

M.A.Sc. Computer Engineering [in progress], University of Toronto

2007 - Current

Publication:

JudoSTM: A Dynamic Binary Rewriting Approach to Software Transactional Memory
Marek Olszewski, Jeremy Cutler, and J. Gregory Steffan
Proceedings of the 16th International Conference on Parallel Architectures and Compilation Techniques (PACT), Brasov, Romania, September 2007.

Full Paper

Stack Exchange show all Last seen yesterday

Open Source

Missing e - The original browser extension for Tumblr!

GitHub, Feb 2011 - Jan 2013; followed by 79 people; forked 23 times

A free browser extension for Chrome, Firefox and Safari adding functionality, automation and UX improvements for power users on the Tumblr social network and microblogging platform.

Sole developer, responsible for the entire project, providing user support and project direction.

This browser extension is immensely popular, having been downloaded over 900,000 times.

I developed functionality that I devised as well as for features suggested by an ever-increasing user base.


Apps & Software

favicon

Missing e - The original browser extension for Tumblr!

A free browser extension for Chrome, Firefox and Safari adding functionality, automation and UX improvements for power users on the Tumblr social network and microblogging platform.

Sole developer, responsible for the entire project, providing user support and project direction.

This browser extension is immensely popular, having been downloaded over 900,000 times.

I developed functionality that I devised as well as for features suggested by an ever-increasing user base.


Writing

JudoSTM: A Dynamic Binary Rewriting Approach to Software Transactional Memory

Proceedings of the 16th International Conference on Parallel Architectures and Compilation Techniques (PACT), Brasov, Romania, September 2007.

Full Paper

With the advent of chip-multiprocessors, we are faced with the challenge of parallelizing performance-critical software. Transactional memory (TM) has emerged as a promising programming model allowing programmers to focus on parallelism rather than maintaining correctness and avoiding deadlock. Many implementations of hardware, software, and hybrid support for TM have been proposed; of these, software-only implementations (STMs) are especially compelling since they can be used with current commodity hardware. However, in addition to higher overheads, many existing STM systems are limited to either managed languages or intrusive APIs. Furthermore, transactions in STMs cannot normally contain calls to unobservable code such as shared libraries or system calls.

In this paper we present JudoSTM, a novel dynamic binary-rewriting approach to implementing STM that supports C and C++ code. Furthermore, by using value-based conflict detection, JudoSTM additionally supports the transactional execution of both (i) irreversible system calls and (ii) library functions that may contain locks. We significantly lower overhead through several novel optimizations that improve the quality of rewritten code and reduce the cost of conflict detection and buffering. We show that our approach performs comparably to Rochester's RSTM library-based implementation--demonstrating that a dynamic binary-rewriting approach to implementing STM is an interesting alternative.


Reading

The Algorithm Design Manual

The Algorithm Design Manual

Steven S. Skiena


Algorithm Design: Foundations, Analysis, and Internet Examples

Algorithm Design

Foundations, Analysis, and Internet Examples

Michael T. Goodrich, Roberto Tamassia


JavaScript: The Definitive Guide: Activate Your Web Pages (Definitive Guides)

JavaScript

The Definitive Guide

David Flanagan


Dynamic HTML: The Definitive Reference

Dynamic HTML

The Definitive Reference

Danny Goodman


Computer Architecture: A Quantitative Approach, 3rd Edition

Computer Architecture

A Quantitative Approach, 3rd Edition

John L. Hennessy, David A. Patterson


Tools

Motorola 68000, IBM 8086

Vim, Coda