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: Newscombinator

7 pointsby tomw1808about 10 years ago

3 comments

tomw1808about 10 years ago
Let me give some more information. First, lesson learned, do not post on HN when tired. The ups and downs after posting are incredible, even if its just a private project. I couldn&#x27;t be more thankful for the powerful emotions that arrive when I see my code in the open wild after weeks and months of coding. :)<p>The tool here is &quot;just a frontend&quot; I&#x27;ve build as an API-sideproject of mine. So, what does it do? In one sentence: Newscombinator gathers news from different sources, downloads it, makes a screenshot, cleans it, natural language process it, and push it through a MySQL DB into a Solr index.<p>The Solr-select handler is passed through a REST handler. Why that, why not directly the solr select handler? Because the REST handler also exposes endpoints to the MySQL Database. Some things are just not feasible in Solr alone. For example its hard to build aggregation queries in solr (think: SELECT AVG(points), SUM(points) FROM ... WHERE date_news_found ...), I&#x27;ve made that available in MySQL. And its easy to shift all that to a MariaDB cluster, or to an Amazon RDS, just in case...<p>What is available here is a RESTful interface to a Solr-Index with all Hacker-News articles, selected Reddits, etc, starting from Oct 2014. That is around 200k of articles. Including searchable content. I think that is a good base to start with for me.<p>Thank you in the meantime HN, I&#x27;ve learned something.
ch215about 10 years ago
For me, neither website renders without javascript. A blank screen&#x27;s a poor first impression. Maybe it&#x27;s a pet peeve but I&#x27;m sure I&#x27;m not the only one who blocks JS by default.<p>Also, making the panels on the right of the landing page opaque would aid readability.
评论 #9189170 未加载
tomw1808about 10 years ago
OP here, was hoping to get some feedback from the HN community on my tool here. The landingpage for now: <a href="http://nagrgtr.com" rel="nofollow">http:&#x2F;&#x2F;nagrgtr.com</a> and there is more to come. Thank you.
评论 #9183493 未加载