Ask HN: What are you working on today?
81–90 of 314 posts
Re: Ask HN: What are you working on today?
#82Re: Ask HN: What are you working on today?
#83a hacker news rss filter written in haskell that uses redis to store feed information. i've found a few filters that are like "only show feeditems which have 10+ votes" etc. I'm going for something a little more complicated - most popular n posts by hour, day, week and month.
Basically, seeing the Top 'N' posts for a given time period. Like a digest of the Top 20 posts for the previous 24 hours delivered by email or RSS. I want an option to retrieve some/all of the comments for these stories as well.
Does something like this exist already? RSS is not an optimal delivery method for crowd sourced news sites like HN, Reddit, etc.
Re: Ask HN: What are you working on today?
#84Other than that, finishing up the ipad/iphone version of a children story I have been working at home. Almost there.... kinda cute actually.
Re: Ask HN: What are you working on today?
#85Same project I've been working on for the better part of 3 months, unfortunately: a web based chat using GWT to replace a flash based one. The primary reasons are: we wanted to control the source code and remove dependecy on third-party products and becase we want the chat to work on iPad so flash is out. Running into tons of stumbling blocks primarily around keeping the app near realtime and stable. It's GWT on the…