Doot, simple task runner for your projects
Doot is a simple, zero dependency (except Python 3, which comes installed on
most *nix operating systems) task runner. Similar to make
, but meant to be
used for non-C style projects.
Doot is a simple, zero dependency (except Python 3, which comes installed on
most *nix operating systems) task runner. Similar to make
, but meant to be
used for non-C style projects.
This month is my company's national convention. This combined with a secret project I'm working on after hours means I basically have no time to work on Exaile until October. So, no thanks to me, Exaile 0.3.0.1 has been released. This one is brought to you by the other members of the team, and is a bugfix release for 0.3.0. This includes fixing the bug that was causing 0.2.14->0.3 migration problems for most people. Enjoy!
Yup, you probably heard it here last. I've been super busy irl, and just haven't had the time to throw up a blog entry just yet, but 0.3.0 final is out and you can grab it from the Exaile downloads page.
Yeah, that's right.
Check out http://www.exaile.org for more information.
Yeah, you may have noticed that I've been working on the blog lately. Poor openclue.org got flooded with already posted RSS feeds again. This happens all to often. Sorry guys.
At work, I use git. For Exaile I use bzr. I like them both quite a bit. At work, we use Gitosis to manage our repositories and I have to say, it's pretty damn cool. Nothing quite like this exists for bzr, so I ported Gitosis to bzr and called it Bazitis. The launchpad project page can be found here. Here are the instructions on how to use Bazitis:
I noticed that every time Clint Savage makes a blog update, he posts the URL to Twitter twice (yeah, that's you herlo :P). The URLs for each Twitter post are different, so I figured it must be some sort of automated Wordpress script with a bug in it...
Django 1.0 is finally here!!!
Vimtips.org is running the SVN version of Django. This morning I ran an
svn update
, and I ran into my first API change. While looking at
my site later on in the day, I noticed that both of my template filters were
being HTML escaped, IE, things like < were showing up as
<...
As stated on his blog, Josh Simpson came up with the idea of creating a Gallery/Gallery2 replacement in Django. He's rounded up me and a couple other of our good friends to tackle this project...
I came across the following code a while ago. I can't take credit for it, and I can't remember where I got it. Oh well. It's pretty cool nonetheless.