Rusty Razor Blade
Tech Thoughts, Mostly on LAMP - by Jon Haddad
  • About Me
  • Api Tester
  • iCal Agenda
  • Consulting

Vim: Use !make: to avoid auto jumping to files

By jon On April 26, 2012 · Leave a Comment

I get annoyed when vim jumps to another file when using :make. To disable it, just add ! to the end,

:make!

These icons link to social bookmarking sites where readers can share and discover new web pages.

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Reddit
Continue Reading →

Weird Disutils Error When Running Python Scripts within MacVim

By jon On April 25, 2012 · Leave a Comment

I saw this today when trying to run a nosetest in MacVim:

DistutilsPlatformError: $MACOSX_DEPLOYMENT_TARGET mismatch: now “10.4″ but “10.7″ during configure

Add this to your .vimrc to fix this weird message.

let $MACOSX_DEPLOYMENT_TARGET = “10.7″

These icons link to social bookmarking sites where readers can share and discover new web pages.

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Reddit
Continue Reading →

Installing vim-ipython with MacVim

By jon On April 12, 2012 · Leave a Comment

I got really excited at the notion of having IPython built into MacVim (vim-ipython), so over the last few days I’ve spent some time mucking around trying to get this whole thing to work.  Unfortunately there’s not a lot of documentation on how to fix the issues that might pop up, so hopefully this [...]

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Reddit
Continue Reading →

Applescripting A Remote X-Windows Session for Virt-Manager

By jon On April 4, 2012 · Leave a Comment

This isn’t just for virt-manager, but any X-Windows app you’d want to tightly integrate into your daily routine. Instead of firing up X11, then SSH’ing to your VM box and typing out virt-manager (insane!) you can script X11 to do everything with 1 mouse click. I have it in my Dock, and Launchbar also recognizes [...]

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Reddit
Continue Reading →

Drizzle Differences from MySQL

By jon On March 30, 2012 · 2 Comments

I decided to take a look at Drizzle today and was encouraged by what I saw. Here’s my favorite part:

There is no UNSIGNED (as per the standard). * There are no spatial data types GEOMETRY, POINT, LINESTRING & POLYGON (go use Postgres). * No YEAR field type. * There are no FULLTEXT indexes for [...]

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Reddit
Continue Reading →

Great Article by the Varnish Architect

By jon On March 29, 2012 · Leave a Comment

It’s been a while since I wrote any C, but I still appreciate reading posts about it. 6 years ago the architect of Varnish wrote an excellent post on how people are still managing their memory incorrectly. It reminds me of a post I wrote 5 years ago called

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Reddit
Continue Reading →

Making Better Use of your .ackrc file

By jon On March 28, 2012 · 1 Comment

Many command line utils have a . file that people rarely use. Ack is one of them.

For a project I’m working on, there’s a var folder (ignored in git) where all the logs go. When I perform an ack search, I have no interest in ack looking through the var folder every single [...]

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Reddit
Continue Reading →

Nginx pub/sub module

By jon On March 27, 2012 · Leave a Comment

A coworker pointed me to this Nginx module today. You can write a chat server without actually writing a server. The message thread below indicates incredible performance. If you’ve got more than 50K users and 9000 messages / second you might be able to upgrade your hardware, or at least load balance your channels between [...]

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Reddit
Continue Reading →

Coffeescript, Bootstrap, and Less are amazing

By jon On March 1, 2012 · Leave a Comment

I’ve been doing backend development exclusively for a long time now. When I decided to build splitmytab.net, I had sourced the front end development to HTML burger. I got the design through 99designs. Both were fine, but I really didn’t require anything past a basic utility site.

When I decided to [...]

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Reddit
Continue Reading →

Splitmytab ready for the public!

By jon On February 21, 2012 · Leave a Comment

Splitmytab.net is finally for the public to check out. Splitmytab is a bill splitting and IOU system for friends. It uses facebook’s login, so you won’t need to put in anyone’s emails, names, or get people to sign up for an account.

It’ll automatically keep balances of who owes who, so you can keep a [...]

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Reddit
Continue Reading →
← Previous Entries
  • Recent Comments

    • pratibha on MySQL Triggers Tutorial
    • pratibha on MySQL Triggers Tutorial
    • MySQL Tutorials on MySQL Triggers Tutorial
    • jon on The Lack of Flexibility of Stored Procedures in MySQL
    • Nithya on The Lack of Flexibility of Stored Procedures in MySQL
    • vietnam travel guide on MySQL Triggers Tutorial
    • Phil Freo on Making Better Use of your .ackrc file
    • PHP Examples on MySQL Triggers Tutorial
    • jon on Drizzle Differences from MySQL
    • Will on Drizzle Differences from MySQL
  • Recent Posts

    • Vim: Use !make: to avoid auto jumping to files
    • Weird Disutils Error When Running Python Scripts within MacVim
    • Installing vim-ipython with MacVim
    • Applescripting A Remote X-Windows Session for Virt-Manager
    • Drizzle Differences from MySQL
    • Great Article by the Varnish Architect
    • Making Better Use of your .ackrc file
    • Nginx pub/sub module
    • Coffeescript, Bootstrap, and Less are amazing
    • Splitmytab ready for the public!
  • Categories

    • ack (1)
    • amazon (1)
    • answerbag (6)
    • apache (9)
    • apple (9)
    • awk (2)
    • bbedit (2)
    • bootstrap (1)
    • c++ (3)
    • chrome (2)
    • cluster (1)
    • cocoa (1)
    • coffeescript (2)
    • collective intelligence (1)
    • css (1)
    • curl (3)
    • db2 (1)
    • demand media (1)
    • drizzle (1)
    • ebay (1)
    • eclipse (4)
    • erlang (13)
    • facebook (1)
    • fortran (1)
    • gen_server (1)
    • git (5)
    • google (4)
    • haddad (1)
    • hdf5 (1)
    • html (1)
    • innodb (1)
    • itunes (1)
    • java (2)
    • jester (2)
    • kvm (2)
    • launchbar (1)
    • leex (1)
    • less (1)
    • letsgetnuts.com (1)
    • libvirt (1)
    • links (6)
    • linux (28)
    • lucene (1)
    • mac (16)
    • memcached (1)
    • misconception (1)
    • mobile (1)
    • mono (1)
    • mssql (1)
    • munin (1)
    • mysql (34)
    • nginx (1)
    • numpy (1)
    • oracle (1)
    • php (23)
    • puppet (4)
    • pyparsing (1)
    • pytables (1)
    • python (13)
    • q&a (1)
    • quicksilver (1)
    • rant (6)
    • readynas (1)
    • redis (2)
    • regex (1)
    • replication (1)
    • search (1)
    • shitty code (1)
    • solr (3)
    • spaces (1)
    • splitmytab (2)
    • sshfs (1)
    • stored procedure (1)
    • svn (5)
    • textmate (2)
    • tips (25)
    • tornado (1)
    • trac (1)
    • tutorial (4)
    • ubuntu (3)
    • Uncategorized (5)
    • unix (1)
    • vim (6)
    • virtual box (6)
    • vmware (1)
    • weird (3)
    • wikipedia (1)
    • windows (1)
    • xcode (1)
  • Blogroll

    • Adamwolkov.com
    • Crazytoon’s Blog
    • DavidGagne.net
    • I think everything is stupid
    • Scott Gale's Blog
    • splitmytab
    • The Downside
    • The JJ
  • Meta

    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org

Rusty Razor Blade

Pages

  • About Me
  • Api Tester
  • Consulting
  • iCal Agenda

The Latest

  • Vim: Use !make: to avoid auto jumping to files
    I get annoyed when vim jumps to another file when using :make. […]

More

Thanks for dropping by! Feel free to join the discussion by leaving comments, and stay updated by subscribing to the RSS feed.
© 2011 Rusty Razor Blade
Platform by PageLines