My New Bike
I've actually had it for a couple of months now, but this is my new Devinci Caribou 2.

Been riding it since early summer, and it's an amazing bike.
Just need to add some accessories to it.
Posted on 08:32PM on 08/30/2010
Tags: cycling
I've actually had it for a couple of months now, but this is my new Devinci Caribou 2.

Been riding it since early summer, and it's an amazing bike.
Just need to add some accessories to it.
Posted on 04:42PM on 06/04/2009
Tags: Jambase4Net
I've recently been working an libraries for various languages to access and make use of the Jambase API. Why? Well, for one thing, I love live music. For another, I believe that being able to create a mashup or something similar that incorporates live music is pretty useful. Jambase is a pretty unique service and the amount a data that it provides is staggering.
To date, I've released Jambase4R, a framework-agnostic Ruby library and Jambase4J, a Java library. Both confirm to similar interfaces and make accessing the Jambase API simple.
Today, I released Jambase4Net, which allows .NET developers to access the API. It's quite simple to use, as this Gist shows:
Hopefully that pretty straightforward. Have a look at the source for more details and feel free to fork it.
Posted at 06:58PM on 06/04/2009 by matt
@Coder: Yes, I can have it do that. @Jack: Thanks.Posted at 06:55PM on 06/04/2009 by Coder
Would it be possible to have so that Configure() does not need to be called if you want to use the default settings? Just seems a bit redundant to have to call it with no arguments.Posted at 06:51PM on 06/04/2009 by Jack Mitchel
Hi Matt, Thanks for doing this. I'm currently creating a site using ASP.NET MVC. As a part the site, I'd like to allow users to search for concerts. This should do the job nicely!Posted on 08:01PM on 04/25/2009
Tags: JamBase
I've just recently committed an update to an older plugin of mine - JamBase4Rails. It's now called JamBase4R and is not tied to any specific framework. It can be used with Rails or Sinatra and will include specific portions automatically, however.
It's a Ruby library designed for simple interaction with the JamBase online live music service API. It makes it ridiculously simple to integrate a search for live music into your Ruby application.
That's really all there is to it! Feel free to try it out or fork it and let me know what you think of it. As a side note, JamBase4Rails will be deprecated soon.
No comments have been posted.
Posted on 08:42PM on 04/19/2009
Tags: Gist
I'm not sure why, but I've never paid much attention to Gists. Gists are pasted code snippets hosted by GitHub. You can see them here. It's a service similar to PasteBin or one of the others, but it offers more, including versioning, branching, etc. To be honest, though, what I really like is the ability to embed a Gist into my blog, like so:
I really like this approach because it removes the requirement for syntax highlighting within the blog code. Additionally, when I update a Gist, that change is reflected on the blog.
Recently I've commited a new Ruby library called Gistr that allowed developers using Rails or Sinatra to embed Gists into their views. It's a really simple library and probably not of any great use to anyone, but I thought it was fun. It could easily be extended to add functionality to other Ruby web frameworks. Feel free if you find it useful.
The main point of this post is that maybe things like Google syntax highlighter are unecessary when you can just embed a Gist.
Posted at 12:46PM on 04/21/2009 by Shamir
Yeah, I really like gists for exactly the same purpose. Plus, it's nice to be able to share code with others.Posted on 12:00AM on 03/01/2009
Tags: blog
A few days ago, I posted about hating the colors and look of my site. Well, I finally sat down and made some changes. I think it looks cleaner and simpler now.
Posted at 07:04AM on 03/07/2009 by Matt Payne
Good job. I like this a lot better.
No comments have been posted.