Are there any community activities or rituals or experiments we could try?
Preferably things that don't require special software.
As an example of the kind of thing I'm thinking of, Reddit has special "I Am A" posts (no, I don't think we should have those), or things we already have, like Quotes or Open Threads or Diplomacy games.
(This is a complement to the previous post about which topics we would like to learn about here.)
Easier? Hm?
I have a list of postings sans dates. Every X days
cron
runs and the head of the list is popped off into the RSS feed.I have a list of postings with dates. Whenever somebody tries to read an RSS feed, I return the entries within the appropriate time window.
IOW, my approach doesn't store any server-side state. All the state is in the feed URL (specifying the start date). The query is something like:
... (read more)