Should I use delegated or native comments for my niche community site?
https://news.ycombinator.com/item?id=8607462I'm building a MEAN-stack reddit/HN clone as a fun side project and toy. Although its value is primarily its educational benefit for me, I'd like to build it out and go through all the steps of a proper deployment to learn more about production and get experience with stuff like analytics, ads, etc.
I'm adding authentication right now and, facing the O-Auth question, wondering if I should go with delegated comments via Facebook or Disqus, or stick with my native system.
Since this is a side project (I'm a writer in a tech-ish field) I don't have much time for moderation. My biggest fear is that, left (relatively) untended, my small community site will be overrun by spambots and trolls.
A delegated system doesn't completely forestall this, but it does offer its own spam tools and (in the case of FB especially) a persistent user identity that might discourage trolling. On the other hand, I could do more with a native system, and if it turned out to be possible, I'd love to add my own simple spam/hatespeech detection as another learning exercise.
Does anyone have experience with a similar side project? Or are there any moderators who might have insight into the system?