Show HN: PATSR: A simple social media site based on anonymity, tags, and sharing
1–10 of 12 posts
Re: Show HN: PATSR: A simple social media site based on anonymity, tags, and sharing
#2Re: Show HN: PATSR: A simple social media site based on anonymity, tags, and sharing
#3The acronym stands for 'Post Anonymously, Tag, Share, Search, Save, Repeat' - but saying PATSR sounds much cooler. It is open source too! (GPL V3.0) https://github.com/jpwall/patsr Feel free to test it out with whatever post[s] you like, comment here for feedback, or even some pull requests if contributing ever interests you! This was created mainly as an exercise in mongodb, node.js, and express. I decided to publis…
Re: Show HN: PATSR: A simple social media site based on anonymity, tags, and sharing
#4The acronym stands for 'Post Anonymously, Tag, Share, Search, Save, Repeat' - but saying PATSR sounds much cooler. It is open source too! (GPL V3.0) https://github.com/jpwall/patsr Feel free to test it out with whatever post[s] you like, comment here for feedback, or even some pull requests if contributing ever interests you! This was created mainly as an exercise in mongodb, node.js, and express. I decided to publis…
Can you tell me what other experience you have working with the web is and your experience with nodejs/express?
Re: Show HN: PATSR: A simple social media site based on anonymity, tags, and sharing
#5The acronym stands for 'Post Anonymously, Tag, Share, Search, Save, Repeat' - but saying PATSR sounds much cooler. It is open source too! (GPL V3.0) https://github.com/jpwall/patsr Feel free to test it out with whatever post[s] you like, comment here for feedback, or even some pull requests if contributing ever interests you! This was created mainly as an exercise in mongodb, node.js, and express. I decided to publis…
Can you tell me what other experience you have working with the web is and your experience with nodejs/express?
Re: Show HN: PATSR: A simple social media site based on anonymity, tags, and sharing
#6Earlier quoted context omitted.
Can you tell me what other experience you have working with the web is and your experience with nodejs/express?
Why ask that?
Re: Show HN: PATSR: A simple social media site based on anonymity, tags, and sharing
#7Earlier quoted context omitted.
Can you tell me what other experience you have working with the web is and your experience with nodejs/express?
Sure! I have some experience working with the web. My experience is mainly from developing static websites in HTML and CSS. I have created a personal/portfolio site along with a few other sites for school projects and other purposes. When it comes to my nodejs and express, I have very little aside from this project. I have also created an npm module and would have for this project but it made more sense to me to keep…
Re: Show HN: PATSR: A simple social media site based on anonymity, tags, and sharing
#8Earlier quoted context omitted.
Sure! I have some experience working with the web. My experience is mainly from developing static websites in HTML and CSS. I have created a personal/portfolio site along with a few other sites for school projects and other purposes. When it comes to my nodejs and express, I have very little aside from this project. I have also created an npm module and would have for this project but it made more sense to me to keep…
Sorry someone else made it sound like my question was rude and I didn't intend that at all. Thanks for the answer. I've done a lot of work in mobile and have been wanting to do more web work so I was just wondering what you thought about it overall. I was more interested in your personal opinions on node/express as opposed to your background. It just helps if someone goes from something like fortran to nodejs compare…
Re: Show HN: PATSR: A simple social media site based on anonymity, tags, and sharing
#9The acronym stands for 'Post Anonymously, Tag, Share, Search, Save, Repeat' - but saying PATSR sounds much cooler. It is open source too! (GPL V3.0) https://github.com/jpwall/patsr Feel free to test it out with whatever post[s] you like, comment here for feedback, or even some pull requests if contributing ever interests you! This was created mainly as an exercise in mongodb, node.js, and express. I decided to publis…
But I do wonder, the first thing I want to do, as soon as I see a post, is comment on it. Or vote. Or both. Is there anything like that would be simple enough to pull in? (Could mongo handle posts as well, or is the spam detection people expect just too huge a problem to solve for this project at the moment?)
Re: Show HN: PATSR: A simple social media site based on anonymity, tags, and sharing
#10The acronym stands for 'Post Anonymously, Tag, Share, Search, Save, Repeat' - but saying PATSR sounds much cooler. It is open source too! (GPL V3.0) https://github.com/jpwall/patsr Feel free to test it out with whatever post[s] you like, comment here for feedback, or even some pull requests if contributing ever interests you! This was created mainly as an exercise in mongodb, node.js, and express. I decided to publis…
No client-side JS makes me so very happy. But I do wonder, the first thing I want to do, as soon as I see a post, is comment on it. Or vote. Or both. Is there anything like that would be simple enough to pull in? (Could mongo handle posts as well, or is the spam detection people expect just too huge a problem to solve for this project at the moment?)
That shall be the next large feature to be integrated! Thanks for the comment!
I will try to do so while leaving client-side JS out of it :P