TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Open-source StackOverflow-like service

74 pointsby yoshiokatsuneoabout 9 years ago

14 comments

anton_gogolevabout 9 years ago
Kudos for effort, but for the life of me I cannot understand why the hell is "load empty shell of a page and then asynchronously fetch bits and pieces of content, ruining the UI along the way" is so prevalent these days.
评论 #11257779 未加载
评论 #11258155 未加载
评论 #11258559 未加载
评论 #11274214 未加载
评论 #11258438 未加载
yoshiokatsuneoabout 9 years ago
And, how to make it is available here:<p>Building a QA web service in an hour - MEAN stack development(3)<p><a href="http:&#x2F;&#x2F;engineering.paiza.io&#x2F;entry&#x2F;2016&#x2F;03&#x2F;10&#x2F;115345" rel="nofollow">http:&#x2F;&#x2F;engineering.paiza.io&#x2F;entry&#x2F;2016&#x2F;03&#x2F;10&#x2F;115345</a>
omegoteabout 9 years ago
The article is missing what I think is one of the most important parts, and that&#x27;s the reasoning behind using a MEAN stack instead of a more classic approach using a standard back-end language like Ruby, Perl or Python, because I honestly fail to see how this is easier than using a framework like Django or RoR.
评论 #11259165 未加载
rallendeabout 9 years ago
Askbot (<a href="https:&#x2F;&#x2F;askbot.com" rel="nofollow">https:&#x2F;&#x2F;askbot.com</a>) is also open source and you can create you QA forum &quot;in a minute&quot; (sic).<p>No seriously, the askbot guys have been for a long time on the field, great app.
评论 #11264495 未加载
mkesperabout 9 years ago
StackOverflow has already often served me but sometimes I think what we really need would be some place where some people fluent in languages&#x2F;frameworks could showcase best practices&#x2F;mini howtos giving a little bit more context.
评论 #11261811 未加载
manu29dabout 9 years ago
I&#x27;ve been procrastinating a long time to write an article similar to this. I&#x27;ve been using the generator since v1.x.x. Nice write up!<p>I even wrote a rails console-like equivalent for the older version[1]. Didn&#x27;t get time to write a new one though. Will be a good addition to the generator I think.<p>[1]: <a href="https:&#x2F;&#x2F;gist.github.com&#x2F;manu29d&#x2F;ced4a558abf2fa654bff" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;manu29d&#x2F;ced4a558abf2fa654bff</a>
Animatsabout 9 years ago
The problem isn&#x27;t displaying the pages. It&#x27;s the rating and asshole management system for the questions and replies. How does that work?
orrinwardabout 9 years ago
I think you mean &quot;Q &amp; A&quot; and QA. QA = &quot;Quality Assurance&quot;.
评论 #11259131 未加载
评论 #11258691 未加载
listicabout 9 years ago
Isn&#x27;t StackOverflow open source?
评论 #11258152 未加载
评论 #11259209 未加载
评论 #11258410 未加载
评论 #11257846 未加载
dionidiumabout 9 years ago
Technical improvements were only one part of what made SO great. If you want to compete with them, then you have to figure out how to prevent posts like this one from lasting more than 5 seconds on the site:<p><a href="http:&#x2F;&#x2F;paizaqa.herokuapp.com&#x2F;questions&#x2F;show&#x2F;56e1a5872c8dfa03007cc6d7" rel="nofollow">http:&#x2F;&#x2F;paizaqa.herokuapp.com&#x2F;questions&#x2F;show&#x2F;56e1a5872c8dfa03...</a>
henrygrewabout 9 years ago
we have osqa <a href="http:&#x2F;&#x2F;www.dzonesoftware.com&#x2F;products&#x2F;open-source-question-answer-software" rel="nofollow">http:&#x2F;&#x2F;www.dzonesoftware.com&#x2F;products&#x2F;open-source-question-a...</a>
r0m4n0about 9 years ago
Clicking &quot;ask question&quot; kills the browser back button... Beware!
评论 #11257672 未加载
plugnburnabout 9 years ago
What&#x27;s the real issue is:<p>&lt;navbar&gt;&lt;&#x2F;navbar&gt;<p>Do you even know that this is invalid and the proper tag is called just &lt;nav&gt;? Do you know that &lt;title&gt; must not be empty in the initial page? Do you know that custom attributes must start with data- (not ng- or ui-)?<p>Did you even check your page with <a href="http:&#x2F;&#x2F;validator.w3.org" rel="nofollow">http:&#x2F;&#x2F;validator.w3.org</a>?
评论 #11276877 未加载
fiatjafabout 9 years ago
I don&#x27;t understand Ruby. Is there an easy guide for deploying to Heroku?