We should single dynamic search query url that list all unanswered questions that contains a tag that I have set up in my "Interesting Tags". Dynamic in that way, that when I add new tags or remove tags from my preferences, I do not have to modify the url, something like this
http://stackoverflow.com/unanswered/interestingtags
This is needed because this:
http://stackoverflow.com/unanswered/tagged/wpf+compositewpf+dwm+3d+gui+design+graphics+c%23+mvvm+resharper+solid-principles+ioc-container+inversion-of-control+oop+fluent-interface+mspec+tdd+bdd+xunit.net+software-engineering+design-patterns+domain-driven-design+aspect-oriented
- doesn't work (maybe the URL is too long or has to many tags)
- is hard to maintain as I add new tags or remove old ones