Thanks, that would be a good approach, mine is currently very barebones! just trying to get the syntax right and get a feel for using it in actual projects - hope to put up a real sample soon.
The on request sever design is an interesting approach. It seems like it would provide a good framework for a small personal site. I wonder where this fits between using a site generator and pushing to github (or similar push based cloud provider) vs running a full webstack. I guess it comes down to preference and requirements. Good way to provide server stats via http though.
I've wondered why I never see a gosu reference when comparing jvm languages. I was quite pleasantly surprised when I checked it out.. Looking forward to having a play in the near future.
Some of the lisp style stacks get very close as do some smalltalk environments (squeak). Of course this means generating the markup from code but seems to work well enough.
HN is an example (see hn challenge) as is teepeedee2 (http://john.freml.in). Maby clojure is worth a look.
I hope that this style catches on - better than the blog templates most people use. Being a bike store I would have thought they'd list brands and specialities though.. It seems the site would only be useful if you know the shop.
Seeing projects like this puts suggestion of hn quality going down to the back of my mind, really excited to try this out. Is there a framework which inspired this?
I agree, though what you wrote works really well in terms of selling yourself - could keep it in mind for some kind of landing page to use with the services suggested above.
late reply I know, something along the lines of what 37signals offer for their pages api (backpack) would be great!
Generally just the ability to post a page - ability to hack up an offline system/ personal backups would be nice!
I've been using wpf and xaml for making nice quick applications for windows. I need a dsl for the xaml or a ruby wrapper for the API - Which I'm currently investigating. Too bad mono doesn't support wpf.
I've been looking at shoes by _why with some interest but think a dsl/swing (jvm) comboo would be the quickest and easiest cross platform option.
The method I described would only have the same amount of traffic as an RSS feed as it would just be updating headlines.
I guess it just depends on use. I never got into using an rss reader but follow a bunch of projects/people/companies on twitter and can quickly browse their updates, and follow a shortened link. I like the portability of twitter over different platforms too.
I think they did this by providing a consistent format (both data format and by enforcing limits), a central view and a usable api. RSS/ATOM just didn't get this right. Twitter forces people to get their message across in a small amount of characters. RSS/ATOM again is inconsistent in mainly due to it trying to be a portable medium (reading full stories in a reader). I guess the twitter model is more natural?
Perhaps there is a place for adopting a twitter based format for future rss feeds and making viewers around this.
I personally like the idea of sites having a dedicated twitter account to post updates to, I don't use rss feeds but like getting information via twitter.