Install Vim with Homebrew Python on OS X
Building terminal Vim on OS X with Homebrew's Python support, including formula changes and a check of the Python interpreter Vim actually uses.
more ...Building terminal Vim on OS X with Homebrew's Python support, including formula changes and a check of the Python interpreter Vim actually uses.
more ...A personal introduction to learning category theory, motivated by a preference for unifying principles over memorizing mathematical techniques.
more ...A bookmarked CSV reader and writer recommended by a colleague, saved for a future trial and review.
more ...Troubleshooting Windows XP blue-screen crashes triggered by video in Firefox, after the error report points to watchdog.sys.
more ...Displaying LaTeX mathematics in Drupal with MathJax, including inline and display examples, module configuration, and support for print-friendly pages.
more ...Upgrading Drupal 5 to 6 with minimal downtime by preparing and testing a copy of the site before moving it into production.
more ...Using Synergy to share one keyboard and mouse across a desktop and laptop, with seamless pointer movement and clipboard sharing between machines.
more ...Restoring Drupal search by reducing the number of items indexed per cron run and clearing the database variables left by a stuck cron job.
more ...The final installment of solutions to 4clojure's first hundred problems, with reflections on learning core functions and the sequence library.
more ...Clojure solutions for the next set of 4clojure exercises, with comments on functional techniques and the site's shortest-solution competition.
more ...Learning functional programming through 4clojure's first fifty exercises, with Clojure solutions, explanations, and later improvements.
more ...Getting started with Clojure Web development in Vim, including Leiningen project setup and the tools used for a visual analytics application.
more ...Moving ThinkPad X61 hotkeys and power management from a custom ACPI setup to KDE4's PowerDevil, with changes to let KDE receive the key events.
more ...Integrating Spring and DWR on Jetty using Java annotations and programmatic configuration to build a Web application without XML configuration files.
more ...Fixing a Debian ThinkPad that wakes immediately after suspending to RAM by configuring pm-utils to unload the e1000 Ethernet module.
more ...Creating a Maven project with multiple modules, configuring the parent POM, and importing the resulting structure into Eclipse.
more ...Checking Java timer resolution for reaction-time experiments, comparing currentTimeMillis and nanoTime behavior on Linux and Windows.
more ...Exploring txt2tags as a portable plain-text authoring format for quickly capturing ideas and turning them into structured documents.
more ...Importing text files into a DB2 CLOB column with a delimited manifest and the lobsinfile option, without writing an external program.
more ...Linking plain-text GTD tasks to individual local email messages, using KMail's maildir files to open the relevant message from a task list.
more ...