Hackerific is now Disqus enabled

Posted by matt
on Friday, January 30

I’ve just enabled disqus support in the blog template. Now, instead of the mephisto form, you should see a disqus one.

I’m hoping this should speed up the commenting process, and make it easier for discussions to happen. So please, comment away!

TextMate Command: Add comments to end of line

Posted by matt
on Sunday, December 14

After reading this message on the textmate-users mailing list, I decided to have a go at writing a command to add comment chars to the ends of lines. Here’s what I ended up with:

To use it, create a command in TextMate’s bundle editor, then make a new command, and set the input and output dropdowns to look like this:

end-of-line-comments
Uploaded with plasq’s Skitch!

Finally, set up scope selections (e.g. source.python, source.shell, …), and a key binding if you want one.