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.

Ask HN: Is anyone else getting tired of “awesome-blank” on GitHub?

4 pointsby johncmouserabout 10 years ago
...or any other similarly based repo that isn&#x27;t really a programming project?<p>These repos somehow manage to make it to the top every day, and it&#x27;s been going on for quite a while... https:&#x2F;&#x2F;github.com&#x2F;trending Some of them are pretty useful, e.g. &quot;free-for-dev&quot;.<p>Just want to hear what the consensus is.

3 comments

onion2kabout 10 years ago
<i>isn&#x27;t really a programming project</i><p>They certainly aren&#x27;t code, but there&#x27;s more to writing a program than just code. These are research, and I&#x27;d argue that <i>is</i> part of a programming project. It might be preferable to host them somewhere other than Github, because Github (and git) aren&#x27;t necessarily the best tools for the job of archiving your research in to something, but for now Github is what we&#x27;ve got. Perhaps there&#x27;s an opportunity for someone to invent a better solution.
mindcrashabout 10 years ago
GitHub was never solely meant for code, but anything that is textual data which can be transferred to a revision control system. Including books, blogs, and yes, lists with bookmarks.<p>As a aside personally I like them a lot, given that I am a polyglot programmer. Saves me tons of time finding the better kind of libraries, tools and&#x2F;or frameworks for any given language and environment given a specific technical or functional requirement myself.
laexabout 10 years ago
I actually find them very useful. If I need any external library I usually check them out first.