RubyFlow: A New Ruby News Site
RubyFlow is a new Ruby news site developed by... me over the last couple of days. It will suit developers looking more for a "filtered firehose" of Ruby news.
RubyFlow will be faster, quicker and more raw than Ruby Inside. Ruby Inside will continue with 1 - 2 "you gotta see this!" posts per day (max) but RubyFlow will be the place to go for immediacy and volume. Another big difference is that anyone can post to RubyFlow. You don't need to sign up to post although you'll be CAPTCHAed and suffer rel="nofollow"
on your links if you don't (to prevent spam).
RubyFlow was developed because I get a lot of leads and see a lot of interesting Ruby stuff that either repeats something I recently posted about on Ruby Inside already, which is too minor, or which is too niche for the general Ruby Inside audience. RubyFlow will give a way for news about new releases of libraries, interesting blog posts, and niche news to be published. I'll also be able to use RubyFlow as a "tips" site and base Ruby Inside posts on the things I see there.. so if you want future exposure on Ruby Inside, get posting and get noticed!
The entire site and the style posts is heavily influenced by MetaFilter, a very old school community weblog. Basically, it'll be interesting Ruby stuff, one to many links per post, and nice concise explanations. Social bookmarking sites like del.icio.us and Reddit fall down in that you usually only get to read the title of a link (which is useless in many cases) whereas on RubyFlow and MetaFilter links are explained with a small blurb that puts them into context. Keep this in mind if you post, otherwise the style police might tweak your post to fit.
April 10, 2008 at 1:00 am
For the detail-inclined, RubyFlow is a rapidly developed Rails app (Merb would have probably been a better choice, but I just started from what I know best) and was developed in several hours on Tuesday 8th April. It has bare functionality, and still runs on the default SQLite3 database! This is holding up very well so far, however, but will be migrated to MySQL when it seems to be a bad idea.. :) There's no caching either yet, but it can do over 100 requests a second easily so far.
The site is deployed using SwitchPipe, so I can turn the max number of Mongrels up and down in real time if I need to. Currently it's set to just two max, but will kill those if the site isn't used for at least 30 seconds (SwitchPipe users will know what I mean!)
April 10, 2008 at 1:15 am
Hey Peter,
I like the site a lot. Very cool!!!
April 10, 2008 at 1:26 am
Thanks! I was _wondering_ what had happened to that "Is RubyInside moving fast enough?" survey.
April 10, 2008 at 2:43 am
Any chance of a RubyFlow feed?
April 10, 2008 at 2:46 am
http://feeds.feedburner.com/Rubyflow
I should probably link it better, thanks for bringing it up!
April 10, 2008 at 9:02 am
Very cool! Just what I need to get my regular does of Ruby goodness:)
April 10, 2008 at 2:17 pm
Peter, just what I wanted, but...
I can easily scan the Reddit page for links I haven't seen yet, for the simple fact of having a:visited defined as a different color. If you can do this, I can easily scan the page for links I haven't read, and I can't read everything! thanks
April 10, 2008 at 3:18 pm
I've made some tweaks, hopefully it should be a bit better now :) Rather than use colors, which made it look a little odd (though I was probably picking the wrong colors!) I made it remove underlines from links you've already seen.
April 10, 2008 at 4:47 pm
Really awesome site, directly my favorite list..
April 10, 2008 at 8:01 pm
Pretty Cool Site and Idea, Thanks.
Since it appears to be mostly links to other places, I wonder if creating a feed like Gruber does with the list @ Daring Fireball, so that clicking on the links in the feed brings you to the linked article.
Thanks again. (for this and the beginning ruby book)
April 12, 2008 at 3:00 pm
Peter, any chance you'll open-source the code behind that site?
I ask because:
a) I'm lazy (most important reason)
b) It would be great to do something like that in another vertical
c) It just looks so shiny, nice and simple :-)
April 12, 2008 at 4:08 pm
Maybe! It's dead simple, and it's not as if I'm looking for a job, so the complete lack of testing (well, almost) won't matter ;-)