You can build a feed that contains the exact stories you are interested in from Digg.com. You can filter by: description, category, submitters, number of diggs, and number of comments.

DiggFiltr.com is a very neat page. Still under heavy development but the core feature is very useful already. I instantly created my own filtered Digg.com feed by applying a few filters on the sections I’m interested in. I can see this site getting really popular if the developer goes in the right direction with it.

One thing that I also liked was that, according to the developers blog, it only took him about 10 days to learn Ruby on Rails and develop this application which uses AJAX very extensively. Sounds like Ruby on Rails is really a good choice for rapid web development. Maybe I should kick myself into learning it finally (…if I only had time!).

For a long time Mac OS X was the one platform left out when it comes to developing MIDlets. There where soultions from SUN for Windows, Linux & obviously Solaris. There was no official build for the amazing NetBeans Mobility Pack for the Mac … well, there still isn’t one but I looked around a bit in the gathered knowledge of mankind which is the WWW and found the blog of Lukas Hasik. He has a fairly well written documentation of how to achieve a working development environment on Mac OS X.

In this post I’d like to summarize the nessecary steps as well as make a few annotations where I ran into difficulties while following the described steps.

Continue reading

Today I discovered a service called mail2RSS which converts mails you send to a predefined adress to a RSS feed. Quite handy, I have to try if it also handles multiple newsletter subscriptions and splices them to one aggregated feed.

I guess that means I can ditch my attempts to program this particular functionality in PHP, especially since I failed miserably on decoding MIME attachements like for instance pictures. I wanted this because I needed a way to display the really funny nichtlustig.de comics (sorry only in german!) in my feedreader instead of getting them in my eMail box.
What I came up with was a PHP script that reads from a specified mailbox and then constructs a new RSS item with a link to the latest comic but I wasn’t able to get the image to display properly without just focusing on one particular message format.

Well, I’ll try mail2RSS and see if it can do everything I wanted in my app.

FeedMonsun

I’d like to present to you the latest project I worked on. It is called FeedMonsun and is an online RSS aggregator which Herbert & myself did for programming for distributed systems at our uni.

Read more about it here and feel free to test it out (not available anymore) here.
(beware it’s is far from finished!)