You’re looking at a mind-bogglingly alpha Jetpack prototype running out of process. Yesterday was a black triangle moment for me, as I finally saw the culmination of 2.5 months of work to make the words “Gmail it” appear in the status bar. In this implementation, when a Jetpack tries to do something that doesn’t really [...]
Posted on March 16th, 2010 by Josh Matthews
Filed under: mozilla, projects | 2 Comments »
The official Megazeux repository recently moved to github, allowing me the opportunity to create my own fork and move my debugger work into a more public sphere. Accordingly, you can now visit my repo for all the most recent robotic debugging developments.
Posted on March 2nd, 2010 by Josh Matthews
Filed under: megazeux, projects | No Comments »
I realize that while I’ve been contributing to Mozilla since last July, I’m still quite new to a lot of the process and knowledge that more experienced developers take for granted. Therefore, I’m going to document the steps I’ve taken to increase my understanding and involvement in hopes that it generates some discussion on the [...]
Posted on March 2nd, 2010 by Josh Matthews
Filed under: mozilla | 13 Comments »
As a follow-up to my previous post about merging mq reject in emacs, I thought I’d share some improvements to the process that I’ve made since then. (defun switch-hg-reject () (interactive) (let ((other-file (if (string= (substring (buffer-file-name) -4 nil) ".rej") (substring (buffer-file-name) 0 -4) [...]
Posted on March 1st, 2010 by Josh Matthews
Filed under: code, emacs, mozilla | 7 Comments »