What would people like to hack on Tuesday night? Any of these sound
appealing?
* Start writing a gem that looks for orphaned Ruby code/methods (not
being sent messages from anywhere in your program)
* Start writing a gem that implements item-based collaborative
filtering (http://www10.org/cdrom/papers/519/) ... the technique
Amazon.com uses to make product recommendations
* Start writing a gem that lets users run their own advertising
network (ActiveRecord models containing Advertisers, Advertisements
with keywords and various tracking stats, called from your web app
using Jester ... http://jesterjs.org/)
* Knock off open tickets for Shoulda (http://tammer.lighthouseapp.com/projects/5807-shoulda/tickets
)
* Knock off open tickets for another open source Ruby project
These are just things I have on my mind. What other itches need
scratching?
Dan Croak
http://thoughtbot.com
organic brains. digital solutions.
I'd be up for this.
I'm not sure if it's been brought up before, but I just got the
O'Reily book "Programming Collective Intelligence": http://www.oreilly.com/catalog/9780596529321/
It's all about how to do things like product recommendations,
clustering, ranking, etc. I'm new to all that so I'm loving every bit
of it so far. Awesome book.
Dan Grover
On Feb 27, 6:52 pm, Dan Croak <dcr...@thoughtbot.com> wrote:This one sounds pretty interesting. Do you have any initial ideas for
> * Start writing a gem that looks for orphaned Ruby code/methods (not
> being sent messages from anywhere in your program)
how to go about figuring this out?
One thing I've wanted to play around with was writing an idiomatic
> These are just things I have on my mind. What other itches need
> scratching?
Ruby wrapper for a web service. In particular, I hadn't been able to
find a del.icio.us library yet (it might just be one of those
impossible-to-google things). I'm open to other services as well.
When I say idiomatic, I mean something that feels at home in Ruby,
rather than mirroring whatever the API exposes. Think facebooker
rather than rfacebook.
- Josh