Live data from Hacker News

Show HN: Stack Parts - a way to find possible parts for your stack

news.ycombinator.com

31–40 of 49 posts

Re: Show HN: Stack Parts - a way to find possible parts for your stack

#31

I noticed there is no Common Lisp or Scheme. Both are great languages for apps/web.

no judgements, i just don't know the space very well so i didn't do it yet.

i should write up the file format so people who are so minded can just send me a file to upload.

Re: Show HN: Stack Parts - a way to find possible parts for your stack

#33
post #29

Nice idea. Could you include an approximation of each components popularity or longevity? This would allow people to know if they are picking mainstream or more obscure/specialised/enterprise/unstable/etc components.

yeah. any ideas on how to measure this?

Re: Show HN: Stack Parts - a way to find possible parts for your stack

#35
post #13

Cool idea! Definitely makes research a lot easier! Any reason why CSS isn`t on the list of languages? My web stack in the past has included CSS pre-processers, like LESS and Sass.

+1, this site is incredibly helpful for someone like myself

Re: Show HN: Stack Parts - a way to find possible parts for your stack

#36
post #33
post #29

Nice idea. Could you include an approximation of each components popularity or longevity? This would allow people to know if they are picking mainstream or more obscure/specialised/enterprise/unstable/etc components.

yeah. any ideas on how to measure this?

PageRank of project's HP?

Re: Show HN: Stack Parts - a way to find possible parts for your stack

#37
Great.

I'd suggest arranging the categories in a rough data flow, so webserver would be near the "outside" (top?), wsqi inside that, frameworks inside that.

wsgi might become part of a larger cgi-ish category: app container? app connector? You'd include fcgi and the various php equivalents in there; maybe subcategories.

Debatable: firewalls? Virtual environments like virtualenv and whatever the other guys use.

Re: Show HN: Stack Parts - a way to find possible parts for your stack

#39
This is a great tool. I can see this being extremely useful.

Have you considered including a set of metrics which measure the maturity and status of each project? How about listing noteworthy uses in production? Also, recency and quantity of commits, bug fixes etc.

If things go wrong (and they invariably do), I can sleep safer at night knowing that there is a thriving community behind the project, which can provide guidance on any issues.

Admittedly what I have suggested presents some UI difficulties, at least on the home page. It would also need to be updated quite frequently. That could be partially automated by pinging public version control servers, for instance.

Still, a great job. Looking forward to seeing how it progresses.

Re: Show HN: Stack Parts - a way to find possible parts for your stack

#40
There aren't many stand-alone ORMs with last-gen frameworks, but they're increasingly important for noSQL. Would you add an ORM category?

Also, you could avoid the spatial UI problems nesting may cause if there's a tooltip with meta data & links on rollover.

Post reply on HN